complexType EducationOrganizationLookupType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p603.png
namespace http://ed-fi.org/0210
children EducationOrganizationId EducationOrganizationIdentificationCode NameOfInstitution EducationOrganizationCategory
used by
element EducationOrganizationReferenceType/EducationOrganizationLookup
annotation
documentation
Encapsulates alternative attributes that can be used to look up the identity of an EducationOrganization.
appinfo
<ann:TypeGroup>Lookup</ann:TypeGroup>
source <xs:complexType name="EducationOrganizationLookupType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of an EducationOrganization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Lookup</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationOrganizationId" type="xs:int" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to an education organization.</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 EducationOrganizationLookupType/EducationOrganizationId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p604.png
namespace http://ed-fi.org/0210
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The identifier assigned to an education organization.
source <xs:element name="EducationOrganizationId" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to an education organization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganizationLookupType/EducationOrganizationIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p605.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 EducationOrganizationLookupType/NameOfInstitution
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p606.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 EducationOrganizationLookupType/EducationOrganizationCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p607.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>