simpleType StudentIdentificationSystemType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute StudentIdentificationCode/@IdentificationSystem
facets
Kind Value annotation 
enumeration Canadian SIN 
enumeration District 
enumeration Family 
enumeration Federal 
enumeration Local 
enumeration National Migrant 
enumeration Other 
enumeration School 
enumeration SSN 
enumeration State 
enumeration State Migrant 
annotation
documentation
Definition: A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a student.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="StudentIdentificationSystemType">
 
<xs:annotation>
   
<xs:documentation>Definition: A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a student.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Canadian SIN"/>
   
<xs:enumeration value="District"/>
   
<xs:enumeration value="Family"/>
   
<xs:enumeration value="Federal"/>
   
<xs:enumeration value="Local"/>
   
<xs:enumeration value="National Migrant"/>
   
<xs:enumeration value="Other"/>
   
<xs:enumeration value="School"/>
   
<xs:enumeration value="SSN"/>
   
<xs:enumeration value="State"/>
   
<xs:enumeration value="State Migrant"/>
 
</xs:restriction>
</xs:simpleType>