Delivery Context Ontology

W3C Editors Draft 19 June 2007

This version:
DCOntology-20070619
Latest version:
DCOntology-20070619
Previous version:
None
Editor:
Rhys Lewis, Volantis Systems Ltd. <rhys@volantis.com>

Abstract

This ....

Status of this Document

This document is an editors' copy that has no official standing.

This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/.

Editorial note 
Boilerplate for the status of the specificaiton and patent policy rules go here.

Table of Contents

1 Introduction
    1.1 Reading the Specification
        1.1.1 Conformance Information
            1.1.1.1 Normative and Informative Parts
            1.1.1.2 Normative Language for Conformance Requirements
    1.2 Documentation Conventions
        1.2.1 Reading the Property Tables
        1.2.2 Reading the Example Tables
2 Web Browser
    2.1 Examples of the Web Browser Class
3 Physical Quantity
    3.1 Physical Length
        3.1.1 Feet
            3.1.1.1 Examples of the Feet Class
        3.1.2 Meters
            3.1.2.1 Examples of the Meters Class
        3.1.3 Inches
            3.1.3.1 Examples of the Inches Class
        3.1.4 Centimeters
            3.1.4.1 Examples of the Centimeters Class
        3.1.5 Points
            3.1.5.1 Examples of the Points Class
        3.1.6 Picas
            3.1.6.1 Examples of the Picas Class
        3.1.7 Millimeters
            3.1.7.1 Examples of the Millimeters Class
    3.2 Physical Electric Charge
        3.2.1 Coulombs
            3.2.1.1 Examples of the Coulombs Class
        3.2.2 Milliamp Hours
            3.2.2.1 Examples of the Milliamp Hours Class
4 Delivery Context
    4.1 Examples of the Delivery Context Class
5 Text Input Type
    5.1 Examples of the Text Input Type Class
6 Bluetooth
    6.1 Examples of the Bluetooth Class
7 Character Set
    7.1 Examples of the Character Set Class
8 Device Name
9 Bluetooth Profile
    9.1 Examples of the Bluetooth Profile Class
10 Network Bearer
    10.1 Examples of the Network Bearer Class
11 CPU
    11.1 Examples of the CPU Class
12 Unit Conversion
    12.1 Meter to Centimeter Conversion
    12.2 Meter to Pica Conversion
    12.3 Meter to Foot Conversion
    12.4 Meter to Point Conversion
    12.5 Meter to Inch Conversion
    12.6 Meter to Millimeter Conversion
13 Device Hardware
    13.1 Examples of the Device Hardware Class
14 Tactile Input Type
    14.1 Examples of the Tactile Input Type Class
15 Camera
    15.1 Examples of the Camera Class
16 Pointing Resolution
    16.1 Examples of the Pointing Resolution Class
17 Pixel Count
    17.1 Examples of the Pixel Count Class
18 Orientation
19 Aspect Ratio
    19.1 Examples of the Aspect Ratio Class
20 Network
21 Device
    21.1 Examples of the Device Class
22 Memory Unit
    22.1 Examples of the Memory Unit Class
23 Display
    23.1 Examples of the Display Class
24 Battery
    24.1 Examples of the Battery Class
25 The Paths to the Characteristics

Appendices

A
B
References
    B.1 Normative References
    B.2 Informative References
C Acknowledgements (Non-Normative)


1 Introduction

The ....

1.1 Reading the Specification

1.1.1 Conformance Information

1.1.1.1 Normative and Informative Parts

The normative and informative parts of this specification are identified by use of labels within various sections. Generally, everything in the specification is considered to be normative, apart from the examples.

1.1.1.2 Normative Language for Conformance Requirements

Individual conformance requirements or testable statements are identified by the use of specific key words. In particular, the key words must, must not, required, shall, shall not, should, should not, recommended, may, and optional in this specification are to be interpreted as described in [IETF RFC 2119].

1.2 Documentation Conventions

The ...

1.2.1 Reading the Property Tables

Each class in the ontology is associated with a set of properties. These properties are defined in tables in the appropriate section of the specification. Each row in a table defines a single property in terms of a number of fields. The fields used in these tables are described as follows:

Name

This field contains the formal name of the property within the class.

Type

This field contains the type of the property. Datatype properties have types that are not themselves classes. Examples include xsd:int, xsd:boolean, xsd:string and xsd:float. Object properties have types that are classes. Usually these classes are themselves defined in the ontology.

Description

This field contains a description of the property.

Occurs

This field defines the cardinality of the property. The number of occurences of the property within the class is shown as an expression. For example, the expression ≥ 0 and ≤ 1 indicates that a property is optional. It's cardinality is 0 or 1. Similarly, the expression =1 indicates that a property always occurs exactly once.

Value(s)

This field holds values that apply across every instance of a class.

Some property values are fixed for every instance of a class. Where this is the case, the value shown in the Value(s) field is prefixed by the phrase Class Value:. For example, every instance of the class Meters, which represents a physical length in meters, has a unitName property with the value "meter".

Some properties can hold values from a specific, predefined set. Where this is the case, the value shown in the Value(s) field is prefixed by the phrase One of:. For example, the Orientation class, which represents the orientation of features such as displays or cameras, has an orientationName property which can take only the values "portrait", "landscape" or "square".

Alternate Names

This field defines the alternative names for the property. Alternative names might be useful in different programming environments for consistency with conventions.

1.2.2 Reading the Example Tables

Examples are given for specific classes in the specification. The associated tables contain one or more example classes, complete with values for each of their properties. The fields used in these tables are described as follows:

Example Instance

This field contains the identification of the instance that provides the example.

Property Name

This field contains the formal name of the property whose value is shown as part of the example.

Type

This field contains the type of the property in the example. Datatype properties have types that are not themselves classes. Examples include xsd:int, xsd:boolean, xsd:string and xsd:float. Object properties have types that are classes. Usually these classes are themselves defined in the ontology.

Value(s)

This field contains the value(s) of the property. Where a property has a cardinality of >1, multiple values may be shown in the example.

2 Web Browser

This class represents the Web Browser on a device.

Properties of the Web Browser Class
NameTypeDescriptionOccursValue(s)Alternate Names
webBrowserNamexsd:stringThis property holds the name of the web browser=1 
webBrowserName
web-browser-name
webBrowserVendorxsd:stringThis property holds the name of the vendor of the browser=1 
webBrowserVendor
web-browser-vendor
webBrowserVersionxsd:stringThis property holds the version of the web browser=1 
webBrowserVersion
web-browser-vendor

2.1 Examples of the Web Browser Class

