simpleType ClassroomPositionMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element ClassroomPositionDescriptor/ClassroomPositionMap
facets
Kind Value Annotation
enumeration Teacher of Record
appinfo
<ann:EdFiId>139-004</ann:EdFiId>
enumeration Assistant Teacher
appinfo
<ann:EdFiId>139-001</ann:EdFiId>
enumeration Support Teacher
appinfo
<ann:EdFiId>139-003</ann:EdFiId>
enumeration Substitute Teacher
appinfo
<ann:EdFiId>139-002</ann:EdFiId>
annotation
documentation
The type of position the staff member holds in the specific class/section.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>139</ann:EdFiId>
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>
     
<ann:EdFiId>139</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Teacher of Record">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>139-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Assistant Teacher">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>139-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Support Teacher">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>139-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Substitute Teacher">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>139-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>