simpleType ProgramAssignmentMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element ProgramAssignmentDescriptor/ProgramAssignmentMap
facets
Kind Value annotation 
enumeration Regular Education 
enumeration Title I-Academic 
enumeration Title I-Non-Academic 
enumeration Special Education 
enumeration Bilingual/English as a Second Language 
enumeration Other 
annotation
documentation
The name of the education program for which a teacher is assigned to a school.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="ProgramAssignmentMapType">
 
<xs:annotation>
   
<xs:documentation>The name of the education program for which a teacher is assigned to a school.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Regular Education"/>
   
<xs:enumeration value="Title I-Academic"/>
   
<xs:enumeration value="Title I-Non-Academic"/>
   
<xs:enumeration value="Special Education"/>
   
<xs:enumeration value="Bilingual/English as a Second Language"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>