simpleType EntryTypeMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element EntryTypeDescriptor/EntryTypeMap
facets
Kind Value annotation 
enumeration Transfer 
enumeration Re-entry 
enumeration Next year school 
enumeration New to education system 
enumeration Other 
annotation
documentation
The process by which a student enters a school during a given academic session.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Transfer"/>
   
<xs:enumeration value="Re-entry"/>
   
<xs:enumeration value="Next year school"/>
   
<xs:enumeration value="New to education system"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>