Definition Type: ComplexType
Name: ExistingStructures
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Documentation:
A collection of ExistingStructure. These are buildings or facilities that are present on the property when it is listed for sale, and are included in the sale price. These buildings may include a dwelling, garage, barn, outbuilding or other structures.
Collapse XSD Schema Diagram:
Drilldown into ExistingStructure in schema retscommons_xsdXSD Diagram of ExistingStructures in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ExistingStructures">
    <xs:annotation>
        <xs:documentation>
				A collection of ExistingStructure. These are
				buildings or facilities that are present on the
				property when it is listed for sale, and are
				included in the sale price. These buildings may
				include a dwelling, garage, barn, outbuilding or
				other structures.
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="ExistingStructure" type="commons:ExistingStructure" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <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
ExistingStructure commons:ExistingStructure 0 unbounded
Collapse Derivation Tree:
Collapse References:
prop:ExistingStructures, commons:ExistingStructures