simpleType EntryTypeMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element EntryTypeDescriptor/EntryTypeMap
facets
Kind Value Annotation
enumeration Transfer
appinfo
<ann:EdFiId>172-005</ann:EdFiId>
enumeration Re-entry
appinfo
<ann:EdFiId>172-004</ann:EdFiId>
enumeration Next year school
appinfo
<ann:EdFiId>172-002</ann:EdFiId>
enumeration New to education system
appinfo
<ann:EdFiId>172-001</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>172-003</ann:EdFiId>
annotation
documentation
The process by which a student enters a school during a given academic session.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>172</ann:EdFiId>
source <xs:simpleType name="EntryTypeMapType">
 
<xs:annotation>
   
<xs:documentation>The process by which a student enters a school during a given academic session.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>172</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Transfer">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>172-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Re-entry">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>172-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Next year school">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>172-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="New to education system">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>172-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>172-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>