Definition Type: Element
Name: isAcceptingOffers
Namespace: http://rets.org/xsd/Listings/2007-08
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: Listings.xsd
MinOccurs 0
MaxOccurs 1
Abstract
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.
Collapse XSD Schema Diagram:
XSD Diagram of isAcceptingOffers in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>