Example InstanceProperty NameTypeValue(s)
Opera 6.31 Web BrowserwebBrowserNamexsd:string
Opera
webBrowserVendorxsd:string
Opera Software ASA
webBrowserVersionxsd:string
6.31

3 Physical Quantity

This class represents a physical quantity

Properties of the Physical Quantity Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1 
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1 
unitName
unit-name

3.1 Physical Length

This class represents a physical quantity that is length

Properties of the Physical Length Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1 
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1 
unitName
unit-name

3.1.1 Feet

This class represents an length measured in feet

Properties of the Feet Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1Class Value: "ft"
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1Class Value: "foot"
unitName
unit-name
3.1.1.1 Examples of the Feet Class
Example InstanceProperty NameTypeValue(s)
oneFoot Feetvaluexsd:float
1.0

3.1.2 Meters

This class represents an length measured in meters

Properties of the Meters Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1Class Value: "m"
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1Class Value: "meter"
unitName
unit-name
3.1.2.1 Examples of the Meters Class
Example InstanceProperty NameTypeValue(s)
Meters_6 Metersvaluexsd:float
0.5432
oneMeter Metersvaluexsd:float
1.0

3.1.3 Inches

This class represents an length measured in inches

Properties of the Inches Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1Class Value: "in"
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1Class Value: "inch"
unitName
unit-name
3.1.3.1 Examples of the Inches Class
Example InstanceProperty NameTypeValue(s)
oneInch Inchesvaluexsd:float
1.0

3.1.4 Centimeters

This class represents an length measured in centimeters

Properties of the Centimeters Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1Class Value: "cm"
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1Class Value: "centimeter"
unitName
unit-name
3.1.4.1 Examples of the Centimeters Class
Example InstanceProperty NameTypeValue(s)
oneCentimeter Centimetersvaluexsd:float
1.0

3.1.5 Points

This class represents an length measured in points

Properties of the Points Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1Class Value: "pt"
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1Class Value: "point"
unitName
unit-name
3.1.5.1 Examples of the Points Class
Example InstanceProperty NameTypeValue(s)
onePoint Pointsvaluexsd:float
1.0

3.1.6 Picas

This class represents an length measured in picas

Properties of the Picas Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1Class Value: "pc"
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1Class Value: "pica"
unitName
unit-name
3.1.6.1 Examples of the Picas Class
Example InstanceProperty NameTypeValue(s)
onePica Picasvaluexsd:float
1.0

3.1.7 Millimeters

This class represents an length measured in millimeters

Properties of the Millimeters Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1Class Value: "mm"
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1Class Value: "millimeter"
unitName
unit-name
3.1.7.1 Examples of the Millimeters Class
Example InstanceProperty NameTypeValue(s)
oneMillimeter Millimetersvaluexsd:float
1.0
Millimeters_6 Millimetersvaluexsd:float
35.0
Millimeters_5 Millimetersvaluexsd:float
45.0

3.2 Physical Electric Charge

This class represents a physical quantity that is an electric charge

Properties of the Physical Electric Charge Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1 
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1 
unitName
unit-name

3.2.1 Coulombs

This class represents an electric charge measured in Coulombs

Properties of the Coulombs Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1Class Value: "C"
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1Class Value: "coulomb"
unitName
unit-name
3.2.1.1 Examples of the Coulombs Class
Example InstanceProperty NameTypeValue(s)
Coulombs_5 Coulombsvaluexsd:float
1.234

3.2.2 Milliamp Hours

This class represents an electric charge measured in milliamp hours

Properties of the Milliamp Hours Class
NameTypeDescriptionOccursValue(s)Alternate Names
valuexsd:floatThis property represents the value of the quantity.=1 
value
value
unitAbbreviationxsd:stringThis property represents the abbreviation for the unit in which the quantity is represented.=1Class Value: "mAh"
unitAbbreviation
unit-abbreviation
unitNamexsd:stringThis property represents the name of the unit in which the quantity is represented.=1Class Value: "milliamp hour"
unitName
unit-name
3.2.2.1 Examples of the Milliamp Hours Class
Example InstanceProperty NameTypeValue(s)
MilliampHours_4 Milliamp Hoursvaluexsd:float
1260.0

4 Delivery Context

This class represents the set of characteristics that describes the context in which materials are exchanged between the Web and a device.

Properties of the Delivery Context Class
NameTypeDescriptionOccursValue(s)Alternate Names
deviceDeviceThis property represents the device associated with the delivery context.=1 
device
device
networkNetworkThis property represents the network in a delivery context.=1 
network
network

4.1 Examples of the Delivery Context Class

Example InstanceProperty NameTypeValue(s)
ExampleDC_1 Delivery ContextdeviceDevice
networkNetwork

5 Text Input Type

This class represents the means available on a device for text input.

Properties of the Text Input Type Class
NameTypeDescriptionOccursValue(s)Alternate Names
textInputTypeNamexsd:stringThis is the property that holds the name of the text input type associated with a device.=1 
textInputTypeName
text-input-type-name

5.1 Examples of the Text Input Type Class

Example InstanceProperty NameTypeValue(s)
TextInputType_alphanumeric Text Input TypetextInputTypeNamexsd:string
Alphanumeric
TextInputType_numeric Text Input TypetextInputTypeNamexsd:string
Numeric

6 Bluetooth

This class represents Bluetooth support.

Properties of the Bluetooth Class
NameTypeDescriptionOccursValue(s)Alternate Names
supportedBluetoothProfilesBluetoothProfileThis property defines the Bluetooth profiles supported by the device.≥ 0 
supportedBlueToothProfiles
supported-bluetooth-profiles
UAProf: BluetoothProfile
activeBluetoothProfileBluetoothProfileThis property represents a Bluetooth profile currently active on the device.=1 
activeBluetoothProfile
active-bluetooth-profile
bluetoothVersionxsd:stringThis property represents the version of Bluetooth supported.=1 
bluetoothVersion
bluetooth-version

6.1 Examples of the Bluetooth Class

Example InstanceProperty NameTypeValue(s)
Bluetooth_Sony_Ericsson_P910i BluetoothsupportedBluetoothProfilesBluetoothProfile
BluetoothProfile_genericObjExch
BluetoothProfile_genericAccess
BluetoothProfile_objectPush
BluetoothProfile_serialPort
BluetoothProfile_dialup
BluetoothProfile_headSet
BluetoothProfile_fileTransfer
activeBluetoothProfileBluetoothProfile
BluetoothProfile_headSet
bluetoothVersionxsd:string
1.0

7 Character Set

This class defines a specific character set officially identified by IANA.

Properties of the Character Set Class
NameTypeDescriptionOccursValue(s)Alternate Names
characterSetNamexsd:stringThe official name of the character set, defined by IANA=1 
characterSetName
character-set-name

