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