complexType SchoolCategoriesType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p824.png
namespace http://ed-fi.org/0110
children SchoolCategory
used by
element School/SchoolCategories
annotation
documentation
The one or more categories of school. For example: High School, Middle School, and/or Elementary School.
appinfo
<ann:TypeGroup>Enumerated Collection</ann:TypeGroup>
source <xs:complexType name="SchoolCategoriesType">
 
<xs:annotation>
   
<xs:documentation>The one or more categories of school. For example: High School, Middle School, and/or Elementary School.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumerated Collection</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SchoolCategory" type="SchoolCategoryItemType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The one or more categories of school. For example: High School, Middle School, and/or Elementary School.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SchoolCategoriesType/SchoolCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p825.png
namespace http://ed-fi.org/0110
type SchoolCategoryItemType
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
enumeration Elementary/Secondary School 
enumeration Elementary School 
enumeration High School 
enumeration Middle School 
enumeration Junior High School 
enumeration SecondarySchool 
enumeration Ungraded 
enumeration Adult School 
enumeration Infant/toddler School 
enumeration Preschool/early childhood 
enumeration Primary School 
enumeration Intermediate School 
enumeration All Levels 
annotation
documentation
The one or more categories of school. For example: High School, Middle School, and/or Elementary School.
source <xs:element name="SchoolCategory" type="SchoolCategoryItemType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The one or more categories of school. For example: High School, Middle School, and/or Elementary School.</xs:documentation>
 
</xs:annotation>
</xs:element>