<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>
|