<xs:simpleType name="ListingStatusEnum">
<xs:annotation>
<xs:documentation>
The current status of the listing.
A lengthy discussion of the listings statuses
occurred during the Boston 2007 meeting.
At this time, the group decided to restructure
the list of statuses, removing some synonyms
and making the list 'closed'. That is, the
extension mechanism normally applied to enumerations
to permit additional values has been removed.
Only the statuses in this list are RETS status
values.
See the ListingStatusType for a location to
included locally defined status types that MUST
map to an equivalent RETS listing status.
</xs:documentation>
<xs:appinfo>
Active
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Active">
<xs:annotation>
<xs:documentation>
The listing is available for marketing.
</xs:documentation>
<xs:appinfo>
<retsid>101220</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cancelled">
<xs:annotation>
<xs:documentation>
The listing contract has terminated prior
to contract expiration. This is synonymous
to the status of Terminated.
</xs:documentation>
<xs:appinfo>
<retsid>101221</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Closed">
<xs:annotation>
<xs:documentation>
The listing transaction is completed.
Some systems may have historical
information described as Sold.
This is a synonym.
</xs:documentation>
<xs:appinfo>
<retsid>101222</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Expired">
<xs:annotation>
<xs:documentation>
The term of the listing contract
expired without closing.
</xs:documentation>
<xs:appinfo>
<retsid>101223</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pending">
<xs:annotation>
<xs:documentation>
A contract for purchase or lease
has been entered into.
This is considered synonymous with
the status UnderContract, that more
precisely describes the status, however,
usage in the industry has been around the
word 'Pending' so the group decided to
keep the word in common usage rather than
the more correct word.
</xs:documentation>
<xs:appinfo>
<retsid>101224</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Withdrawn">
<xs:annotation>
<xs:documentation>
The listing is temporarily
or permanently off market.
The listing contract is still
in force.
Historical statuses like Inactive, TempOff
and Off-Market are considered synonyms
of Withdrawn.
</xs:documentation>
<xs:appinfo>
<retsid>101225</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|