7.1 Examples of the Character Set Class

Example InstanceProperty NameTypeValue(s)
CharacterSet_UTF-16 Character SetcharacterSetNamexsd:string
UTF-16
CharacterSet_ISO-8859-2 Character SetcharacterSetNamexsd:string
ISO-8859-2
CharacterSet_UTF-16be Character SetcharacterSetNamexsd:string
UTF-16be
CharacterSet_CharacterSet_UTF-7 Character SetcharacterSetNamexsd:string
UTF-7
CharacterSet_ISO-8859-7 Character SetcharacterSetNamexsd:string
ISO-8859-7
CharacterSet_ISO-8859-1 Character SetcharacterSetNamexsd:string
ISO-8859-1
CharacterSet_ISO-8859-9 Character SetcharacterSetNamexsd:string
ISO-8859-9
CharacterSet_ISO-8859-4 Character SetcharacterSetNamexsd:string
ISO-8859-4
CharacterSet_US-ASCII Character SetcharacterSetNamexsd:string
US-ASCII
UTF-8 Character SetcharacterSetNamexsd:string
UTF-8
CharacterSet_UTF-16le Character SetcharacterSetNamexsd:string
UTF-16le
CharacterSet_ISO-8859-5 Character SetcharacterSetNamexsd:string
ISO-8859-5
CharacterSet_ISO-10646-UCS-2 Character SetcharacterSetNamexsd:string
ISO-10646-UCS-2
CharacterSet_WINDOWS-1252 Character SetcharacterSetNamexsd:string
WINDOWS-1252

8 Device Name

This class represents the name of a device

Properties of the Device Name Class
NameTypeDescriptionOccursValue(s)Alternate Names

9 Bluetooth Profile

This class describes a specific Bluetooth profile used to support a particular user scenario.

Properties of the Bluetooth Profile Class
NameTypeDescriptionOccursValue(s)Alternate Names
bluetoothProfileNamexsd:stringThe name of the Bluetooth profile.=1 
bluetoothProfileName
bluetooth-profiile-name

9.1 Examples of the Bluetooth Profile Class

Example InstanceProperty NameTypeValue(s)
BluetoothProfile_dialup Bluetooth ProfilebluetoothProfileNamexsd:string
Dialup Networking
BluetoothProfile_serialPort Bluetooth ProfilebluetoothProfileNamexsd:string
Serial Port
BluetoothProfile_headSet Bluetooth ProfilebluetoothProfileNamexsd:string
Head Set
BluetoothProfile_genericObjExch Bluetooth ProfilebluetoothProfileNamexsd:string
Generic Object Exchange
BluetoothProfile_fileTransfer Bluetooth ProfilebluetoothProfileNamexsd:string
File Transfer
BluetoothProfile_genericAccess Bluetooth ProfilebluetoothProfileNamexsd:string
Generic Access
BluetoothProfile_objectPush Bluetooth ProfilebluetoothProfileNamexsd:string
Object Push

10 Network Bearer

This class represents a network bearer in a delivery context.

Properties of the Network Bearer Class
NameTypeDescriptionOccursValue(s)Alternate Names
addressTypexsd:stringThis property identifies the type of address associated with a bearer.=1 
addressType
address-type
colloquialCategoryxsd:stringThis property represents the commonly used, general categorisation of the bearer.=1 
colloquialCategory
colloquial-category
networkTypexsd:stringThis property identifies the type of network for a bearer=1 
networkType
network-type
bearerTypexsd:stringThis property holds the name of the network bearer.=1 
bearerType
bearer-type

10.1 Examples of the Network Bearer Class

Example InstanceProperty NameTypeValue(s)
ANSI-136_GUTS_MSISDN Network BeareraddressTypexsd:string
ANSI_136_MSISDN
networkTypexsd:string
ANSI-136
bearerTypexsd:string
GUTS/R-Data
TETRA_SDS_ITSI Network BeareraddressTypexsd:string
TETRA_ITSI
networkTypexsd:string
TETRA
bearerTypexsd:string
SDS
IDEN_SMS_MSISDN Network BeareraddressTypexsd:string
IDEN_MSISDN
networkTypexsd:string
IDEN
bearerTypexsd:string
SMS
MOBITEK_MPAK_MAN Network BeareraddressTypexsd:string
MAN
networkTypexsd:string
Mobitek
bearerTypexsd:string
MPAK
GSM_USSD Network BeareraddressTypexsd:string
Any
networkTypexsd:string
GSM
bearerTypexsd:string
USSD
IS-195_CDMA_SMS Network BeareraddressTypexsd:string
IS_637_MSISDN
networkTypexsd:string
IS-95
bearerTypexsd:string
CDMA SMS
GSM_SMS_MSISDN Network BeareraddressTypexsd:string
GSM_MSISDN
networkTypexsd:string
GSM
bearerTypexsd:string
SMS
ANSI-136_GHOST_MSISDN Network BeareraddressTypexsd:string
GSM_MSISDN
networkTypexsd:string
ANSI-136
bearerTypexsd:string
GHOST/R_DATA
ANSI-136_PACKET_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
ANSI-136
bearerTypexsd:string
Packet Data
IS-195_CDMA_CSD Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
IS-95
bearerTypexsd:string
CDMA CSD
PHS_SMS_MSISDN Network BeareraddressTypexsd:string
PHS_MSISDN
networkTypexsd:string
PHS
bearerTypexsd:string
SMS
GSM_CSD_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
GSM
bearerTypexsd:string
CSD
TETRA_PACKET_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
TETRA
bearerTypexsd:string
Packet Data
IDEN_PACKET_Ipv4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
IDEN
bearerTypexsd:string
Packet Data
ANSI-136_CSD_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
ANSI-136
bearerTypexsd:string
CSD
AMPS_CDPD_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
AMPS
bearerTypexsd:string
CDPD
PAGING_REFLEX_MSISDN Network BeareraddressTypexsd:string
ReFLEX_MSISDN
networkTypexsd:string
Paging network
bearerTypexsd:string
ReFLEX
PDC_PACKET_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
PDC
bearerTypexsd:string
Packet Data
TETRA_SDS_MSISDN Network BeareraddressTypexsd:string
TETRA_MSISDN
networkTypexsd:string
TETRA
bearerTypexsd:string
SDS
GSM_USSD_SERVICE_CODE Network BeareraddressTypexsd:string
GSM_Service_Code
networkTypexsd:string
GSM
bearerTypexsd:string
USSD
IS-195_CDMA_PACKET Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
IS-95
bearerTypexsd:string
CDMA Packet data
GSM_GPRS_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
GSM
bearerTypexsd:string
GPRS
IDEN_CSD_Ipv4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
IDEN
bearerTypexsd:string
CSD
PHS_CSD_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
PHS
bearerTypexsd:string
CSD
GSM_USSD_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
GSM
bearerTypexsd:string
USSD
PDC_CSD_IPV4 Network BeareraddressTypexsd:string
Ipv4
networkTypexsd:string
PDC
bearerTypexsd:string
CSD
PAGING_FLEX_MSISDN Network BeareraddressTypexsd:string
FLEX_MSISDN
networkTypexsd:string
Paging Network
bearerTypexsd:string
FLEX
GSM_USSD_MSISDN Network BeareraddressTypexsd:string
GSM_MSISDN
networkTypexsd:string
GSM
bearerTypexsd:string
USSD

