You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bu...@apache.org on 2003/02/13 20:11:29 UTC

cvs commit: xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab ccppschema-20010111.rdfs ccppschema-20020710.rdfs uaprof_vocab_05apr2000.xml uaprof_vocab_30may2001.xml ccppschema-20000405.rdfs ccppschema-20010330.rdfs uaprof_vocab_10nov1999.xml uaprof_vocab_30apr2001.xml

butlermh    2003/02/13 11:11:29

  Modified:    src/webapp/WEB-INF/deli/config/vocab
                        ccppschema-20000405.rdfs ccppschema-20010330.rdfs
                        uaprof_vocab_10nov1999.xml
                        uaprof_vocab_30apr2001.xml
  Added:       src/webapp/WEB-INF/deli/config/vocab
                        ccppschema-20010111.rdfs ccppschema-20020710.rdfs
                        uaprof_vocab_05apr2000.xml
                        uaprof_vocab_30may2001.xml
  Log:
  Updating UAProf vocabularies
  
  Revision  Changes    Path
  1.2       +96 -88    xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/ccppschema-20000405.rdfs
  
  Index: ccppschema-20000405.rdfs
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/ccppschema-20000405.rdfs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ccppschema-20000405.rdfs	2 Jul 2002 14:31:14 -0000	1.1
  +++ ccppschema-20000405.rdfs	13 Feb 2003 19:11: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.
  
  
  
  1.2       +276 -154  xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/ccppschema-20010330.rdfs
  
  Index: ccppschema-20010330.rdfs
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/ccppschema-20010330.rdfs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ccppschema-20010330.rdfs	2 Jul 2002 14:31:14 -0000	1.1
  +++ ccppschema-20010330.rdfs	13 Feb 2003 19:11: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 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 bag
  +		Resolution: Locked
  +		Examples: "image/jpeg", "audio/wav", "video/mpeg-4"
  +	</rdfs:comment>
  +</rdf:Description>
  +
  +<rdf:Description 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 bag
  +		Resolution: Locked
  +		Examples: "US-ASCII", "ISO-8859-1"
  +	</rdfs:comment>
  +</rdf:Description>
  +
  +<rdf:Description 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 bag
  +		Resolution: Locked
  +		Examples: "en", "fr"
  +	</rdfs:comment>
  +</rdf:Description>
  +
  +<rdf:Description 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 bag
  +		Resolution: Locked
  +		Examples: "base64", "quoted-printable"
  +	</rdfs:comment>
  +</rdf:Description>
  +
  +<rdf:Description 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 bag
  +		Resolution: Locked
  +		Examples: "2.0", "1.3"
  +	</rdfs:comment>
  +</rdf:Description>
  +
   </rdf:RDF>
  
  
  
  1.2       +29 -1     xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/uaprof_vocab_10nov1999.xml
  
  Index: uaprof_vocab_10nov1999.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/uaprof_vocab_10nov1999.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- uaprof_vocab_10nov1999.xml	2 Jul 2002 14:31:14 -0000	1.1
  +++ uaprof_vocab_10nov1999.xml	13 Feb 2003 19:11:28 -0000	1.2
  @@ -1,5 +1,33 @@
   <?xml version="1.0"?>
  -<!-- edited with XML Spy v3.0.7 NT (http://www.xmlspy.com) by Mark Butler (Hewlett-Packard Laboratories UK) -->
  +<!--
  + * Note: this is the 'BSD License' as endorsed by OpenSource.org.
  + *
  + *  (c) Copyright Hewlett-Packard Company 2001 
  + *  All rights reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + * 1. Redistributions of source code must retain the above copyright
  + *    notice, this list of conditions and the following disclaimer.
  + * 2. Redistributions in binary form must reproduce the above copyright
  + *    notice, this list of conditions and the following disclaimer in the
  + *    documentation and/or other materials provided with the distribution.
  + * 3. The name of the author may not be used to endorse or promote products
  + *    derived from this software without specific prior written permission.
  +
  + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  + *
  +-->
   <vocabspec>
   	<ccppUri>http://www.wapforum.org/UAPROF/ccppschema-19991110#</ccppUri>
   	<attribute>
  
  
  
  1.2       +29 -1     xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/uaprof_vocab_30apr2001.xml
  
  Index: uaprof_vocab_30apr2001.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/uaprof_vocab_30apr2001.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- uaprof_vocab_30apr2001.xml	2 Jul 2002 14:31:14 -0000	1.1
  +++ uaprof_vocab_30apr2001.xml	13 Feb 2003 19:11:28 -0000	1.2
  @@ -1,5 +1,33 @@
   <?xml version="1.0"?>
  -<!-- edited with XML Spy v3.0.7 NT (http://www.xmlspy.com) by Mark Butler (Hewlett-Packard Laboratories UK) -->
  +<!--
  + * Note: this is the 'BSD License' as endorsed by OpenSource.org.
  + *
  + *  (c) Copyright Hewlett-Packard Company 2001 
  + *  All rights reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + * 1. Redistributions of source code must retain the above copyright
  + *    notice, this list of conditions and the following disclaimer.
  + * 2. Redistributions in binary form must reproduce the above copyright
  + *    notice, this list of conditions and the following disclaimer in the
  + *    documentation and/or other materials provided with the distribution.
  + * 3. The name of the author may not be used to endorse or promote products
  + *    derived from this software without specific prior written permission.
  +
  + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  + *
  +-->
   <vocabspec>
   	<ccppUri>http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#</ccppUri>
   	<attribute>
  
  
  
  1.1                  xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/ccppschema-20010111.rdfs
  
  Index: ccppschema-20010111.rdfs
  ===================================================================
  <?xml version="1.0"?>
  <!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/profiles/MMS/ccppschema-20010111#'>
  ]>
  
  <rdf:RDF
  	xmlns:rdf="&ns-rdf;"
  	xmlns:rdfs="&ns-rdfs;"
  	xmlns:prf="&ns-prf;">
  
    <rdf:Description rdf:about="&ns-prf;Component">
      <rdf:type rdf:resource="&ns-rdfs;Class"/>
      <rdfs:subClassOf rdf:resource="&ns-rdfs;Resource"/>
      <rdfs:label xml:lang="en">Component</rdfs:label>
      <rdfs:comment xml:lang="en">
        A Component within the CC/PP Schema is a class of related
        properties that describe the capabilities and preferences
        information.
      </rdfs:comment>
    </rdf:Description>
  
  <!-- ****************************************************************** -->
  <!-- ***** Properties shared among the components***** -->
  
    <rdf:Description rdf:about="&ns-prf;component">
      <rdf:type rdf:resource="&ns-rdf;Property"/>
      <rdfs:label xml:lang="en">component</rdfs:label>
      <rdfs:comment xml:lang="en">
        The component attribute links the various components to
        the root node(profile).
      </rdfs:comment>
    </rdf:Description>
  
  <!-- ****************************************************************** -->
  <!-- ***** Component Definitions ***** -->
  
    <rdf:Description rdf:about="&ns-prf;MmsCharacteristics">
      <rdf:type rdf:resource="&ns-rdfs;Class"/>
      <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
      <rdfs:label xml:lang="en">Component: MmsCharacteristics</rdfs:label>
      <rdfs:comment xml:lang="en">
        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 rdf:about="&ns-prf;MmsMaxMessageSize">
      <rdf:type rdf:resource="&ns-rdf;Property"/>
      <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
      <rdfs:range rdf:resource="&ns-prf;Number"/>
      <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
      <rdfs:comment xml:lang="en">
        Description: Maximum size of an MMS message in bytes.
        Type: Number
        Resolution: Locked
        Examples: 2048
      </rdfs:comment>
    </rdf:Description>
  
    <rdf:Description rdf:about="&ns-prf;MmsMaxImageResolution">
      <rdf:type rdf:resource="&ns-rdf;Property"/>
      <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
      <rdfs:range rdf:resource="&ns-prf;Literal"/>
      <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
      <rdfs:comment xml:lang="en">
        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:about="&ns-prf;MmsCcppAccept">
      <rdf:type rdf:resource="&ns-rdf;Property"/>
      <rdf:type rdf:resource="&ns-rdfs;Bag"/>
      <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
      <rdfs:range rdf:resource="&ns-prf;Literal"/>
      <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
      <rdfs:comment xml:lang="en">
        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 bag
        Resolution: Locked
        Examples: �image/jpeg�, �audio/wav�, �video/mpeg-4�
      </rdfs:comment>
    </rdf:Description>
  
    <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptCharSet">
      <rdf:type rdf:resource="&ns-rdf;Property"/>
      <rdf:type rdf:resource="&ns-rdfs;Bag"/>
      <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
      <rdfs:range rdf:resource="&ns-prf;Literal"/>
      <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
      <rdfs:comment xml:lang="en">
        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 bag
        Resolution: Locked
        Examples: �US-ASCII�, �ISO-8859-1�
      </rdfs:comment>
    </rdf:Description>
  
    <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptLanguage">
      <rdf:type rdf:resource="&ns-rdf;Property"/>
      <rdf:type rdf:resource="&ns-rdfs;Bag"/>
      <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
      <rdfs:range rdf:resource="&ns-prf;Literal"/>
      <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
      <rdfs:comment xml:lang="en">
        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 bag
        Resolution: Locked
        Examples: �en�, �fr�
      </rdfs:comment>
    </rdf:Description>
  
    <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptEncoding">
      <rdf:type rdf:resource="&ns-rdf;Property"/>
      <rdf:type rdf:resource="&ns-rdfs;Bag"/>
      <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
      <rdfs:range rdf:resource="&ns-prf;Literal"/>
      <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
      <rdfs:comment xml:lang="en">
        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 bag
        Resolution: Locked
        Examples: �base64�, �quoted-printable"
      </rdfs:comment>
    </rdf:Description>
  
    <rdf:Description rdf:about="&ns-prf;MmsVersion">
      <rdf:type rdf:resource="&ns-rdf;Property"/>
      <rdf:type rdf:resource="&ns-rdfs;Bag"/>
      <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
      <rdfs:range rdf:resource="&ns-prf;Literal"/>
      <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
      <rdfs:comment xml:lang="en">
        Description: The MMS versions supported by the MMS Client conveyed
        as majorVersionNumber.minorVersionNumber.
        Type: Literal bag
        Resolution: Locked
        Examples: "2.0", "1.3"
      </rdfs:comment>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  1.1                  xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/ccppschema-20020710.rdfs
  
  Index: ccppschema-20020710.rdfs
  ===================================================================
  <?xml version="1.0"?>
  <!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-20020710#'>
  ]>
  <rdf:RDF xmlns:rdf="&ns-rdf;" 
  	 xmlns:rdfs="&ns-rdfs;" 
  	 xmlns:prf="&ns-prf;">
  	
  	<rdf:Description rdf:ID="Component">
  		<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 
        that describe the capabilities and preferences information.
     </rdfs:comment>
  	
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Properties shared among the components***** -->
  
  	<rdf:Description rdf:ID="component">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:label>component</rdfs:label>
  		<rdfs:comment>
        The component attribute links the various components to the root node
        (profile).
      </rdfs:comment>
  	</rdf:Description>
  	
  	<rdf:Description rdf:ID="defaults">
  		<rdfs:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;Component"/>
  		
  		<!-- rdfs:domain is conjunctive 
  		<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:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  		-->
  		
  		<rdfs:comment>
        An attribute used to identify the default capabilities. 
     </rdfs:comment>
  	</rdf:Description>
  
  	<!-- ****************************************************************** -->
  	<!-- ***** Component Definitions ***** -->
  
  	<rdf:Description rdf:ID="HardwarePlatform">
  		<rdf:type rdf:resource="&ns-rdfs;Class"/>
  		<rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  		<rdfs:label>Component: HardwarePlatform</rdfs:label>
  		<rdfs:comment>
        The HardwarePlatform component contains properties of the device's
        Hardware, such as display size, supported character sets, etc.
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="SoftwarePlatform">
  		<rdf:type rdf:resource="&ns-rdfs;Class"/>
  		<rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  		<rdfs:label>Component: SoftwarePlatform</rdfs:label>
  		<rdfs:comment>
        The SoftwarePlatform component contains properties of the device's 
        application environment, operating system, and installed software.
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="BrowserUA">
  		<rdf:type rdf:resource="&ns-rdfs;Class"/>
  		<rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  		<rdfs:label>Component: BrowserUA</rdfs:label>
  		<rdfs:comment>
        The BrowserUA component contains attributes related to the browser                                  
        user agent running on the device.
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="NetworkCharacteristics">
  		<rdf:type rdf:resource="&ns-rdfs;Class"/>
  		<rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  		<rdfs:label>Component: NetworkCharacteristics</rdfs:label>
  		<rdfs:comment>
        The NetworkCharacteristics component contains properties describing the                                  
        network environment including the supported bearers.
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="WapCharacteristics">
  		<rdf:type rdf:resource="&ns-rdfs;Class"/>
  		<rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  		<rdfs:label>Component: WapCharacteristics</rdfs:label>
  		<rdfs:comment>
        The WapCharacteristics component contains properties of the WAP
        environment supported by the device.
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="PushCharacteristics">
  		<rdf:type rdf:resource="&ns-rdfs;Class"/>
  		<rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  		<rdfs:label>Component: PushCharacteristics</rdfs:label>
  		<rdfs:comment>
        The PushCharacteristics component contains properties of the device's
        push capabilities, such as supported content mime types.
     </rdfs:comment>
  	</rdf:Description>
  
  	<!-- **
       ** In the following property definitions, the defined types 
       ** are as follows:
       ** 
       **    Number:     A positive integer 
       **                  [0-9]+
       **    Boolean:    A yes or no value 
       **                  Yes|No
       **    Literal:    An alphanumeric string
       **                  [A-Za-z0-9/.\-_]+
       **    Dimension:  A pair of numbers
       **                  [0-9]+x[0-9]+
       **
  -->
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: HardwarePlatform ***** -->
  
  	<rdf:Description rdf:ID="BluetoothProfile">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  		<rdfs:comment>
        	Description: Supported Bluetooth profiles as defined in the Bluetooth specification [BLT].
                  Type: 	 	Literal (bag)
                  Resolution: 	Locked
                  Examples:   	"dialup", "lanAccess"
            </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="BitsPerPixel">
  		<rdf:type rdf:resource="&ns-rdfs;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
                      the device can display.
        Type:         Number
        Resolution:   Override
        Examples:     "2", "8"
  </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="ColorCapable">
  		<rdf:type rdf:resource="&ns-rdfs;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
                      supports only grayscale or black and white.
        Type:         Boolean
        Resolution:   Override 
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="CPU">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  		<rdfs:comment>
        Description:  Name and model number of the device CPU.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Pentium III", "PowerPC 750"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="ImageCapable">
  		<rdf:type rdf:resource="&ns-rdfs;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
                      may list the types of images supported.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="InputCharSet">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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,
                      where each item in the list is a character set name, as
                      registered with IANA.
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="Keyboard">
  		<rdf:type rdf:resource="&ns-rdfs;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.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Disambiguating", "Qwerty", "PhoneKeypad"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="Model">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  		<rdfs:comment>
        Description:  Model number assigned to the terminal device by the
                      vendor or manufacturer.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Mustang GT", "Q30"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="NumberOfSoftKeys">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  		<rdfs:comment>
        Description:  Number of soft keys available on the device.
        Type:         Number
        Resolution:   Locked
        Examples:     "3", "2"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="OutputCharSet">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      character sets, where each item in the list is a
                      character set name, as registered with IANA.
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="PixelAspectRatio">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  		<rdfs:comment>
        Description:  Ratio of pixel width to pixel height.
        Type:         Dimension
        Resolution:   Locked
        Examples:     "1x2"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="PointingResolution">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  		<rdfs:comment>
        Description:  Type of resolution of the pointing accessory supported
                      by the device.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Character", "Line", "Pixel"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="ScreenSize">
  		<rdf:type rdf:resource="&ns-rdfs;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.
        Type:         Dimension
        Resolution:   Locked
        Examples:     "160x160", "640x480"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="ScreenSizeChar">
  		<rdf:type rdf:resource="&ns-rdfs;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
                      device's standard font should be used to determine
                      this property's value. (Number of characters per 
                      row)x(Number of rows). In calculating this attribute 
                      use the largest character in the device's default font.
        Type:         Dimension
        Resolution:   Locked
        Examples:     "12x4", "16x8"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="StandardFontProportional">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  		<rdfs:comment>
        Description:  Indicates whether the device's standard font is 
                      proportional.
        Type:         Boolean
        Resolution:   Locked 
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="SoundOutputCapable">
  		<rdf:type rdf:resource="&ns-rdfs;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
                      sound output mechanism.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="TextInputCapable">
  		<rdf:type rdf:resource="&ns-rdfs;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
                      letters and digits. "No" means the device supports only
                      entry of digits.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="Vendor">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  		<rdfs:comment>
        Description:  Name of the vendor manufacturing the terminal device.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Ford", "Lexus"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="VoiceInputCapable">
  		<rdf:type rdf:resource="&ns-rdfs;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-
                      enabled browsers.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: SoftwarePlatform ***** -->
  
  	<rdf:Description rdf:ID="AcceptDownloadableSoftware">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
        Description:  Indicates the user's preference on whether to accept
                      downloadable software.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="AudioInputEncoder">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
        Description:  List of audio input encoders supported by the device.
        Type:         Literal (bag)
        Resolution:   Append
        Example:      "G.711"
     </rdfs:comment>
  	</rdf:Description>
  
  <rdf:Description rdf:ID="CcppAccept">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      list is a content type descriptor as specified by
                      RFC 2045.
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "text/html", "text/plain", "text/html", "image/gif"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="CcppAccept-Charset">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      the list is a character set name registered with IANA.
                      
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="CcppAccept-Encoding">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      each item in the list is a transfer encoding name as
                      specified by RFC 2045 and registered with IANA.
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "base64", "quoted-printable"
    </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="CcppAccept-Language">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="&ns-rdfs;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
                      can use this property to determine which version of the
                      resource to send to the device. The first item in the
                      list should be considered the user's first choice, the
                      second the second choice, and so on. Property value is
                      a list of natural languages, where each item in the list
                      is the name of a language as defined by RFC 3066[RFC3066].
        Type:         Literal (sequence)
        Resolution:   Append
        Examples:     "zh-CN", "en", "fr"
     </rdfs:comment>
  	</rdf:Description>
  
  
  	<rdf:Description rdf:ID="DownloadableSoftwareSupport">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      network. The property value is a list of MIME types,
                      where each item in the list is a content type
                      descriptor as specified by RFC 2045.
        Type:         Literal (bag)
        Resolution:   Locked
        Examples:     "application/x-msdos-exe"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="JavaEnabled">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
        Description:  Indicates whether the device supports a Java virtual
                      machine.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="JavaPlatform">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
        Description: The list of JAVA platforms and profiles installed in the device. Each item in the list is a name token describing compatibility with the name and version of the java platform specification or the name and version of the profile specification name (if profile is included in the device)
  
        Type:         Literal (bag)
        Resolution:   Append
        Examples: "Pjava/1.1.3-compatible", "MIDP/1.0-compatible", "J2SE/1.0-compatible"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="JVMVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      the vendor and version of the VM.
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "SunJRE/1.2", "MSJVM/1.0"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="MexeClassmarks">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform "/>
  		<rdfs:comment>
  Description: List of MExE classmarks supported by the device. Value "1" means the MExE device supports WAP, value "2" means that MExE device supports Personal Java and value "3" means that MExE device supports MIDP applications.
        	Type:         Literal (bag)
        	Resolution:   Locked
        	Examples:     "1", "3"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="MexeSpec">
  		<rdf:type rdf:resource="&ns-rdfs;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. 
        Type:         Literal
        Resolution:   Locked
        Examples:     "7.02"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="MexeSecureDomains">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
       	 Description: Indicates whether the device's supports MExE security domains. "Yes" means that security domains are supported in accordance with MExE specifications identified by the MexeSpec attribute. "No" means that security domains are not supported and the device has only untrusted domain (area).
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="OSName">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
        Description:  Name of the device's operating system. 
        Type:         Literal
        Resolution:   Locked
        Examples:     "Mac OS", "Windows NT"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="OSVendor">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
        Description:  Vendor of the device's operating system. 
        Type:         Literal
        Resolution:   Locked
        Examples:     "Apple", "Microsoft"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="OSVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
        Description:  Version of the device's operating system. 
        Type:         Literal
        Resolution:   Locked
        Examples:     "6.0", "4.5"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="RecipientAppAgent">
  		<rdf:type rdf:resource="&ns-rdfs;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
                      profile. A component name is specified by the ID
                      attribute on the prf:Component element containing the
                      properties of that component.
        Type:         Literal
        Resolution:   Locked
        Examples:     "BrowserMail"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="SoftwareNumber">
  		<rdf:type rdf:resource="&ns-rdfs;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. 
        Type:         Literal
        Resolution:   Locked
        Examples:     "2"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="VideoInputEncoder">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
        Description:  List of video input encoders supported by the device. 
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "MPEG-1", "MPEG-2", "H.261"
     </rdfs:comment>
  	</rdf:Description>
  
   	<rdf:Description rdf:ID="Email-URI-Schemes">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  		<rdfs:comment>
              Description:  List of URI schemes the device supports for accessing e-mail.                         
                            Property value is a list of URI schemes, where each item in
                            the list is a URI scheme as defined in RFC 2396.
              Type:         Literal (bag)
              Resolution:   Override
              Examples:     "pop", "imap", "http", "https"
  	</rdfs:comment>
  		</rdf:Description>
  
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: NetworkCharacteristics ***** -->
  
  	<rdf:Description rdf:ID="SupportedBluetoothVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics "/>
  		<rdfs:comment>
        	Description: Supported Bluetooth version.
                  Type: 	 	Literal
                  Resolution: 	Locked
                  Examples:   	"1.0" 
            </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="CurrentBearerService">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  		<rdfs:comment>
        Description:  The bearer on which the current session was opened.
        Type:         Literal
        Resolution:   Locked
        Examples:     "OneWaySMS", "GUTS", "TwoWayPacket"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="SecuritySupport">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  		<rdfs:comment>
        Description:  List of types of security or encryption mechanisms supported by the device. 
        Type:         Literal (bag)
        Resolution:   Locked
        Example:      "WTLS-1", WTLS-2", "WTLS-3", "signText", "PPTP"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="SupportedBearers">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  		<rdfs:comment>
        Description:  List of bearers supported by the device.
        Type:         Literal (bag)
        Resolution:   Locked
        Examples:     "GPRS", "GUTS", "SMS", CSD", "USSD"
     </rdfs:comment>
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: BrowserUA ***** -->
  
  	<rdf:Description rdf:ID="BrowserName">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Name of the browser user agent associated with the
                      current request.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Mozilla", "MSIE", "WAP42"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="BrowserVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Version of the browser.
        Type:         Literal
        Resolution:   Locked
        Examples:     "1.0"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="DownloadableBrowserApps">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      network. The property value is a list of MIME types,
                      where each item in the list is a content type
                      descriptor as specified by RFC 2045.
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "application/x-java-vm/java-applet"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="FramesCapable">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Indicates whether the browser is capable of displaying
                      frames.
        Type:         Boolean
        Resolution:   Override
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="HtmlVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Version of HyperText Markup Language (HTML) supported
                      by the browser.
        Type:         Literal
        Resolution:   Locked
        Examples:     "2.0", "3.2", "4.0"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="JavaAppletEnabled">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Indicates whether the browser supports Java applets.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"   
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="JavaScriptEnabled">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Indicates whether the browser supports JavaScript.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"   
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="JavaScriptVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Version of the JavaScript language supported by the
                      browser.
        Type:         Literal
        Resolution:   Locked
        Examples:     "1.4"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="PreferenceForFrames">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Indicates the user's preference for receiving HTML
                      content that contains frames.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"   
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="TablesCapable">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Indicates whether the browser is capable of displaying
                      tables.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"   
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="XhtmlVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  		<rdfs:comment>
        Description:  Version of XHTML supported by the browser.
        Type:         Literal
        Resolution:   Locked
        Examples:     "1.0"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="XhtmlModules">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      list is the name of an XHTML module as defined by the
                      W3C document "Modularization of XHTML", Section 4. List
                      items are separated by white space. Note that the
                      referenced document is a work in progress. Any subsequent
                      changes to the module naming conventions should be
                      reflected in the values of this property.
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "XHTML1-struct", "XHTML1-blkstruct", "XHTML1-frames"
     </rdfs:comment>
  	</rdf:Description>
  	
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: WapCharacteristics ***** -->
  
  	<rdf:Description rdf:ID="SupportedPictogramSet">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  		<rdfs:comment>
  Description: Pictogram classes supported by the device as defined in "WAP Pictogram specification".
          Type: 	Literal (bag)
          Resolution:  Append
          Examples:   	"core", "core/operation", "human"
    </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="WapDeviceClass">
  		<rdf:type rdf:resource="&ns-rdfs;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
                      values are "A", "B" and "C".
        Type:         Literal
        Resolution:   Locked
        Examples:     "A"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="WapVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  		<rdfs:comment>
        Description:  Version of WAP supported.
        Type:         Literal
        Resolution:   Locked
        Examples:     "1.1", "1.2.1", "2.0"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="WmlDeckSize">
  		<rdf:type rdf:resource="&ns-rdfs;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
                      if the true maximum size is not known. Value is number
                      of bytes.
        Type:         Number
        Resolution:   Locked
        Examples:     "4096"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="WmlScriptLibraries">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  		<rdfs:comment>
        Description:  List of mandatory and optional libraries supported in
                      the device's WMLScript VM.
        Type:         Literal (bag)
        Resolution:   Locked
        Examples:     "Lang", "Float", "String", "URL", "WMLBrowser", "Dialogs", "PSTOR"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="WmlScriptVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      each item in the list is a version string conforming
                      to Version.
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "1.1", "1.2"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="WmlVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#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
                      each item in the list is a version string conforming
                      to Version.
        Type:         Literal (bag)
        Resolution:   Append
        Examples:     "1.1", "2.0"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="WtaiLibraries">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  		<rdfs:comment>
        Description:  List of WTAI network common and network specific
                      libraries supported by the device.
                      Property value is a list of WTA library names, where each
                      item in the list list is a library name as specified by
                      "WAP WTAI" and its addendums. Any future addendums to "WAP WTAI" should be
                      reflected in the values of this property.
        Type:         Literal (bag)
        Resolution:   Locked
        Examples:     "WTAVoiceCall", "WTANetText", "WTAPhoneBook", 
                      "WTACallLog", "WTAMisc", "WTAGSM", "WTAIS136", "WTAPDC"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="WtaVersion">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  		<rdfs:comment>
        Description:  Version of WTA user agent.
        Type:         Literal
        Resolution:   Locked
        Examples:     "1.1"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="DrmClass">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  		<rdfs:comment>
        Description:  DRM Conformance Class as defined in OMA-Download-DRM-v1_0
        Type:         Literal (bag)
        Resolution:   Locked
        Examples:     "ForwardLock", "CombinedDelivery", "SeparateDelivery"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="DrmConstraints">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  		<rdfs:comment>
        Description:  DRM permission constraints as defined in OMA-Download-DRMREL-v1_0.  The datetime and interval constraints depend on having a secure clock in the terminal.  
        Type:         Literal (bag)
        Resolution:   Locked
        Examples:     "datetime", "interval"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="OmaDownload">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  		<rdfs:comment>
        Description:  Supports OMA Download as defined in OMA-Download-OTA-v1_0
        Type:         Boolean
        Resolution:   Locked 
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: PushCharacteristics ***** -->
  
  	<rdf:Description rdf:ID="Push-Accept">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  		<rdfs:comment>
        Description:  List of content types the device supports, which can be carried
                      inside the message/http entity body when OTA-HTTP is used.                   
                      Property value is a list of MIME types, where each item in the
                      list is a content type descriptor as specified by RFC 2045.
        Type:         Literal (bag)
        Resolution:   Override
        Examples:     "text/html", "text/plain", "image/gif"
     </rdfs:comment>
  	</rdf:Description>
  
  	
  	   <rdf:Description rdf:ID="Push-Accept-Charset">
  	      <rdf:type rdf:resource="&ns-rdfs;Property"/>
  	      <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  	      <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  	      <rdfs:comment>
  	         Description:  List of character sets the device 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 (bag)
  	         Resolution:   Override
  	         Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
  	      </rdfs:comment>
  	   </rdf:Description>
  	
  	   <rdf:Description rdf:ID="Push-Accept-Encoding">
  	      <rdf:type rdf:resource="&ns-rdfs;Property"/>
  	      <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  	      <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  	      <rdfs:comment>
  	         Description:  List of transfer encodings the device 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 (bag)
  	         Resolution:   Override
  	         Examples:     "base64", "quoted-printable"
  	     </rdfs:comment>
  	   </rdf:Description>
  	
  	   <rdf:Description rdf:ID="Push-Accept-Language">
  	      <rdf:type rdf:resource="&ns-rdfs;Property"/>
  	      <rdf:type rdf:resource="&ns-rdfs;Seq"/>
  	      <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  	      <rdfs:comment>
  	         Description:  List of preferred document languages. If a resource is
  	                       available in more than one natural language, the server
  	                       can use this property to determine which version of the
  	                       resource to send to the device. The first item in the
  	                       list should be considered the user's first choice, the
  	                       second the second choice, and so on. Property value is
  	                       a list of natural languages, where each item in the list
  	                       is the name of a language as defined by RFC 3066[RFC3066].
  	         Type:         Literal (sequence)
  	         Resolution:   Override
  	         Examples:     "zh-CN", "en", "fr"
  	      </rdfs:comment>
     </rdf:Description>
  	
  	<rdf:Description rdf:ID="Push-Accept-AppID">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
  		<rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  		<rdfs:comment>
        Description:  List of applications the device supports, where each item 
                      in the list is an application-id on absoluteURI format
                      as specified in [PushMsg]. A wildcard ("*") may be used
                      to indicate support for any application. 
        Type:         Literal (bag)
        Resolution:   Override
        Examples:     "x-wap-application:wml.ua", "*"
    </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="Push-MsgSize">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  		<rdfs:comment>
        Description:  Maximum size of a push message that the device can
                      handle. Value is number of bytes.
        Type:         Number
        Resolution:   Override
        Examples:     "1024", "1400"
     </rdfs:comment>
  	</rdf:Description>
  
  	<rdf:Description rdf:ID="Push-MaxPushReq">
  		<rdf:type rdf:resource="&ns-rdfs;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  		<rdfs:comment>
        Description:  Maximum number of outstanding push requests that the device 
                      can handle. 
        Type:         Number
        Resolution:   Override
        Examples:     "1", "5"
     </rdfs:comment>
  	</rdf:Description>
  </rdf:RDF>
  
  
  
  
  
  1.1                  xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/uaprof_vocab_05apr2000.xml
  
  Index: uaprof_vocab_05apr2000.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
   * Note: this is the 'BSD License' as endorsed by OpenSource.org.
   *
   *  (c) Copyright Hewlett-Packard Company 2001 
   *  All rights reserved.
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
   * 1. Redistributions of source code must retain the above copyright
   *    notice, this list of conditions and the following disclaimer.
   * 2. Redistributions in binary form must reproduce the above copyright
   *    notice, this list of conditions and the following disclaimer in the
   *    documentation and/or other materials provided with the distribution.
   * 3. The name of the author may not be used to endorse or promote products
   *    derived from this software without specific prior written permission.
  
   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   *
  -->
  <!--
   * Note: this is the 'BSD License' as endorsed by OpenSource.org.
   *
   *  (c) Copyright Hewlett-Packard Company 2001 
   *  All rights reserved.
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
   * 1. Redistributions of source code must retain the above copyright
   *    notice, this list of conditions and the following disclaimer.
   * 2. Redistributions in binary form must reproduce the above copyright
   *    notice, this list of conditions and the following disclaimer in the
   *    documentation and/or other materials provided with the distribution.
   * 3. The name of the author may not be used to endorse or promote products
   *    derived from this software without specific prior written permission.
  
   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   *
  -->
  <vocabspec>
  	<ccppUri>http://www.wapforum.org/UAPROF/ccppschema-20000405#</ccppUri>
  	<attribute>
  		<name>BitsPerPixel</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Number</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>ColorCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>CPU</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>ImageCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>InputCharSet</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>Keyboard</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>MaxScreenChar</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Dimension</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>Model</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>OutputCharSet</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>PointingResolution</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>ScreenSize</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Dimension</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>ScreenSizeChar</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Dimension</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>SoftKeysCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>SoundOutputCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>TextInputCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>Vendor</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>VoiceInputCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>AcceptDownloadableSoftware</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>AudioInputEncoder</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>DownloadableSoftwareSupport</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>JVMVersion</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>MexeClassmark</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Number</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>MexeSpec</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>OSName</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>OSVendor</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>OSVersion</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>RecipientAppAgent</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>SoftwareNumber</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>VideoInputEncoder</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>CurrentBearerService</name>
  		<component>NetworkCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>SecuritySupport</name>
  		<component>NetworkCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>SupportedBearers</name>
  		<component>NetworkCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>BrowserName</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>BrowserVersion</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>CcppAccept</name>
  		<component>BrowserUA</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>CcppAccept-Charset</name>
  		<component>BrowserUA</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>CcppAccept-Encoding</name>
  		<component>BrowserUA</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>CcppAccept-Language</name>
  		<component>BrowserUA</component>
  		<collectionType>Seq</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>DownloadableBrowserApps</name>
  		<component>BrowserUA</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>FramesCapable</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>HtmlVersion</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>JavaScriptVersion</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>PreferencesForFrames</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>TablesCapable</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>XhtmlVersion</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>XhtmlModules</name>
  		<component>BrowserUA</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>WapDeviceClass</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WapPushMsgPriority</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WapPushMsgSize</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Number</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WapVersion</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WmlDeckSize</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Number</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WmlScriptLibraries</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>WmlScriptVersion</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>WmlVersion</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>WtaiLibraries</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WtaVersion</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  </vocabspec>
  
  
  
  1.1                  xml-cocoon2/src/webapp/WEB-INF/deli/config/vocab/uaprof_vocab_30may2001.xml
  
  Index: uaprof_vocab_30may2001.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
   * Note: this is the 'BSD License' as endorsed by OpenSource.org.
   *
   *  (c) Copyright Hewlett-Packard Company 2001 
   *  All rights reserved.
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
   * 1. Redistributions of source code must retain the above copyright
   *    notice, this list of conditions and the following disclaimer.
   * 2. Redistributions in binary form must reproduce the above copyright
   *    notice, this list of conditions and the following disclaimer in the
   *    documentation and/or other materials provided with the distribution.
   * 3. The name of the author may not be used to endorse or promote products
   *    derived from this software without specific prior written permission.
  
   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   *
  -->
  <vocabspec>
  	<ccppUri>http://www.wapforum.org/UAPROF/ccppschema-20010530#</ccppUri>
  	<attribute>
  		<name>CcppAccept</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>AudioInputEncoder</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>DownloadableBrowserApps</name>
  		<component>BrowserUA</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>CcppAccept-Charset</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>CcppAccept-Encoding</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>CcppAccept-Language</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Seq</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>JavaPlatform</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>JVMVersion</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>XhtmlModules</name>
  		<component>BrowserUA</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>SupportedPictogramSet</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>OutputCharSet</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>InputCharSet</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>WmlScriptVersion</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>WmlVersion</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>VideoInputEncoder</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Append</resolution>
  	</attribute>
  	<attribute>
  		<name>SupportedBearers</name>
  		<component>NetworkCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>SecuritySupport</name>
  		<component>NetworkCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>CurrentBearerService</name>
  		<component>NetworkCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>BrowserName</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>BrowserVersion</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>SupportedBluetoothVersion</name>
  		<component>NetworkCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>SoftwareNumber</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>HtmlVersion</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>JavaAppletEnabled</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>JavaScriptEnabled</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>JavaScriptVersion</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>PreferenceForFrames</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>TablesCapable</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>XhtmlVersion</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WapDeviceClass</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WapVersion</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WmlDeckSize</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Number</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WmlScriptLibraries</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WtaiLibraries</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>WtaiVersion</name>
  		<component>WapCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>BluetoothProfile</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>CPU</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>ImageCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>Keyboard</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>Model</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>NumberOfSoftKeys</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Number</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>PixelAspectRatio</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Dimension</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>PointingResolution</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>ScreenSize</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Dimension</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>ScreenSizeChar</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Dimension</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>StandardFontProportional</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>SoundOutputCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>TextInputCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>RecipientAppAgent</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>OSVersion</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>OSVendor</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>OSName</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>MexeSecureDomains</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>MexeSpec</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>MexeClassmarks</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>JavaEnabled</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>DownloadableSoftwareSupport</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>AcceptDownloadableSoftware</name>
  		<component>SoftwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>VoiceInputCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>Vendor</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Locked</resolution>
  	</attribute>
  	<attribute>
  		<name>FramesCapable</name>
  		<component>BrowserUA</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>ColorCapable</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Boolean</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>BitsPerPixel</name>
  		<component>HardwarePlatform</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Number</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>Push-Accept</name>
  		<component>PushCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>Push-Accept-Charset</name>
  		<component>PushCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>Push-Accept-Encoding</name>
  		<component>PushCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>Push-Accept-Language</name>
  		<component>PushCharacteristics</component>
  		<collectionType>Seq</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>Push-Accept-AppID</name>
  		<component>PushCharacteristics</component>
  		<collectionType>Bag</collectionType>
  		<attributeType>Literal</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>Push-MsgSize</name>
  		<component>PushCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Number</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  	<attribute>
  		<name>Push-MaxPushReq</name>
  		<component>PushCharacteristics</component>
  		<collectionType>Simple</collectionType>
  		<attributeType>Number</attributeType>
  		<resolution>Override</resolution>
  	</attribute>
  </vocabspec>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org