complexType EducationOrganization
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p415.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
abstract true
children StateOrganizationId EducationOrgIdentificationCode NameOfInstitution ShortNameOfInstitution OrganizationCategories Address Telephone WebSite OperationalStatus AccountabilityRatings ProgramReference EducationOrganizationPeerReference
used by
complexTypes EducationOrganizationNetwork EducationServiceCenter LocalEducationAgency School StateEducationAgency
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
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>
   
</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 State Education Agency (SEA).</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrgIdentificationCode" type="EducationOrgIdentificationCode" 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:annotation>
       
</xs:element>
       
<xs:element name="NameOfInstitution" type="NameOfInstitution">
         
<xs:annotation>
           
<xs:documentation>The full, legally accepted name of the institution.</xs:documentation>
         
</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:annotation>
       
</xs:element>
       
<xs:element name="OrganizationCategories" type="EducationOrganizationCategoriesType">
         
<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: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:annotation>
       
</xs:element>
       
<xs:element name="Telephone" 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:annotation>
       
</xs:element>
       
<xs:element name="WebSite" type="URI" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The public web site address (URL) for the educational organization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="OperationalStatus" type="OperationalStatusType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The current operational status of the education organization (e.g., active, inactive). </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AccountabilityRatings" type="AccountabilityRating" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The accountability ratings assessed for the education organization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProgramReference" type="ProgramReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The programs offered at the education organization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationPeerReference" type="EducationOrganizationReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The associated peer organization(s) for the EducationOrganization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganization/StateOrganizationId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p416.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 organization by the State Education Agency (SEA).
source <xs:element name="StateOrganizationId" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to an education organization by the State Education Agency (SEA).</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganization/EducationOrgIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p417.png
namespace http://ed-fi.org/0110
type EducationOrgIdentificationCode
properties
isRef 0
minOcc 0
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" 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:annotation>
</xs:element>

element EducationOrganization/NameOfInstitution
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p418.png
namespace http://ed-fi.org/0110
type NameOfInstitution
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 75 
annotation
documentation
The full, legally accepted name of the institution.
source <xs:element name="NameOfInstitution" type="NameOfInstitution">
 
<xs:annotation>
   
<xs:documentation>The full, legally accepted name of the institution.</xs:documentation>
 
</xs:annotation>
</xs:element>

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

element EducationOrganization/OrganizationCategories
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p420.png
namespace http://ed-fi.org/0110
type EducationOrganizationCategoriesType
properties
isRef 0
content complex
children OrganizationCategory
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="OrganizationCategories" type="EducationOrganizationCategoriesType">
 
<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>

element EducationOrganization/Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p421.png
namespace http://ed-fi.org/0110
type Address
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode AddressLine Country Latitude Longitude BeginDate EndDate
attributes
Name  Type  Use  Default  Fixed  annotation
AddressTypeAddressTypeoptional      
documentation
The type of address listed for an individual or organization.
For example:  Physical Address, Mailing Address, Home Address, etc.)
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.
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:annotation>
</xs:element>

element EducationOrganization/Telephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p422.png
namespace http://ed-fi.org/0110
type InstitutionTelephone
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children TelephoneNumber
attributes
Name  Type  Use  Default  Fixed  annotation
InstitutionTelephoneNumberTypeInstitutionTelephoneNumberTypeoptional      
documentation
The type of communication number listed for an individual or organization.
annotation
documentation
The 10-digit telephone number, including the area code, for the education entity.
source <xs:element name="Telephone" 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:annotation>
</xs:element>

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

element EducationOrganization/OperationalStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p424.png
namespace http://ed-fi.org/0110
type OperationalStatusType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Active 
enumeration Added 
enumeration Changed Agency 
enumeration Closed 
enumeration Continuing 
enumeration Future 
enumeration Inactive 
enumeration New 
enumeration Reopened 
annotation
documentation
The current operational status of the education organization (e.g., active, inactive).
source <xs:element name="OperationalStatus" type="OperationalStatusType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The current operational status of the education organization (e.g., active, inactive). </xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganization/AccountabilityRatings
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p425.png
namespace http://ed-fi.org/0110
type AccountabilityRating
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children RatingTitle Rating RatingDate SchoolYear RatingOrganization RatingProgram
annotation
documentation
The accountability ratings assessed for the education organization.
source <xs:element name="AccountabilityRatings" type="AccountabilityRating" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The accountability ratings assessed for the education organization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganization/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p426.png
namespace http://ed-fi.org/0110
type ProgramReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ProgramIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The programs offered at the education organization.
source <xs:element name="ProgramReference" type="ProgramReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The programs offered at the education organization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganization/EducationOrganizationPeerReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p427.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The associated peer organization(s) for the EducationOrganization.
source <xs:element name="EducationOrganizationPeerReference" type="EducationOrganizationReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The associated peer organization(s) for the EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>