Definition Type: Element
Name: Listing
Namespace: http://rets.org/xsd/IDXExtended/2007-08
Containing Schema: IDXExtended.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShowingsContact in schema idxextended_xsd Drilldown into LegalDescription in schema idxextended_xsd Drilldown into MLS in schema idxextended_xsd Drilldown into InternetDisplay in schema idxextended_xsd Drilldown into PublicRemarks in schema idxextended_xsd Drilldown into ContractType in schema idxextended_xsd Drilldown into SoldPrice in schema idxextended_xsd Drilldown into ExpirationDateTime in schema idxextended_xsd Drilldown into ContractDateTime in schema idxextended_xsd Drilldown into SoldDateTime in schema idxextended_xsd Drilldown into ListDateTime in schema idxextended_xsd Drilldown into Address in schema idxextended_xsd Drilldown into PropertySubType in schema idxextended_xsd Drilldown into PropertyType in schema idxextended_xsd Drilldown into Offices in schema idxextended_xsd Drilldown into Members in schema idxextended_xsd Drilldown into ListPrice in schema idxextended_xsd Drilldown into Status in schema idxextended_xsd Drilldown into ListingId in schema idxextended_xsd Drilldown into MarketingArea in schema idxextended_xsdXSD Diagram of Listing in schema idxextended_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Listing">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="MarketingArea" type="commons:MLSAreaType" />
            <xs:element name="ListingId" type="commons:ListingId" />
            <xs:element name="Status" type="commons:ListingStatusEnum" />
            <xs:element name="ListPrice" type="commons:SecureMoney" />
            <xs:element name="Members" type="participants:ParticipantsType" />
            <xs:element name="Offices" type="list:ListingOfficesType" />
            <xs:element name="PropertyType" type="commons:PropertyTypeEnum" />
            <xs:element name="PropertySubType" type="commons:PropertySubTypeEnum" />
            <xs:element name="Address" type="commons:Address" />
            <xs:element name="ListDateTime" type="commons:SecureDateTime" minOccurs="0" />
            <xs:element name="SoldDateTime" type="commons:SecureDateTime" minOccurs="0" />
            <xs:element name="ContractDateTime" type="commons:SecureDateTime" minOccurs="0" />
            <xs:element name="ExpirationDateTime" type="commons:SecureDateTime" minOccurs="0" />
            <xs:element name="SoldPrice" type="commons:SecureMoney" minOccurs="0" />
            <xs:element name="ContractType" type="xs:string" minOccurs="0" />
            <xs:element name="PublicRemarks" type="commons:SecureRemark" minOccurs="0" />
            <xs:element name="InternetDisplay" type="xs:boolean" minOccurs="0" />
            <xs:element name="MLS" type="xs:string" minOccurs="0" />
            <xs:element name="LegalDescription" type="commons:LegalDescription" minOccurs="0" />
            <xs:element name="ShowingsContact" type="xs:string" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MarketingArea idxex:MarketingArea (1) (1)
ListingId idxex:ListingId (1) (1)
Status idxex:Status (1) (1)
ListPrice idxex:ListPrice (1) (1)
Members idxex:Members (1) (1)
Offices idxex:Offices (1) (1)
PropertyType idxex:PropertyType (1) (1)
PropertySubType idxex:PropertySubType (1) (1)
Address idxex:Address (1) (1)
ListDateTime idxex:ListDateTime 0 (1)
SoldDateTime idxex:SoldDateTime 0 (1)
ContractDateTime idxex:ContractDateTime 0 (1)
ExpirationDateTime idxex:ExpirationDateTime 0 (1)
SoldPrice idxex:SoldPrice 0 (1)
ContractType idxex:ContractType 0 (1)
PublicRemarks idxex:PublicRemarks 0 (1)
InternetDisplay idxex:InternetDisplay 0 (1)
MLS idxex:MLS 0 (1)
LegalDescription idxex:LegalDescription 0 (1)
ShowingsContact idxex:ShowingsContact 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded