simpleType EducationOrgIdentificationSystemType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute EducationOrgIdentificationCode/@IdentificationSystem
facets
Kind Value annotation 
enumeration School 
enumeration ACT 
enumeration LEA 
enumeration SEA 
enumeration NCES 
enumeration Federal 
enumeration DUNS 
enumeration Other Federal 
enumeration Other 
annotation
documentation
A coding scheme that is used for identification and record-keeping purposes by education organizations, social services, or other agencies to refer to an education organization.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="EducationOrgIdentificationSystemType">
 
<xs:annotation>
   
<xs:documentation>A coding scheme that is used for identification and record-keeping purposes by education organizations, social services, or other agencies to refer to an education organization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="School"/>
   
<xs:enumeration value="ACT"/>
   
<xs:enumeration value="LEA"/>
   
<xs:enumeration value="SEA"/>
   
<xs:enumeration value="NCES"/>
   
<xs:enumeration value="Federal"/>
   
<xs:enumeration value="DUNS"/>
   
<xs:enumeration value="Other Federal"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>