<xs:element name="Schools">
<xs:annotation>
<xs:documentation>
A collection of all the school district information
for the property.
</xs:documentation>
<xs:appinfo>
<retsid>101971</retsid>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SchoolDistrict" type="synd:SchoolDistrictType" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
Information about a given school district for the
property.
</xs:documentation>
<xs:appinfo>
<retsid>101972</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|