http://www.csapi.org/schema/parlayx/presence/v2_3
The PrivacyValue Simple Type

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 Clikc here to hide Comment
EnumerationDescription
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.

 Collapse XML
-<xsd:simpleType  name="PrivacyValue">
-<xsd:annotation>
-<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:restriction  base="xsd:string">
-<xsd:enumeration  value="PrivacyNone">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Not set.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="PrivacyPublic">
-<xsd:annotation>
-<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:annotation>
-<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:annotation>
-<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:annotation>
-<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>

 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by WSDLdoc ©