Definition Type: Element
Name: Schools
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
A collection of all the school district information for the property.
Collapse XSD Schema Diagram:
Drilldown into SchoolDistrict in schema syndication_xsdXSD Diagram of Schools in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SchoolDistrict synd:SchoolDistrict 1 unbounded