complexType EducationOrganizationCategoriesType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p428.png
namespace http://ed-fi.org/0110
children OrganizationCategory
used by
element EducationOrganization/OrganizationCategories
annotation
documentation
The classification(s) 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:TypeGroup>Enumerated Collection</ann:TypeGroup>
source <xs:complexType name="EducationOrganizationCategoriesType">
 
<xs:annotation>
   
<xs:documentation>The classification(s) 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:TypeGroup>Enumerated Collection</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="OrganizationCategory" type="EducationOrganizationCategoryType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The classification(s) 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 EducationOrganizationCategoriesType/OrganizationCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p429.png
namespace http://ed-fi.org/0110
type EducationOrganizationCategoryType
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
facets
Kind Value annotation 
enumeration State Education Agency 
enumeration Education Service Center 
enumeration Local Education Agency 
enumeration School 
enumeration Education Organization Network 
annotation
documentation
The classification(s) 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="OrganizationCategory" type="EducationOrganizationCategoryType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The classification(s) 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>