11 CPU

This class describes a central processing unit associated with a device.

Properties of the CPU Class
NameTypeDescriptionOccursValue(s)Alternate Names
cpuNamexsd:stringThe name of a central processing unit.=1 
cpuName
cpu-name

11.1 Examples of the CPU Class

Example InstanceProperty NameTypeValue(s)
ARM9 CPUcpuNamexsd:string
ARM9

12 Unit Conversion

This class represents a factor used to convert the value of one physical quantity into the value of another

Properties of the Unit Conversion Class
NameTypeDescriptionOccursValue(s)Alternate Names
toQuantityPhysicalQuantityThis property represents the quantity to whose units conversion is required=1 
toQuantity
to-quantity
conversionFactorxsd:floatThis property specifies the factor by which values represented in the fromQuantity must be multiplied to give values in the toQuantity.=1 
conversionFactor
conversion-factor
fromQuantityPhysicalQuantityThis property represents the quantity from whose units conversion is required.=1 
fromQuantity
from-quantity

12.1 Meter to Centimeter Conversion

This class represents the factor used in converting meters to centimeters

Properties of the Meter to Centimeter Conversion Class
NameTypeDescriptionOccursValue(s)Alternate Names
toQuantityPhysicalQuantityThis property represents the quantity to whose units conversion is required=1Class Value: oneCentimeter
toQuantity
to-quantity
conversionFactorxsd:floatThis property specifies the factor by which values represented in the fromQuantity must be multiplied to give values in the toQuantity.=1Class Value: 100
conversionFactor
conversion-factor
fromQuantityPhysicalQuantityThis property represents the quantity from whose units conversion is required.=1Class Value: oneMeter
fromQuantity
from-quantity

12.2 Meter to Pica Conversion

This class represents the factor used in converting meters to picas

Properties of the Meter to Pica Conversion Class
NameTypeDescriptionOccursValue(s)Alternate Names
toQuantityPhysicalQuantityThis property represents the quantity to whose units conversion is required=1Class Value: onePica
toQuantity
to-quantity
conversionFactorxsd:floatThis property specifies the factor by which values represented in the fromQuantity must be multiplied to give values in the toQuantity.=1Class Value: 236.22
conversionFactor
conversion-factor
fromQuantityPhysicalQuantityThis property represents the quantity from whose units conversion is required.=1Class Value: oneMeter
fromQuantity
from-quantity

12.3 Meter to Foot Conversion

This class represents the factor used in coverting meters to feet

Properties of the Meter to Foot Conversion Class
NameTypeDescriptionOccursValue(s)Alternate Names
toQuantityPhysicalQuantityThis property represents the quantity to whose units conversion is required=1Class Value: oneFoot
toQuantity
to-quantity
conversionFactorxsd:floatThis property specifies the factor by which values represented in the fromQuantity must be multiplied to give values in the toQuantity.=1Class Value: 3.28084
conversionFactor
conversion-factor
fromQuantityPhysicalQuantityThis property represents the quantity from whose units conversion is required.=1Class Value: oneMeter
fromQuantity
from-quantity

12.4 Meter to Point Conversion

This class represents the factor used in coverting meters to points

Properties of the Meter to Point Conversion Class
NameTypeDescriptionOccursValue(s)Alternate Names
toQuantityPhysicalQuantityThis property represents the quantity to whose units conversion is required=1Class Value: onePoint
toQuantity
to-quantity
conversionFactorxsd:floatThis property specifies the factor by which values represented in the fromQuantity must be multiplied to give values in the toQuantity.=1Class Value: 2384.65
conversionFactor
conversion-factor
fromQuantityPhysicalQuantityThis property represents the quantity from whose units conversion is required.=1Class Value: oneMeter
fromQuantity
from-quantity

12.5 Meter to Inch Conversion

This class represents the factor used in converting meters to inches

Properties of the Meter to Inch Conversion Class
NameTypeDescriptionOccursValue(s)Alternate Names
toQuantityPhysicalQuantityThis property represents the quantity to whose units conversion is required=1Class Value: oneInch
toQuantity
to-quantity
conversionFactorxsd:floatThis property specifies the factor by which values represented in the fromQuantity must be multiplied to give values in the toQuantity.=1Class Value: 39.37
conversionFactor
conversion-factor
fromQuantityPhysicalQuantityThis property represents the quantity from whose units conversion is required.=1Class Value: oneMeter
fromQuantity
from-quantity

12.6 Meter to Millimeter Conversion

This class represents the factor used in converting meters to millimeters

Properties of the Meter to Millimeter Conversion Class
NameTypeDescriptionOccursValue(s)Alternate Names
toQuantityPhysicalQuantityThis property represents the quantity to whose units conversion is required=1Class Value: oneMillimeter
toQuantity
to-quantity
conversionFactorxsd:floatThis property specifies the factor by which values represented in the fromQuantity must be multiplied to give values in the toQuantity.=1Class Value: 1000
conversionFactor
conversion-factor
fromQuantityPhysicalQuantityThis property represents the quantity from whose units conversion is required.=1Class Value: oneMeter
fromQuantity
from-quantity

13 Device Hardware

This class represents the hardware in a device

