<?xml version="1.0" encoding="utf-8"?>
<!-- @version 			$Id:$ -->
<!-- @name			    Testday4 (Release 0.0.1) -->
<!-- @author			 () -->
<!-- @package			com_testday4 -->
<!-- @subpackage		com_testday4.site -->
<!-- @copyright		     -->
<!-- @license			GNU General Public License version 3 or later; See http://www.gnu.org/copyleft/gpl.html -->

<!-- The following Component Architect header section must remain in any distribution of this file -->

<!-- @CAversion			Id: compobject.xml 482 2015-04-06 17:48:54Z BrianWade $ -->
<!-- @CAauthor		    Component Architect (www.componentarchitect.com) -->
<!-- @CApackage		    architectcomp -->
<!-- @CAsubpackage	    architectcomp.site -->
<!-- @CAtemplate		joomla_3_4_standard (Release 1.0.0) -->
<!-- @CAcopyright		Copyright (c)2013 - 2015  Simply Open Source Ltd. (trading as Component Architect). All Rights Reserved -->
<!-- @Joomlacopyright   Copyright (c)2005 - 2015 Open Source Matters, Inc. All rights reserved. -->
<!-- @CAlicense		    GNU General Public License version 3 or later; See http://www.gnu.org/copyleft/gpl.html -->

<!-- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -->

<!-- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details. -->

<form
    addfieldpath="/components/com_testday4/models/fields"
    addrulepath="/components/com_testday4/models/rules"
>
    <fieldset>
        <field
			id="id"
			name="id"
			type="hidden"
			label="COM_TESTDAY4_ID_LABEL"
			class="readonly"
			default="0"
			readonly="true"
		/>


        <field
            id="goldchallenge"
            name="goldchallenge"
            type="textarea"
            label="COM_TESTDAY4_TESTSHEETS_FIELD_GOLDCHALLENGE_LABEL"
            description="COM_TESTDAY4_TESTSHEETS_FIELD_GOLDCHALLENGE_DESC"
            class="inputbox"
			cols="50"
			rows="5"
			filter="safehtml"
        >
        </field>  
        <field
            id="partner"
            name="partner"
            type="textarea"
            label="COM_TESTDAY4_TESTSHEETS_FIELD_PARTNER_LABEL"
            description="COM_TESTDAY4_TESTSHEETS_FIELD_PARTNER_DESC"
            class="inputbox"
			cols="50"
			rows="5"
			filter="safehtml"
        >
        </field>  
        <field
            id="dance"
            name="dance"
            type="textarea"
            label="COM_TESTDAY4_TESTSHEETS_FIELD_DANCE_LABEL"
            description="COM_TESTDAY4_TESTSHEETS_FIELD_DANCE_DESC"
            class="inputbox"
			cols="50"
			rows="5"
			filter="safehtml"
        >
        </field>  
        <field
            id="test"
            name="test"
            type="textarea"
            label="COM_TESTDAY4_TESTSHEETS_FIELD_TEST_LABEL"
            description="COM_TESTDAY4_TESTSHEETS_FIELD_TEST_DESC"
            class="inputbox"
			cols="50"
			rows="5"
			filter="safehtml"
        >
        </field>  
        <field
            id="skaterscno"
            name="skaterscno"
            type="textarea"
            label="COM_TESTDAY4_TESTSHEETS_FIELD_SKATERSCNO_LABEL"
            description="COM_TESTDAY4_TESTSHEETS_FIELD_SKATERSCNO_DESC"
            class="inputbox"
			cols="50"
			rows="5"
			filter="safehtml"
        >
        </field>  
        <field
            id="skatername"
            name="skatername"
            type="textarea"
            label="COM_TESTDAY4_TESTSHEETS_FIELD_SKATERNAME_LABEL"
            description="COM_TESTDAY4_TESTSHEETS_FIELD_SKATERNAME_DESC"
            class="inputbox"
			cols="50"
			rows="5"
			filter="safehtml"
        >
        </field>  
        <field
            id="skaterhomeclub"
            name="skaterhomeclub"
            type="textarea"
            label="COM_TESTDAY4_TESTSHEETS_FIELD_SKATERHOMECLUB_LABEL"
            description="COM_TESTDAY4_TESTSHEETS_FIELD_SKATERHOMECLUB_DESC"
            class="inputbox"
			cols="50"
			rows="5"
			filter="safehtml"
        >
        </field>  
        <field
            id="coachemail"
            name="coachemail"
            type="textarea"
            label="COM_TESTDAY4_TESTSHEETS_FIELD_COACHEMAIL_LABEL"
            description="COM_TESTDAY4_TESTSHEETS_FIELD_COACHEMAIL_DESC"
            class="inputbox"
			cols="50"
			rows="5"
			filter="safehtml"
        >
        </field>  
        <field
            id="coachname"
            name="coachname"
            type="textarea"
            label="COM_TESTDAY4_TESTSHEETS_FIELD_COACHNAME_LABEL"
            description="COM_TESTDAY4_TESTSHEETS_FIELD_COACHNAME_DESC"
            class="inputbox"
			cols="50"
			rows="5"
			filter="safehtml"
        >
        </field>  
    </fieldset>
</form>
