Definition Type: ComplexType
Name: BuildingsType
Namespace: http://rets.org/xsd/Properties/2007-08
Containing Schema: Building.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Building in schema building_xsd Drilldown into BuildingsTotal in schema building_xsdXSD Diagram of BuildingsType in schema building_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="BuildingsType">
    <xs:sequence>
        <xs:element name="BuildingsTotal" type="commons:boundedCardinalInteger" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Building" type="prop:BuildingType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BuildingsTotal prop:BuildingsTotal 0 1
Building prop:Building 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
prop:Buildings