Properties of the Device Hardware Class
NameTypeDescriptionOccursValue(s)Alternate Names
displayDisplayThis property represents a display associated with a device.≥ 0 
display
display
textInputTypeTextInputTypeThis property specifies the type of text input type supported by the device.≥ 0 
textInputType
text-input-type
UAProf: TextInputCapable
supportedNetworkBearersNetworkBearerThis property holds the set of network bearers supported by the device.≥ 0 
supportedNetworkBearers
supported-network-bearers
UAProf: SupportedBearers
primaryBatteryBatteryThis property represents the primary battery for a device=1 
primaryBattery
primary-battery
supportsVoiceRecognitionxsd:booleanThis property specifies whether or not the device supports voice recognition.=1 
supportsVoiceRecognition
supports-voice-recognition
UAProf: VoiceInputCapable
outputCharacterSetsCharacterSetThis property defines the character sets supported by the device for output.≥ 0 
supportsOutputCharacterSets
supports-output-character-sets
UAProf: OutputCharSet
builtInMemoryMemoryUnitThis property represents the memory built into the device and which is not removable during normal operation.=1 
builtInMemory
built-in-memory
inputCharacterSetsCharacterSetThis property defines the character sets supported by the device for input.≥ 0 
supportsInputCharacterSets
supports-input-character-sets
UAProf: InputCharSet
extensionMemoryMemoryUnitThis property identifies additional memory that is provided to a device, typically in the form of removable memory cards≥ 0 
extensionMemory
extension-memory
tactileInputTypeTactileInputTypeThis property specifies the type of tactile input supported by a device.≥ 0 
tactileInputType
tactile-input-type
UAProf: Keyboard
supportsAudioOutputxsd:booleanThis property defines whether or not the device supports the ability to output audio beyond the basic capability for supporting voice calls.=1 
supportsAudioOutput
supports-audio-output
UAProf: SoundOutputCapable
numberOfSoftKeysxsd:integerThis property represents the number of input keys on the device whose function can be controlled programatically. It is related to the UAProf NumberOfSoftKeys attribute.=1 
numberOfSoftKeys
number-of-soft=keys
UAProf: NumberOfSoftKeys
cameraCameraThis property represents a camera associated with a device≥ 0 
camera
camera
activeNetworkBearerNetworkBearerThis property represents the currently active network bearer on a device=1 
activeNetworkBearer
active-network-bearer
UAProf: CurrentBearerService
bluetoothSupportBluetoothThis property represents the support for Bluetooth available on the device=1 
bluetoothSupport
bluetooth-support
primaryCPUCPUThis class represents the main CPU for a device.=1 
cpuName
cpu-name
UAProf: CPU
pointingResolutionPointingResolutionThis property represents the precision with which pointing can be carried out on a device.=1 
pointingResolution
pointing-resolution
UAProf: PointingResolution

13.1 Examples of the Device Hardware Class

Example InstanceProperty NameTypeValue(s)
DeviceHardware_SonyEricsson_P910 Device HardwaredisplayDisplay
Display_SonyEricsson_P910
textInputTypeTextInputType
TextInputType_alphanumeric
supportedNetworkBearersNetworkBearer
GSM_SMS_MSISDN
GSM_GPRS_IPV4
primaryBatteryBattery
Battery_P910i
supportsVoiceRecognitionxsd:boolean
true
outputCharacterSetsCharacterSet
CharacterSet_ISO-8859-1
CharacterSet_ISO-8859-4
CharacterSet_ISO-8859-5
CharacterSet_US-ASCII
UTF-8
CharacterSet_WINDOWS-1252
CharacterSet_CharacterSet_UTF-7
CharacterSet_ISO-10646-UCS-2
CharacterSet_UTF-16
CharacterSet_ISO-8859-9
CharacterSet_UTF-16be
CharacterSet_ISO-8859-2
CharacterSet_ISO-8859-7
CharacterSet_UTF-16le
builtInMemoryMemoryUnit
MemoryUnit_P910_Internal
inputCharacterSetsCharacterSet
CharacterSet_UTF-16le
CharacterSet_ISO-8859-9
CharacterSet_ISO-8859-7
CharacterSet_UTF-16be
CharacterSet_ISO-10646-UCS-2
CharacterSet_CharacterSet_UTF-7
CharacterSet_ISO-8859-4
CharacterSet_US-ASCII
CharacterSet_ISO-8859-5
UTF-8
CharacterSet_UTF-16
CharacterSet_ISO-8859-1
CharacterSet_ISO-8859-2
CharacterSet_WINDOWS-1252
extensionMemoryMemoryUnit
MemoryUnit_P910_Card
tactileInputTypeTactileInputType
TactileInputType_full_keyboard
TactileInputType_virtual_keyboard
supportsAudioOutputxsd:boolean
true
numberOfSoftKeysxsd:integer
0
cameraCamera
Camera_Sony_Ericsson_P910i
activeNetworkBearerNetworkBearer
GSM_GPRS_IPV4
bluetoothSupportBluetooth
Bluetooth_Sony_Ericsson_P910i
primaryCPUCPU
ARM9
pointingResolutionPointingResolution
PointingResolution_pixel

14 Tactile Input Type

This class represents the means available on a device for tactile input.

Properties of the Tactile Input Type Class
NameTypeDescriptionOccursValue(s)Alternate Names
keyboardTypeNamexsd:stringThis property represents the name of the keyboard type associated with a device.=1 
keyboardTypeName
keyboard-type-name

14.1 Examples of the Tactile Input Type Class

Example InstanceProperty NameTypeValue(s)
TactileInputType_virtual_keyboard Tactile Input TypekeyboardTypeNamexsd:string
Virtual Keyboard
TactileInputType_numeric_keypad Tactile Input TypekeyboardTypeNamexsd:string
Numeric Keypad
TactileInputType_phone_keypad Tactile Input TypekeyboardTypeNamexsd:string
Phone Keypad
TactileInputType_full_keyboard Tactile Input TypekeyboardTypeNamexsd:string
Full Keyboard
TactileInputType_buttons Tactile Input TypekeyboardTypeNamexsd:string
Buttons

15 Camera

This class represents a camera in a device.

Properties of the Camera Class
NameTypeDescriptionOccursValue(s)Alternate Names
cameraPixelsXPixelCountThis property defines the total number of pixels in the X direction of the camera. The X direction is the horizontal direction in the camera's default orientation.=1 
cameraPixelsX
camera-pixelsX
cameraPixelAspectRatioAspectRatioThis property represents the aspect ratio of each pixel in a camera on a device.=1 
cameraPixelAspectRatio
camera-pixel-aspect-ratio
CameraPixelsYPixelCountThis property defines the total number of pixels in the X direction of the camera. The X direction is the horizontal direction in the camera's default orientation.=1 
cameraPixelsY
camera-pixelsY
cameraAspectRatioAspectRatioThis is the aspect ratio of the camera.=1 
cameraAspectRatio
camera-aspect-ratio

15.1 Examples of the Camera Class

Example InstanceProperty NameTypeValue(s)
Camera_Sony_Ericsson_P910i CameracameraPixelsXPixelCount
cameraPixelAspectRatioAspectRatio
AspectRatio_1_1
CameraPixelsYPixelCount
cameraAspectRatioAspectRatio
AspectRatio_3_2

16 Pointing Resolution

