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


Enumeration | Description |
PlaceNone |
Not set.
|
Home |
The user is at home.
|
Office |
The user is in an office.
|
PublicTransport |
The user is on public transport.
|
Street |
Walking on the street.
|
Outdoors |
Generally outdoors.
|
PublicPlace |
The user is in a public place.
|
Hotel |
The user is in a hotel.
|
Theatre |
The user is in a theatre or concert.
|
Restaurant |
The user is in a restaurant / bar / etc.
|
School |
The user is at school.
|
Industrial |
The user is in an industrial building.
|
Quiet |
The user is in a quiet area.
|
Noisy |
The user is in a noisy area.
|
Aircraft |
The user is on an aircraft.
|
Ship |
The user is on a ship.
|
Bus |
The user is in a bus.
|
Station |
The user is in a bus- or railway station.
|
Mall |
The user is in a mall.
|
Airport |
The user is in an airport.
|
Train |
The user is in a train.
|
PlaceOther |
The user is in a kind of place not listed here.
|
(PlaceNone | Home | Office | PublicTransport | Street | Outdoors | PublicPlace | Hotel | Theatre | Restaurant | School | Industrial | Quiet | Noisy | Aircraft | Ship | Bus | Station | Mall | Airport | Train | PlaceOther).
XML |
-<xsd:simpleType name="PlaceValue">
-<xsd:documentation xml:lang="en">
<xhtml:p>This enumeration shows the type of the user's current location.
If the place type is unknown, the attribute value will be PlaceNone,
meaning the attribute was not set. If the user in a place not in this
list, the value will be set to PlaceOther.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="PlaceNone">
-<xsd:documentation xml:lang="en">
<xhtml:p>Not set.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Home">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is at home.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Office">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in an office.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="PublicTransport">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is on public transport.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Street">
-<xsd:documentation xml:lang="en">
<xhtml:p>Walking on the street.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Outdoors">
-<xsd:documentation xml:lang="en">
<xhtml:p>Generally outdoors.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="PublicPlace">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a public place.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Hotel">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a hotel.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Theatre">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a theatre or concert.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Restaurant">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a restaurant / bar / etc.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="School">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is at school.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Industrial">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in an industrial building.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Quiet">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a quiet area.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Noisy">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a noisy area.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Aircraft">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is on an aircraft.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Ship">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is on a ship.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Bus">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a bus.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Station">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a bus- or railway station.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Mall">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a mall.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Airport">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in an airport.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Train">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a train.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="PlaceOther">
-<xsd:documentation xml:lang="en">
<xhtml:p>The user is in a kind of place not listed here.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|