Definition Type: ComplexType
Name: Sales
Namespace: http://rets.org/xsd/PublicRecords/2007-08
Containing Schema: PublicRecords.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DocumentType in schema publicrecords_xsd Drilldown into Sellers in schema publicrecords_xsd Drilldown into Buyers in schema publicrecords_xsd Drilldown into Price in schema publicrecords_xsd Drilldown into RecordingDate in schema publicrecords_xsdXSD Diagram of Sales in schema publicrecords_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Sales">
    <xs:sequence>
        <xs:element name="RecordingDate" type="record:RecordingDate" minOccurs="0" />
        <xs:element name="Price" type="commons:SecureMoney" minOccurs="0" />
        <xs:element name="Buyers" type="record:Buyers" minOccurs="0" />
        <xs:element name="Sellers" type="record:Sellers" minOccurs="0" />
        <xs:element name="DocumentType" type="commons:DocumentType" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RecordingDate record:RecordingDate 0 (1)
Price record:Price 0 (1)
Buyers record:Buyers 0 (1)
Sellers record:Sellers 0 (1)
DocumentType record:DocumentType 0 (1)
Collapse Derivation Tree:
Collapse References:
record:Sales