7 XML Schema data type definition
29.199-183GPPOpen Service Access (OSA)Parlay X web servicesPart 18: Device capabilities and configurationTS
7.1 ConfigurationDescription Structure
Data structure containing the configuration ID, name, description and a link to the URL where the configuration XML file can be found.
Element Name |
Element Type |
Optional |
Description |
configurationId |
xsd:string |
No |
A unique identifier for the Configuration |
name |
xsd:string |
No |
The name of the configuration. |
description |
xsd:string |
No |
The description of the configuration |
configurationReference |
xsd:anyURI |
No |
The URL where the configuration XML file can be found |
7.2 ConfigurationHistory Structure
Data structure containing configuration (ConfigurationDescription) and a timestamp for when this configuration was sent to a device address.
Element Name |
Element Type |
Optional |
Description |
configuration |
ConfigurationDescription |
No |
A Configuration |
timestamp |
xsd:dateTime |
No |
The date/time when the configuration was sent to the device address. |
7.3 DeviceCapabilities Structure
Data structure containing device capabilities consisting of a device ID that uniquely identifies the device type, the name of the device/model, and a link to the URL where the User Agent Profile XML file can be found.
Element Name |
Element Type |
Optional |
Description |
deviceId |
xsd:string |
No |
A unique identifier for the device type |
name |
xsd:string |
No |
The name of the device/model. |
userAgentProfileReference |
xsd:anyURI |
No |
The URL where the User Agent Profile XML file is located |