http://www.csapi.org/schema/parlayx/presence/v2_3
This enumeration shows the sphere within which the user acts. If
the sphere is unknown, the attribute value will be SphereNone, meaning
the attribute was not set. If the sphere is not in this list (neither
work nor home), the value will be set to SphereOther.
Simple Type
SphereValue
SphereValue is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are


Enumeration | Description |
SphereNone |
Not set.
|
SphereWork |
The user is acting within his work sphere, i.e. as a member
of his company
|
SphereHome |
The user is acting within his home sphere, i.e. as a
private person.
|
SphereOther |
The user is acting neither within his work nor within his
home sphere.
|
(SphereNone | SphereWork | SphereHome | SphereOther).
XML |
-<xsd:simpleType name="SphereValue">
-<xsd:documentation xml:lang="en">
<xhtml:p>This enumeration shows the sphere within which the user acts. If
the sphere is unknown, the attribute value will be SphereNone, meaning
the attribute was not set. If the sphere is not in this list (neither
work nor home), the value will be set to SphereOther.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="SphereNone">
-<xsd:documentation xml:lang="en">
<xhtml:p>Not set.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="SphereWork">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is acting within his work sphere, i.e. as a member
of his company</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="SphereHome">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is acting within his home sphere, i.e. as a
private person.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="SphereOther">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is acting neither within his work nor within his
home sphere.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|