butlermh 2003/03/17 02:39:28
Modified: src/webapp/resources/deli/config/vocab
ccppschema-20010330.rdfs ccppschema-20000405.rdfs
Log:
Corrected errors in configuration files
Revision Changes Path
1.2 +276 -154
cocoon-2.0/src/webapp/resources/deli/config/vocab/ccppschema-20010330.rdfs
Index: ccppschema-20010330.rdfs
===================================================================
RCS file:
/home/cvs/cocoon-2.0/src/webapp/resources/deli/config/vocab/ccppschema-20010330.rdfs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ccppschema-20010330.rdfs 9 Mar 2003 00:06:06 -0000 1.1
+++ ccppschema-20010330.rdfs 17 Mar 2003 10:39:28 -0000 1.2
@@ -1,8 +1,13 @@
<?xml version="1.0"?>
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/1999/PR-rdf-schema-19990303#"
xmlns:prf="http://www.wapforum.org/UAPROF/ccppschema-20010330#">
+<!DOCTYPE rdf:RDF [
+ <!ENTITY ns-rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
+ <!ENTITY ns-rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
+ <!ENTITY ns-prf 'http://www.wapforum.org/UAPROF/ccppschema-20010330#'>
+]>
+<rdf:RDF xmlns:rdf="&ns-rdf;" xmlns:rdfs="&ns-rdfs;" xmlns:prf="&ns-prf;">
<rdf:Description rdf:ID="Component">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Class"/>
- <rdfs:subClassOf
rdf:resource="http://www.w3.org/TR/1999/PR-rdf-schema-19990303#Resource"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
+ <rdfs:subClassOf rdf:resource="&ns-rdfs;Resource"/>
<rdfs:label>Component</rdfs:label>
<rdfs:comment>
A Component within the CC/PP Schema is a class of related properties
@@ -12,7 +17,7 @@
<!-- ****************************************************************** -->
<!-- ***** Properties shared among the components***** -->
<rdf:Description rdf:ID="component">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:label>component</rdfs:label>
<rdfs:comment>
The component attribute links the various components to the root node
@@ -20,12 +25,12 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="Defaults">
- <rdfs:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
- <rdfs:domain rdf:resource="#NetworkCharacteristics"/>
+ <rdfs:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
+ <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
<rdfs:comment>
An attribute used to identify the default capabilities.
</rdfs:comment>
@@ -33,7 +38,7 @@
<!-- ****************************************************************** -->
<!-- ***** Component Definitions ***** -->
<rdf:Description rdf:ID="HardwarePlatform">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: HardwarePlatform</rdfs:label>
<rdfs:comment>
@@ -42,7 +47,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SoftwarePlatform">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: SoftwarePlatform</rdfs:label>
<rdfs:comment>
@@ -51,7 +56,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="BrowserUA">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: BrowserUA</rdfs:label>
<rdfs:comment>
@@ -60,7 +65,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="NetworkCharacteristics">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: NetworkCharacteristics</rdfs:label>
<rdfs:comment>
@@ -69,7 +74,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapCharacteristics">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: WapCharacteristics</rdfs:label>
<rdfs:comment>
@@ -94,8 +99,8 @@
<!-- ****************************************************************** -->
<!-- ***** Component: HardwarePlatform ***** -->
<rdf:Description rdf:ID="BitsPerPixel">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: The number of bits of color or grayscale information per
pixel, related to the number of colors or shades of gray
@@ -106,8 +111,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="ColorCapable">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device's display supports color.
"Yes" means color is supported. "No" means the display
@@ -118,8 +123,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CPU">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Name and model number of the device CPU.
Type: Literal
@@ -128,8 +133,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="ImageCapable">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports the display of
images. If the value is "Yes", the property CcppAccept
@@ -140,9 +145,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="InputCharSet">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Bag"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdfs;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: List of character sets supported by the device for text
entry. Property's value is a list of character sets,
@@ -155,8 +160,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="Keyboard">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Type of keyboard supported by the device, as an indicator
of ease of text entry.
@@ -166,8 +171,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="Model">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Model number assigned to the terminal device by the
vendor or manufacturer.
@@ -177,8 +182,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="NumberOfSoftKeys">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Number of soft keys available on the device.
Type: Number
@@ -187,9 +192,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="OutputCharSet">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Bag"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdfs;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: List of character sets supported by the device for
output to the display. Property value is a list of
@@ -201,8 +206,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="PixelAspectRatio">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Ratio of pixel width to pixel height.
Type: Dimension
@@ -211,8 +216,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="PointingResolution">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Type of resolution of the pointing accessory supported
by the device.
@@ -222,8 +227,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="ScreenSize">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: The size of the device's screen in units of pixels,
composed of the screen width and the screen height.
@@ -233,8 +238,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="ScreenSizeChar">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Size of the device's screen in units of characters,
composed of the screen width and screen height. The
@@ -249,8 +254,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="StandardFontProportional">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device's standard font is
proportional.
@@ -260,8 +265,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SoundOutputCapable">
- <rdf:type rdf:resource="http://www.w3.org/TR/PR-rdf-schema#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports sound output
through an external speaker, headphone jack, or other
@@ -272,8 +277,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="TextInputCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports alpha-numeric text
entry. "Yes" means the device supports entry of both
@@ -285,8 +290,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="Vendor">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Name of the vendor manufacturing the terminal device.
Type: Literal
@@ -295,8 +300,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="VoiceInputCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#HardwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports any form of voice
input, including speech recognition. This includes voice-
@@ -309,8 +314,8 @@
<!-- ****************************************************************** -->
<!-- ***** Component: SoftwarePlatform ***** -->
<rdf:Description rdf:ID="AcceptDownloadableSoftware">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: Indicates the user's preference on whether to accept
downloadable software.
@@ -320,9 +325,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="AudioInputEncoder">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: List of audio input encoders supported by the device.
Type: Literal
@@ -331,9 +336,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="DownloadableSoftwareSupport">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: List of executable content types which the device
supports and which it is willing to accept from the
@@ -346,8 +351,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JavaEnabled">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports a Java virtual
machine.
@@ -357,9 +362,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JVMVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: List of the Java virtual machines installed on the
device. Each item in the list is a name token describing
@@ -370,8 +375,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="MexeClassmark">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: ETSI MExE classmark. Value "1" means the MExE device
supports WAP. Value "2" means MExE device supports
@@ -383,8 +388,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="MexeSpec">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: Class mark specialization. Refers to the first two
digits of the version of the MExE Stage 2 spec.
@@ -394,8 +399,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="OSName">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: Name of the device's operating system.
Type: Literal
@@ -404,8 +409,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="OSVendor">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: Vendor of the device's operating system.
Type: Literal
@@ -414,8 +419,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="OSVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: Version of the device's operating system.
Type: Literal
@@ -424,8 +429,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="RecipientAppAgent">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: User agent associated with the current request. Value
should match the name of one of the components in the
@@ -438,8 +443,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SoftwareNumber">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: Version of the device-specific software (firmware) to
which the device's low-level software conforms.
@@ -449,9 +454,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="VideoInputEncoder">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: List of video input encoders supported by the device.
Type: Literal
@@ -462,8 +467,8 @@
<!-- ****************************************************************** -->
<!-- ***** Component: NetworkCharacteristics ***** -->
<rdf:Description rdf:ID="CurrentBearerService">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#NetworkCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
<rdfs:comment>
Description: The bearer on which the current session was opened.
Type: Literal
@@ -472,8 +477,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SecuritySupport">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#NetworkCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
<rdfs:comment>
Description: Type of security or encryption mechanism supported.
Type: Literal
@@ -482,8 +488,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SupportedBearers">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#NetworkCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
<rdfs:comment>
Description: List of bearers supported by the device.
Type: Literal
@@ -494,8 +501,8 @@
<!-- ****************************************************************** -->
<!-- ***** Component: BrowserUA ***** -->
<rdf:Description rdf:ID="BrowserName">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Name of the browser user agent associated with the
current request.
@@ -505,8 +512,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="BrowserVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Version of the browser.
Type: Literal
@@ -515,9 +522,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CcppAccept">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: List of content types the device supports. Property
value is a list of MIME types, where each item in the
@@ -529,9 +536,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CcppAccept-Charset">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: List of character sets the device supports. Property
value is a list of character sets, where each item in
@@ -543,9 +550,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CcppAccept-Encoding">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: List of transfer encodings the device supports.
Property value is a list of transfer encodings, where
@@ -558,9 +565,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CcppAccept-Language">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/>
- <rdfs:domain rdf:resource="#SoftwarePlatform"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Seq"/>
+ <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
<rdfs:comment>
Description: List of preferred document languages. If a resource is
available in more than one natural language, the server
@@ -577,9 +584,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="DownloadableBrowserApps">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: List of executable content types which the browser
supports and which it is willing to accept from the
@@ -593,8 +600,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="FramesCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Indicates whether the browser is capable of displaying
frames.
@@ -604,8 +611,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="HtmlVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Version of HyperText Markup Language (HTML) supported
by the browser.
@@ -615,8 +622,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JavaAppletEnabled">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Indicates whether the browser supports Java applets.
Type: Boolean
@@ -625,8 +632,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JavaScriptEnabled">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Indicates whether the browser supports JavaScript.
Type: Boolean
@@ -635,8 +642,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JavaScriptVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Version of the JavaScript language supported by the
browser.
@@ -646,8 +653,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="PreferenceForFrames">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Indicates the user's preference for receiving HTML
content that contains frames.
@@ -657,8 +664,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="TablesCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Indicates whether the browser is capable of displaying
tables.
@@ -668,8 +675,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="XhtmlVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: Version of XHTML supported by the browser.
Type: Literal
@@ -678,9 +685,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="XhtmlModules">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#BrowserUA"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
<rdfs:comment>
Description: List of XHTML modules supported by the browser. Property
value is a list of module names, where each item in the
@@ -698,8 +705,8 @@
<!-- ****************************************************************** -->
<!-- ***** Component: WapCharacteristics ***** -->
<rdf:Description rdf:ID="WapDeviceClass">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: Classification of the device based on capabilities as
identified in the WAP 1.1 specifications. Current
@@ -710,8 +717,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapPushMsgPriority">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: User's preference on the priority of incoming push
messages.
@@ -721,8 +728,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapPushMsgSize">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: Maximum size of a push message that the device can
handle. Value is number of bytes.
@@ -732,8 +739,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: Version of WAP supported.
Type: Literal
@@ -742,8 +749,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WmlDeckSize">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: Maximum size of a WML deck that can be downloaded to
the device. This may be an estimate of the maximum size
@@ -755,9 +762,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WmlScriptLibraries">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: List of mandatory and optional libraries supported in
the device's WMLScript VM.
@@ -767,9 +774,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WmlScriptVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: List of WMLScript versions supported by the device.
Property value is a list of version numbers, where
@@ -781,9 +788,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WmlVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: List of WML language versions supported by the device.
Property value is a list of version numbers, where
@@ -795,9 +802,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WtaiLibraries">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: List of WTAI network common and network specific
libraries supported by the device.
@@ -813,8 +820,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WtaVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: Version of WTA user agent.
Type: Literal
@@ -823,9 +830,9 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapSupportedApplications">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdfs:domain rdf:resource="#WapCharacteristics"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
<rdfs:comment>
Description: List of applications supported by the WAP device that are
accessible using the push application addressing framework. Each value is a URI and
represents an application identifier which may be reigstered with WINA.
Type: Literal
@@ -833,4 +840,119 @@
Examples: "urn:x-wap-application:push.sia",
"urn:x-wap-application:wml.ua", "urn:x-wap-application:wta.ua"
</rdfs:comment>
</rdf:Description>
+
+<!-- ****************************************************************** -->
+<!-- ***** Component Definitions ***** -->
+<rdf:Description ID="MmsCharacteristics">
+ <rdf:type resource="&ns-rdfs;Class"/>
+ <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
+ <rdfs:label>Component: MmsCharacteristics</rdfs:label>
+ <rdfs:comment>
+ The MmsCharacteristics component contains properties of the device's
+ Multimedia messaging capabilities, such as maximum message size,
maximum
+ image resolution, etc.
+ </rdfs:comment>
+</rdf:Description>
+
+<!-- ****************************************************************** -->
+<!-- ***** Component: MmsCharacteristics ***** -->
+<!-- ****************************************************************** -->
+<!-- ***** Attributes for component: MmsCharacteristics ***** -->
+
+<rdf:Description ID="MmsMaxMessageSize">
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
+ <rdfs:comment>
+ Description: Maximum size of an MMS message in bytes.
+ Type: Number
+ Resolution: Locked
+ Examples: 2048
+ </rdfs:comment>
+</rdf:Description>
+
+<rdf:Description ID="MmsMaxImageResolution">
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
+ <rdfs:comment>
+ Description: The maximum size of an image in units of pixels
+ (horizontal x vertical).
+ Type: Literal
+ Resolution: Locked
+ Examples: 80x60
+ </rdfs:comment>
+</rdf:Description>
+
+<rdf:Description rdf:ID="MmsCcppAccept">
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
+ <rdfs:comment>
+ Description: Property value is a list of supported content types
+ where each item in the list is a content type name
+ registered as a MIME type
+ Type: Literal
+ Resolution: Locked
+ Examples: "image/jpeg", "audio/wav", "video/mpeg-4"
+ </rdfs:comment>
+</rdf:Description>
+
+<rdf:Description rdf:ID="MmsCcppAccept-Charset">
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
+ <rdfs:comment>
+ Description: List of character sets that the MMS Client supports.
+ Property value is a list of character sets, where
+ each item in the list is a character set name registered
+ with IANA
+ Type: Literal
+ Resolution: Locked
+ Examples: "US-ASCII", "ISO-8859-1"
+ </rdfs:comment>
+</rdf:Description>
+
+<rdf:Description rdf:ID="MmsCcppAccept-Language">
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
+ <rdfs:comment>
+ Description: List of preferred languages. The first item in the
+ list should be considered the user�s first choice.
+ Property value is a list of natural languages, where
+ each item in the list is the name of a language as
+ defined by RFC 1766.
+ Type: Literal
+ Resolution: Locked
+ Examples: "en", "fr"
+ </rdfs:comment>
+</rdf:Description>
+
+<rdf:Description rdf:ID="MmsCcppAccept-Encoding">
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
+ <rdfs:comment>
+ Description: List of transfer encodings that the MMS Client supports.
+ Property value is a list of transfer encodings, where
+ each item in the list is a transfer encoding name as
+ specified by RFC 2045 and registered with IANA.
+ Type: Literal
+ Resolution: Locked
+ Examples: "base64", "quoted-printable"
+ </rdfs:comment>
+</rdf:Description>
+
+<rdf:Description rdf:ID="MmsVersion">
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
+ <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
+ <rdfs:comment>
+ Description: The MMS versions supported by the MMS Client conveyed
+ as majorVersionNumber.minorVersionNumber.
+ Type: Literal
+ Resolution: Locked
+ Examples: "2.0", "1.3"
+ </rdfs:comment>
+</rdf:Description>
+
</rdf:RDF>
1.2 +96 -88
cocoon-2.0/src/webapp/resources/deli/config/vocab/ccppschema-20000405.rdfs
Index: ccppschema-20000405.rdfs
===================================================================
RCS file:
/home/cvs/cocoon-2.0/src/webapp/resources/deli/config/vocab/ccppschema-20000405.rdfs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ccppschema-20000405.rdfs 9 Mar 2003 00:06:06 -0000 1.1
+++ ccppschema-20000405.rdfs 17 Mar 2003 10:39:28 -0000 1.2
@@ -1,8 +1,13 @@
<?xml version="1.0"?>
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/1999/PR-rdf-schema-19990303#"
xmlns:prf="http://www.wapforum.org/UAPROF/ccppschema-20000405#">
+<!DOCTYPE rdf:RDF [
+ <!ENTITY ns-rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
+ <!ENTITY ns-rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
+ <!ENTITY ns-prf 'http://www.wapforum.org/UAPROF/ccppschema-20000405#'>
+]>
+<rdf:RDF xmlns:rdf="&ns-rdf;" xmlns:rdfs="&ns-rdfs;" xmlns:prf="&ns-prf;">
<rdf:Description rdf:ID="Component">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Class"/>
- <rdfs:subClassOf
rdf:resource="http://www.w3.org/TR/1999/PR-rdf-schema-19990303#Resource"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
+ <rdfs:subClassOf rdf:resource="&ns-rdfs;Resource"/>
<rdfs:label>Component</rdfs:label>
<rdfs:comment>
A Component within the CC/PP Schema is a class of related properties
@@ -12,7 +17,7 @@
<!-- ****************************************************************** -->
<!-- ***** Properties shared among the components***** -->
<rdf:Description rdf:ID="component">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:label>component</rdfs:label>
<rdfs:comment>
The component attribute links the various components to the root node
@@ -20,7 +25,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="Defaults">
- <rdfs:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdfs:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
@@ -33,7 +38,7 @@
<!-- ****************************************************************** -->
<!-- ***** Component Definitions ***** -->
<rdf:Description rdf:ID="HardwarePlatform">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: HardwarePlatform</rdfs:label>
<rdfs:comment>
@@ -42,7 +47,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SoftwarePlatform">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: SoftwarePlatform</rdfs:label>
<rdfs:comment>
@@ -51,7 +56,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="BrowserUA">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: BrowserUA</rdfs:label>
<rdfs:comment>
@@ -60,7 +65,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="NetworkCharacteristics">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: NetworkCharacteristics</rdfs:label>
<rdfs:comment>
@@ -69,7 +74,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapCharacteristics">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Class"/>
+ <rdf:type rdf:resource="&ns-rdfs;Class"/>
<rdfs:subClassOf rdf:resource="#Component"/>
<rdfs:label>Component: WapCharacteristics</rdfs:label>
<rdfs:comment>
@@ -94,7 +99,7 @@
<!-- ****************************************************************** -->
<!-- ***** Component: HardwarePlatform ***** -->
<rdf:Description rdf:ID="BitsPerPixel">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: The number of bits of color or grayscale information per
@@ -106,7 +111,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="ColorCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device's display supports color.
@@ -118,7 +123,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CPU">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Name and model number of the device CPU.
@@ -128,7 +133,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="ImageCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports the display of
@@ -140,8 +145,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="InputCharSet">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: List of character sets supported by the device for text
@@ -155,7 +160,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="Keyboard">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Type of keyboard supported by the device, as an indicator
@@ -166,7 +171,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="Model">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Model number assigned to the terminal device by the
@@ -177,7 +182,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="NumberOfSoftKeys">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Number of soft keys available on the device.
@@ -187,8 +192,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="OutputCharSet">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: List of character sets supported by the device for
@@ -201,7 +206,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="PixelAspectRatio">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Ratio of pixel width to pixel height.
@@ -211,7 +216,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="PointingResolution">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Type of resolution of the pointing accessory supported
@@ -222,7 +227,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="ScreenSize">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: The size of the device's screen in units of pixels,
@@ -233,7 +238,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="ScreenSizeChar">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Size of the device's screen in units of characters,
@@ -246,7 +251,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="StandardFontProportional">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device's standard font is
@@ -257,7 +262,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SoundOutputCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports sound output
@@ -269,7 +274,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="TextInputCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports alpha-numeric text
@@ -282,7 +287,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="Vendor">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Name of the vendor manufacturing the terminal device.
@@ -292,7 +297,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="VoiceInputCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#HardwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports any form of voice
@@ -306,7 +311,7 @@
<!-- ****************************************************************** -->
<!-- ***** Component: SoftwarePlatform ***** -->
<rdf:Description rdf:ID="AcceptDownloadableSoftware">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: Indicates the user's preference on whether to accept
@@ -317,8 +322,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="AudioInputEncoder">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: List of audio input encoders supported by the device.
@@ -328,8 +333,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="DownloadableSoftwareSupport">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: List of executable content types which the device
@@ -343,7 +348,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JavaEnabled">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: Indicates whether the device supports a Java virtual
@@ -354,8 +359,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JVMVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: List of the Java virtual machines installed on the
@@ -367,7 +372,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="MexeClassmark">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: ETSI MExE classmark. Value "1" means the MExE device
@@ -380,7 +385,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="MexeSpec">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: Class mark specialization. Refers to the first two
@@ -391,7 +396,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="OSName">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: Name of the device's operating system.
@@ -401,7 +406,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="OSVendor">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: Vendor of the device's operating system.
@@ -411,7 +416,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="OSVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: Version of the device's operating system.
@@ -421,7 +426,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="RecipientAppAgent">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: User agent associated with the current request. Value
@@ -435,7 +440,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SoftwareNumber">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: Version of the device-specific software (firmware) to
@@ -446,8 +451,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="VideoInputEncoder">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: List of video input encoders supported by the device.
@@ -459,7 +464,7 @@
<!-- ****************************************************************** -->
<!-- ***** Component: NetworkCharacteristics ***** -->
<rdf:Description rdf:ID="CurrentBearerService">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#NetworkCharacteristics"/>
<rdfs:comment>
Description: The bearer on which the current session was opened.
@@ -469,7 +474,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SecuritySupport">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#NetworkCharacteristics"/>
<rdfs:comment>
Description: Type of security or encryption mechanism supported.
@@ -479,7 +485,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="SupportedBearers">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#NetworkCharacteristics"/>
<rdfs:comment>
Description: List of bearers supported by the device.
@@ -491,7 +498,7 @@
<!-- ****************************************************************** -->
<!-- ***** Component: BrowserUA ***** -->
<rdf:Description rdf:ID="BrowserName">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Name of the browser user agent associated with the
@@ -502,7 +509,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="BrowserVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Version of the browser.
@@ -512,8 +519,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CcppAccept">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: List of content types the device supports. Property
@@ -526,8 +533,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CcppAccept-Charset">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: List of character sets the device supports. Property
@@ -540,8 +547,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CcppAccept-Encoding">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: List of transfer encodings the device supports.
@@ -555,8 +562,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="CcppAccept-Language">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Seq"/>
<rdfs:domain rdf:resource="#SoftwarePlatform"/>
<rdfs:comment>
Description: List of preferred document languages. If a resource is
@@ -574,8 +581,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="DownloadableBrowserApps">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: List of executable content types which the browser
@@ -590,7 +597,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="FramesCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Indicates whether the browser is capable of displaying
@@ -601,7 +608,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="HtmlVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Version of HyperText Markup Language (HTML) supported
@@ -612,7 +619,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JavaAppletEnabled">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Indicates whether the browser supports Java applets.
@@ -622,7 +629,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JavaScriptEnabled">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Indicates whether the browser supports JavaScript.
@@ -632,7 +639,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="JavaScriptVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Version of the JavaScript language supported by the
@@ -643,7 +650,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="PreferenceForFrames">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Indicates the user's preference for receiving HTML
@@ -654,7 +661,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="TablesCapable">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Indicates whether the browser is capable of displaying
@@ -665,7 +672,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="XhtmlVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: Version of XHTML supported by the browser.
@@ -675,8 +682,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="XhtmlModules">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#BrowserUA"/>
<rdfs:comment>
Description: List of XHTML modules supported by the browser. Property
@@ -695,7 +702,7 @@
<!-- ****************************************************************** -->
<!-- ***** Component: WapCharacteristics ***** -->
<rdf:Description rdf:ID="WapDeviceClass">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: Classification of the device based on capabilities as
@@ -707,7 +714,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapPushMsgPriority">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: User's preference on the priority of incoming push
@@ -718,7 +725,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapPushMsgSize">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: Maximum size of a push message that the device can
@@ -729,7 +736,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: Version of WAP supported.
@@ -739,7 +747,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WmlDeckSize">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: Maximum size of a WML deck that can be downloaded to
@@ -752,8 +760,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WmlScriptLibraries">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: List of mandatory and optional libraries supported in
@@ -764,8 +772,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WmlScriptVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: List of WMLScript versions supported by the device.
@@ -778,8 +786,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WmlVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: List of WML language versions supported by the device.
@@ -792,8 +800,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WtaiLibraries">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: List of WTAI network common and network specific
@@ -810,7 +818,7 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WtaVersion">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: Version of WTA user agent.
@@ -820,8 +828,8 @@
</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:ID="WapSupportedApplications">
- <rdf:type
rdf:resource="http://www.w3.org/1999/PR-rdf-schema-19990303#Property"/>
- <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:type rdf:resource="&ns-rdf;Property"/>
+ <rdf:type rdf:resource="&ns-rdf;Bag"/>
<rdfs:domain rdf:resource="#WapCharacteristics"/>
<rdfs:comment>
Description: List of applications supported by the WAP device that are
accessible using the push application addressing framework. Each value is a URI and
represents an application identifier which may be reigstered with WINA.