<xs:complexType name="ListingStatusType">
<xs:sequence>
<xs:element name="RetsStatus" type="commons:ListingStatusEnum" maxOccurs="1" minOccurs="1">
<xs:annotation>
<xs:documentation>
The status definied within this
standard
</xs:documentation>
<xs:appinfo>
<retsid>100320</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="MlsStatus" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Local or regional status that are
well known by business users.
Each MlsStatus must map to a
single RetsStatus.
Multiple MlsStatus may map to a
single RetsStatus.
</xs:documentation>
<xs:appinfo>
<retsid>100321</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="isAcceptingOffers" type="xs:boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A boolean indicator to handle business
cases where the status may be
withdrawn and the system still permits
offers or marketing of the listing.
</xs:documentation>
<xs:appinfo>
<retsid>100322</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|