complexType SchoolLookupType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1194.png
namespace http://ed-fi.org/0210
children SchoolId EducationOrganizationIdentificationCode NameOfInstitution EducationOrganizationCategory
used by
element SchoolReferenceType/SchoolLookup
annotation
documentation
Encapsulates alternative attributes that can be used to look up the identity of a School.
appinfo
<ann:TypeGroup>Lookup</ann:TypeGroup>
source <xs:complexType name="SchoolLookupType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a School.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Lookup</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SchoolId" type="xs:int" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to a school.</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 SchoolLookupType/SchoolId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1195.png
namespace http://ed-fi.org/0210
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The identifier assigned to a school.
source <xs:element name="SchoolId" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to a school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SchoolLookupType/EducationOrganizationIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1196.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 SchoolLookupType/NameOfInstitution
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1197.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 SchoolLookupType/EducationOrganizationCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1198.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>