http://www.csapi.org/schema/parlayx/presence/v2_3
This enumeration lists communication means. If the communication
attribute referrers to a means not in this list, it will point to
MeansOther.
Simple Type
CommunicationMeansType
CommunicationMeansType is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are


Enumeration | Description |
Phone |
The communication attribute refers to a phone (fixed line or
mobile or SIP).
|
Chat |
The communication attribute refers to a chat client.
|
Sms |
The communication attribute refers to an SMS client.
|
Video |
The communication attribute refers to a video phone (fixed line
or mobile or SIP).
|
Web |
The communication attribute refers to a web client.
|
Email |
The communication attribute refers to an e-mail client.
|
Mms |
The communication attribute refers to an MMS client.
|
MeansOther |
The communication attribute refers to any other client.
|
(Phone | Chat | Sms | Video | Web | Email | Mms | MeansOther).
XML |
-<xsd:simpleType name="CommunicationMeansType">
-<xsd:documentation xml:lang="en">
<xhtml:p>This enumeration lists communication means. If the communication
attribute referrers to a means not in this list, it will point to
MeansOther.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="Phone">
-<xsd:documentation xml:lang="en">
<xhtml:p>The communication attribute refers to a phone (fixed line or
mobile or SIP).</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Chat">
-<xsd:documentation xml:lang="en">
<xhtml:p>The communication attribute refers to a chat client.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Sms">
-<xsd:documentation xml:lang="en">
<xhtml:p>The communication attribute refers to an SMS client.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Video">
-<xsd:documentation xml:lang="en">
<xhtml:p>The communication attribute refers to a video phone (fixed line
or mobile or SIP).</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Web">
-<xsd:documentation xml:lang="en">
<xhtml:p>The communication attribute refers to a web client.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Email">
-<xsd:documentation xml:lang="en">
<xhtml:p>The communication attribute refers to an e-mail client.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Mms">
-<xsd:documentation xml:lang="en">
<xhtml:p>The communication attribute refers to an MMS client.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="MeansOther">
-<xsd:documentation xml:lang="en">
<xhtml:p>The communication attribute refers to any other client.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|