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

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

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

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