Definition Type: ComplexType
Name: AreasType
Namespace: http://rets.org/xsd/Properties/2007-08
Containing Schema: Building.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherArea in schema building_xsd Drilldown into StorageArea in schema building_xsd Drilldown into UnfinishedArea in schema building_xsd Drilldown into LivingArea in schema building_xsdXSD Diagram of AreasType in schema building_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="AreasType">
    <xs:sequence>
        <xs:element name="LivingArea" type="commons:Area" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="UnfinishedArea" type="commons:Area" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="StorageArea" type="commons:Area" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="OtherArea" type="commons:Area" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LivingArea prop:LivingArea 0 1
UnfinishedArea prop:UnfinishedArea 0 1
StorageArea prop:StorageArea 0 1
OtherArea prop:OtherArea 0 1
Collapse Derivation Tree:
Collapse References:
prop:Areas