complexType EducationOrganizationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p430.png
namespace http://ed-fi.org/0110
children StateOrganizationId EducationOrgIdentificationCode
used by
element EducationOrganizationReferenceType/EducationOrganizationIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of educational organizations, especially ESCs, LEAs (districts), and schools.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="EducationOrganizationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of educational organizations, especially ESCs, LEAs (districts), and schools.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="StateOrganizationId" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to an education agency by the State Education Agency (SEA).  Also known as the State LEA ID.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrgIdentificationCode" type="EducationOrgIdentificationCode" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to an education organization by a school, school system, a state, or other agency or entity.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element EducationOrganizationIdentityType/StateOrganizationId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p431.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The identifier assigned to an education agency by the State Education Agency (SEA).  Also known as the State LEA ID.
source <xs:element name="StateOrganizationId" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to an education agency by the State Education Agency (SEA).  Also known as the State LEA ID.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganizationIdentityType/EducationOrgIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p432.png
namespace http://ed-fi.org/0110
type EducationOrgIdentificationCode
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ID
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 assigned to an education organization by a school, school system, a state, or other agency or entity.
source <xs:element name="EducationOrgIdentificationCode" type="EducationOrgIdentificationCode" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an education organization by a school, school system, a state, or other agency or entity.</xs:documentation>
 
</xs:annotation>
</xs:element>