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