Definition Type: Element
Name: Neighborhoods
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into Neighborhood in schema syndication_xsdXSD Diagram of Neighborhoods in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Neighborhoods" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:appinfo>
            <retsid>101904</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Neighborhood" type="synd:NeighborhoodType" minOccurs="1" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101905</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Neighborhood synd:Neighborhood 1 unbounded