<xs:complexType name="School">
<xs:annotation>
<xs:documentation>
School in the given property's area.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The name of the school.
</xs:documentation>
<xs:appinfo>
<retsid>100073</retsid>
<example>Smith High School</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="SchoolCategory" type="commons:SchoolTypeEnum" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The type of school in question.
Examples include Middle, Junior High,
etc.
</xs:documentation>
<xs:appinfo>
<retsid>100074</retsid>
<example>High</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="District" type="commons:SchoolDistrict" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The district that a school is in.
A school may only belong to a single
district.
</xs:documentation>
<xs:appinfo>
<retsid>100075</retsid>
<example>District 43</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="commons:Remark" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Further information about the school.
</xs:documentation>
<xs:appinfo>
<retsid>100076</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|