complexType LocalEducationAgencyLookupType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p943.png
namespace http://ed-fi.org/0210
children LocalEducationAgencyId EducationOrganizationIdentificationCode NameOfInstitution EducationOrganizationCategory
used by
element LocalEducationAgencyReferenceType/LocalEducationAgencyLookup
annotation
documentation
Encapsulates alternative attributes that can be used to look up the identity of a LocalEducationAgency.
appinfo
<ann:TypeGroup>Lookup</ann:TypeGroup>
source <xs:complexType name="LocalEducationAgencyLookupType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a LocalEducationAgency.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Lookup</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="LocalEducationAgencyId" type="xs:int" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to a local education agency.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationIdentificationCode" type="EducationOrganizationIdentificationCode" minOccurs="0">
     
<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:element name="NameOfInstitution" type="NameOfInstitution" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The full, legally accepted name of the institution.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationCategory" type="EducationOrganizationCategoryType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control granted by the state.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LocalEducationAgencyLookupType/LocalEducationAgencyId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p944.png
namespace http://ed-fi.org/0210
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The identifier assigned to a local education agency.
source <xs:element name="LocalEducationAgencyId" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to a local education agency.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LocalEducationAgencyLookupType/EducationOrganizationIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p945.png
namespace http://ed-fi.org/0210
type EducationOrganizationIdentificationCode
properties
minOcc 0
maxOcc 1
content complex
children IdentificationCode EducationOrganizationIdentificationSystem
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="EducationOrganizationIdentificationCode" type="EducationOrganizationIdentificationCode" minOccurs="0">
 
<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>

element LocalEducationAgencyLookupType/NameOfInstitution
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p946.png
namespace http://ed-fi.org/0210
type NameOfInstitution
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
The full, legally accepted name of the institution.
source <xs:element name="NameOfInstitution" type="NameOfInstitution" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The full, legally accepted name of the institution.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LocalEducationAgencyLookupType/EducationOrganizationCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p947.png
namespace http://ed-fi.org/0210
type EducationOrganizationCategoryType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Education Organization Network
enumeration Education Service Center
enumeration Local Education Agency
enumeration School
enumeration State Education Agency
enumeration Other
annotation
documentation
The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control granted by the state.
source <xs:element name="EducationOrganizationCategory" type="EducationOrganizationCategoryType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control granted by the state.</xs:documentation>
 
</xs:annotation>
</xs:element>