Definition Type: Attribute
Name: referralStatus
Namespace: http://rets.org/xsd/Referrals/2007-08
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: Referrals.xsd
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of referralStatus in schema referrals_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:attribute name="referralStatus">
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:enumeration value="New" />
            <xs:enumeration value="Buyer Agency Agreement" />
            <xs:enumeration value="Exclusive Right To Sell" />
            <xs:enumeration value="Prequalified" />
            <xs:enumeration value="Qualified" />
            <xs:enumeration value="Rejected" />
            <xs:enumeration value="Expired" />
            <xs:enumeration value="Other" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration New
Enumeration Buyer Agency Agreement
Enumeration Exclusive Right To Sell
Enumeration Prequalified
Enumeration Qualified
Enumeration Rejected
Enumeration Expired
Enumeration Other