http://www.csapi.org/schema/parlayx/terminal_location/v2_2
Enumeration of the delay tolerance items that forms part of the
location request.
Simple Type
DelayTolerance
DelayTolerance is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are


Enumeration | Description |
NoDelay |
The server should immediately return any location estimate
that it currently has. If no estimate is available, the server shall
return the failure indication and may optionally initiate
procedures to obtain a location estimate (e.g. to be available
for a later request).
|
LowDelay |
Fulfilment of the response time requirement takes precedence
over fulfilment of the accuracy requirement. The server shall
return any current location estimate with minimum delay. The
server shall attempt to fulfil any accuracy requirement, but in
doing so shall not add any additional delay (i.e. a quick
response with lower accuracy is more desirable than waiting for
a more accurate response).
|
DelayTolerant |
Fulfilment of the accuracy requirement takes precedence over
fulfilment of the response time requirement. If necessary, the
server should delay providing a response until the accuracy
requirement of the requesting application is met. The server
shall obtain a current location with regard to fulfilling the
accuracy requirement.
|
(NoDelay | LowDelay | DelayTolerant).
XML |
-<xsd:simpleType name="DelayTolerance">
-<xsd:documentation xml:lang="en">
<xhtml:p>Enumeration of the delay tolerance items that forms part of the
location request.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="NoDelay">
-<xsd:documentation xml:lang="en">
<xhtml:p>The server should immediately return any location estimate
that it currently has. If no estimate is available, the server shall
return the failure indication and may optionally initiate
procedures to obtain a location estimate (e.g. to be available
for a later request).</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="LowDelay">
-<xsd:documentation xml:lang="en">
<xhtml:p>Fulfilment of the response time requirement takes precedence
over fulfilment of the accuracy requirement. The server shall
return any current location estimate with minimum delay. The
server shall attempt to fulfil any accuracy requirement, but in
doing so shall not add any additional delay (i.e. a quick
response with lower accuracy is more desirable than waiting for
a more accurate response).</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="DelayTolerant">
-<xsd:documentation xml:lang="en">
<xhtml:p>Fulfilment of the accuracy requirement takes precedence over
fulfilment of the response time requirement. If necessary, the
server should delay providing a response until the accuracy
requirement of the requesting application is met. The server
shall obtain a current location with regard to fulfilling the
accuracy requirement.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
|