Definition Type: ComplexType
Name: ExistingStructure
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ConstructionMaterials in schema retscommons_xsd Drilldown into Description in schema retscommons_xsd Drilldown into StructureDimensionsType in schema retscommons_xsd Drilldown into BuildingType in schema retscommons_xsd Drilldown into Category in schema retscommons_xsdXSD Diagram of ExistingStructure in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ExistingStructure">
    <xs:sequence>
        <xs:element name="Category" type="commons:ExistingStructureCategoryEnum" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid />
                    <example />
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="BuildingType" type="commons:BuildingType" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid />
                    <example />
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="StructureDimensionsType" type="commons:PlanarDimensionsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example />
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ConstructionMaterials" type="commons:ConstructionMaterials" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </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
Category commons:Category 0 (1)
BuildingType commons:BuildingType 0 (1)
StructureDimensionsType commons:StructureDimensionsType 0 1
Description commons:Description 0 1
ConstructionMaterials commons:ConstructionMaterials 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
commons:ExistingStructure