This class represents the precision with which the pointing can be achieved on a device.

Properties of the Pointing Resolution Class
NameTypeDescriptionOccursValue(s)Alternate Names
pointingResolutionNamexsd:stringThis property holds the name of the pointing resolution.=1 
pointingResolutionName
pointing-resolution-name

16.1 Examples of the Pointing Resolution Class

Example InstanceProperty NameTypeValue(s)
PointingResolution_line Pointing ResolutionpointingResolutionNamexsd:string
Line
PointingResolution_pixel Pointing ResolutionpointingResolutionNamexsd:string
Pixel
PointingResolution_character Pointing ResolutionpointingResolutionNamexsd:string
Character

17 Pixel Count

This class represents a count of pixels associated with a display or camera. It might, for example, be used to represent the width of a display device or camera in pixels. Because this value may be variable, this class captures a number of individual properties associated with such a count.

Properties of the Pixel Count Class
NameTypeDescriptionOccursValue(s)Alternate Names
pixelCountxsd:nonNegativeIntegerThe current value of the number of pixels≥ 0 and ≤ 1 
currentPixelCount
current-pixel-count
maximumPixelCountxsd:nonNegativeIntegerThe maximum value of the number of pixels≥ 0 and ≤ 1 
maximumPixelCount
maximum-pixel-count
minimumPixelCountxsd:nonNegativeIntegerThe minimum value of the number pixels.≥ 0 and ≤ 1 
minimumPixelCount
minimum-pixel-count
defaultPixelCountxsd:nonNegativeIntegerThe default value of the number of pixels≥ 0 and ≤ 1 
defaultPixelCount
default-pixel-count

17.1 Examples of the Pixel Count Class

Example InstanceProperty NameTypeValue(s)
PixelCount_P920i_Total_Y Pixel CountmaximumPixelCountxsd:nonNegativeInteger
320
minimumPixelCountxsd:nonNegativeInteger
208
defaultPixelCountxsd:nonNegativeInteger
320
PixelCount_P910i_X Pixel CountpixelCountxsd:nonNegativeInteger
208
maximumPixelCountxsd:nonNegativeInteger
208
minimumPixelCountxsd:nonNegativeInteger
208
defaultPixelCountxsd:nonNegativeInteger
208
PixelCount_p910i_Usable_Y Pixel CountmaximumPixelCountxsd:nonNegativeInteger
276
minimumPixelCountxsd:nonNegativeInteger
208
defaultPixelCountxsd:nonNegativeInteger
276

18 Orientation

This class represents the orientation of a 2 dimensional entity, such as a display, camera or page.

Properties of the Orientation Class
NameTypeDescriptionOccursValue(s)Alternate Names
orientationNamexsd:stringThis property represents the name of a particular orientation=1One of:
"landscape"
"portrait"
"square"
orientationName
orientation-name

19 Aspect Ratio

This class represents an aspect ratio. The Aspect Ratio is ratio of the width, of some physical entity, to its height.

Properties of the Aspect Ratio Class
NameTypeDescriptionOccursValue(s)Alternate Names
aspectRatioWidthComponentxsd:positiveIntegerThis is a value representing the width component of an aspect ratio. For example, for a 4:3 aspect ratio, this value would be 4.=1 
aspectRatioWidthComponent
aspect-ratio-width-component
aspectRatioHeightComponentxsd:positiveIntegerThis is a value representing the height component of an aspect ratio. For example, for a 4:3 aspect ratio, this value would be 3.=1 
aspectRatioHeightComponent
aspect-ratio-height-component

19.1 Examples of the Aspect Ratio Class

Example InstanceProperty NameTypeValue(s)
AspectRatio_2_3 Aspect RatioaspectRatioWidthComponentxsd:positiveInteger
2
aspectRatioHeightComponentxsd:positiveInteger
3
AspectRatio_1_1 Aspect RatioaspectRatioWidthComponentxsd:positiveInteger
1
aspectRatioHeightComponentxsd:positiveInteger
1
AspectRatio_3_2 Aspect RatioaspectRatioWidthComponentxsd:positiveInteger
3
aspectRatioHeightComponentxsd:positiveInteger
2

20 Network

This class represents the network in a delivery context

Properties of the Network Class
NameTypeDescriptionOccursValue(s)Alternate Names

21 Device

This class represents a device in the delivery context

Properties of the Device Class
NameTypeDescriptionOccursValue(s)Alternate Names
deviceHardwareDeviceHardwareThis property represents the hardware associated with a device=1 
deviceHardware
device-hardware
deviceModelxsd:stringThis represents the model name and/or number assigned to the device by its vendor.=1 
deviceModel
device-model
UAProf: Model
deviceVendorxsd:stringThis is the name of the vendor who provides the device.=1 
deviceVendor
device-vendor
UAProf: Vendor
activeWebBrowserWebBrowserThis property defines the active Web browser on the device=1 
activeWebBrowser
active-web-browser

21.1 Examples of the Device Class

Example InstanceProperty NameTypeValue(s)
Sony_Ericsson_P910i DevicedeviceHardwareDeviceHardware
DeviceHardware_SonyEricsson_P910
deviceModelxsd:string
P910i
deviceVendorxsd:string
Sony Ericsson
activeWebBrowserWebBrowser
Opera 6.31

22 Memory Unit

This class represents some memory used in a device. It might, for example, be built-in memory that is part of the device, or it might be removable memory on some form of storage card.

Properties of the Memory Unit Class
NameTypeDescriptionOccursValue(s)Alternate Names
totalMemorySizexsd:nonNegativeIntegerThis property represents the total size of the memory in bytes.=1 
totalMemorySize
total-memory-size
removableMemoryxsd:booleanThis property indicates whether or not the memory unit can be removed from the device by the user in normal operation.=1 
removableMemory
removable-memory
availableMemorySizexsd:nonNegativeIntegerThis property represents the amount of memory available for use, in bytes.=1 
availableMemorySize
available-memory-size

22.1 Examples of the Memory Unit Class

Example InstanceProperty NameTypeValue(s)
MemoryUnit_P910_Card Memory UnittotalMemorySizexsd:nonNegativeInteger
32000000
removableMemoryxsd:boolean
true
availableMemorySizexsd:nonNegativeInteger
29800000
MemoryUnit_P910_Internal Memory UnittotalMemorySizexsd:nonNegativeInteger
64000000
removableMemoryxsd:boolean
false
availableMemorySizexsd:nonNegativeInteger
45900000

23 Display

This class represents a visual display on a device.

