<xs:complexType name="SchoolTypeEnum">
<xs:simpleContent>
<xs:restriction base="commons:OtherEnumerationDescriptionString">
<xs:enumeration value="Primary">
<xs:annotation>
<xs:documentation>
The assigned school,usually including the first
three or four grades of elementary school and
sometimes kindergarten, in the public school
district in which the property is located.
</xs:documentation>
<xs:appinfo>Grandview Annex</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Elementary">
<xs:annotation>
<xs:documentation>
The assigned school for the first four to eight
years of a child's formal education, often
including kindergarten, in the public school
district in which the property is located.
</xs:documentation>
<xs:appinfo>Laura Secord Elementary</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Middle">
<xs:annotation>
<xs:documentation>
The assigned school for the sixth, seventh,
eighth and possibly ninth years of a child's
formal education, in the public school district
in which the property is located.
</xs:documentation>
<xs:appinfo>Como Lake Middle</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JuniorHigh">
<xs:annotation>
<xs:documentation>
The assigned school for the sixth, seventh,
eighth and possibly ninth years of a child's
formal education, in the public school district
in which the property is located.
</xs:documentation>
<xs:appinfo>Clinton Junior High School</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="High">
<xs:annotation>
<xs:documentation>
The assigned school for the last four years of a
child's formal education, in the public school
district in which the property is located.
</xs:documentation>
<xs:appinfo>Terry Fox High</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Secondary">
<xs:annotation>
<xs:documentation>
The assigned school for the last four years of a
child's formal education, in the public school
district in which the property is located.
</xs:documentation>
<xs:appinfo>Terry Fox Secondary</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other" />
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
|