http://www.csapi.org/schema/parlayx/presence/v2_3
This enumeration shows the user's current activity. If the
activity is unknown, the attribute value will be ActivityNone, meaning
the attribute was not set. If the user is doing something not in this
list, the value will be set to ActivityOther.
Simple Type
ActivityValue
ActivityValue is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are


Enumeration | Description |
ActivityNone |
Not set.
|
Available |
The user is available for communication.
|
Busy |
The user is busy and is only available for urgent
matters.
|
DoNotDisturb |
The user is very busy and does not wish to be
disturbed.
|
OnThePhone |
The user is on the phone.
|
Steering |
The user is driving a car / train / airplane, etc.
|
Meeting |
The user is in a meeting.
|
Away |
No idea what the user is doing, but he is away.
|
Meal |
The user is eating.
|
PermanentAbsence |
The user is away and will not return for an extended
period.
|
Holiday |
The user is on holidays.
|
Performance |
The user is in a theatre / concert.
|
InTransit |
The user is in the transit area of an (air)port.
|
Travel |
The user is travelling.
|
Sleeping |
The user is sleeping.
|
ActivityOther |
The user is doing something not in this list.
|
(ActivityNone | Available | Busy | DoNotDisturb | OnThePhone | Steering | Meeting | Away | Meal | PermanentAbsence | Holiday | Performance | InTransit | Travel | Sleeping | ActivityOther).
XML |
-<xsd:simpleType name="ActivityValue">
-<xsd:documentation xml:lang="en">
<xhtml:p>This enumeration shows the user's current activity. If the
activity is unknown, the attribute value will be ActivityNone, meaning
the attribute was not set. If the user is doing something not in this
list, the value will be set to ActivityOther.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="ActivityNone">
-<xsd:documentation xml:lang="en">
<xhtml:p>Not set.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Available">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is available for communication.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Busy">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is busy and is only available for urgent
matters.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="DoNotDisturb">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is very busy and does not wish to be
disturbed.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="OnThePhone">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is on the phone.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Steering">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is driving a car / train / airplane, etc.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Meeting">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a meeting.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Away">
-<xsd:documentation xml:lang="en">
<xhtml:p>No idea what the user is doing, but he is away.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Meal">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is eating.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="PermanentAbsence">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is away and will not return for an extended
period.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Holiday">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is on holidays.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Performance">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a theatre / concert.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="InTransit">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in the transit area of an (air)port.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Travel">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is travelling.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Sleeping">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is sleeping.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="ActivityOther">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is doing something not in this list.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|