<xs:attribute name="privacyType">
<xs:annotation>
<xs:documentation>
Indicates the level of privacy for this information. Creation of this attribute
inspired by the need to provide this level of privacy information for contact
information: phone, email, address, and the like. See CR 54.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Public" />
<xs:enumeration value="Agent/Member" />
<xs:enumeration value="MLS" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|