Properties of the Display Class
NameTypeDescriptionOccursValue(s)Alternate Names
typicalDisplayCharactersYxsd:positiveIntegerThe typical number of rows of characters that can be displayed on the device display. This is an estimate using the default font for the device. It is related to the UAProf ScreenSizeChar attribute.=1 
typicalDisplayCharactersY
typical-display-characters-y
UAProf: ScreenSizeChar
usableDisplayPixelsXPixelCountThe typical number of pixels in the X direction of the display which can be used. This may be less than the total number available due to the presence of additional items on the display. The operating system, for example, may use some portion of the display for its own purposes.=1 
usableDisplayPixelsX
usable-display-pixels-x
displayBitsPerPixelxsd:positiveIntegerThe number of bits of data held for each pixel of the display. This is related to the UAProf BitsPerPixel attribute.=1 
displayBitsPerPixel
display-bits-per-pixel
UAProf: BitsPerPixel
displayHeightPhysicalLengthThe total height of the display as a linear measure.=1 
displayHeight
display-height
usableDisplayPixelsYPixelCountThe typical number of pixels in the Y direction of the display which can be used. This may be less than the total number available due to the presence of additional items on the display. The operating system, for example, may use some portion of the display for its own purposes.=1 
usableDisplayPixelsY
usable-display-pixels-y
defaultDisplayOrientationOrientationThis property represents the default orientation of a display.=1 
defaultDisplayOrientation
default-display-orientation
displayWidthPhysicalLengthThe total width of the display as a linear measure.=1 
displayWidth
display-width
activeDisplayOrientationOrientationThis property represents the currently active orientation of a display.≥ 0 
activeDiaplayOrientation
active-display-orientation
displayPixelAspectRatioAspectRatioThe aspect ratio associated with a single pixel in the display.=1 
displayPixelAspectRatio
display-pixel-aspect-ratio
UAProf: PixelAspectRatio
totalDisplayPixelsYPixelCountThe total number of pixels in the Y direction of the display. The Y direction is the vertical direction in the display's default orientation.=1 
totalDisplayPixelsY
total-display-pixels-y
UAProf: ScreenSize
supportsColorxsd:booleanThis property defines whether or not a display supports color output.=1 
supportsColor
supports-color
UAProf: ColorCapable
proportionalDefaultFontxsd:booleanThis property specifies whether or not the display's default font is proportionally spaced.=1 
proportionalDefaultFont
proportional-default-font
UAProf: StandardFontProportional
totalDisplayPixelsXPixelCountThe total number of pixels in the X direction of the display. The X direction is the horizontal direction in the display's default orientation.=1 
totalDisplayPixelsX
total-display-pixels-x
UAProf: ScreenSize
supportsImagesxsd:booleanThis property specifies whether or not a display supports image output.=1 
supportsImages
supports-images
UAProf: ImageCapable
typicalDisplayCharactersXxsd:positiveIntegerThe typical number of characters that can be displayed in a single row on the device display. This is an estimate using the default font for the device. It is related to the UAProf ScreenSizeChar attribute.=1 
typicalDisplayCharactersX
typical-display-characters-x
UAProf: ScreenSizeChar
displayAspectRatioAspectRatioThe aspect ratio associated with entire display in its default orientation.=1 
displayAspectRatio
display-aspect-ratio
UAProf: PixelAspectRatio

23.1 Examples of the Display Class

Example InstanceProperty NameTypeValue(s)
Display_SonyEricsson_P910 DisplaytypicalDisplayCharactersYxsd:positiveInteger
15
usableDisplayPixelsXPixelCount
PixelCount_P910i_X
displayBitsPerPixelxsd:positiveInteger
16
displayHeightPhysicalLength
Millimeters_5
usableDisplayPixelsYPixelCount
PixelCount_p910i_Usable_Y
defaultDisplayOrientationOrientation
displayWidthPhysicalLength
Millimeters_6
activeDisplayOrientationOrientation
displayPixelAspectRatioAspectRatio
AspectRatio_1_1
totalDisplayPixelsYPixelCount
PixelCount_P920i_Total_Y
supportsColorxsd:boolean
true
proportionalDefaultFontxsd:boolean
true
supportsImagesxsd:boolean
true
totalDisplayPixelsXPixelCount
PixelCount_P910i_X
typicalDisplayCharactersXxsd:positiveInteger
20
displayAspectRatioAspectRatio
AspectRatio_2_3

24 Battery

This class represents a battery in a device

Properties of the Battery Class
NameTypeDescriptionOccursValue(s)Alternate Names
batteryCapacityPhysicalElectricChargeThe capacity of a battery, as an amount of electric charge that it can store.=1 
batteryCapacity
battery-capacity
batteryLevelxsd:floatThis property holds the fraction of the battery capacity that remains available.=1 
batteryLevel
battery-level

24.1 Examples of the Battery Class

Example InstanceProperty NameTypeValue(s)
Battery_P910i BatterybatteryCapacityPhysicalElectricCharge
MilliampHours_4

25 The Paths to the Characteristics

