Definition Type: ComplexType
Name: ListingDatesType
Namespace: http://rets.org/xsd/Listings/2007-08
Containing Schema: Listings.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CumulativeDaysOnMarket in schema listings_xsd Drilldown into DaysOnMarket in schema listings_xsd Drilldown into PendingDateTime in schema listings_xsd Drilldown into WithdrawnDateTime in schema listings_xsd Drilldown into CancelledDateTime in schema listings_xsd Drilldown into OffMarketDateTime in schema listings_xsd Drilldown into ClosingDateTime in schema listings_xsd Drilldown into ListingContractDateTime in schema listings_xsd Drilldown into ExpirationDateTime in schema listings_xsd Drilldown into ListingEntryDateTime in schema listings_xsd Drilldown into StatusChangeDateTime in schema listings_xsdXSD Diagram of ListingDatesType in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ListingDatesType">
    <xs:sequence>
        <xs:element name="StatusChangeDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The datetime that the status of the listing
						changed.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100329</retsid>
                    <example>2007-03-10T12:00:00-05:00</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ListingEntryDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The datetime the listing was entered into
						the system.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100330</retsid>
                    <example>2007-03-10T12:00:00-05:00</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ExpirationDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The datetime when the listing will expire.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100331</retsid>
                    <example>2007-03-10T12:00:00-05:00</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ListingContractDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The datetime of the agreement between
						the seller and the seller's agent.
						If no date is stated, it may be the
						date on which the agreement is actually
						signed, if this is recorded, or it
						may be the date established by
						the award  The Contract Date is also
						known as Date of Agreement.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100332</retsid>
                    <example>2007-03-10T12:00:00-05:00</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ClosingDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The datetime the listing agreement was 
						fulfilled.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100333</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="OffMarketDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The datetime the listing agreement was 
						taken off the market.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100334</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="CancelledDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The datetime that the listing
						agreement was cancelled.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100335</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="WithdrawnDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The most recent datetime that
						the listing was withdrawn from
						the market. This may be a temporary
						condition. The history of withdrawn
						can be determined by examining the
						ChangeRecord for this listing.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100336</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="PendingDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The datetime that the listing
						entered the pending state.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100337</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="DaysOnMarket" type="commons:DaysOnMarket" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Number calculated from the days elapsed
						when a property was first put on the
						market until it was put under contract,
						or taken off the market. 
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100362</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="CumulativeDaysOnMarket" type="commons:DaysOnMarket" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Secondary definition of days on market.
						Formatting defined by the type attribute.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100363</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StatusChangeDateTime list:StatusChangeDateTime 0 1
ListingEntryDateTime list:ListingEntryDateTime 0 1
ExpirationDateTime list:ExpirationDateTime 0 1
ListingContractDateTime list:ListingContractDateTime 0 1
ClosingDateTime list:ClosingDateTime 0 1
OffMarketDateTime list:OffMarketDateTime 0 1
CancelledDateTime list:CancelledDateTime 0 1
WithdrawnDateTime list:WithdrawnDateTime 0 1
PendingDateTime list:PendingDateTime 0 1
DaysOnMarket list:DaysOnMarket 0 1
CumulativeDaysOnMarket list:CumulativeDaysOnMarket 0 1
Collapse Derivation Tree:
Collapse References:
list:ListingDates