Definition Type: Element
Name: ListingTerms
Namespace: http://rets.org/xsd/Listings/2007-08
Type: list:ListingTermsType
Containing Schema: Listings.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Extensible information about the closing terms.
Collapse XSD Schema Diagram:
Drilldown into Financial in schema listings_xsd Drilldown into ListingTermsType in schema listings_xsdXSD Diagram of ListingTerms in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="ListingTerms" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Extensible information about the closing terms.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100384</retsid>
            <example>
            </example>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="list:ListingTermsType">
                <xs:sequence>
                    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Financial list:Financial 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree: