simpleType
ClassroomPositionMapType
namespace | http://ed-fi.org/0110 | |||||||||||||||
type | restriction of xs:token | |||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="ClassroomPositionMapType"> <xs:annotation> <xs:documentation>The type of position the staff member holds in the specific class/section.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Teacher of Record"/> <xs:enumeration value="Assistant Teacher"/> <xs:enumeration value="Support Teacher"/> <xs:enumeration value="Substitute Teacher"/> </xs:restriction> </xs:simpleType> |