Definition Type: Attribute
Name: privacyType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: Primitives.xsd
ContentType Restriction
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.
Collapse XSD Schema Diagram:
XSD Diagram of privacyType in schema primitives_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Public
Enumeration Agent/Member
Enumeration MLS