complexType EducationOrganization
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p508.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
abstract true
children StateOrganizationId EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus
used by
complexTypes EducationOrganizationNetwork EducationServiceCenter LocalEducationAgency School StateEducationAgency
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents any public or private institution, organization, or agency that provides instructional or support services to students or staff at any level.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>556</ann:EdFiId>
source <xs:complexType name="EducationOrganization" abstract="true">
 
<xs:annotation>
   
<xs:documentation>This entity represents any public or private institution, organization, or agency that provides instructional or support services to students or staff at any level.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>556</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="StateOrganizationId" type="IdentificationCode">
         
<xs:annotation>
           
<xs:documentation>The identifier assigned to an education organization by the StateEducationAgency (SEA).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1389</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationIdentificationCode" type="EducationOrganizationIdentificationCode" minOccurs="0" 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:appinfo>
             
<ann:EdFiId>1383</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="NameOfInstitution" type="NameOfInstitution">
         
<xs:annotation>
           
<xs:documentation>The full, legally accepted name of the institution.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1386</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ShortNameOfInstitution" type="NameOfInstitution" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A short name for the institution.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1388</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationCategory" type="EducationOrganizationCategoryType" maxOccurs="unbounded">
         
<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:appinfo>
             
<ann:EdFiId>1382</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Address" type="Address" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The set of elements that describes the physical location of the education entity, including the street address, city, state, ZIP code, and ZIP code + 4.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1381</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InternationalAddress" type="InternationalAddress" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The set of elements that describes the international physical location of the education entity.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1385</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InstitutionTelephone" type="InstitutionTelephone" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The 10-digit telephone number, including the area code, for the education entity.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1384</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="WebSite" type="URI" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The public web site address (URL) for the EducationOrganization.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1390</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="OperationalStatus" type="OperationalStatusType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The current operational status of the EducationOrganization (e.g., active, inactive).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1387</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganization/StateOrganizationId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p509.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The identifier assigned to an education organization by the StateEducationAgency (SEA).
appinfo
<ann:EdFiId>1389</ann:EdFiId>
source <xs:element name="StateOrganizationId" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to an education organization by the StateEducationAgency (SEA).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1389</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganization/EducationOrganizationIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p510.png
namespace http://ed-fi.org/0200
type EducationOrganizationIdentificationCode
properties
minOcc 0
maxOcc unbounded
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.
appinfo
<ann:EdFiId>1383</ann:EdFiId>
source <xs:element name="EducationOrganizationIdentificationCode" type="EducationOrganizationIdentificationCode" minOccurs="0" 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:appinfo>
     
<ann:EdFiId>1383</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganization/NameOfInstitution
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p511.png
namespace http://ed-fi.org/0200
type NameOfInstitution
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
The full, legally accepted name of the institution.
appinfo
<ann:EdFiId>1386</ann:EdFiId>
source <xs:element name="NameOfInstitution" type="NameOfInstitution">
 
<xs:annotation>
   
<xs:documentation>The full, legally accepted name of the institution.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1386</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganization/ShortNameOfInstitution
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p512.png
namespace http://ed-fi.org/0200
type NameOfInstitution
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
A short name for the institution.
appinfo
<ann:EdFiId>1388</ann:EdFiId>
source <xs:element name="ShortNameOfInstitution" type="NameOfInstitution" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A short name for the institution.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1388</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganization/EducationOrganizationCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p513.png
namespace http://ed-fi.org/0200
type EducationOrganizationCategoryType
properties
minOcc 1
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration Education Organization Network
appinfo
<ann:EdFiId>166-001</ann:EdFiId>
enumeration Education Service Center
appinfo
<ann:EdFiId>166-002</ann:EdFiId>
enumeration Local Education Agency
appinfo
<ann:EdFiId>166-003</ann:EdFiId>
enumeration School
appinfo
<ann:EdFiId>166-004</ann:EdFiId>
enumeration State Education Agency
appinfo
<ann:EdFiId>166-005</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>166-006</ann:EdFiId>
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.
appinfo
<ann:EdFiId>1382</ann:EdFiId>
source <xs:element name="EducationOrganizationCategory" type="EducationOrganizationCategoryType" maxOccurs="unbounded">
 
<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:appinfo>
     
<ann:EdFiId>1382</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganization/Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p514.png
namespace http://ed-fi.org/0200
type Address
properties
minOcc 1
maxOcc unbounded
content complex
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode Latitude Longitude BeginDate EndDate AddressType
annotation
documentation
The set of elements that describes the physical location of the education entity, including the street address, city, state, ZIP code, and ZIP code + 4.
appinfo
<ann:EdFiId>1381</ann:EdFiId>
source <xs:element name="Address" type="Address" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The set of elements that describes the physical location of the education entity, including the street address, city, state, ZIP code, and ZIP code + 4.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1381</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganization/InternationalAddress
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p515.png
namespace http://ed-fi.org/0200
type InternationalAddress
properties
minOcc 0
maxOcc unbounded
content complex
children AddressType AddressLine1 AddressLine2 AddressLine3 AddressLine4 Country Latitude Longitude BeginDate EndDate
annotation
documentation
The set of elements that describes the international physical location of the education entity.
appinfo
<ann:EdFiId>1385</ann:EdFiId>
source <xs:element name="InternationalAddress" type="InternationalAddress" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The set of elements that describes the international physical location of the education entity.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1385</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganization/InstitutionTelephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p516.png
namespace http://ed-fi.org/0200
type InstitutionTelephone
properties
minOcc 0
maxOcc unbounded
content complex
children TelephoneNumber InstitutionTelephoneNumberType
annotation
documentation
The 10-digit telephone number, including the area code, for the education entity.
appinfo
<ann:EdFiId>1384</ann:EdFiId>
source <xs:element name="InstitutionTelephone" type="InstitutionTelephone" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The 10-digit telephone number, including the area code, for the education entity.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1384</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganization/WebSite
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p517.png
namespace http://ed-fi.org/0200
type URI
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 5
maxLength 255
annotation
documentation
The public web site address (URL) for the EducationOrganization.
appinfo
<ann:EdFiId>1390</ann:EdFiId>
source <xs:element name="WebSite" type="URI" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The public web site address (URL) for the EducationOrganization.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1390</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganization/OperationalStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p518.png
namespace http://ed-fi.org/0200
type OperationalStatusType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Active
appinfo
<ann:EdFiId>201-001</ann:EdFiId>
enumeration Added
appinfo
<ann:EdFiId>201-002</ann:EdFiId>
enumeration Changed Agency
appinfo
<ann:EdFiId>201-003</ann:EdFiId>
enumeration Closed
appinfo
<ann:EdFiId>201-004</ann:EdFiId>
enumeration Continuing
appinfo
<ann:EdFiId>201-005</ann:EdFiId>
enumeration Future
appinfo
<ann:EdFiId>201-006</ann:EdFiId>
enumeration Inactive
appinfo
<ann:EdFiId>201-007</ann:EdFiId>
enumeration New
appinfo
<ann:EdFiId>201-008</ann:EdFiId>
enumeration Reopened
appinfo
<ann:EdFiId>201-009</ann:EdFiId>
annotation
documentation
The current operational status of the EducationOrganization (e.g., active, inactive).
appinfo
<ann:EdFiId>1387</ann:EdFiId>
source <xs:element name="OperationalStatus" type="OperationalStatusType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The current operational status of the EducationOrganization (e.g., active, inactive).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1387</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>