simpleType ClassroomPositionMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element ClassroomPositionDescriptor/ClassroomPositionMap
facets
Kind Value annotation 
enumeration Teacher of Record 
enumeration Assistant Teacher 
enumeration Support Teacher 
enumeration Substitute Teacher 
annotation
documentation
The type of position the staff member holds in the specific class/section.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>