complexType EducationOrgIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p447.png
namespace http://ed-fi.org/0110
children ID
used by
elements EducationOrganization/EducationOrgIdentificationCode EducationOrganizationIdentityType/EducationOrgIdentificationCode SectionIdentityType/EducationOrgIdentificationCode SessionIdentityType/EducationOrgIdentificationCode
attributes
Name  Type  Use  Default  Fixed  annotation
IdentificationSystemEducationOrgIdentificationSystemTyperequired      
documentation
The school system, state, or agency assigning the identification code.
annotation
documentation
A unique number or alphanumeric code that is assigned to an education organization by a school, school system, a state, or other agency or entity.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="EducationOrgIdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code that is assigned to an education organization by a school, school system, a state, or other agency or entity.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ID" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code that is assigned to an education organization by a school, school system, a state, or other agency or entity.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="IdentificationSystem" type="EducationOrgIdentificationSystemType" use="required">
   
<xs:annotation>
     
<xs:documentation>The school system, state, or agency assigning the identification code.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute EducationOrgIdentificationCode/@IdentificationSystem
type EducationOrgIdentificationSystemType
properties
isRef 0
use required
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
The school system, state, or agency assigning the identification code.
source <xs:attribute name="IdentificationSystem" type="EducationOrgIdentificationSystemType" use="required">
 
<xs:annotation>
   
<xs:documentation>The school system, state, or agency assigning the identification code.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element EducationOrgIdentificationCode/ID
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p448.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
A unique number or alphanumeric code that is assigned to an education organization by a school, school system, a state, or other agency or entity.
source <xs:element name="ID" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code that is assigned to an education organization by a school, school system, a state, or other agency or entity.</xs:documentation>
 
</xs:annotation>
</xs:element>