http://www.csapi.org/schema/parlayx/presence/v2_3
This enumeration shows the amount of privacy a user currently has.
If the privacy is unknown, the attribute value will be PrivacyNone,
meaning the attribute was not set. If the privacy is not in this
list, the value will be set to PrivacyOther.
Simple Type
PrivacyValue
PrivacyValue is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are


Enumeration | Description |
PrivacyNone |
Not set.
|
PrivacyPublic |
The user is surrounded by other people and cannot discuss
openly.
|
PrivacyPrivate |
The user is alone and able to talk openly.
|
PrivacyQuiet |
The user is in a quiet environment and cannot talk at
all.
|
PrivacyOther |
None of the other values applies.
|
(PrivacyNone | PrivacyPublic | PrivacyPrivate | PrivacyQuiet | PrivacyOther).
XML |
-<xsd:simpleType name="PrivacyValue">
-<xsd:documentation xml:lang="en">
<xhtml:p>This enumeration shows the amount of privacy a user currently has.
If the privacy is unknown, the attribute value will be PrivacyNone,
meaning the attribute was not set. If the privacy is not in this
list, the value will be set to PrivacyOther.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="PrivacyNone">
-<xsd:documentation xml:lang="en">
<xhtml:p>Not set.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="PrivacyPublic">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is surrounded by other people and cannot discuss
openly.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="PrivacyPrivate">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is alone and able to talk openly.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="PrivacyQuiet">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a quiet environment and cannot talk at
all.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="PrivacyOther">
-<xsd:documentation xml:lang="en">
<xhtml:p>None of the other values applies.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|