/device
/device/deviceHardware
/device/deviceHardware/display[*]
/device/deviceHardware/display[*]/typicalDisplayCharactersY
/device/deviceHardware/display[*]/usableDisplayPixelsX
/device/deviceHardware/display[*]/usableDisplayPixelsX/pixelCount[*]
/device/deviceHardware/display[*]/usableDisplayPixelsX/maximumPixelCount[*]
/device/deviceHardware/display[*]/usableDisplayPixelsX/minimumPixelCount[*]
/device/deviceHardware/display[*]/usableDisplayPixelsX/defaultPixelCount[*]
/device/deviceHardware/display[*]/displayBitsPerPixel
/device/deviceHardware/display[*]/displayHeight
/device/deviceHardware/display[*]/displayHeight/value
/device/deviceHardware/display[*]/displayHeight/unitAbbreviation
/device/deviceHardware/display[*]/displayHeight/unitName
/device/deviceHardware/display[*]/usableDisplayPixelsY
/device/deviceHardware/display[*]/usableDisplayPixelsY/pixelCount[*]
/device/deviceHardware/display[*]/usableDisplayPixelsY/maximumPixelCount[*]
/device/deviceHardware/display[*]/usableDisplayPixelsY/minimumPixelCount[*]
/device/deviceHardware/display[*]/usableDisplayPixelsY/defaultPixelCount[*]
/device/deviceHardware/display[*]/defaultDisplayOrientation
/device/deviceHardware/display[*]/defaultDisplayOrientation/orientationName
/device/deviceHardware/display[*]/displayWidth
/device/deviceHardware/display[*]/displayWidth/value
/device/deviceHardware/display[*]/displayWidth/unitAbbreviation
/device/deviceHardware/display[*]/displayWidth/unitName
/device/deviceHardware/display[*]/activeDisplayOrientation[*]
/device/deviceHardware/display[*]/activeDisplayOrientation[*]/orientationName
/device/deviceHardware/display[*]/displayPixelAspectRatio
/device/deviceHardware/display[*]/displayPixelAspectRatio/aspectRatioWidthComponent
/device/deviceHardware/display[*]/displayPixelAspectRatio/aspectRatioHeightComponent
/device/deviceHardware/display[*]/totalDisplayPixelsY
/device/deviceHardware/display[*]/totalDisplayPixelsY/pixelCount[*]
/device/deviceHardware/display[*]/totalDisplayPixelsY/maximumPixelCount[*]
/device/deviceHardware/display[*]/totalDisplayPixelsY/minimumPixelCount[*]
/device/deviceHardware/display[*]/totalDisplayPixelsY/defaultPixelCount[*]
/device/deviceHardware/display[*]/supportsColor
/device/deviceHardware/display[*]/proportionalDefaultFont
/device/deviceHardware/display[*]/supportsImages
/device/deviceHardware/display[*]/totalDisplayPixelsX
/device/deviceHardware/display[*]/totalDisplayPixelsX/pixelCount[*]
/device/deviceHardware/display[*]/totalDisplayPixelsX/maximumPixelCount[*]
/device/deviceHardware/display[*]/totalDisplayPixelsX/minimumPixelCount[*]
/device/deviceHardware/display[*]/totalDisplayPixelsX/defaultPixelCount[*]
/device/deviceHardware/display[*]/typicalDisplayCharactersX
/device/deviceHardware/display[*]/displayAspectRatio
/device/deviceHardware/display[*]/displayAspectRatio/aspectRatioWidthComponent
/device/deviceHardware/display[*]/displayAspectRatio/aspectRatioHeightComponent
/device/deviceHardware/textInputType[*]
/device/deviceHardware/textInputType[*]/textInputTypeName
/device/deviceHardware/supportedNetworkBearers[*]
/device/deviceHardware/supportedNetworkBearers[*]/addressType
/device/deviceHardware/supportedNetworkBearers[*]/colloquialCategory
/device/deviceHardware/supportedNetworkBearers[*]/bearerType
/device/deviceHardware/supportedNetworkBearers[*]/networkType
/device/deviceHardware/primaryBattery
/device/deviceHardware/primaryBattery/batteryCapacity
/device/deviceHardware/primaryBattery/batteryCapacity/value
/device/deviceHardware/primaryBattery/batteryCapacity/unitAbbreviation
/device/deviceHardware/primaryBattery/batteryCapacity/unitName
/device/deviceHardware/primaryBattery/batteryLevel
/device/deviceHardware/supportsVoiceRecognition
/device/deviceHardware/outputCharacterSets[*]
/device/deviceHardware/outputCharacterSets[*]/characterSetName
/device/deviceHardware/builtInMemory
/device/deviceHardware/builtInMemory/totalMemorySize
/device/deviceHardware/builtInMemory/removableMemory
/device/deviceHardware/builtInMemory/availableMemorySize
/device/deviceHardware/inputCharacterSets[*]
/device/deviceHardware/inputCharacterSets[*]/characterSetName
/device/deviceHardware/extensionMemory[*]
/device/deviceHardware/extensionMemory[*]/totalMemorySize
/device/deviceHardware/extensionMemory[*]/removableMemory
/device/deviceHardware/extensionMemory[*]/availableMemorySize
/device/deviceHardware/tactileInputType[*]
/device/deviceHardware/tactileInputType[*]/keyboardTypeName
/device/deviceHardware/supportsAudioOutput
/device/deviceHardware/numberOfSoftKeys
/device/deviceHardware/camera[*]
/device/deviceHardware/camera[*]/cameraPixelsX
/device/deviceHardware/camera[*]/cameraPixelsX/pixelCount[*]
/device/deviceHardware/camera[*]/cameraPixelsX/maximumPixelCount[*]
/device/deviceHardware/camera[*]/cameraPixelsX/minimumPixelCount[*]
/device/deviceHardware/camera[*]/cameraPixelsX/defaultPixelCount[*]
/device/deviceHardware/camera[*]/cameraPixelAspectRatio
/device/deviceHardware/camera[*]/cameraPixelAspectRatio/aspectRatioWidthComponent
/device/deviceHardware/camera[*]/cameraPixelAspectRatio/aspectRatioHeightComponent
/device/deviceHardware/camera[*]/CameraPixelsY
/device/deviceHardware/camera[*]/CameraPixelsY/pixelCount[*]
/device/deviceHardware/camera[*]/CameraPixelsY/maximumPixelCount[*]
/device/deviceHardware/camera[*]/CameraPixelsY/minimumPixelCount[*]
/device/deviceHardware/camera[*]/CameraPixelsY/defaultPixelCount[*]
/device/deviceHardware/camera[*]/cameraAspectRatio
/device/deviceHardware/camera[*]/cameraAspectRatio/aspectRatioWidthComponent
/device/deviceHardware/camera[*]/cameraAspectRatio/aspectRatioHeightComponent
/device/deviceHardware/activeNetworkBearer
/device/deviceHardware/activeNetworkBearer/addressType
/device/deviceHardware/activeNetworkBearer/colloquialCategory
/device/deviceHardware/activeNetworkBearer/bearerType
/device/deviceHardware/activeNetworkBearer/networkType
/device/deviceHardware/bluetoothSupport
/device/deviceHardware/bluetoothSupport/supportedBluetoothProfiles[*]
/device/deviceHardware/bluetoothSupport/supportedBluetoothProfiles[*]/bluetoothProfileName
/device/deviceHardware/bluetoothSupport/bluetoothVersion
/device/deviceHardware/bluetoothSupport/activeBluetoothProfile
/device/deviceHardware/bluetoothSupport/activeBluetoothProfile/bluetoothProfileName
/device/deviceHardware/primaryCPU
/device/deviceHardware/primaryCPU/cpuName
/device/deviceHardware/pointingResolution
/device/deviceHardware/pointingResolution/pointingResolutionName
/device/deviceModel
/device/activeWebBrowser
/device/activeWebBrowser/webBrowserName
/device/activeWebBrowser/webBrowserVendor
/device/activeWebBrowser/webBrowserVersion
/device/deviceVendor
/network

A

B References

B.1 Normative References

IETF RFC 2119
RFC 2119: Key words for use in RFCs to Indicate Requirement Levels. Internet Engineering Task Force, 1997. (See http://www.ietf.org/rfc/rfc2119.txt.)

B.2 Informative References

C Acknowledgements (Non-Normative)

This document was produced with the participation of ....