complexType EducationOrganizationIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p585.png
namespace http://ed-fi.org/0210
children IdentificationCode EducationOrganizationIdentificationSystem
used by
elements EducationOrganization/EducationOrganizationIdentificationCode EducationOrganizationLookupType/EducationOrganizationIdentificationCode EducationOrganizationNetworkLookupType/EducationOrganizationIdentificationCode EducationServiceCenterLookupType/EducationOrganizationIdentificationCode LocalEducationAgencyLookupType/EducationOrganizationIdentificationCode SchoolLookupType/EducationOrganizationIdentificationCode StateEducationAgencyLookupType/EducationOrganizationIdentificationCode
annotation
documentation
A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="EducationOrganizationIdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="IdentificationCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationIdentificationSystem" type="EducationOrganizationIdentificationSystemDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The school system, state, or agency assigning the identification code.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>EducationOrganizationIdentificationSystemDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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

element EducationOrganizationIdentificationCode/EducationOrganizationIdentificationSystem
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p587.png
namespace http://ed-fi.org/0210
type EducationOrganizationIdentificationSystemDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The school system, state, or agency assigning the identification code.
appinfo
<ann:Descriptor>EducationOrganizationIdentificationSystemDescriptor</ann:Descriptor>
source <xs:element name="EducationOrganizationIdentificationSystem" type="EducationOrganizationIdentificationSystemDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The school system, state, or agency assigning the identification code.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>EducationOrganizationIdentificationSystemDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>