You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/02/22 14:57:42 UTC

cvs commit: xml-cocoon2/src/blocks/deli/lib deli-0.9.0.jar rdffilter.jar

stefano     2003/02/22 05:57:41

  Added:       src/blocks/deli/WEB-INF/deli/config deliConfig.xml
                        localProfiles.xml namespaceConfig.xml
               src/blocks/deli/WEB-INF/deli/config/vocab
                        ccppschema-20000405.rdfs ccppschema-20010111.rdfs
                        ccppschema-20010330.rdfs ccppschema-20020710.rdfs
                        uaprof_vocab_05apr2000.xml
                        uaprof_vocab_10nov1999.xml
                        uaprof_vocab_30apr2001.xml
                        uaprof_vocab_30may2001.xml
               src/blocks/deli/WEB-INF/deli/legacyProfiles
                        Alcatel_OT301.rdf Alcatel_OT311.rdf
                        Alcatel_OT501.rdf Alcatel_OT511.rdf
                        Alcatel_OT512.rdf Ericsson_A2628.rdf
                        Ericsson_P800.rdf Ericsson_R320.rdf
                        Ericsson_R380.rdf Ericsson_R520.rdf
                        Ericsson_R600.rdf Ericsson_T20.rdf
                        Ericsson_T20e.rdf Ericsson_T39.rdf Ericsson_T65.rdf
                        Ericsson_T68R1.rdf Motorola_A008.rdf
                        Motorola_P7389.rdf Motorola_T191.rdf
                        Motorola_T192.rdf Motorola_T2288.rdf
                        Motorola_T280.rdf Motorola_Ti250.rdf
                        Motorola_Ti260.rdf Motorola_V2288.rdf
                        Motorola_V50.rdf Motorola_V66.rdf Mozilla_099.rdf
                        NEC_21i.rdf Nokia_3330.rdf Nokia_3360.rdf
                        Nokia_3410.rdf Nokia_3510.rdf Nokia_3590.rdf
                        Nokia_5210.rdf Nokia_5510.rdf Nokia_6210.rdf
                        Nokia_6250.rdf Nokia_6310.rdf Nokia_6310i.rdf
                        Nokia_6340.rdf Nokia_6510.rdf Nokia_6590.rdf
                        Nokia_7110.rdf Nokia_7110_4.94.rdf Nokia_7210.rdf
                        Nokia_7650.rdf Nokia_8310.rdf Nokia_8390.rdf
                        Nokia_8910.rdf Nokia_9110i.rdf Nokia_9210_WML.rdf
                        Opera_512_NT40.rdf Siemens_C35i.rdf Siemens_S35.rdf
                        Siemens_S45.rdf Sony_CMD-Z5.rdf Trium_Eclipse.rdf
                        amaya.rdf blank.rdf mozilla.rdf msie.rdf nokia.rdf
                        opera.rdf
               src/blocks/deli/conf deli.xconf deli.xroles
               src/blocks/deli/java/org/apache/cocoon/transformation
                        DeliTransformer.java
               src/blocks/deli/lib deli-0.9.0.jar rdffilter.jar
  Log:
  deli block
  
  Revision  Changes    Path
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/config/deliConfig.xml
  
  Index: deliConfig.xml
  ===================================================================
  <?xml version="1.0"?>
  <deli>
  	
   <localProfilesFile>WEB-INF/deli/config/localProfiles.xml</localProfilesFile>
  
   <localProfilesPath>WEB-INF/deli/legacyProfiles</localProfilesPath>
  
   <useLocalProfilesIfNoCCPP>true</useLocalProfilesIfNoCCPP>
  
   <useLocalProfilesInAdditionToCCPP>false</useLocalProfilesInAdditionToCCPP>
  
   <debug>false</debug>
  
   <printDefaults>true</printDefaults>
  
   <printProfileBeforeMerge>false</printProfileBeforeMerge>
  
   <processUndefinedAttributes>true</processUndefinedAttributes>
  
   <useCapabilityClasses>false</useCapabilityClasses> 
  
   <capabilityClassFile>WEB-INF/deli/config/capClass.xml</capabilityClassFile> 
  
   <namespaceConfigFile>WEB-INF/deli/config/namespaceConfig.xml</namespaceConfigFile>
  
   <!-- note that the default uri is also hardcoded -->
   <rdfsUri>http://www.w3.org/1999/PR-rdf-schema-19990303#</rdfsUri>
   <rdfsUri>http://www.w3.org/TR/PR-rdf-schema#</rdfsUri>
  
  </deli>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/config/localProfiles.xml
  
  Index: localProfiles.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <devices>
  
  <!-- Legacy devices contributed by Johannes Koch - Thanks Johannes -->
  
  <!-- Alcatel -->
  
  	<device>
  		<ua value="Alcatel-BF4/2.0"
  		profile="Alcatel_OT512.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Alcatel-BE4/1.0"
  		profile="Alcatel_OT301.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Alcatel-BE5/1.0"
  		profile="Alcatel_OT501.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Alcatel-BF3/1.0"
  		profile="Alcatel_OT311.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Alcatel-BF4/2.0"
  		profile="Alcatel_OT511.rdf"/>
  	</device>
  
  <!-- Ericsson -->
  
  	<device>
  		<ua value="EricssonA2628/R2A"
  		profile="Ericsson_A2628.rdf"/>
  	</device>
  
  	<device>
  		<ua value="EricssonT20"
  		profile="Ericsson_T20.rdf"/>
  	</device>
  
  	<device>
  		<ua value="EricssonR320"
  		profile="Ericsson_R320.rdf"/>
  	</device>
  
  	<device>
  		<ua value="R380"
  		profile="Ericsson_R380.rdf"/>
  	</device>
  
  <!-- Sony -->
  
  	<device>
  		<ua value="Sony CMD-Z5"
  		profile="Sony_CMD-Z5.rdf"/>
  	</device>	
  
  <!-- Siemens -->
  
  	<device>
  		<ua value="SIE-S45/05"
  		profile="Siemens_S45.rdf"/>
  	</device>	
  
  	<device>
  		<ua value="SIE-S35"
  		profile="Siemens_S35.rdf"/>
  	</device>
  
  	<device>
  		<ua value="SIE-S35I"
  		profile="Siemens_S35i.rdf"/>
  	</device>
  
  <!-- NEC -->
  
  	<device>
  		<ua value="n21i-10"
  		profile="NEC_21i.rdf"/>
  	</device>
  
  <!-- Motorola -->
  
  	<device>
  		<ua value="MOT-SAP4"
  		profile="Motorola_V66.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MOT-F0/4.1"
  		profile="Motorola_V50.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MOT-C4/0.0"
  		profile="Motorola_V2288.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MOT-AF/4.1.8"
  		profile="Motorola_Ti260.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MOT-D8/4.1.8"
  		profile="Motorola_Ti250.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MOT-PAN4"
  		profile="Motorola_T280.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MOT-F5"
  		profile="Motorola_T192.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MOT-D5/4.1.5"
  		profile="Motorola_T191.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MOT-CB/4.1.6"
  		profile="Motorola_P7839.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MOT-F8/10"
  		profile="Motorola_A008.rdf"/>
  	</device>
  
  
  <!-- Nokia -->
  
  	<device>
  		<ua value="Nokia9210"
  		profile="Nokia_9210_WML.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia9110"
  		profile="Nokia_9110i.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia8910"
  		profile="Nokia_8910.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia8390"
  		profile="Nokia_8390.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia8310"
  		profile="Nokia_8310.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia7210"
  		profile="Nokia_7210.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia7110"
  		profile="Nokia_7110_4.94.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia6590"
  		profile="Nokia_6590.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia6510"
  		profile="Nokia_6510.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia6340"
  		profile="Nokia_6340.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia6310i"
  		profile="Nokia_6310i.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia6310"
  		profile="Nokia_6310.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia6250"
  		profile="Nokia_6250.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia6210"
  		profile="Nokia_6210.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia5510"
  		profile="Nokia_5510.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia5210"
  		profile="Nokia_5210.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia3590"
  		profile="Nokia_3590.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia3510"
  		profile="Nokia_3510.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia3410"
  		profile="Nokia_3410.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia3360"
  		profile="Nokia_3360.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia3330"
  		profile="Nokia_3330.rdf"/>
  	</device>
  	
  <!-- Don't know the user agent string for these phones yet
  
  	<device>
  		<ua value="Unknown"
  		profile="Ericsson_P800.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Unknown"
  		profile="Nokia_7650.rdf"/>
  	</device>
  
  	<device>
  		<ua value="UnKnown"
  		profile="Ericsson_T20e.rdf"/>
  	</device>
  -->
  
  <!-- UAProf phones - remove when UAProf enabled WAP gateways are more widespread -->
  
  	<device>
  		<ua value="Mitsu/1.2.A (Eclipse)"
  		profile="Trium_Eclipse.rdf"/>
  	</device>	
  
  	<device>
  		<ua value="EricssonT68"
  		profile="Ericsson_T68R1.rdf"/>
  	</device>	
  
  
          <device>
                  <ua value="SonyEricssonT68/R201A"
                  profile="SonyEricsson_T68R201A.rdf"/>
          </device>
  
  	
  	<device>
  		<ua value="EricssonT39"
  		profile="Ericsson_T39.rdf"/>
  	</device>	
  
  <!-- Demonstration legacy devices - the information in these profiles SHOULD NOT be used for content adaptation -->
  
  	<device>
  		<ua value="amaya"
  		profile="amaya.rdf"/>
  	</device>
  
  	<device>
  		<ua value="MSIE"
  		profile="msie.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia-WAP-Toolkit"
  		profile="nokia.rdf"/>
  	</device>
  
          <device>
  		<ua value="Rainbow"
  		profile="nokia.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Nokia-MIT-Browser"
  		profile="nokia.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Opera/5.12"
  		profile="Opera_512_NT40.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Opera"
  		profile="opera.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Gecko"
  		profile="Mozilla_099.rdf"/>
  	</device>
  
  	<device>
  		<ua value="Mozilla"
  		profile="mozilla.rdf"/>
  	</device>
  </devices>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/config/namespaceConfig.xml
  
  Index: namespaceConfig.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <namespaceConfig>
  
   <namespaceDeclaration>
  
    <!-- There are errors in this schema. Leave out for now
  
    <namespace>
     <uri>http://www.wapforum.org/profiles/UAPROF/ccppschema-20020710#</uri>
     <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20020710.rdfs</schemaVocabularyFile>
    </namespace>
  
    -->
  
  <!--  <namespace>
     <uri>http://vsky.vodafone.com/UAProf/schema-20030130#</uri>
     <schemaVocabularyFile>WEB-INF/deli/config/vocab/vodafone_exts.rdfs</schemaVocabularyFile>
    </namespace>  -->
  
    <namespace>
     <!-- MMS -->
     <uri>http://www.wapforum.org/profiles/MMS/ccppschema-20010111#</uri>
     <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20010111.rdfs</schemaVocabularyFile>
    </namespace>
  
    <namespace>
     <uri>http://www.wapforum.org/UAPROF/ccppschema-20000405#</uri>
     <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20000405.rdfs</schemaVocabularyFile>
    </namespace>
    
    <namespace>
     <uri>http://www.wapforum.org/UAPROF/ccppschema-20010330#</uri>
     <aliasUri>http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#</aliasUri>
     <aliasUri>http://www.wapforum.org/profiles/UAPROF/ccppschema-20010330#</aliasUri>   
     <aliasUri>http://www.wapforum.org/UAPROF/ccppschema-19991014#</aliasUri>
     <aliasUri>http://www.wapforum.org/UAPROF/ccppschema-20010430#</aliasUri>
     <schemaVocabularyFile>WEB-INF/deli/config/vocab/ccppschema-20010330.rdfs</schemaVocabularyFile>
    </namespace>
   
    <!-- example of using a vocabulary config xml file
    <namespace>
     <uri>http://www.wapforum.org/UAPROF/ccppschema-20000405#</uri>
     <vocabularyFile>WEB-INF/deli/config/vocab/uaprof_vocab_05apr2000.xml</vocabularyFile>
    </namespace>
    -->
    
   </namespaceDeclaration>
  
  </namespaceConfig>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/config/vocab/ccppschema-20000405.rdfs
  
  Index: ccppschema-20000405.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-20000405#'>
  ]>
  <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-rdf;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-rdf;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: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="#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="#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="#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="#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="#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>
  	<!-- **
       ** 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="BitsPerPixel">
  		<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
                      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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-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
                      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. List items are separated by white
                      space.
        Type:         Literal
        Resolution:   Append
        Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="Keyboard">
  		<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
                      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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-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
                      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
        Resolution:   Append
        Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="PixelAspectRatio">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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.
        Type:         Dimension
        Resolution:   Locked
        Examples:     "12x4", "16x8"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="StandardFontProportional">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-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.
        Type:         Literal
        Resolution:   Append
        Example:      "G.711"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="DownloadableSoftwareSupport">
  		<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
                      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
        Resolution:   Locked
        Examples:     "application/x-msdos-exe"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="JavaEnabled">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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="JVMVersion">
  		<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
                      device. Each item in the list is a name token describing
                      the vendor and version of the VM.
        Type:         Literal
        Resolution:   Append
        Examples:     "SunJRE1.2", "MSJVM1.0"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="MexeClassmark">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#SoftwarePlatform"/>
  		<rdfs:comment>
        Description:  ETSI MExE classmark. Value "1" means the MExE device
                      supports WAP. Value "2" means MExE device supports
                      WAP and Java. All other values should be considered
                      reserved for use by MExE.
        Type:         Number
        Resolution:   Locked
        Examples:     "1", "2"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="MexeSpec">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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="OSName">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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:     "SpeedyMail"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="SoftwareNumber">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-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. 
        Type:         Literal
        Resolution:   Append
        Examples:     "MPEG-1", "MPEG-2", "H.261"
     </rdfs:comment>
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: NetworkCharacteristics ***** -->
  	<rdf:Description rdf:ID="CurrentBearerService">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdf:type rdf:resource="&ns-rdf;Bag"/>
  		<rdfs:domain rdf:resource="#NetworkCharacteristics"/>
  		<rdfs:comment>
        Description:  Type of security or encryption mechanism supported. 
        Type:         Literal
        Resolution:   Locked
        Example:      "PPTP"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="SupportedBearers">
  		<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.
        Type:         Literal
        Resolution:   Locked
        Examples:     "GPRS", "GUTS", "SMS", CSD", "USSD"
     </rdfs:comment>
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: BrowserUA ***** -->
  	<rdf:Description rdf:ID="BrowserName">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#BrowserUA"/>
  		<rdfs:comment>
        Description:  Name of the browser user agent associated with the
                      current request.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Mozilla", "MSIE"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="BrowserVersion">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#BrowserUA"/>
  		<rdfs:comment>
        Description:  Version of the browser.
        Type:         Literal
        Resolution:   Locked
        Examples:     "1.0"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="CcppAccept">
  		<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
                      value is a list of MIME types, where each item in the
                      list is a content type descriptor as specified by
                      RFC 2045. List items are separated by white space.
        Type:         Literal
        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-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
                      value is a list of character sets, where each item in
                      the list is a character set name registered with IANA.
                      List items are separated by white space.
        Type:         Literal
        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-rdf;Property"/>
  		<rdf:type rdf:resource="&ns-rdf;Bag"/>
  		<rdfs:domain rdf:resource="#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. List
                      items are separated by white space.
        Type:         Literal
        Resolution:   Append
        Examples:     "base64", "quoted-printable"
    </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="CcppAccept-Language">
  		<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
                      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 1766. List
                      items are separated by white space. 
        Type:         Literal
        Resolution:   Append
        Examples:     "zh-CN", "en", "fr"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="DownloadableBrowserApps">
  		<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
                      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. Items in the
                      list are separated by white space.
        Type:         Literal
        Resolution:   Append
        Examples:     "application/x-java-vm/java-applet"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="FramesCapable">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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-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
                      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
        Resolution:   Append
        Examples:     "XHTML1-struct", "XHTML1-blkstruct", "XHTML1-frames"
     </rdfs:comment>
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: WapCharacteristics ***** -->
  	<rdf:Description rdf:ID="WapDeviceClass">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#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="WapPushMsgPriority">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="#WapCharacteristics"/>
  		<rdfs:comment>
        Description:  User's preference on the priority of incoming push
                      messages.
        Type:         Literal
        Resolution:   Locked
        Examples:     "critical", "low", "none"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WapPushMsgSize">
  		<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
                      handle. Value is number of bytes.
        Type:         Number
        Resolution:   Locked
        Examples:     "1024"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WapVersion">
  		<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.
        Type:         Literal
        Resolution:   Locked
        Examples:     "1.1", "1.2", "2.0"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WmlDeckSize">
  		<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
                      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-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
                      the device's WMLScript VM.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Lang", "Float", "String", "URL", "WMLBrowser", "Dialogs"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WmlScriptVersion">
  		<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.
                      Property value is a list of version numbers, where
                      each item in the list is a version string conforming
                      to Version. List items are separated by white space.
        Type:         Literal
        Resolution:   Append
        Examples:     "1.1", "1.0"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WmlVersion">
  		<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.
                      Property value is a list of version numbers, where
                      each item in the list is a version string conforming
                      to Version. List items are separated by white space.
        Type:         Literal
        Resolution:   Append
        Examples:     "1.1", "1.0"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WtaiLibraries">
  		<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
                      libraries supported by the device that are URI accessible.
                      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. List items are separated by
                      white space. Any future addendums to "WAP WTAI" should be
                      reflected in the values of this property.
        Type:         Literal
        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-rdf;Property"/>
  		<rdfs:domain rdf:resource="#WapCharacteristics"/>
  		<rdfs:comment>
        Description:  Version of WTA user agent.
        Type:         Literal
        Resolution:   Locked
        Examples:     "1.1"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WapSupportedApplications">
  		<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.
        Type: 	Literal
        Resolution: Locked
        Examples: 	"urn:x-wap-application:push.sia", "urn:x-wap-application:wml.ua", "urn:x-wap-application:wta.ua"
     </rdfs:comment>
  	</rdf:Description>
  </rdf:RDF>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/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/blocks/deli/WEB-INF/deli/config/vocab/ccppschema-20010330.rdfs
  
  Index: ccppschema-20010330.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-20010330#'>
  ]>
  <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-rdf;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-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>
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Component Definitions ***** -->
  	<rdf:Description rdf:ID="HardwarePlatform">
  		<rdf:type rdf:resource="&ns-rdfs;Class"/>
  		<rdfs:subClassOf rdf:resource="#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="#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="#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="#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="#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>
  	<!-- **
       ** 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="BitsPerPixel">
  		<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
                      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-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
                      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-rdf;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-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
                      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-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,
                      where each item in the list is a character set name, as
                      registered with IANA. List items are separated by white
                      space.
        Type:         Literal
        Resolution:   Append
        Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="Keyboard">
  		<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.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Disambiguating", "Qwerty", "PhoneKeypad"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="Model">
  		<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.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Mustang GT", "Q30"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="NumberOfSoftKeys">
  		<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
        Resolution:   Locked
        Examples:     "3", "2"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="OutputCharSet">
  		<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
                      character sets, where each item in the list is a
                      character set name, as registered with IANA. 
        Type:         Literal
        Resolution:   Append
        Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="PixelAspectRatio">
  		<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
        Resolution:   Locked
        Examples:     "1x2"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="PointingResolution">
  		<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.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Character", "Line", "Pixel"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="ScreenSize">
  		<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.
        Type:         Dimension
        Resolution:   Locked
        Examples:     "160x160", "640x480"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="ScreenSizeChar">
  		<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
                      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-rdf;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-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
                      sound output mechanism.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="TextInputCapable">
  		<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
                      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-rdf;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-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-
                      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-rdf;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-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
        Resolution:   Append
        Example:      "G.711"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="DownloadableSoftwareSupport">
  		<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
                      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
        Resolution:   Locked
        Examples:     "application/x-msdos-exe"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="JavaEnabled">
  		<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.
        Type:         Boolean
        Resolution:   Locked
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="JVMVersion">
  		<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
                      the vendor and version of the VM.
        Type:         Literal
        Resolution:   Append
        Examples:     "SunJRE/1.2", "MSJVM/1.0"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="MexeClassmark">
  		<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
                      WAP and Java. All other values should be considered
                      reserved for use by MExE.
        Type:         Number
        Resolution:   Locked
        Examples:     "1", "2"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="MexeSpec">
  		<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. 
        Type:         Literal
        Resolution:   Locked
        Examples:     "7.02"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="OSName">
  		<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
        Resolution:   Locked
        Examples:     "Mac OS", "Windows NT"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="OSVendor">
  		<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
        Resolution:   Locked
        Examples:     "Apple", "Microsoft"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="OSVersion">
  		<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
        Resolution:   Locked
        Examples:     "6.0", "4.5"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="RecipientAppAgent">
  		<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
                      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:     "SpeedyMail"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="SoftwareNumber">
  		<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. 
        Type:         Literal
        Resolution:   Locked
        Examples:     "2"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="VideoInputEncoder">
  		<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
        Resolution:   Append
        Examples:     "MPEG-1", "MPEG-2", "H.261"
     </rdfs:comment>
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: NetworkCharacteristics ***** -->
  	<rdf:Description rdf:ID="CurrentBearerService">
  		<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
        Resolution:   Locked
        Examples:     "OneWaySMS", "GUTS", "TwoWayPacket"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="SecuritySupport">
  		<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
        Resolution:   Locked
        Example:      "PPTP"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="SupportedBearers">
  		<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
        Resolution:   Locked
        Examples:     "GPRS", "GUTS", "SMS", CSD", "USSD"
     </rdfs:comment>
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: BrowserUA ***** -->
  	<rdf:Description rdf:ID="BrowserName">
  		<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.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Mozilla", "MSIE"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="BrowserVersion">
  		<rdf:type rdf:resource="&ns-rdf;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="CcppAccept">
  		<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
                      list is a content type descriptor as specified by
                      RFC 2045. List items are separated by white space.
        Type:         Literal
        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-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
                      the list is a character set name registered with IANA.
                      List items are separated by white space.
        Type:         Literal
        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-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
                      each item in the list is a transfer encoding name as
                      specified by RFC 2045 and registered with IANA. List
                      items are separated by white space.
        Type:         Literal
        Resolution:   Append
        Examples:     "base64", "quoted-printable"
    </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="CcppAccept-Language">
  		<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
                      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 1766. List
                      items are separated by white space. 
        Type:         Literal
        Resolution:   Append
        Examples:     "zh-CN", "en", "fr"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="DownloadableBrowserApps">
  		<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
                      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. Items in the
                      list are separated by white space.
        Type:         Literal
        Resolution:   Append
        Examples:     "application/x-java-vm/java-applet"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="FramesCapable">
  		<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.
        Type:         Boolean
        Resolution:   Override
        Examples:     "Yes", "No"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="HtmlVersion">
  		<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.
        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-rdf;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-rdf;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-rdf;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-rdf;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-rdf;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-rdf;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-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
                      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
        Resolution:   Append
        Examples:     "XHTML1-struct", "XHTML1-blkstruct", "XHTML1-frames"
     </rdfs:comment>
  	</rdf:Description>
  	<!-- ****************************************************************** -->
  	<!-- ***** Component: WapCharacteristics ***** -->
  	<rdf:Description rdf:ID="WapDeviceClass">
  		<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
                      values are "A", "B" and "C".
        Type:         Literal
        Resolution:   Locked
        Examples:     "A"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WapPushMsgPriority">
  		<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.
        Type:         Literal
        Resolution:   Locked
        Examples:     "critical", "low", "none"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WapPushMsgSize">
  		<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.
        Type:         Number
        Resolution:   Locked
        Examples:     "1024"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WapVersion">
  		<rdf:type rdf:resource="&ns-rdf;Property"/>
  		<rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  		<rdfs:comment>
        Description:  Version of WAP supported.
        Type:         Literal
        Resolution:   Locked
        Examples:     "1.1", "1.2", "2.0"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WmlDeckSize">
  		<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
                      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-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.
        Type:         Literal
        Resolution:   Locked
        Examples:     "Lang", "Float", "String", "URL", "WMLBrowser", "Dialogs"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WmlScriptVersion">
  		<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
                      each item in the list is a version string conforming
                      to Version. List items are separated by white space.
        Type:         Literal
        Resolution:   Append
        Examples:     "1.1", "1.0"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WmlVersion">
  		<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
                      each item in the list is a version string conforming
                      to Version. List items are separated by white space.
        Type:         Literal
        Resolution:   Append
        Examples:     "1.1", "1.0"
     </rdfs:comment>
  	</rdf:Description>
  	<rdf:Description rdf:ID="WtaiLibraries">
  		<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.
                      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. List items are separated by
                      white space. Any future addendums to "WAP WTAI" should be
                      reflected in the values of this property.
        Type:         Literal
        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-rdf;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="WapSupportedApplications">
  		<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
        Resolution: Locked
        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.1                  xml-cocoon2/src/blocks/deli/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/blocks/deli/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/blocks/deli/WEB-INF/deli/config/vocab/uaprof_vocab_10nov1999.xml
  
  Index: uaprof_vocab_10nov1999.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-19991110#</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/blocks/deli/WEB-INF/deli/config/vocab/uaprof_vocab_30apr2001.xml
  
  Index: uaprof_vocab_30apr2001.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/profiles/UAPROF/ccppschema-20010430#</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>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/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>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Alcatel_OT301.rdf
  
  Index: Alcatel_OT301.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="AlcatelOneTouch301">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:InputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:InputCharSet>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>One Touch 301</prf:Model>
          <prf:OutputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:OutputCharSet>
          <prf:PixelAspectRatio>1x1</prf:PixelAspectRatio>
          <prf:ScreenSize>90x45</prf:ScreenSize>
          <prf:ScreenSizeChar>15x5</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>Alcatel</prf:Vendor>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:AudioInputEncoder>
            <rdf:Bag>
              <rdf:li>EFR</rdf:li>
              <rdf:li>FR</rdf:li>
              <rdf:li>HR</rdf:li>
            </rdf:Bag>
          </prf:AudioInputEncoder>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
              <rdf:li>application/vnd.wap.multipart.header-set</rdf:li>
              <rdf:li>text/vnd.wap.wml</rdf:li>
              <rdf:li>text/vnd.wap.wmlscript</rdf:li>
              <rdf:li>application/vnd.uplanet.alert-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.list-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.listcmd-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.channel-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.cacheop-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.bearer-choice-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.signal</rdf:li>
              <rdf:li>application/vnd.uplanet.provisioning-status-uri</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:RecipientAppAgent>Alcatel-BE4/1.0 UP/4.1.8d</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>56 bits</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserVersion>4.1.19.e</prf:BrowserVersion>
          <!--prf:TablesCapable></prf:TablesCapable-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <!--prf:WapDeviceClass></prf:WapDeviceClass-->
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>1800</prf:WmlDeckSize>
          <prf:WmlScriptLibraries>
            <rdf:Bag>
              <rdf:li>Dialogs</rdf:li>
              <rdf:li>Float</rdf:li>
              <rdf:li>Lang</rdf:li>
              <rdf:li>String</rdf:li>
              <rdf:li>URL</rdf:li>
              <rdf:li>WMLBrowser</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptLibraries>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAIPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
          <!--prf:WtaVersion></prf:WtaVersion-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Alcatel_OT311.rdf
  
  Index: Alcatel_OT311.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="AlcatelOneTouch311">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>One Touch 311</prf:Model>
          <prf:ScreenSize>96x65</prf:ScreenSize>
          <!--prf:ScreenSizeChar>??x6</prf:ScreenSizeChar-->
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>Alcatel</prf:Vendor>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:AudioInputEncoder>
            <rdf:Bag>
              <rdf:li>EFR</rdf:li>
              <rdf:li>FR</rdf:li>
              <rdf:li>HR</rdf:li>
            </rdf:Bag>
          </prf:AudioInputEncoder>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
              <rdf:li>application/vnd.wap.multipart.header-set</rdf:li>
              <rdf:li>text/vnd.wap.wml</rdf:li>
              <rdf:li>text/vnd.wap.wmlscript</rdf:li>
              <rdf:li>application/vnd.uplanet.alert-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.list-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.listcmd-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.channel-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.cacheop-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.bearer-choice-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.signal</rdf:li>
              <rdf:li>application/vnd.uplanet.provisioning-status-uri</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:RecipientAppAgent>Alcatel-BF3/1.0 UP/4.1.23.a</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>128 bits</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserVersion>4.1.23.a</prf:BrowserVersion>
          <!--prf:TablesCapable></prf:TablesCapable-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <!--prf:WapDeviceClass></prf:WapDeviceClass-->
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>1800</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAIPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
          <!--prf:WtaVersion></prf:WtaVersion-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Alcatel_OT501.rdf
  
  Index: Alcatel_OT501.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="AlcatelOneTouch501">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:InputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:InputCharSet>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>One Touch 501</prf:Model>
          <prf:OutputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:OutputCharSet>
          <prf:PixelAspectRatio>1x1</prf:PixelAspectRatio>
          <prf:ScreenSize>91x60</prf:ScreenSize>
          <!--prf:ScreenSizeChar>??x6</prf:ScreenSizeChar-->
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>Alcatel</prf:Vendor>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:AudioInputEncoder>
            <rdf:Bag>
              <rdf:li>EFR</rdf:li>
              <rdf:li>FR</rdf:li>
              <rdf:li>HR</rdf:li>
            </rdf:Bag>
          </prf:AudioInputEncoder>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
              <rdf:li>application/vnd.wap.multipart.header-set</rdf:li>
              <rdf:li>text/vnd.wap.wml</rdf:li>
              <rdf:li>text/vnd.wap.wmlscript</rdf:li>
              <rdf:li>application/vnd.uplanet.alert-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.list-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.listcmd-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.channel-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.cacheop-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.bearer-choice-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.signal</rdf:li>
              <rdf:li>application/vnd.uplanet.provisioning-status-uri</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:RecipientAppAgent>Alcatel-BE5/1.0 UP/4.1.19e</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>128 bits</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserVersion>4.1.19.e</prf:BrowserVersion>
          <!--prf:TablesCapable></prf:TablesCapable-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <!--prf:WapDeviceClass></prf:WapDeviceClass-->
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>1800</prf:WmlDeckSize>
          <prf:WmlScriptLibraries>
            <rdf:Bag>
              <rdf:li>Dialogs</rdf:li>
              <rdf:li>Float</rdf:li>
              <rdf:li>Lang</rdf:li>
              <rdf:li>String</rdf:li>
              <rdf:li>URL</rdf:li>
              <rdf:li>WMLBrowser</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptLibraries>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAIPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
          <!--prf:WtaVersion></prf:WtaVersion-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Alcatel_OT511.rdf
  
  Index: Alcatel_OT511.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="AlcatelOneTouch511">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>4</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:InputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:InputCharSet>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>OneTouch511</prf:Model>
          <prf:NumberOfSoftKeys>10</prf:NumberOfSoftKeys>
          <prf:OutputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:OutputCharSet>
          <prf:PixelAspectRatio>1x1</prf:PixelAspectRatio>
          <prf:ScreenSize>89x60</prf:ScreenSize>
          <!--prf:ScreenSizeChar>??x6</prf:ScreenSizeChar-->
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>Alcatel</prf:Vendor>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:AcceptDownloadableSoftware>Yes</prf:AcceptDownloadableSoftware>
          <prf:AudioInputEncoder>
            <rdf:Bag>
              <rdf:li>EFR</rdf:li>
              <rdf:li>FR</rdf:li>
              <rdf:li>HR</rdf:li>
            </rdf:Bag>
          </prf:AudioInputEncoder>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
              <rdf:li>application/vnd.wap.multipart.header-set</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Encoding>
            <rdf:Bag>
              <rdf:li>8bit</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Encoding>
          <prf:DownloadableSoftwareSupport>
            <rdf:Bag>
              <rdf:li>audio/iMelody</rdf:li>
              <rdf:li>application/vnd.alcatel.iMelody.EMS</rdf:li>
              <rdf:li>application/vnd.alcatel.IAlcatel</rdf:li>
              <rdf:li>application/vnd.alcatel.IAlcatel.EMS</rdf:li>
              <rdf:li>application/vnd.alcatel.SEQ</rdf:li>
              <rdf:li>application/vnd.alcatel.VOX</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>application/vnd.alcatel.wbmp</rdf:li>
              <rdf:li>application/vnd.alcatel.wbmp.EMS</rdf:li>
              <rdf:li>application/vnd.alcatel.picture</rdf:li>
              <rdf:li>application/vnd.alcatel.picture.EMS</rdf:li>
              <rdf:li>application/vnd.alcatel.animation</rdf:li>
              <rdf:li>application/vnd.alcatel.animation.EMS</rdf:li>
            </rdf:Bag>
          </prf:DownloadableSoftwareSupport>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:MexeClassmarks>
            <rdf:Bag>
              <rdf:li>1</rdf:li>
            </rdf:Bag>
          </prf:MexeClassmarks>
          <prf:MexeSpec>4.0</prf:MexeSpec>
          <prf:RecipientAppAgent>Alcatel-BF4/2.0 UP.Browser/5.0.1</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>OneWaySMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Openwave</prf:BrowserName>
          <prf:BrowserVersion>5.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapDeviceClass>C</prf:WapDeviceClass>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>7000</prf:WmlDeckSize>
          <prf:WmlScriptLibraries>
            <rdf:Bag>
              <rdf:li>Dialogs</rdf:li>
              <rdf:li>Float</rdf:li>
              <rdf:li>Lang</rdf:li>
              <rdf:li>String</rdf:li>
              <rdf:li>URL</rdf:li>
              <rdf:li>WMLBrowser</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptLibraries>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.2</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAIPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
          <!--prf:WtaVersion></prf:WtaVersion-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Alcatel_OT512.rdf
  
  Index: Alcatel_OT512.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="AlcatelOneTouch512">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>4</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:InputCharSet>
            <rdf:Bag>
              <rdf:li>UTF-8</rdf:li>
            </rdf:Bag>
          </prf:InputCharSet>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>OneTouch512</prf:Model>
          <prf:NumberOfSoftKeys>10</prf:NumberOfSoftKeys>
          <prf:OutputCharSet>
            <rdf:Bag>
              <rdf:li>UTF-8</rdf:li>
            </rdf:Bag>
          </prf:OutputCharSet>
          <prf:PixelAspectRatio>1x1</prf:PixelAspectRatio>
          <prf:ScreenSize>89x60</prf:ScreenSize>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>Alcatel</prf:Vendor>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:AcceptDownloadableSoftware>Yes</prf:AcceptDownloadableSoftware>
          <prf:AudioInputEncoder>
            <rdf:Bag>
              <rdf:li>EFR</rdf:li>
              <rdf:li>FR</rdf:li>
              <rdf:li>HR</rdf:li>
            </rdf:Bag>
          </prf:AudioInputEncoder>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>application/vnd.wap.multipart.header-set</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>UTF-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Encoding>
            <rdf:Bag>
              <rdf:li>8bit</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Encoding>
          <prf:DownloadableSoftwareSupport>
            <rdf:Bag>
              <rdf:li>audio/iMelody </rdf:li>
              <rdf:li>application/vnd.alcatel.iMelody.EMS </rdf:li>
              <rdf:li>application/vnd.alcatel.IAlcatel </rdf:li>
              <rdf:li>application/vnd.alcatel.IAlcatel.EMS </rdf:li>
              <rdf:li>application/vnd.alcatel.SEQ </rdf:li>
              <rdf:li>application/vnd.alcatel.VOX </rdf:li>
              <rdf:li>image/vnd.wap.wbmp </rdf:li>
              <rdf:li>application/vnd.alcatel.wbmp </rdf:li>
              <rdf:li>application/vnd.alcatel.wbmp.EMS </rdf:li>
              <rdf:li>application/vnd.alcatel.picture </rdf:li>
              <rdf:li>application/vnd.alcatel.picture.EMS </rdf:li>
              <rdf:li>application/vnd.alcatel.animation </rdf:li>
              <rdf:li>application/vnd.alcatel.animation.EMS </rdf:li>
            </rdf:Bag>
          </prf:DownloadableSoftwareSupport>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:MexeClassmarks>
            <rdf:Bag>
              <rdf:li>1</rdf:li>
            </rdf:Bag>
          </prf:MexeClassmarks>
          <prf:MexeSpec>4.0</prf:MexeSpec>
          <prf:RecipientAppAgent>Alcatel-BF4/2.0 UP.Browser/5.0.1</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>OneWaySMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Openwave</prf:BrowserName>
          <prf:BrowserVersion>5.0</prf:BrowserVersion>
          <prf:FramesCapable>No</prf:FramesCapable>
          <prf:JavaAppletEnabled>No</prf:JavaAppletEnabled>
          <prf:JavaScriptEnabled>No</prf:JavaScriptEnabled>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapDeviceClass>C</prf:WapDeviceClass>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2984</prf:WmlDeckSize>
          <prf:WmlScriptLibraries>
            <rdf:Bag>
              <rdf:li>Dialogs</rdf:li>
              <rdf:li>Float</rdf:li>
              <rdf:li>Lang</rdf:li>
              <rdf:li>String</rdf:li>
              <rdf:li>URL</rdf:li>
              <rdf:li>WMLBrowser</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptLibraries>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2</rdf:li>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAIPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
          <!--prf:WtaVersion></prf:WtaVersion-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
          <prf:Push-MsgSize>249</prf:Push-MsgSize>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_A2628.rdf
  
  Index: Ericsson_A2628.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="EricssonR2628">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:ScreenSize>101x54</prf:ScreenSize>
          <!--prf:ScreenSizeChar>??x4</prf:ScreenSizeChar-->
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Sony Ericsson</prf:Vendor>
          <prf:Model>A2628</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:RecipientAppAgent>EricssonA2628/R2A</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>SMS</rdf:li>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>EricssonA2628</prf:BrowserName>
          <prf:BrowserVersion>R2A</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>1600</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_P800.rdf
  
  Index: Ericsson_P800.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="EricssonP800">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BluetoothProfile>
            <rdf:Bag>
              <rdf:li>genericAccess</rdf:li>
              <rdf:li>serialPort</rdf:li>
              <rdf:li>genericObjectExchange</rdf:li>
              <rdf:li>dialupNetworking</rdf:li>
              <rdf:li>objectPush</rdf:li>
              <rdf:li>headset</rdf:li>
            </rdf:Bag>
          </prf:BluetoothProfile>
          <prf:BitsPerPixel>12</prf:BitsPerPixel>
          <prf:ColorCapable>Yes</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>P800</prf:Model>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>SonyEricsson</prf:Vendor>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/jpeg</rdf:li>
              <rdf:li>image/bmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
              <rdf:li>image/png</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>Yes</prf:JavaEnabled>
          <prf:JavaPlatform>
            <rdf:Bag>
              <rdf:li>Pjava/1.1.7-compatible</rdf:li>
              <rdf:li>CLDC/1.0-compatible</rdf:li>
              <rdf:li>MIDP/1.0-compatible</rdf:li>
            </rdf:Bag>
          </prf:JavaPlatform>
          <prf:OSName>Symbian OS</prf:OSName>
          <prf:OSVersion>7</prf:OSVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBluetoothVersion>1.1</prf:SupportedBluetoothVersion>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
              <rdf:li>WTLS-3</rdf:li>
              <rdf:li>SSL-1</rdf:li>
              <rdf:li>SSL-2</rdf:li>
              <rdf:li>SSL-3</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>HSCSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:HtmlVersion>3.2</prf:HtmlVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
          <prf:XhtmlVersion>Basic, Mobile Profile</prf:XhtmlVersion>
          <!--prf:XhtmlModules>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:XhtmlModules-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapDeviceClass>C</prf:WapDeviceClass>
          <prf:WapVersion>2.0</prf:WapVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_R320.rdf
  
  Index: Ericsson_R320.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="EricssonR320">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:InputCharSet>
            <rdf:Bag>
              <rdf:li>us-ascii</rdf:li>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>utf-8</rdf:li>
              <rdf:li>iso-10646-ucs-2</rdf:li>
            </rdf:Bag>
          </prf:InputCharSet>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>R320</prf:Model>
          <prf:NumberOfSoftKeys>0</prf:NumberOfSoftKeys>
          <prf:OutputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
              <rdf:li>us-ascii</rdf:li>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>iso-10646-ucs-2</rdf:li>
            </rdf:Bag>
          </prf:OutputCharSet>
          <prf:PixelAspectRatio>100x124</prf:PixelAspectRatio>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:ScreenSize>101x52</prf:ScreenSize>
          <prf:ScreenSizeChar>19x4</prf:ScreenSizeChar>
          <prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>Ericsson</prf:Vendor>
          <prf:VoiceInputCapable>Yes</prf:VoiceInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
          <prf:AudioInputEncoder>
            <rdf:Bag>
              <rdf:li>EFR</rdf:li>
              <rdf:li>FR</rdf:li>
              <rdf:li>HR</rdf:li>
            </rdf:Bag>
          </prf:AudioInputEncoder>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wbxml</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>*/*</rdf:li>
              <rdf:li>text/vnd.wap.wml</rdf:li>
              <rdf:li>application/xml</rdf:li>
              <rdf:li>text/xml</rdf:li>
              <rdf:li>text/vnd.wap.wmlscript</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
              <rdf:li>us-ascii</rdf:li>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>iso-10646-ucs-2</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:RecipientAppAgent>EricssonR320/R1A</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>EricssonR320</prf:BrowserName>
          <prf:BrowserVersion>R1A</prf:BrowserVersion>
          <prf:DownloadableBrowserApps>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wbxml</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:DownloadableBrowserApps>
          <prf:FramesCapable>No</prf:FramesCapable>
          <prf:HtmlVersion>None</prf:HtmlVersion>
          <prf:JavaAppletEnabled>No</prf:JavaAppletEnabled>
          <prf:JavaScriptEnabled>No</prf:JavaScriptEnabled>
          <prf:JavaScriptVersion>None</prf:JavaScriptVersion>
          <prf:PreferenceForFrames>No</prf:PreferenceForFrames>
          <prf:TablesCapable>Yes</prf:TablesCapable>
          <prf:XhtmlVersion>None</prf:XhtmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapDeviceClass>C</prf:WapDeviceClass>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>2702</prf:WmlDeckSize>
          <prf:WmlScriptLibraries>
            <rdf:Bag>
              <rdf:li>Lang</rdf:li>
              <rdf:li>Float</rdf:li>
              <rdf:li>String</rdf:li>
              <rdf:li>URL</rdf:li>
              <rdf:li>WMLBrowser</rdf:li>
              <rdf:li>Dialogs</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptLibraries>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
          <prf:WtaVersion>Proprietary</prf:WtaVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
          <prf:Push-MsgSize>0</prf:Push-MsgSize>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_R380.rdf
  
  Index: Ericsson_R380.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="EricssonR380">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>2</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <!--prf:InputCharSet>
            <rdf:Bag>
              <rdf:li>us-ascii</rdf:li>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>utf-8</rdf:li>
              <rdf:li>iso-10646-ucs-2</rdf:li>
            </rdf:Bag>
          </prf:InputCharSet-->
          <!--prf:Keyboard>PhoneKeypad</prf:Keyboard-->
          <prf:Model>R380</prf:Model>
          <!--prf:NumberOfSoftKeys>0</prf:NumberOfSoftKeys>
          <prf:OutputCharSet>
            <rdf:Bag>
              <rdf:li>us-ascii</rdf:li>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>utf-8</rdf:li>
              <rdf:li>iso-10646-ucs-2</rdf:li>
            </rdf:Bag>
          </prf:OutputCharSet>
          <prf:PixelAspectRatio>100x124</prf:PixelAspectRatio>
          <prf:PointingResolution>Line</prf:PointingResolution-->
          <prf:ScreenSize>310x100</prf:ScreenSize>
          <!--prf:ScreenSizeChar>??x7</prf:ScreenSizeChar-->
          <prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>Ericsson</prf:Vendor>
          <prf:VoiceInputCapable>Yes</prf:VoiceInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <!--prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
          <prf:AudioInputEncoder>
            <rdf:Bag>
              <rdf:li>EFR</rdf:li>
              <rdf:li>FR</rdf:li>
              <rdf:li>HR</rdf:li>
            </rdf:Bag>
          </prf:AudioInputEncoder-->
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wbxml</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>*/*</rdf:li>
              <rdf:li>text/vnd.wap.wml</rdf:li>
              <rdf:li>application/xml</rdf:li>
              <rdf:li>text/xml</rdf:li>
              <rdf:li>text/vnd.wap.wmlscript</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>*</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:RecipientAppAgent>R380 2.0 WAP1.1</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>R380</prf:BrowserName>
          <prf:BrowserVersion>2.0</prf:BrowserVersion>
          <!--prf:DownloadableBrowserApps>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wbxml</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:DownloadableBrowserApps>
          <prf:FramesCapable>No</prf:FramesCapable>
          <prf:HtmlVersion>None</prf:HtmlVersion>
          <prf:JavaAppletEnabled>No</prf:JavaAppletEnabled>
          <prf:JavaScriptEnabled>No</prf:JavaScriptEnabled>
          <prf:JavaScriptVersion>None</prf:JavaScriptVersion>
          <prf:PreferenceForFrames>No</prf:PreferenceForFrames-->
          <prf:TablesCapable>Yes</prf:TablesCapable>
          <!--prf:XhtmlVersion>None</prf:XhtmlVersion-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapDeviceClass>C</prf:WapDeviceClass>
          <prf:WapVersion>1.1</prf:WapVersion>
          <!--prf:WmlDeckSize>2702</prf:WmlDeckSize>
          <prf:WmlScriptLibraries>
            <rdf:Bag>
              <rdf:li>Lang</rdf:li>
              <rdf:li>Float</rdf:li>
              <rdf:li>String</rdf:li>
              <rdf:li>URL</rdf:li>
              <rdf:li>WMLBrowser</rdf:li>
              <rdf:li>Dialogs</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptLibraries-->
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
          <prf:Push-MsgSize>0</prf:Push-MsgSize>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_R520.rdf
  
  Index: Ericsson_R520.rdf
  ===================================================================
  <?xml version="1.0"?>
  <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/UAPROF/ccppschema-20000405#">
  	<rdf:Description ID="Profile">
  		<prf:component>
  			<rdf:Description ID="HardwarePlatform">
  				<prf:ScreenSize>101x67</prf:ScreenSize>
  				<prf:Model>R520m</prf:Model>
  				<prf:InputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:InputCharSet>
  				<prf:ScreenSizeChar>15x6</prf:ScreenSizeChar>
  				<prf:BitsPerPixel>2</prf:BitsPerPixel>
  				<prf:ColorCapable>No</prf:ColorCapable>
  				<prf:TextInputCapable>Yes</prf:TextInputCapable>
  				<prf:ImageCapable>Yes</prf:ImageCapable>
  				<prf:Keyboard>PhoneKeypad</prf:Keyboard>
  				<prf:NumberOfSoftKeys>0</prf:NumberOfSoftKeys>
  				<prf:Vendor>Ericsson Mobile Communications AB</prf:Vendor>
  				<prf:OutputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:OutputCharSet>
  				<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  				<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
  				<prf:PixelsAspectRatio>1x1,24</prf:PixelsAspectRatio>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="SoftwarePlatform">
  				<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="NetworkCharacteristics">
  				<prf:SecuritySupport>WTLS class 1/2/3/signText</prf:SecuritySupport>
  				<prf:SupportedBearers>
  					<rdf:Bag>
  						<rdf:li>TwoWaySMS</rdf:li>
  						<rdf:li>CSD</rdf:li>
  						<rdf:li>GPRS</rdf:li>
  					</rdf:Bag>
  				</prf:SupportedBearers>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="BrowserUA">
  				<prf:BrowserName>Ericsson</prf:BrowserName>
  				<prf:CcppAccept>
  					<rdf:Bag>
  						<rdf:li>application/vnd.wap.wmlc</rdf:li>
  						<rdf:li>application/vnd.wap.wbxml</rdf:li>
  						<rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
  						<rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
  						<rdf:li>text/x-vCard</rdf:li>
  						<rdf:li>text/x-vCalendar</rdf:li>
  						<rdf:li>text/x-vMel</rdf:li>
  						<rdf:li>text/x-eMelody</rdf:li>
  						<rdf:li>image/vnd.wap.wbmp</rdf:li>
  						<rdf:li>image/gif</rdf:li>
  						<rdf:li>application/vnd.wap.wtls-ca-certificate</rdf:li>
  						<rdf:li>application/vnd.wap.sic</rdf:li>
  						<rdf:li>application/vnd.wap.slc</rdf:li>
  						<rdf:li>application/vnd.wap.coc</rdf:li>
  						<rdf:li>application/vnd.wap.sia</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept>
  				<prf:CcppAccept-Charset>
  					<rdf:Bag>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Charset>
  				<prf:CcppAccept-Encoding>
  					<rdf:Bag>
  						<rdf:li>base64</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Encoding>
  				<prf:FramesCapable>No</prf:FramesCapable>
  				<prf:TablesCapable>Yes</prf:TablesCapable>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="WapCharacteristics">
  				<prf:WapDeviceClass>C</prf:WapDeviceClass>
  				<prf:WapPushMsgSize>3000</prf:WapPushMsgSize>
  				<prf:WapVersion>1.2.1/June 2000</prf:WapVersion>
  				<prf:WmlVersion>
  					<rdf:Bag>
  						<rdf:li>1.2.1/June 2000</rdf:li>
  						<rdf:li>1.1</rdf:li>
  					</rdf:Bag>
  				</prf:WmlVersion>
  				<prf:WmlDeckSize>3000</prf:WmlDeckSize>
  				<prf:WmlScriptVersion>
  					<rdf:Bag>
  						<rdf:li>1.2.1/June 2000</rdf:li>
  						<rdf:li>1.1</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptVersion>
  				<prf:WmlScriptLibraries>
  					<rdf:Bag>
  						<rdf:li>Lang</rdf:li>
  						<rdf:li>Float</rdf:li>
  						<rdf:li>String</rdf:li>
  						<rdf:li>URL</rdf:li>
  						<rdf:li>WMLBrowser</rdf:li>
  						<rdf:li>Dialogs</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptLibraries>
  				<prf:WtaiLibraries>
  					<rdf:Bag>
  						<rdf:li>WTA.Public.makeCall</rdf:li>
  						<rdf:li>WTA.Public.sendDTMF</rdf:li>
  						<rdf:li>WTA.Public.addPBEntry</rdf:li>
  					</rdf:Bag>
  				</prf:WtaiLibraries>
  			</rdf:Description>
  		</prf:component>
  	</rdf:Description>
  </RDF>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_R600.rdf
  
  Index: Ericsson_R600.rdf
  ===================================================================
  <?xml version="1.0"?>
  <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ccpp="http://www.w3.org/2000/07/04-ccpp#" xmlns:uaprof="http://www.wapforum.org/UAPROF/ccppschema-20000405#">
  	<rdf:Description ID="Profile">
  		<ccpp:component>
  			<rdf:Description ID="HardwarePlatform">
  				<uaprof:ScreenSize>101x67</uaprof:ScreenSize>
  				<uaprof:Model>R600</uaprof:Model>
  				<uaprof:InputCharSet>
  					<rdf:Bag>
  						<rdf:li_1>ISO-8859-1</rdf:li_1>
  						<rdf:li_2>US-ASCII</rdf:li_2>
  						<rdf:li_3>UTF-8</rdf:li_3>
  						<rdf:li_4>ISO-10646-UCS-2</rdf:li_4>
  					</rdf:Bag>
  				</uaprof:InputCharSet>
  				<uaprof:ScreenSizeChar>15x6</uaprof:ScreenSizeChar>
  				<uaprof:BitsPerPixel>2</uaprof:BitsPerPixel>
  				<uaprof:ColorCapable>No</uaprof:ColorCapable>
  				<uaprof:TextInputCapable>Yes</uaprof:TextInputCapable>
  				<uaprof:ImageCapable>Yes</uaprof:ImageCapable>
  				<uaprof:Keyboard>PhoneKeypad</uaprof:Keyboard>
  				<uaprof:NumberOfSoftKeys>0</uaprof:NumberOfSoftKeys>
  				<uaprof:Vendor>Ericsson Mobile Communications AB</uaprof:Vendor>
  				<uaprof:OutputCharSet>
  					<rdf:Bag>
  						<rdf:li_1>ISO-8859-1</rdf:li_1>
  						<rdf:li_2>US-ASCII</rdf:li_2>
  						<rdf:li_3>UTF-8</rdf:li_3>
  						<rdf:li_4>ISO-10646-UCS-2</rdf:li_4>
  					</rdf:Bag>
  				</uaprof:OutputCharSet>
  				<uaprof:SoundOutputCapable>Yes</uaprof:SoundOutputCapable>
  				<uaprof:StandardFontProportional>Yes</uaprof:StandardFontProportional>
  				<uaprof:PixelsAspectRatio>1x1,24</uaprof:PixelsAspectRatio> 
  			</rdf:Description>
  		</ccpp:component>
  		<ccpp:component>
  			<rdf:Description ID="SoftwarePlatform">
  				<uaprof:AcceptDownloadableSoftware>No</uaprof:AcceptDownloadableSoftware>
  			</rdf:Description>
  		</ccpp:component>
  		<ccpp:component>
  			<rdf:Description ID="NetworkCharacteristics">
  				<uaprof:SecuritySupport>WTLS class 1/2</uaprof:SecuritySupport>
  				<uaprof:SupportedBearers>
  					<rdf:Bag>
  						<rdf:li_1>CSD</rdf:li_1>
  						<rdf:li_2>GPRS</rdf:li_2>
  					</rdf:Bag>
  				</uaprof:SupportedBearers>
  			</rdf:Description>
  		</ccpp:component>
  		<ccpp:component>
  			<rdf:Description ID="BrowserUA">
  				<uaprof:BrowserName>Ericsson</uaprof:BrowserName>
  				<uaprof:CcppAccept>
  					<rdf:Bag>
  						<rdf:li_1>application/vnd.wap.wmlc</rdf:li_1>
  						<rdf:li_2>application/vnd.wap.wbxml</rdf:li_2>
  						<rdf:li_3>application/vnd.wap.wmlscriptc</rdf:li_3>
  						<rdf:li_4>application/vnd.wap.multipart.mixed</rdf:li_4>
  						<rdf:li_5>text/x-vCard</rdf:li_5>
  						<rdf:li_6>text/x-vCalendar</rdf:li_6>
  						<rdf:li_7>text/x-eMelody</rdf:li_7>
  						<rdf:li_8>text/x-iMelody</rdf:li_8>
  						<rdf:li_9>image/gif</rdf:li_9>
  						<rdf:li_10>image/vnd.wap.wbmp</rdf:li_10>
  						<rdf:li_11>application/vnd.wap.wtls-ca-certificate</rdf:li_11>
  						<rdf:li_12>application/vnd.wap.sic</rdf:li_12>
  						<rdf:li_13>application/vnd.wap.slc</rdf:li_13>
  						<rdf:li_14>application/vnd.wap.coc</rdf:li_14>
  					</rdf:Bag>
  				</uaprof:CcppAccept>
  				<uaprof:CcppAccept-Charset>
  					<rdf:Bag>
  						<rdf:li_1>US-ASCII</rdf:li_1>
  						<rdf:li_2>ISO-8859-1</rdf:li_2>
  						<rdf:li_3>UTF-8</rdf:li_3>
  						<rdf:li_4>ISO-10646-UCS-2</rdf:li_4>
  					</rdf:Bag>
  				</uaprof:CcppAccept-Charset>
  				<uaprof:FramesCapable>No</uaprof:FramesCapable>
  				<uaprof:TablesCapable>Yes</uaprof:TablesCapable>
  			</rdf:Description>
  		</ccpp:component>
  		<ccpp:component>
  			<rdf:Description ID="WapCharacteristics">
  				<uaprof:WapDeviceClass>C</uaprof:WapDeviceClass>
  				<uaprof:WapPushMsgSize>3000</uaprof:WapPushMsgSize>
  				<uaprof:WapVersion>1.2.1/June 2000</uaprof:WapVersion>
  				<uaprof:WmlVersion>
  					<rdf:Bag>
  						<rdf:li_1>1.2.1/June 2000</rdf:li_1>
  						<rdf:li_2>1.1</rdf:li_2>
  					</rdf:Bag>
  				</uaprof:WmlVersion>
  				<uaprof:WmlDeckSize>3000</uaprof:WmlDeckSize>
  				<uaprof:WmlScriptVersion>
  					<rdf:Bag>
  						<rdf:li_1>1.2.1/June 2000</rdf:li_1>
  						<rdf:li_2>1.1</rdf:li_2>
  					</rdf:Bag>
  				</uaprof:WmlScriptVersion>
  				<uaprof:WmlScriptLibraries>
  					<rdf:Bag>
  						<rdf:li_1>Lang</rdf:li_1>
  						<rdf:li_3>String</rdf:li_3>
  						<rdf:li_4>URL</rdf:li_4>
  						<rdf:li_5>WMLBrowser</rdf:li_5>
  						<rdf:li_6>Dialogs</rdf:li_6>
  					</rdf:Bag>
  				</uaprof:WmlScriptLibraries>
  				<uaprof:WtaiLibraries>
  					<rdf:Bag>
  						<rdf:li_1>WTA.Public.makeCall</rdf:li_1>
  					</rdf:Bag>
  				</uaprof:WtaiLibraries>
  			</rdf:Description>
  		</ccpp:component>
  	</rdf:Description>
  </RDF>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_T20.rdf
  
  Index: Ericsson_T20.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="EricssonT20">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:ScreenSize>101x33</prf:ScreenSize>
          <!--prf:ScreenSizeChar>??x3</prf:ScreenSizeChar-->
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Sony Ericsson</prf:Vendor>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:RecipientAppAgent>EricssonT20/R1A</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>SMS</rdf:li>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>EricssonT20</prf:BrowserName>
          <prf:BrowserVersion>R1A</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>1600</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_T20e.rdf
  
  Index: Ericsson_T20e.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="EricssonT20e">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:InputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
              <rdf:li>us-ascii</rdf:li>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>iso-10646-ucs-2</rdf:li>
            </rdf:Bag>
          </prf:InputCharSet>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>T20e</prf:Model>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:OutputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
              <rdf:li>us-ascii</rdf:li>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>iso-10646-ucs-2</rdf:li>
            </rdf:Bag>
          </prf:OutputCharSet>
          <prf:ScreenSize>101x33</prf:ScreenSize>
          <!--prf:ScreenSizeChar>??x3</prf:ScreenSizeChar-->
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>Sony Ericsson</prf:Vendor>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:AudioInputEncoder>
            <rdf:Bag>
              <rdf:li>EFR</rdf:li>
            </rdf:Bag>
          </prf:AudioInputEncoder>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
              <rdf:li>us-ascii</rdf:li>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>iso-10646-ucs-2</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:JavaEnabled>No</prf:JavaEnabled>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <!--prf:TablesCapable></prf:TablesCapable-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapDeviceClass>C</prf:WapDeviceClass>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_T39.rdf
  
  Index: Ericsson_T39.rdf
  ===================================================================
  <?xml version="1.0"?>
  <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/UAPROF/ccppschema-20000405#">
  	<rdf:Description ID="Profile">
  		<prf:component>
  			<rdf:Description ID="HardwarePlatform">
  				<prf:ScreenSize>101x54</prf:ScreenSize>
  				<prf:Model>T39m</prf:Model>
  				<prf:InputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:InputCharSet>
  				<prf:ScreenSizeChar>15x5</prf:ScreenSizeChar>
  				<prf:BitsPerPixel>2</prf:BitsPerPixel>
  				<prf:ColorCapable>No</prf:ColorCapable>
  				<prf:TextInputCapable>Yes</prf:TextInputCapable>
  				<prf:ImageCapable>Yes</prf:ImageCapable>
  				<prf:Keyboard>PhoneKeypad</prf:Keyboard>
  				<prf:NumberOfSoftKeys>0</prf:NumberOfSoftKeys>
  				<prf:Vendor>Ericsson Mobile Communications AB</prf:Vendor>
  				<prf:OutputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:OutputCharSet>
  				<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  				<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
  				<prf:PixelsAspectRatio>1x0,9</prf:PixelsAspectRatio>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="SoftwarePlatform">
  				<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="NetworkCharacteristics">
  				<prf:SecuritySupport>WTLS class 1/2/3/signText</prf:SecuritySupport>
  				<prf:SupportedBearers>
  					<rdf:Bag>
  						<rdf:li>TwoWaySMS</rdf:li>
  						<rdf:li>CSD</rdf:li>
  						<rdf:li>GPRS</rdf:li>
  					</rdf:Bag>
  				</prf:SupportedBearers>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="BrowserUA">
  				<prf:BrowserName>Ericsson</prf:BrowserName>
  				<prf:CcppAccept>
  					<rdf:Bag>
  						<rdf:li>application/vnd.wap.wmlc</rdf:li>
  						<rdf:li>application/vnd.wap.wbxml</rdf:li>
  						<rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
  						<rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
  						<rdf:li>text/x-vCard</rdf:li>
  						<rdf:li>text/x-vCalendar</rdf:li>
  						<rdf:li>text/x-vMel</rdf:li>
  						<rdf:li>text/x-eMelody</rdf:li>
  						<rdf:li>image/vnd.wap.wbmp</rdf:li>
  						<rdf:li>image/gif</rdf:li>
  						<rdf:li>application/vnd.wap.wtls-ca-certificate</rdf:li>
  						<rdf:li>application/vnd.wap.sic</rdf:li>
  						<rdf:li>application/vnd.wap.slc</rdf:li>
  						<rdf:li>application/vnd.wap.coc</rdf:li>
  						<rdf:li>application/vnd.wap.sia</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept>
  				<prf:CcppAccept-Charset>
  					<rdf:Bag>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Charset>
  				<prf:CcppAccept-Encoding>
  					<rdf:Bag>
  						<rdf:li>base64</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Encoding>
  				<prf:FramesCapable>No</prf:FramesCapable>
  				<prf:TablesCapable>Yes</prf:TablesCapable>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="WapCharacteristics">
  				<prf:WapDeviceClass>C</prf:WapDeviceClass>
  				<prf:WapPushMsgSize>3000</prf:WapPushMsgSize>
  				<prf:WapVersion>1.2.1/June 2000</prf:WapVersion>
  				<prf:WmlVersion>
  					<rdf:Bag>
  						<rdf:li>1.2.1/June 2000</rdf:li>
  						<rdf:li>1.1</rdf:li>
  					</rdf:Bag>
  				</prf:WmlVersion>
  				<prf:WmlDeckSize>3000</prf:WmlDeckSize>
  				<prf:WmlScriptVersion>
  					<rdf:Bag>
  						<rdf:li>1.2.1/June 2000</rdf:li>
  						<rdf:li>1.1</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptVersion>
  				<prf:WmlScriptLibraries>
  					<rdf:Bag>
  						<rdf:li>Lang</rdf:li>
  						<rdf:li>Float</rdf:li>
  						<rdf:li>String</rdf:li>
  						<rdf:li>URL</rdf:li>
  						<rdf:li>WMLBrowser</rdf:li>
  						<rdf:li>Dialogs</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptLibraries>
  				<prf:WtaiLibraries>
  					<rdf:Bag>
  						<rdf:li>WTA.Public.makeCall</rdf:li>
  						<rdf:li>WTA.Public.sendDTMF</rdf:li>
  						<rdf:li>WTA.Public.addPBEntry</rdf:li>
  					</rdf:Bag>
  				</prf:WtaiLibraries>
  			</rdf:Description>
  		</prf:component>
  	</rdf:Description>
  </RDF>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_T65.rdf
  
  Index: Ericsson_T65.rdf
  ===================================================================
  <?xml version="1.0"?>
  <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/UAPROF/ccppschema-20000405#">
  	<rdf:Description ID="Profile">
  		<prf:component>
  			<rdf:Description ID="HardwarePlatform">
  				<prf:ScreenSize>101x67</prf:ScreenSize>
  				<prf:Model>T65m</prf:Model>
  				<prf:InputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:InputCharSet>
  				<prf:ScreenSizeChar>15x6</prf:ScreenSizeChar>
  				<prf:BitsPerPixel>2</prf:BitsPerPixel>
  				<prf:ColorCapable>No</prf:ColorCapable>
  				<prf:TextInputCapable>Yes</prf:TextInputCapable>
  				<prf:ImageCapable>Yes</prf:ImageCapable>
  				<prf:Keyboard>PhoneKeypad</prf:Keyboard>
  				<prf:NumberOfSoftKeys>0</prf:NumberOfSoftKeys>
  				<prf:Vendor>Ericsson Mobile Communications AB</prf:Vendor>
  				<prf:OutputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:OutputCharSet>
  				<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  				<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
  				<prf:PixelsAspectRatio>1x1,24</prf:PixelsAspectRatio>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="SoftwarePlatform">
  				<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="NetworkCharacteristics">
  				<prf:SecuritySupport>WTLS class 1/2/3/signText</prf:SecuritySupport>
  				<prf:SupportedBearers>
  					<rdf:Bag>
  						<rdf:li>TwoWaySMS</rdf:li>
  						<rdf:li>CSD</rdf:li>
  						<rdf:li>GPRS</rdf:li>
  					</rdf:Bag>
  				</prf:SupportedBearers>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="BrowserUA">
  				<prf:BrowserName>Ericsson</prf:BrowserName>
  				<prf:CcppAccept>
  					<rdf:Bag>
  						<rdf:li>application/vnd.wap.wmlc</rdf:li>
  						<rdf:li>application/vnd.wap.wbxml</rdf:li>
  						<rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
  						<rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
  						<rdf:li>text/x-vCard</rdf:li>
  						<rdf:li>text/x-vCalendar</rdf:li>
  						<rdf:li>text/x-vMel</rdf:li>
  						<rdf:li>text/x-eMelody</rdf:li>
  						<rdf:li>image/vnd.wap.wbmp</rdf:li>
  						<rdf:li>image/gif</rdf:li>
  						<rdf:li>application/vnd.wap.wtls-ca-certificate</rdf:li>
  						<rdf:li>application/vnd.wap.sic</rdf:li>
  						<rdf:li>application/vnd.wap.slc</rdf:li>
  						<rdf:li>application/vnd.wap.coc</rdf:li>
  						<rdf:li>application/vnd.wap.sia</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept>
  				<prf:CcppAccept-Charset>
  					<rdf:Bag>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Charset>
  				<prf:CcppAccept-Encoding>
  					<rdf:Bag>
  						<rdf:li>base64</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Encoding>
  				<prf:FramesCapable>No</prf:FramesCapable>
  				<prf:TablesCapable>Yes</prf:TablesCapable>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="WapCharacteristics">
  				<prf:WapDeviceClass>C</prf:WapDeviceClass>
  				<prf:WapPushMsgSize>3000</prf:WapPushMsgSize>
  				<prf:WapVersion>1.2.1/June 2000</prf:WapVersion>
  				<prf:WmlVersion>
  					<rdf:Bag>
  						<rdf:li>1.2.1/June 2000</rdf:li>
  						<rdf:li>1.1</rdf:li>
  					</rdf:Bag>
  				</prf:WmlVersion>
  				<prf:WmlDeckSize>3000</prf:WmlDeckSize>
  				<prf:WmlScriptVersion>
  					<rdf:Bag>
  						<rdf:li>1.2.1/June 2000</rdf:li>
  						<rdf:li>1.1</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptVersion>
  				<prf:WmlScriptLibraries>
  					<rdf:Bag>
  						<rdf:li>Lang</rdf:li>
  						<rdf:li>Float</rdf:li>
  						<rdf:li>String</rdf:li>
  						<rdf:li>URL</rdf:li>
  						<rdf:li>WMLBrowser</rdf:li>
  						<rdf:li>Dialogs</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptLibraries>
  				<prf:WtaiLibraries>
  					<rdf:Bag>
  						<rdf:li>WTA.Public.makeCall</rdf:li>
  						<rdf:li>WTA.Public.sendDTMF</rdf:li>
  						<rdf:li>WTA.Public.addPBEntry</rdf:li>
  					</rdf:Bag>
  				</prf:WtaiLibraries>
  			</rdf:Description>
  		</prf:component>
  	</rdf:Description>
  </RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Ericsson_T68R1.rdf
  
  Index: Ericsson_T68R1.rdf
  ===================================================================
  <?xml version="1.0"?>
  <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/UAPROF/ccppschema-20000405#">
  	<rdf:Description ID="Profile">
  		<prf:component>
  			<rdf:Description ID="HardwarePlatform">
  				<prf:ScreenSize>101x80</prf:ScreenSize>
  				<prf:Model>T68R1</prf:Model>
  				<prf:InputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:InputCharSet>
  				<prf:ScreenSizeChar>15x6</prf:ScreenSizeChar>
  				<prf:BitsPerPixel>8</prf:BitsPerPixel>
  				<prf:ColorCapable>Yes</prf:ColorCapable>
  				<prf:TextInputCapable>Yes</prf:TextInputCapable>
  				<prf:ImageCapable>Yes</prf:ImageCapable>
  				<prf:Keyboard>PhoneKeypad</prf:Keyboard>
  				<prf:NumberOfSoftKeys>0</prf:NumberOfSoftKeys>
  				<prf:Vendor>Ericsson Mobile Communications AB</prf:Vendor>
  				<prf:OutputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:OutputCharSet>
  				<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  				<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
  				<prf:PixelsAspectRatio>1x1</prf:PixelsAspectRatio>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="SoftwarePlatform">
  				<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="NetworkCharacteristics">
  				<prf:SecuritySupport>WTLS class 1/2/3/signText</prf:SecuritySupport>
  				<prf:SupportedBearers>
  					<rdf:Bag>
  						<rdf:li>TwoWaySMS</rdf:li>
  						<rdf:li>CSD</rdf:li>
  						<rdf:li>GPRS</rdf:li>
  					</rdf:Bag>
  				</prf:SupportedBearers>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="BrowserUA">
  				<prf:BrowserName>Ericsson</prf:BrowserName>
  				<prf:CcppAccept>
  					<rdf:Bag>
  						<rdf:li>application/vnd.wap.wmlc</rdf:li>
  						<rdf:li>application/vnd.wap.wbxml</rdf:li>
  						<rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
  						<rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
  						<rdf:li>text/x-vCard</rdf:li>
  						<rdf:li>text/x-vCalendar</rdf:li>
  						<rdf:li>text/x-vMel</rdf:li>
  						<rdf:li>text/x-eMelody</rdf:li>
  						<rdf:li>image/vnd.wap.wbmp</rdf:li>
  						<rdf:li>image/gif</rdf:li>
  						<rdf:li>image/jpeg</rdf:li>
  						<rdf:li>application/vnd.wap.wtls-ca-certificate</rdf:li>
  						<rdf:li>application/vnd.wap.sic</rdf:li>
  						<rdf:li>application/vnd.wap.slc</rdf:li>
  						<rdf:li>application/vnd.wap.coc</rdf:li>
  						<rdf:li>application/vnd.wap.sia</rdf:li>
  						<rdf:li>application/vnd.eri.thm</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept>
  				<prf:CcppAccept-Charset>
  					<rdf:Bag>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Charset>
  				<prf:CcppAccept-Encoding>
  					<rdf:Bag>
  						<rdf:li>base64</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Encoding>
  				<prf:FramesCapable>No</prf:FramesCapable>
  				<prf:TablesCapable>Yes</prf:TablesCapable>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description ID="WapCharacteristics">
  				<prf:WapDeviceClass>C</prf:WapDeviceClass>
  				<prf:WapPushMsgSize>3000</prf:WapPushMsgSize>
  				<prf:WapVersion>1.2.1/June 2000</prf:WapVersion>
  				<prf:WmlVersion>
  					<rdf:Bag>
  						<rdf:li>1.2.1/June 2000</rdf:li>
  						<rdf:li>1.1</rdf:li>
  					</rdf:Bag>
  				</prf:WmlVersion>
  				<prf:WmlDeckSize>3000</prf:WmlDeckSize>
  				<prf:WmlScriptVersion>
  					<rdf:Bag>
  						<rdf:li>1.2.1/June 2000</rdf:li>
  						<rdf:li>1.1</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptVersion>
  				<prf:WmlScriptLibraries>
  					<rdf:Bag>
  						<rdf:li>Lang</rdf:li>
  						<rdf:li>Float</rdf:li>
  						<rdf:li>String</rdf:li>
  						<rdf:li>URL</rdf:li>
  						<rdf:li>WMLBrowser</rdf:li>
  						<rdf:li>Dialogs</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptLibraries>
  				<prf:WtaiLibraries>
  					<rdf:Bag>
  						<rdf:li>WTA.Public.makeCall</rdf:li>
  						<rdf:li>WTA.Public.sendDTMF</rdf:li>
  						<rdf:li>WTA.Public.addPBEntry</rdf:li>
  					</rdf:Bag>
  				</prf:WtaiLibraries>
  			</rdf:Description>
  		</prf:component>
  	</rdf:Description>
  </RDF>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_A008.rdf
  
  Index: Motorola_A008.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaA008">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:CPU>Dual: Dragon Ball VZ and White Cap</prf:CPU>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>A008</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>4</prf:NumberOfSoftKeys>
          <prf:ScreenSize>200x236</prf:ScreenSize>
          <prf:ScreenSizeChar>18x8</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>image/vnd.wap.wml</rdf:li>
              <rdf:li>image/vnd.wap.wmlscript</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:OSName>PPSM</prf:OSName>
          <prf:RecipientAppAgent>MOT-F8/10.36.32 UP.Browser/4.1.23d</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Openwave</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>5000</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_P7389.rdf
  
  Index: Motorola_P7389.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaP7389">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>P7389</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>3</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x40</prf:ScreenSize>
          <prf:ScreenSizeChar>16x4</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>No</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>application/x-up-device</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>text/vnd.wap.wml</rdf:li>
              <rdf:li>text/vnd.wap.wmlscript</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:RecipientAppAgent>MOT-CB/4.1.6 UP/4.1.16g</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Phone.com</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.0/4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2048</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_T191.rdf
  
  Index: Motorola_T191.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaT191">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>T191</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>3</prf:NumberOfSoftKeys>
          <prf:ScreenSize>91x51</prf:ScreenSize>
          <prf:ScreenSizeChar>13x4</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>No</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>text/vnd.wap.wmlc</rdf:li>
              <rdf:li>text/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:RecipientAppAgent>MOT-D5/4.1.5 UP.Browser/4.1.23c</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <!--rdf:li>WTLS-1</rdf:li-->
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Openwave</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2000</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_T192.rdf
  
  Index: Motorola_T192.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaT192">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>T192</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>3</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x40</prf:ScreenSize>
          <prf:ScreenSizeChar>16x4</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>text/vnd.wap.wmlc</rdf:li>
              <rdf:li>text/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:RecipientAppAgent>MOT-F5/4.1.9 UP.Browser/4.1.23c</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Openwave</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2000</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_T2288.rdf
  
  Index: Motorola_T2288.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaT2288">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>T2288</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>3</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x40</prf:ScreenSize>
          <prf:ScreenSizeChar>16x4</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>No</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>application/x-up-device</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>text/vnd.wap.wmlc</rdf:li>
              <rdf:li>text/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:RecipientAppAgent>MOT-C4/0.0.23 UP/4.0.5o</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Openwave</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2048</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_T280.rdf
  
  Index: Motorola_T280.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaT280">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>T280</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>123x69</prf:ScreenSize>
          <prf:ScreenSizeChar>13x4</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>text/vnd.wap.wmlc</rdf:li>
              <rdf:li>text/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:RecipientAppAgent>MOT-PAN4 /11.03 UP/4.1.23c</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <!--rdf:li>WTLS-1</rdf:li-->
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>openwave</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2000</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_Ti250.rdf
  
  Index: Motorola_Ti250.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaTi250">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>Ti250</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>3</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x40</prf:ScreenSize>
          <prf:ScreenSizeChar>16x4</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>No</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>application/x-up-device</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>text/vnd.wap.wmlc</rdf:li>
              <rdf:li>text/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:RecipientAppAgent>MOT-D8/4.1.8 UP/4.1.16s</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Phone.com</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2048</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_Ti260.rdf
  
  Index: Motorola_Ti260.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaTi260">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>Ti260</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>3</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x40</prf:ScreenSize>
          <prf:ScreenSizeChar>16x4</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>No</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>application/x-up-device</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>text/vnd.wap.wmlc</rdf:li>
              <rdf:li>text/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:RecipientAppAgent>MOT-AF/4.1.8 UP/4.1.216s</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Phone.com</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2048</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_V2288.rdf
  
  Index: Motorola_V2288.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaV.2288">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>V.2288</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>3</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x40</prf:ScreenSize>
          <prf:ScreenSizeChar>16x4</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>No</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>application/x-up-device</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>text/vnd.wap.wmlc</rdf:li>
              <rdf:li>text/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:RecipientAppAgent>MOT-C4/0.0.23 UP/4.0.5o</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Openwave</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2048</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_V50.rdf
  
  Index: Motorola_V50.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaV.50">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>V.50</prf:Model>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>3</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x40</prf:ScreenSize>
          <prf:ScreenSizeChar>16x4</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>No</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>application/x-up-device</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>text/vnd.wap.wmlc</rdf:li>
              <rdf:li>text/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:RecipientAppAgent>MOT-F0/4.1.5 UP/4.1.16f</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Phone.com</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2048</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Motorola_V66.rdf
  
  Index: Motorola_V66.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="MotorolaV.66">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Vendor>Motorola</prf:Vendor>
          <prf:Model>V.66</prf:Model>
          <!--prf:Keyboard>OnScreen</prf:Keyboard-->
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>91x39</prf:ScreenSize>
          <prf:ScreenSizeChar>11x2</prf:ScreenSizeChar>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc; Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp; Type=0</rdf:li>
              <rdf:li>text/vnd.wap.wmlc</rdf:li>
              <rdf:li>text/vnd.wap.wmlscriptc</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>en</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:RecipientAppAgent>MOT-SAP4 /11.03 UP.Browser/4.1.23c</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <!--rdf:li>WTLS-1</rdf:li-->
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>SMS</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Openwave</prf:BrowserName>
          <prf:BrowserVersion>UP Browser 4.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlDeckSize>2000</prf:WmlDeckSize>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Mozilla_099.rdf
  
  Index: Mozilla_099.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="">
      <prf:component>
        <rdf:Description rdf:ID="HardwareProfile">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwareProfile"/>
          <!--prf:BitsPerPixel></prf:BitsPerPixel-->
          <prf:ColorCapable>Yes</prf:ColorCapable>
          <!--prf:CPU></prf:CPU-->
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:InputCharset>
            <rdf:Bag>
              <rdf:li>ISO-8859-1</rdf:li>
              <rdf:li>utf-8;q=0.66</rdf:li>
              <rdf:li>*;q=0.66</rdf:li>
            </rdf:Bag>
          </prf:InputCharset>
          <prf:Keyboard>Qwerty</prf:Keyboard>
          <!--prf:Model></prf:Model>
          <prf:NumberOfSoftKeys></prf:NumberOfSoftKeys-->
          <prf:OutputCharset>
            <rdf:Bag>
              <rdf:li>ISO-8859-1</rdf:li>
              <rdf:li>utf-8;q=0.66</rdf:li>
              <rdf:li>*;q=0.66</rdf:li>
            </rdf:Bag>
          </prf:OutputCharset>
          <!--prf:PixelAspectRatio></prf:PixelAspectRatio-->
          <prf:PointingResolution>Pixel</prf:PointingResolution>
          <!--prf:ScreenSize></prf:ScreenSize>
          <prf:ScreenSizeChar></prf:ScreenSizeChar-->
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <!--prf:SoundOutputCapable></prf:SoundOutputCapable-->
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <!--prf:Vendor></prf:Vendor-->
          <prf:VoiceInputCapable>No</prf:VoiceInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwareProfile">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwareProfile"/>
          <prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>text/xml</rdf:li>
              <rdf:li>application/xml</rdf:li>
              <rdf:li>application/xhtml+xml</rdf:li>
              <rdf:li>text/html;q=0.9</rdf:li>
              <rdf:li>text/plain;q=0.8</rdf:li>
              <rdf:li>video/x-mng</rdf:li>
              <rdf:li>image/png</rdf:li>
              <rdf:li>image/jpeg</rdf:li>
              <rdf:li>image/gif;q=0.2</rdf:li>
              <rdf:li>text/css</rdf:li>
              <rdf:li>*/*;q=0.1</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>ISO-8859-1</rdf:li>
              <rdf:li>utf-8;q=0.66</rdf:li>
              <rdf:li>*;q=0.66</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Encoding>
            <rdf:Bag>
              <rdf:li>gzip</rdf:li>
              <rdf:li>deflate</rdf:li>
              <rdf:li>compress;q=0.9</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Encoding>
          <!--prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li></rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language-->
          <prf:JavaEnabled>Yes</prf:JavaEnabled>
          <!--prf:JavaPlatform>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:JavaPlatform-->
          <prf:JVMVersion>
            <rdf:Bag>
              <rdf:li>SunJRE/1.3.1_01</rdf:li>
            </rdf:Bag>
          </prf:JVMVersion>
          <!--prf:OSName>Windows NT</prf:OSName>
          <prf:OSVendor>Microsoft</prf:OSVendor>
          <prf:OSVersion>4.0</prf:OSVersion-->
          <!--prf:RecipientAppAgent>Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.9+) Gecko/20020402</prf:RecipientAppAgent-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Mozilla</prf:BrowserName>
          <prf:BrowserVersion>0.9.9+</prf:BrowserVersion>
          <prf:FramesCapable>Yes</prf:FramesCapable>
          <prf:HtmlVersion>4.0</prf:HtmlVersion>
          <prf:JavaAppletEnabled>Yes</prf:JavaAppletEnabled>
          <prf:JavaScriptEnabled>Yes</prf:JavaScriptEnabled>
          <prf:JavaScriptVersion>1.5</prf:JavaScriptVersion>
          <prf:PreferenceForFrames>Yes</prf:PreferenceForFrames>
          <prf:TablesCapable>Yes</prf:TablesCapable>
          <prf:XhtmlVersion>1.0</prf:XhtmlVersion>
          <!--prf:XhtmlModules>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:XhtmlModules-->
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/NEC_21i.rdf
  
  Index: NEC_21i.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="NEC_21i">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>8</prf:BitsPerPixel>
          <prf:ColorCapable>Yes</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>21i</prf:Model>
          <prf:ScreenSize>120x130</prf:ScreenSize>
          <prf:ScreenSizeChar>14x8</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>NEC</prf:Vendor>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>text/html</rdf:li>
              <rdf:li>text/vnd.wap.wml</rdf:li>
              <rdf:li>image/gif</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:OSVendor>NTT DoCoMo</prf:OSVendor>
          <prf:RecipientAppAgent>portalmmm/1.0 n21i-10(c10)</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>SSL2</rdf:li>
              <rdf:li>SSL3</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>n21i-10</prf:BrowserName>
          <prf:DownloadableBrowserApps>
            <rdf:Bag>
              <rdf:li>image/gif</rdf:li>
              <rdf:li>audio/midi</rdf:li>
            </rdf:Bag>
          </prf:DownloadableBrowserApps>
          <prf:FramesCapable>No</prf:FramesCapable>
          <!--prf:HtmlVersion></prf:HtmlVersion-->
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <<!--prf:WapDeviceClass></prf:WapDeviceClass-->
          <prf:WapVersion>1.2</prf:WapVersion>
          <prf:WmlDeckSize>10240</prf:WmlDeckSize>
          <!--prf:WmlScriptLibraries>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:WmlScriptLibraries>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion-->
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.2</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <!--prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
          <prf:Push-Accept>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:Push-Accept>
          <prf:Push-Accept-Charset>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:Push-Accept-Charset>
          <prf:Push-Accept-Encoding>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:Push-Accept-Encoding>
          <prf:Push-Accept-Language>
            <rdf:Seq>
              <rdf:li></rdf:li>
            </rdf:Seq>
          </prf:Push-Accept-Language>
          <prf:Push-Accept-AppID>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:Push-Accept-AppID>
          <prf:Push-MsgSize></prf:Push-MsgSize>
          <prf:Push-MaxPushReq></prf:Push-MaxPushReq>
        </rdf:Description>
      </prf:component-->
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_3330.rdf
  
  Index: Nokia_3330.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia3330">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>1</prf:NumberOfSoftKeys>
          <prf:ScreenSize>84x30</prf:ScreenSize>
          <prf:ScreenSizeChar>10x3</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>3330</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>application/vnd.wap.wtls-ca-certificate</rdf:li>
              <rdf:li>image/gif</rdf:li>
              <rdf:li>text/plain</rdf:li>
              <rdf:li>application/x-NokiaGameData</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>utf-8; q=0.8</rdf:li>
              <rdf:li>iso-10646-ucs-2; q=0.6</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia3330/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>USSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>3330/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_3360.rdf
  
  Index: Nokia_3360.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia3360">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>84x30</prf:ScreenSize>
          <prf:ScreenSizeChar>10x3</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>3360</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia3360/1.2.1</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.2.1</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>IS-136 (TDMA)</rdf:li>
              <rdf:li>CSD</rdf:li>
              <rdf:li>TDMA800</rdf:li>
              <rdf:li>TDMA1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>3360/1.2.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_3410.rdf
  
  Index: Nokia_3410.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia3410">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x45</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>3410</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia3410/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>3410/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>30720</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_3510.rdf
  
  Index: Nokia_3510.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia3510">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x45</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>3510</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia3510/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>3510/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_3590.rdf
  
  Index: Nokia_3590.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia3590">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x45</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>3590</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.xhtml+xml</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <!--prf:RecipientAppAgent>???</prf:RecipientAppAgent-->
          <!--prf:SoftwareNumber>???</prf:SoftwareNumber-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM850</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <!--prf:BrowserName>???</prf:BrowserName-->
          <!--prf:BrowserVersion>???</prf:BrowserVersion-->
          <prf:XhtmlVersion>Mobile Profile</prf:XhtmlVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_5210.rdf
  
  Index: Nokia_5210.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia5210">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>84x30</prf:ScreenSize>
          <prf:ScreenSizeChar>10x3</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>5210</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia5210/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>5210/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_5510.rdf
  
  Index: Nokia_5510.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia5510">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>1</prf:NumberOfSoftKeys>
          <prf:ScreenSize>84x30</prf:ScreenSize>
          <prf:ScreenSizeChar>10x3</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>5510</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia5510/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>USSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>5510/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_6210.rdf
  
  Index: Nokia_6210.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia6210">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <!--prf:NumberOfSoftKeys></prf:NumberOfSoftKeys-->
          <prf:ScreenSize>96x41</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>6210</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia6210/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>SMS</rdf:li>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>6210/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>1331</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_6250.rdf
  
  Index: Nokia_6250.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia6250">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <!--prf:NumberOfSoftKeys></prf:NumberOfSoftKeys-->
          <prf:ScreenSize>96x41</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>6250</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia6250/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>SMS</rdf:li>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>6250/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>1331</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_6310.rdf
  
  Index: Nokia_6310.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia6310">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x45</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>6310</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia6310/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>6310/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_6310i.rdf
  
  Index: Nokia_6310i.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia6310i">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x45</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>6310i</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia6310i/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>6310i/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_6340.rdf
  
  Index: Nokia_6340.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia6340">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <!--prf:NumberOfSoftKeys></prf:NumberOfSoftKeys-->
          <prf:ScreenSize>96x45</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>6340</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia6340/1.2.1</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>IS-136 (TDMA)</rdf:li>
              <rdf:li>TDMA800</rdf:li>
              <rdf:li>TDMA1900</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>6340/1.2.1</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_6510.rdf
  
  Index: Nokia_6510.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia6510">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x45</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>6510</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia6510/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>6510/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_6590.rdf
  
  Index: Nokia_6590.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia6590">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>96x45</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>6590</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.xhtml+xml</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia6590/2.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>2.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM850</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>6590/2.0</prf:BrowserVersion>
          <prf:XhtmlVersion>Mobile Profile</prf:XhtmlVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>MakeCall</rdf:li>
              <rdf:li>SendDTMF</rdf:li>
              <rdf:li>AddPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_7110.rdf
  
  Index: Nokia_7110.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia7110">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:InputCharSet>
            <rdf:Bag>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>utf-8; q=0.8</rdf:li>
              <rdf:li>iso-10646-ucs-2; q=0.6</rdf:li>
            </rdf:Bag>
          </prf:InputCharSet>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <!--prf:NumberOfSoftKeys></prf:NumberOfSoftKeys-->
          <prf:OutputCharSet>
            <rdf:Bag>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>utf-8; q=0.8</rdf:li>
              <rdf:li>iso-10646-ucs-2; q=0.6</rdf:li>
            </rdf:Bag>
          </prf:OutputCharSet>
          <prf:PixelAspectRatio>1x1</prf:PixelAspectRatio>
          <prf:ScreenSize>96x44</prf:ScreenSize>
          <prf:ScreenSizeChar>12x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>7110</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>application/vnd.wap.wtls-ca-certificate</rdf:li>
              <rdf:li>text/plain</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>iso-8859-1</rdf:li>
              <rdf:li>utf-8; q=0.8</rdf:li>
              <rdf:li>iso-10646-ucs-2; q=0.6</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia7110/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>SMS</rdf:li>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>7110/1.0</prf:BrowserVersion>
          <prf:TablesCapable>No</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>1331</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_7110_4.94.rdf
  
  Index: Nokia_7110_4.94.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia7110">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <!--prf:NumberOfSoftKeys></prf:NumberOfSoftKeys-->
          <prf:ScreenSize>96x44</prf:ScreenSize>
          <prf:ScreenSizeChar>11x4</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>7110</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia7110/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>SMS</rdf:li>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>7110/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>1331</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_7210.rdf
  
  Index: Nokia_7210.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia7210">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <!--prf:NumberOfSoftKeys></prf:NumberOfSoftKeys-->
          <prf:ScreenSize>122x96</prf:ScreenSize>
          <!--prf:ScreenSizeChar>??x5</prf:ScreenSizeChar-->
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>7210</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia7210/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>HSCSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>7210/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_7650.rdf
  
  Index: Nokia_7650.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia7650">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:BitsPerPixel>12</prf:BitsPerPixel>
          <!--prf:NumberOfSoftKeys></prf:NumberOfSoftKeys-->
          <prf:ScreenSize>176x144</prf:ScreenSize>
          <prf:ScreenSizeChar>21x7</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>7650</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <!--rdf:li>image/vnd.???</rdf:li--><!-- mbm, EPOC bitmap -->
              <rdf:li>image/png</rdf:li>
              <rdf:li>image/jpeg</rdf:li>
              <rdf:li>image/gif</rdf:li>
              <rdf:li>image/tiff</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>us-ascii</rdf:li>
              <rdf:li>utf-8</rdf:li>
              <rdf:li>iso-8859-1</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <!--prf:OSVendor>???</prf:OSVendor-->
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <!--prf:RecipientAppAgent>???</prf:RecipientAppAgent-->
          <!--prf:SoftwareNumber>???</prf:SoftwareNumber-->
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>HSCSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <!--prf:BrowserName>???</prf:BrowserName-->
          <!--prf:BrowserVersion>???</prf:BrowserVersion-->
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <!--prf:WmlDeckSize>unlimited</prf:WmlDeckSize-->
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_8310.rdf
  
  Index: Nokia_8310.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia8310">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>84x30</prf:ScreenSize>
          <prf:ScreenSizeChar>10x3</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>8310</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia8310/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>8310/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_8390.rdf
  
  Index: Nokia_8390.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia8390">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>84x30</prf:ScreenSize>
          <prf:ScreenSizeChar>10x3</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>8390</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia8390/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li>WTLS-1</rdf:li>
              <rdf:li>WTLS-2</rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM1900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>8390/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_8910.rdf
  
  Index: Nokia_8910.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia8910">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:ScreenSize>84x30</prf:ScreenSize>
          <prf:ScreenSizeChar>10x3</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>8910</prf:Model>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/gif</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia8910/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>8910/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.2.1</prf:WapVersion>
          <prf:WmlDeckSize>2868</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li>WTAPublic.makeCall</rdf:li>
              <rdf:li>WTAPublic.sendDTMF</rdf:li>
              <rdf:li>WTAPublic.addPBEntry</rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_9110i.rdf
  
  Index: Nokia_9110i.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia9110i">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ScreenSize>400x180</prf:ScreenSize>
          <prf:ScreenSizeChar>30x8</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>9110i</prf:Model>
          <prf:Keyboard>Qwerty</prf:Keyboard>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <!--prf:OSVersion>??.??</prf:OSVersion-->
          <prf:RecipientAppAgent>Nokia9110/1.0</prf:RecipientAppAgent>
          <prf:SoftwareNumber>1.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>9110/1.0</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>8192</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Nokia_9210_WML.rdf
  
  Index: Nokia_9210_WML.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="Nokia9210">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>12</prf:BitsPerPixel>
          <prf:ScreenSize>490x165</prf:ScreenSize>
          <prf:ScreenSizeChar>27x9</prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:Vendor>Nokia</prf:Vendor>
          <prf:Model>9210</prf:Model>
          <prf:Keyboard>Qwerty</prf:Keyboard>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>text/vnd.wap.wml</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/gif</rdf:li>
              <rdf:li>image/jpeg</rdf:li>
              <rdf:li>image/tiff</rdf:li>
              <rdf:li>image/png</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <!--prf:OSName></prf:OSName-->
          <prf:OSVendor>Nokia</prf:OSVendor>
          <prf:OSVersion>Symbian 1.0</prf:OSVersion>
          <prf:RecipientAppAgent>Nokia9210/1.0 Symbian-Crystal/6.0 (1.0)</prf:RecipientAppAgent>
          <prf:SoftwareNumber>6.0</prf:SoftwareNumber>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>HSCSD</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Nokia</prf:BrowserName>
          <prf:BrowserVersion>9210/Symbian-Crystal 6.0 (1.00)</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapVersion>1.1</prf:WapVersion>
          <prf:WmlDeckSize>61440</prf:WmlDeckSize>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Opera_512_NT40.rdf
  
  Index: Opera_512_NT40.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="">
      <prf:component>
        <rdf:Description rdf:ID="HardwareProfile">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwareProfile"/>
          <!--prf:BitsPerPixel></prf:BitsPerPixel-->
          <prf:ColorCapable>Yes</prf:ColorCapable>
          <!--prf:CPU></prf:CPU-->
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <!--prf:InputCharset>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:InputCharset-->
          <prf:Keyboard>Qwerty</prf:Keyboard>
          <!--prf:Model></prf:Model>
          <prf:NumberOfSoftKeys></prf:NumberOfSoftKeys-->
          <!--prf:OutputCharset>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:OutputCharset-->
          <!--prf:PixelAspectRatio></prf:PixelAspectRatio-->
          <prf:PointingResolution>Pixel</prf:PointingResolution>
          <!--prf:ScreenSize></prf:ScreenSize>
          <prf:ScreenSizeChar></prf:ScreenSizeChar-->
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <!--prf:SoundOutputCapable></prf:SoundOutputCapable-->
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <!--prf:Vendor></prf:Vendor-->
          <prf:VoiceInputCapable>No</prf:VoiceInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwareProfile">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwareProfile"/>
          <prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>text/html</rdf:li>
              <rdf:li>image/png</rdf:li>
              <rdf:li>image/jpeg</rdf:li>
              <rdf:li>image/gif</rdf:li>
              <rdf:li>image/x-xbitmap</rdf:li>
              <rdf:li>*/*</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <!--prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset-->
          <prf:CcppAccept-Encoding>
            <rdf:Bag>
              <rdf:li>deflate</rdf:li>
              <rdf:li>gzip</rdf:li>
              <rdf:li>x-gzip</rdf:li>
              <rdf:li>identity</rdf:li>
              <rdf:li>*;q=0</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Encoding>
          <!--prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li></rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language-->
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:OSName>Windows NT</prf:OSName>
          <prf:OSVendor>Microsoft</prf:OSVendor>
          <prf:OSVersion>4.0</prf:OSVersion>
          <prf:RecipientAppAgent>Opera/5.12 (Windows NT 4.0; U)  [en]</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Opera</prf:BrowserName>
          <prf:BrowserVersion>5.12</prf:BrowserVersion>
          <prf:FramesCapable>Yes</prf:FramesCapable>
          <prf:HtmlVersion>4.0</prf:HtmlVersion>
          <prf:JavaAppletEnabled>No</prf:JavaAppletEnabled>
          <prf:JavaScriptEnabled>Yes</prf:JavaScriptEnabled>
          <prf:JavaScriptVersion>1.3</prf:JavaScriptVersion>
          <prf:PreferenceForFrames>Yes</prf:PreferenceForFrames>
          <prf:TablesCapable>Yes</prf:TablesCapable>
          <prf:XhtmlVersion>1.0</prf:XhtmlVersion>
          <!--prf:XhtmlModules>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:XhtmlModules-->
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Siemens_C35i.rdf
  
  Index: Siemens_C35i.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="SiemensC35i">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Model>C35i</prf:Model>
          <prf:Vendor>Siemens</prf:Vendor>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:ScreenSize>97x56</prf:ScreenSize>
          <prf:ScreenSizeChar>16x5</prf:ScreenSizeChar>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:RecipientAppAgent>SIE-C3I/1.0 UP/4.1.8c</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>GSM</rdf:li>
              <rdf:li>CSD</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>UP.Browser</prf:BrowserName>
          <prf:BrowserVersion>4.1.8c</prf:BrowserVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Siemens_S35.rdf
  
  Index: Siemens_S35.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="SiemensS35">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Model>S35</prf:Model>
          <prf:Vendor>Siemens</prf:Vendor>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:RecipientAppAgent>SIE-S35/3.0 UP/4.1.16m</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>UP.Browser</prf:BrowserName>
          <prf:BrowserVersion>4.1.16s</prf:BrowserVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Siemens_S45.rdf
  
  Index: Siemens_S45.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="SiemensS45">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:BitsPerPixel>1</prf:BitsPerPixel>
          <prf:ColorCapable>No</prf:ColorCapable>
          <prf:ImageCapable>Yes</prf:ImageCapable>
          <prf:InputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:InputCharSet>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:Model>S45</prf:Model>
          <prf:NumberOfSoftKeys>2</prf:NumberOfSoftKeys>
          <prf:OutputCharSet>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:OutputCharSet>
          <prf:PointingResolution>Line</prf:PointingResolution>
          <prf:ScreenSize>101x64</prf:ScreenSize>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
          <prf:Vendor>Siemens</prf:Vendor>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc;Type=4365</rdf:li>
              <rdf:li>application/vnd.wap.wmlc;Type=4360</rdf:li>
              <rdf:li>application/vnd.wap.wmlc;Type=1108</rdf:li>
              <rdf:li>application/vnd.wap.wmlc;Level=1.3</rdf:li>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>application/vnd.wap.sic</rdf:li>
              <rdf:li>application/vnd.wap.slc</rdf:li>
              <rdf:li>application/vnd.wap.coc</rdf:li>
              <rdf:li>application/vnd.uplanet.signal</rdf:li>
              <rdf:li>application/vnd.uplanet.cacheop-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.alert-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.channel-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.list-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.listcmd-wbxml</rdf:li>
              <rdf:li>application/vnd.uplanet.bearer-choice-wbxml</rdf:li>
              <rdf:li>application/vnd.wap.multipart.related</rdf:li>
              <rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
              <rdf:li>application/vnd.syncml-xml-wbxml</rdf:li>
              <rdf:li>application/x-up-device</rdf:li>
              <rdf:li>application/vnd.phonecom.mmc-wbxml;Type=4364</rdf:li>
              <rdf:li>application/vnd.phonecom.mmc-wbxml</rdf:li>
              <rdf:li>application/vnd.phonecom.im</rdf:li>
              <rdf:li>application/octet-stream</rdf:li>
              <rdf:li>image/*</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>image/bmp</rdf:li>
              <rdf:li>image/x-MS-bmp</rdf:li>
              <rdf:li>audio/midi</rdf:li>
              <rdf:li>audio/x-midi</rdf:li>
              <rdf:li>audio/mid</rdf:li>
              <rdf:li>application/vnd.smaf</rdf:li>
              <rdf:li>text/x-vCalendar</rdf:li>
              <rdf:li>text/x-vCard</rdf:li>
              <rdf:li>application/x-mmc.wallpaper;type=image/bmp;size=2000;gray=1;w=101;h=64</rdf:li>
              <rdf:li>application/x-mmc.ringtone;type=audio/midi;size=2000;voices=1</rdf:li>
              <rdf:li>application/x-mmc.title;charset=us-ascii;size=30</rdf:li>
              <rdf:li>image/bmp</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
              <rdf:li>application/vnd.uplanet.alert</rdf:li>
              <rdf:li>application/x-up-alert</rdf:li>
              <rdf:li>application/vnd.uplanet.bearer-choice</rdf:li>
              <rdf:li>application/vnd.uplanet.cacheop</rdf:li>
              <rdf:li>application/x-up-cacheop</rdf:li>
              <rdf:li>application/vnd.uplanet.channel</rdf:li>
              <rdf:li>application/vnd.uplanet.list</rdf:li>
              <rdf:li>application/vnd.uplanet.listcmd</rdf:li>
              <rdf:li>application/vnd.phonecom.mmc-xml</rdf:li>
              <rdf:li>text/x-wap.wml</rdf:li>
              <rdf:li>text/vnd.wap.wml</rdf:li>
              <rdf:li>text/x-hdml</rdf:li>
              <rdf:li>text/html</rdf:li>
              <rdf:li>text/vnd.wap.wmlscript</rdf:li>
              <rdf:li>text/vnd.wap.co</rdf:li>
              <rdf:li>text/vnd.wap.si</rdf:li>
              <rdf:li>text/vnd.wap.sl</rdf:li>
              <rdf:li>*/*</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li>utf-8</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li>de</rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:RecipientAppAgent>SIE-S45/05 UP.Browser/5.0.1.1.102 (GUI)</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:CurrentBearerService>CSD</prf:CurrentBearerService>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li>CSD</rdf:li>
              <rdf:li>GPRS</rdf:li>
              <rdf:li>GSM900</rdf:li>
              <rdf:li>GSM1800</rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>UP.Browser</prf:BrowserName>
          <prf:BrowserVersion>5.0.1.1.102 (GUI)</prf:BrowserVersion>
          <prf:TablesCapable>Yes</prf:TablesCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WapDeviceClass>C</prf:WapDeviceClass>
          <prf:WapVersion>1.2</prf:WapVersion>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li>1.2</rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.3</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Sony_CMD-Z5.rdf
  
  Index: Sony_CMD-Z5.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="SonyCMD-Z5">
      <prf:component>
        <rdf:Description rdf:ID="HardwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
          <prf:Model>CMD-Z5</prf:Model>
          <prf:Vendor>Sony Ericsson</prf:Vendor>
          <prf:Keyboard>PhoneKeypad</prf:Keyboard>
          <prf:TextInputCapable>Yes</prf:TextInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwarePlatform">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
          <prf:RecipientAppAgent>Mozilla/1.22 (compatible; MMEF20; Cellphone; Sony CMD-Z5)</prf:RecipientAppAgent>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName>Mozilla</prf:BrowserName>
          <prf:BrowserVersion>1.22 (compatible; MMEF20; Cellphone; Sony CMD-Z5)</prf:BrowserVersion>
          <prf:HtmlVersion>3.2</prf:HtmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li>1.1</rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/Trium_Eclipse.rdf
  
  Index: Trium_Eclipse.rdf
  ===================================================================
  <?xml version="1.0"?>
  
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  	 xmlns:prf="http://www.wapforum.org/UAPROF/ccppschema-19991014#">
  
  <rdf:Description>
  
  
  <!-- COMPONENT: Hardware Platform -->
  
  <prf:Vendor>MITSUBIHI ELECTRIC TELECOM EUROPE</prf:Vendor>
  
  <prf:Model>Eclipse</prf:Model>
  
  <prf:TextInputCapable>Yes</prf:TextInputCapable>
  
  <prf:ImageCapable>Yes</prf:ImageCapable>
  
  <prf:SoftKeysCapable>Yes</prf:SoftKeysCapable>
  
  <prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  
  <prf:PointingResolution>Pixel</prf:PointingResolution>
  
  <prf:ColorCapable>Yes</prf:ColorCapable>
  
  <prf:BitsPerPixel>8</prf:BitsPerPixel>
  
  <prf:ScreenSize>120x102</prf:ScreenSize>
  
  <prf:InputCharSet>
  <rdf:Bag>
  <rdf:li>US-ASCII</rdf:li>
  <rdf:li>ISO-8859-1</rdf:li>
  </rdf:Bag>
  </prf:InputCharSet>
  
  <prf:OutputCharSet>
  <rdf:Bag>
  <rdf:li>US-ASCII</rdf:li>
  <rdf:li>ISO-8859-1</rdf:li>
  </rdf:Bag>
  </prf:OutputCharSet>
  
  
  
  <!-- COMPONENT: Software Platform -->
  
  <prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  <prf:OSVendor>MITSUBIHI ELECTRIC TELECOM EUROPE</prf:OSVendor>
  
  
  
  <!-- COMPONENT: Network Characteristics -->
  
  <prf:SecuritySupport>WTLS</prf:SecuritySupport>
  
  <prf:SupportedBearers>
  <rdf:Bag>
  <rdf:li>GPRS</rdf:li>
  <rdf:li>CSD</rdf:li>
  <rdf:li>OneWaySMS</rdf:li>
  </rdf:Bag>
  </prf:SupportedBearers>
  
  
  
  <!-- COMPONENT: Browser UA -->
  
  
  <prf:BrowserName>METE</prf:BrowserName>
  <prf:BrowserVersion>1.2</prf:BrowserVersion>
  
  <prf:WmlVersion>
  <rdf:Bag>
  <rdf:li>1.2</rdf:li>
  </rdf:Bag>
  </prf:WmlVersion>
  
  <prf:CcppAccept>
  <rdf:Bag>
  <rdf:li>application/vnd.wap.wmlc</rdf:li>
  <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
  <rdf:li>image/vnd.wap.wbmp</rdf:li>
  <rdf:li>image/gif</rdf:li>
  </rdf:Bag>
  </prf:CcppAccept>
  
  <prf:CcppAccept-Charset>
  <rdf:Bag>
  <rdf:li>US-ASCII </rdf:li>
  <rdf:li>UTF-8</rdf:li>
  <rdf:li>ISO-8859-1</rdf:li>
  </rdf:Bag>
  </prf:CcppAccept-Charset>
  
  
  <!--WAP Browser vendor site: Default description of WAP properties -->
  
  
  <prf:WapVersion>June 2000</prf:WapVersion>
  
  <prf:WmlDeckSize>1490</prf:WmlDeckSize>
  
  <prf:WapDeviceClass>C</prf:WapDeviceClass>
  
  <prf:WapPushMsgSize>1400</prf:WapPushMsgSize>
  
  <prf:WapPushMsgPriority>all</prf:WapPushMsgPriority>
  
  <!-- 
  	<prf:WtaVersion>1.0</prf:WtaVersion>
  -->
  
  <prf:WmlScriptVersion>1.1</prf:WmlScriptVersion>
  
  <prf:WmlscriptLibraries>
  <rdf:Bag>
  <rdf:li>Lang</rdf:li>
  <rdf:li>Float</rdf:li>
  <rdf:li>String</rdf:li>
  <rdf:li>URL</rdf:li>
  <rdf:li>WMLBrowser</rdf:li>
  <rdf:li>Dialogs</rdf:li>
  </rdf:Bag>
  </prf:WmlscriptLibraries>
  
  <prf:WtaiLibraries>
  <rdf:Bag>
  <rdf:li>WTAVoiceCall</rdf:li>
  <rdf:li>WTAIGSM</rdf:li>
  </rdf:Bag>
  </prf:WtaiLibraries>
  
  </rdf:Description>
  </rdf:RDF>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/amaya.rdf
  
  Index: amaya.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
  	<rdf:Description rdf:ID="Amaya">
  		<prf:component>
  			<rdf:Description rdf:ID="HardwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
  				<prf:ColorCapable>Yes</prf:ColorCapable>
  				<prf:TextInputCapable>Yes</prf:TextInputCapable>
  				<prf:ImageCapable>Yes</prf:ImageCapable>
  				<prf:Keyboard>Qwerty</prf:Keyboard>
  				<prf:Vendor>W3C</prf:Vendor>
  				<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  				<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="SoftwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
  				<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  				<prf:CcppAccept>
  					<rdf:Bag>
  						<rdf:li>image/gif</rdf:li>
  						<rdf:li>image/jpeg</rdf:li>
  						<rdf:li>text/html</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="NetworkCharacteristics">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="BrowserUA">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
  				<prf:BrowserName>Amaya</prf:BrowserName>
  				<prf:FramesCapable>Yes</prf:FramesCapable>
  				<prf:TablesCapable>Yes</prf:TablesCapable>
  			</rdf:Description>
  		</prf:component>
  	</rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/blank.rdf
  
  Index: blank.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
           xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
    <rdf:Description rdf:ID="">
      <prf:component>
        <rdf:Description rdf:ID="HardwareProfile">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwareProfile"/>
          <prf:BluetoothProfile>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:BluetoothProfile>
          <prf:BitsPerPixel></prf:BitsPerPixel>
          <prf:ColorCapable></prf:ColorCapable>
          <prf:CPU></prf:CPU>
          <prf:ImageCapable></prf:ImageCapable>
          <prf:InputCharset>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:InputCharset>
          <prf:Keyboard></prf:Keyboard>
          <prf:Model></prf:Model>
          <prf:NumberOfSoftKeys></prf:NumberOfSoftKeys>
          <prf:OutputCharset>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:OutputCharset>
          <prf:PixelAspectRatio></prf:PixelAspectRatio>
          <prf:PointingResolution></prf:PointingResolution>
          <prf:ScreenSize></prf:ScreenSize>
          <prf:ScreenSizeChar></prf:ScreenSizeChar>
          <prf:StandardFontProportional>Yes</prf:StandardFontProportional>
          <prf:SoundOutputCapable></prf:SoundOutputCapable>
          <prf:TextInputCapable></prf:TextInputCapable>
          <prf:Vendor></prf:Vendor>
          <prf:VoiceInputCapable></prf:VoiceInputCapable>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="SoftwareProfile">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwareProfile"/>
          <prf:AcceptDownloadableSoftware></prf:AcceptDownloadableSoftware>
          <prf:AudioInputEncoder>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:AudioInputEncoder>
          <prf:CcppAccept>
            <rdf:Bag>
              <rdf:li>application/vnd.wap.wmlc</rdf:li>
              <rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
              <rdf:li>image/vnd.wap.wbmp</rdf:li>
            </rdf:Bag>
          </prf:CcppAccept>
          <prf:CcppAccept-Charset>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Charset>
          <prf:CcppAccept-Encoding>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:CcppAccept-Encoding>
          <prf:CcppAccept-Language>
            <rdf:Seq>
              <rdf:li></rdf:li>
            </rdf:Seq>
          </prf:CcppAccept-Language>
          <prf:DownloadableSoftwareSupport>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:DownloadableSoftwareSupport>
          <prf:JavaEnabled>No</prf:JavaEnabled>
          <prf:JavaPlatform>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:JavaPlatform>
          <prf:JVMVersion>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:JVMVersion>
          <prf:MexeClassmarks>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:MexeClassmarks>
          <prf:MexeSpec></prf:MexeSpec>
          <prf:MexeSecureDomains></prf:MexeSecureDomains>
          <prf:OSName></prf:OSName>
          <prf:OSVendor></prf:OSVendor>
          <prf:OSVersion></prf:OSVersion>
          <prf:RecipientAppAgent></prf:RecipientAppAgent>
          <prf:SoftwareNumber></prf:SoftwareNumber>
          <prf:VideoInputEncoder>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:VideoInputEncoder>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="NetworkCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
          <prf:SupportedBluetoothVersion></prf:SupportedBluetoothVersion>
          <prf:CurrentBearerService></prf:CurrentBearerService>
          <prf:SecuritySupport>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:SecuritySupport>
          <prf:SupportedBearers>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:SupportedBearers>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="BrowserUA">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
          <prf:BrowserName></prf:BrowserName>
          <prf:BrowserVersion></prf:BrowserVersion>
          <prf:DownloadableBrowserApps>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:DownloadableBrowserApps>
          <prf:FramesCapable></prf:FramesCapable>
          <prf:HtmlVersion></prf:HtmlVersion>
          <prf:JavaAppletEnabled></prf:JavaAppletEnabled>
          <prf:JavaScriptEnabled></prf:JavaScriptEnabled>
          <prf:JavaScriptVersion></prf:JavaScriptVersion>
          <prf:PreferenceForFrames></prf:PreferenceForFrames>
          <prf:TablesCapable></prf:TablesCapable>
          <prf:XhtmlVersion></prf:XhtmlVersion>
          <prf:XhtmlModules>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:XhtmlModules>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="WapCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
          <prf:SupportedPictogramSet>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:SupportedPictogramSet>
          <prf:WapDeviceClass></prf:WapDeviceClass>
          <prf:WapVersion></prf:WapVersion>
          <prf:WmlDeckSize></prf:WmlDeckSize>
          <prf:WmlScriptLibraries>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:WmlScriptLibraries>
          <prf:WmlScriptVersion>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:WmlScriptVersion>
          <prf:WmlVersion>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:WmlVersion>
          <prf:WtaiLibraries>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:WtaiLibraries>
          <prf:WtaVersion></prf:WtaVersion>
        </rdf:Description>
      </prf:component>
      <prf:component>
        <rdf:Description rdf:ID="PushCharacteristics">
          <rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
          <prf:Push-Accept>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:Push-Accept>
          <prf:Push-Accept-Charset>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:Push-Accept-Charset>
          <prf:Push-Accept-Encoding>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:Push-Accept-Encoding>
          <prf:Push-Accept-Language>
            <rdf:Seq>
              <rdf:li></rdf:li>
            </rdf:Seq>
          </prf:Push-Accept-Language>
          <prf:Push-Accept-AppID>
            <rdf:Bag>
              <rdf:li></rdf:li>
            </rdf:Bag>
          </prf:Push-Accept-AppID>
          <prf:Push-MsgSize></prf:Push-MsgSize>
          <prf:Push-MaxPushReq></prf:Push-MaxPushReq>
        </rdf:Description>
      </prf:component>
    </rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/mozilla.rdf
  
  Index: mozilla.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
  	<rdf:Description rdf:ID="Amaya">
  		<prf:component>
  			<rdf:Description rdf:ID="HardwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
  				<prf:ColorCapable>Yes</prf:ColorCapable>
  				<prf:TextInputCapable>Yes</prf:TextInputCapable>
  				<prf:ImageCapable>Yes</prf:ImageCapable>
  				<prf:Keyboard>Qwerty</prf:Keyboard>
  				<prf:Vendor>Netscape</prf:Vendor>
  				<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  				<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="SoftwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
  				<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  				<prf:CcppAccept>
  					<rdf:Bag>
  						<rdf:li>image/gif</rdf:li>
  						<rdf:li>image/jpeg</rdf:li>
  						<rdf:li>text/html</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="NetworkCharacteristics">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="BrowserUA">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
  				<prf:BrowserName>Mozilla</prf:BrowserName>
  				<prf:FramesCapable>Yes</prf:FramesCapable>
  				<prf:TablesCapable>Yes</prf:TablesCapable>
  			</rdf:Description>
  		</prf:component>
  	</rdf:Description>
  </rdf:RDF>
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/msie.rdf
  
  Index: msie.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
  	<rdf:Description rdf:ID="MSIE">
  		<prf:component>
  			<rdf:Description rdf:ID="HardwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
  				<prf:ColorCapable>Yes</prf:ColorCapable>
  				<prf:TextInputCapable>Yes</prf:TextInputCapable>
  				<prf:ImageCapable>Yes</prf:ImageCapable>
  				<prf:Keyboard>Qwerty</prf:Keyboard>
  				<prf:Vendor>Microsoft</prf:Vendor>
  				<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  				<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="SoftwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
  				<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  				<prf:CcppAccept>
  					<rdf:Bag>
  						<rdf:li>image/gif</rdf:li>
  						<rdf:li>image/x-xbitmap</rdf:li>
  						<rdf:li>image/jpeg</rdf:li>
  						<rdf:li>image/pjpeg</rdf:li>
  						<rdf:li>application/vnd.ms-powerpoint</rdf:li>
  						<rdf:li>application/vnd.ms-excel</rdf:li>
  						<rdf:li>application/msword</rdf:li>
  						<rdf:li>text/html</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept>
  				<prf:CcppAccept-Charset>
  					<rdf:Bag>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Charset>
  				<prf:CcppAccept-Encoding>
  					<rdf:Bag>
  						<rdf:li>base64</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Encoding>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="NetworkCharacteristics">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="BrowserUA">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
  				<prf:BrowserName>Microsoft</prf:BrowserName>
  				<prf:FramesCapable>Yes</prf:FramesCapable>
  				<prf:TablesCapable>Yes</prf:TablesCapable>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="WapCharacteristics">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="PushCharacteristics">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
  			</rdf:Description>
  		</prf:component>
  	</rdf:Description>
  </rdf:RDF>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/nokia.rdf
  
  Index: nokia.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
  	<rdf:Description rdf:ID="MyDeviceProfile">
  		<prf:component>
  			<rdf:Description rdf:ID="HardwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
  				<prf:BluetoothProfile>
  					<rdf:Bag>
  						<rdf:li>headset</rdf:li>
  					</rdf:Bag>
  				</prf:BluetoothProfile>
  				<prf:ScreenSize>121x87</prf:ScreenSize>
  				<prf:Model>R999</prf:Model>
  				<prf:InputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  					</rdf:Bag>
  				</prf:InputCharSet>
  				<prf:ScreenSizeChar>15x6</prf:ScreenSizeChar>
  				<prf:BitsPerPixel>2</prf:BitsPerPixel>
  				<prf:ColorCapable>No</prf:ColorCapable>
  				<prf:TextInputCapable>Yes</prf:TextInputCapable>
  				<prf:ImageCapable>Yes</prf:ImageCapable>
  				<prf:Keyboard>PhoneKeypad</prf:Keyboard>
  				<prf:NumberOfSoftKeys>0</prf:NumberOfSoftKeys>
  				<prf:OutputCharSet>
  					<rdf:Bag>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:OutputCharSet>
  				<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  				<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="SoftwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
  				<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  				<prf:CcppAccept>
  					<rdf:Bag>
  						<rdf:li>application/vnd.wap.wmlc</rdf:li>
  						<rdf:li>application/vnd.wap.wbxml</rdf:li>
  						<rdf:li>application/vnd.wap.wmlscriptc</rdf:li>
  						<rdf:li>application/vnd.wap.multipart.mixed</rdf:li>
  						<rdf:li>application/vnd.wap.multipart.form-data</rdf:li>
  						<rdf:li>text/vnd.wap.wml</rdf:li>
  						<rdf:li>text/vnd.wap.wmlscript</rdf:li>
  						<rdf:li>image/vnd.wap.wbmp</rdf:li>
  						<rdf:li>image/gif</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept>
  				<prf:CcppAccept-Charset>
  					<rdf:Bag>
  						<rdf:li>US-ASCII</rdf:li>
  						<rdf:li>ISO-8859-1</rdf:li>
  						<rdf:li>UTF-8</rdf:li>
  						<rdf:li>ISO-10646-UCS-2</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Charset>
  				<prf:CcppAccept-Encoding>
  					<rdf:Bag>
  						<rdf:li>base64</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept-Encoding>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="NetworkCharacteristics">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
  				<prf:SecuritySupport>
  					<rdf:Bag>
  						<rdf:li>WTLS-1</rdf:li>
  						<rdf:li>WTLS-2</rdf:li>
  					</rdf:Bag>
  				</prf:SecuritySupport>
  				<prf:SupportedBearers>
  					<rdf:Bag>
  						<rdf:li>TwoWaySMS</rdf:li>
  						<rdf:li>CSD</rdf:li>
  						<rdf:li>GPRS</rdf:li>
  					</rdf:Bag>
  				</prf:SupportedBearers>
  				<prf:SupportedBluetoothVersion>1.1</prf:SupportedBluetoothVersion>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="BrowserUA">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
  				<prf:FramesCapable>No</prf:FramesCapable>
  				<prf:TablesCapable>Yes</prf:TablesCapable>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="WapCharacteristics">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
  				<prf:WapDeviceClass>C</prf:WapDeviceClass>
  				<prf:WapVersion>2.0</prf:WapVersion>
  				<prf:WmlVersion>
  					<rdf:Bag>
  						<rdf:li>2.0</rdf:li>
  					</rdf:Bag>
  				</prf:WmlVersion>
  				<prf:WmlDeckSize>3000</prf:WmlDeckSize>
  				<prf:WmlScriptVersion>
  					<rdf:Bag>
  						<rdf:li>1.2.1</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptVersion>
  				<prf:WmlScriptLibraries>
  					<rdf:Bag>
  						<rdf:li>Lang</rdf:li>
  						<rdf:li>Float</rdf:li>
  						<rdf:li>String</rdf:li>
  						<rdf:li>URL</rdf:li>
  						<rdf:li>WMLBrowser</rdf:li>
  						<rdf:li>Dialogs</rdf:li>
  					</rdf:Bag>
  				</prf:WmlScriptLibraries>
  				<prf:WtaiLibraries>
  					<rdf:Bag>
  						<rdf:li>WTA.Public.makeCall</rdf:li>
  						<rdf:li>WTA.Public.sendDTMF</rdf:li>
  						<rdf:li>WTA.Public.addPBEntry</rdf:li>
  					</rdf:Bag>
  				</prf:WtaiLibraries>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="PushCharacteristics">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
  				<prf:Push-Accept>
  					<rdf:Bag>
  						<rdf:li>application/wml+xml</rdf:li>
  						<rdf:li>text/html</rdf:li>
  					</rdf:Bag>
  				</prf:Push-Accept>
  				<prf:Push-Accept-Encoding>
  					<rdf:Bag>
  						<rdf:li>base64</rdf:li>
  						<rdf:li>quoted-printable</rdf:li>
  					</rdf:Bag>
  				</prf:Push-Accept-Encoding>
  				<prf:Push-Accept-AppID>
  					<rdf:Bag>
  						<rdf:li>x-wap-application:wml.ua</rdf:li>
  						<rdf:li>*</rdf:li>
  					</rdf:Bag>
  				</prf:Push-Accept-AppID>
  				<prf:Push-MsgSize>1400</prf:Push-MsgSize>
  			</rdf:Description>
  		</prf:component>
  	</rdf:Description>
  </rdf:RDF>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/WEB-INF/deli/legacyProfiles/opera.rdf
  
  Index: opera.rdf
  ===================================================================
  <?xml version="1.0"?>
  <rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">
  	<rdf:Description rdf:ID="Opera">
  		<prf:component>
  			<rdf:Description rdf:ID="HardwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
  				<prf:ColorCapable>Yes</prf:ColorCapable>
  				<prf:TextInputCapable>Yes</prf:TextInputCapable>
  				<prf:ImageCapable>Yes</prf:ImageCapable>
  				<prf:Keyboard>Qwerty</prf:Keyboard>
  				<prf:Vendor>Opera</prf:Vendor>
  				<prf:SoundOutputCapable>Yes</prf:SoundOutputCapable>
  				<prf:StandardFontProportional>Yes</prf:StandardFontProportional>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="SoftwarePlatform">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
  				<prf:AcceptDownloadableSoftware>No</prf:AcceptDownloadableSoftware>
  				<prf:CcppAccept>
  					<rdf:Bag>
  						<rdf:li>image/gif</rdf:li>
  						<rdf:li>image/jpeg</rdf:li>
  						<rdf:li>text/html</rdf:li>
  					</rdf:Bag>
  				</prf:CcppAccept>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="NetworkCharacteristics">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
  			</rdf:Description>
  		</prf:component>
  		<prf:component>
  			<rdf:Description rdf:ID="BrowserUA">
  				<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
  				<prf:BrowserName>Opera</prf:BrowserName>
  				<prf:FramesCapable>Yes</prf:FramesCapable>
  				<prf:TablesCapable>Yes</prf:TablesCapable>
  			</rdf:Description>
  		</prf:component>
  	</rdf:Description>
  </rdf:RDF>
  
  
  
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/conf/deli.xconf
  
  Index: deli.xconf
  ===================================================================
  <?xml version="1.0"?>
  <xconf xpath="/cocoon" unless="deli">
  
    <!--+
        | Deli CC/PP Database
        |
        | Deli matches the requesting user agent with a database of CC/PP
        | profiles and augments the set of variables available to any XSLT
        | stylesheet with stuff like user agent screen size, or color depth
        | that can be useful for tuning your output to the various devices.
        |
        | Note: this is mostly useful for mobile agents such as cell phones
        | or PDA where it's possible to associate the user-agent with the
        | device that runs on.
        +-->
    <deli class="org.apache.cocoon.components.deli.DeliImpl">
      <parameter name="deli-config-file" value="resources/deli/config/deliConfig.xml"/>
    </deli>
    
  </xconf>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/conf/deli.xroles
  
  Index: deli.xroles
  ===================================================================
  <?xml version="1.0"?>
  <xroles xpath="/role-list" unless="role[@name='org.apache.cocoon.components.deli.Deli']">
  
    <role name="org.apache.cocoon.components.deli.Deli"
          shorthand="deli"
          default-class="org.apache.cocoon.components.deli.DeliImpl"/>
  
  </xroles>
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/java/org/apache/cocoon/transformation/DeliTransformer.java
  
  Index: DeliTransformer.java
  ===================================================================
  /*
  
   ============================================================================
                     The Apache Software License, Version 1.1
   ============================================================================
  
   Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  
   Redistribution and use in source and binary forms, with or without modifica-
   tion, 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 end-user documentation included with the redistribution, if any, must
      include  the following  acknowledgment:  "This product includes  software
      developed  by the  Apache Software Foundation  (http://www.apache.org/)."
      Alternately, this  acknowledgment may  appear in the software itself,  if
      and wherever such third-party acknowledgments normally appear.
  
   4. The names "Apache Cocoon" and  "Apache Software Foundation" must  not  be
      used to  endorse or promote  products derived from  this software without
      prior written permission. For written permission, please contact
      apache@apache.org.
  
   5. Products  derived from this software may not  be called "Apache", nor may
      "Apache" appear  in their name,  without prior written permission  of the
      Apache Software Foundation.
  
   THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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
   APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
   DING, 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.
  
   This software  consists of voluntary contributions made  by many individuals
   on  behalf of the Apache Software  Foundation and was  originally created by
   Stefano Mazzocchi  <st...@apache.org>. For more  information on the Apache
   Software Foundation, please see <http://www.apache.org/>.
  
  */
  
  package org.apache.cocoon.transformation;
  
  import org.apache.excalibur.xml.xslt.XSLTProcessor;
  import org.apache.excalibur.xml.xslt.XSLTProcessorException;
  import org.apache.avalon.framework.activity.Disposable;
  import org.apache.avalon.framework.component.ComponentException;
  import org.apache.avalon.framework.component.ComponentManager;
  import org.apache.avalon.framework.component.Composable;
  import org.apache.avalon.framework.configuration.Configurable;
  import org.apache.avalon.framework.configuration.Configuration;
  import org.apache.avalon.framework.configuration.ConfigurationException;
  import org.apache.avalon.framework.logger.LogEnabled;
  import org.apache.avalon.framework.parameters.Parameters;
  import org.apache.cocoon.ProcessingException;
  import org.apache.cocoon.caching.CacheableProcessingComponent;
  import org.apache.cocoon.components.browser.Browser;
  import org.apache.cocoon.components.deli.Deli;
  import org.apache.cocoon.components.source.SourceUtil;
  import org.apache.cocoon.environment.Cookie;
  import org.apache.cocoon.environment.ObjectModelHelper;
  import org.apache.cocoon.environment.Request;
  import org.apache.cocoon.environment.Session;
  import org.apache.cocoon.environment.SourceResolver;
  import org.apache.cocoon.xml.XMLConsumer;
  import org.apache.excalibur.source.Source;
  import org.apache.excalibur.source.SourceException;
  import org.apache.excalibur.source.SourceValidity;
  import org.xml.sax.SAXException;
  
  import javax.xml.transform.sax.SAXResult;
  import javax.xml.transform.sax.TransformerHandler;
  
  import java.io.IOException;
  import java.util.Enumeration;
  import java.util.HashMap;
  import java.util.Iterator;
  import java.util.Map;
  import java.util.Set;
  
  /**
   * This Transformer is used to transform this incoming SAX stream using
   * a XSLT stylesheet. Use the following sitemap declarations to define, configure
   * and parameterize it:
   *
   * <b>In the map:sitemap/map:components/map:transformers:</b><br>
   * <pre>
   * &lt;map:transformer name="xslt" src="org.apache.cocoon.transformation.TraxTransformer"&gt;<br>
   *   &lt;use-request-parameters&gt;false&lt;/use-request-parameters&gt;
   *   &lt;use-browser-capabilities-db&gt;false&lt;/use-browser-capabilities-db&gt;
   *   &lt;use-session-info&gt;false&lt;/use-session-info&gt;
   *   &lt;transformer-factory&gt;org.apache.xalan.processor.TransformerFactoryImpl&lt;/transformer-factory&gt;
   * &lt;/map:transformer&gt;
   * </pre>
   *
   * The &lt;use-request-parameter&gt; configuration forces the transformer to make all
   * request parameters available in the XSLT stylesheet. Note that this might have issues
   * concerning cachability of the generated output of this transformer.<br>
   * This property is false by default.
   * <p>
   * The &lt;use-browser-capabilities-db&gt; configuration forces the transformer to make all
   * properties from the browser capability database available in the XSLT stylesheetas.
   * Note that this might have issues concerning cachability of the generated output of this
   * transformer.<br>
   * This property is false by default.
   * <p>
   * The &lt;use-cookies&gt; configuration forces the transformer to make all
   * cookies from the request available in the XSLT stylesheetas.
   * Note that this might have issues concerning cachability of the generated output of this
   * transformer.<br>
   * This property is false by default.
   * <p>
   * The &lt;use-session-info&gt; configuration forces the transformer to make all
   * of the session information available in the XSLT stylesheetas.<br>
   * These infos are (boolean values are "true" or "false" strings: session-is-new,
   * session-id-from-cookie, session-id-from-url, session-valid, session-id.<br>
   * This property is false by default.
   *
   * <p> The &lt;use-deli&gt; makes the DELI information available.
   * If DELI component is configured in the cocoon.xconf, transformer will
   * make all the properties from the CC/PP profile resolved from
   * the request available in the XSLT stylesheets.  CC/PP support is
   * provided via the DELI library. If the request does not provide
   * CC/PP information, then CC/PP information can added via the DELI
   * legacy device database.
   * 
   * <p>Note that these properties might introduces issues concerning
   * cacheability of the generated output of this transformer.<br>
   *
   *
   * The &lt;transformer-factory&gt; configuration allows to specify the TrAX transformer factory
   * implementation that willbe used to obtain the XSLT processor. This allows to have
   * several XSLT processors in the configuration
   * (e.g. Xalan, XSTLC, Saxon, ...) and choose one or the other depending on the needs of stylesheet
   * specificities.<br>
   * If no factory is specified, this transformer will use the XSLT implementation
   * that Cocoon uses internally.
   *
   * <p>
   * <b>In a map:sitemap/map:pipelines/map:pipeline:</b><br>
   * <pre>
   * &lt;map:transform type="xslt" src="stylesheets/yours.xsl"&gt;<br>
   *   &lt;parameter name="myparam" value="myvalue"/&gt;
   * &lt;/map:transform&gt;
   * </pre>
   * All &lt;parameter&gt; declarations will be made available in the XSLT stylesheet as
   * xsl:variables.
   *
   * @author <a href="mailto:pier@apache.org">Pierpaolo Fumagalli</a>
   * @author <a href="mailto:dims@yahoo.com">Davanum Srinivas</a>
   * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
   * @author <a href="mailto:giacomo@apache.org">Giacomo Pati</a>
   * @author <a href="mailto:ovidiu@cup.hp.com">Ovidiu Predescu</a>
   * @author <a href="mailto:marbut@hplb.hpl.hp.com">Mark H. Butler</a>
   * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
   * @version CVS $Id: DeliTransformer.java,v 1.1 2003/02/22 13:57:41 stefano Exp $
   */
  public class DeliTransformer extends TraxTransformer {
  
      /** The DELI service instance */
      private Deli deli = null;
  
      /**
       * Set the current <code>ComponentManager</code> instance used by this
       * <code>Composable</code>.
       */
      public void compose(ComponentManager manager) throws ComponentException {
          super.compose(manager);
  
          if (this.manager.hasComponent(Deli.ROLE)) {
              if (this.getLogger().isDebugEnabled()) {
                  getLogger().debug("Looking up " + Deli.ROLE);
              }
              this.deli = (Deli) this.manager.lookup(Deli.ROLE);
          } else {
              if (this.getLogger().isDebugEnabled()) {
                  getLogger().debug("Deli is not available");
              }
          }
      }
  
      private Map getLogicSheetParameters() {
          Map map = super.getLogicSheetParameters();
          
          if (this.deli != null) {
              try {
                  Request request = ObjectModelHelper.getRequest(objectModel);
                  if (map == null) {
                      map = new HashMap();
                  }
  
                  org.w3c.dom.Document deliCapabilities = this.deli.getUACapabilities(request);
                  map.put("deli-capabilities", deliCapabilities);
  
                  String accept = request.getParameter("accept");
                  if (accept == null)
                     accept = request.getHeader("accept");
  
                  /* add the accept param */
                  map.put("accept", accept);
              } catch (Exception e) {
                  getLogger().error("Error setting DELI info", e);
              }
          }
          
          this.logicSheetParameters = map;
          return map;
      }
      
      /**
       * Disposable
       */
      public void dispose() {
          this.manager.release(this.deli);
          this.deli = null;
          super.dispose();
      }    
  }
  
  
  
  1.1                  xml-cocoon2/src/blocks/deli/lib/deli-0.9.0.jar
  
  	<<Binary file>>
  
  
  1.1                  xml-cocoon2/src/blocks/deli/lib/rdffilter.jar
  
  	<<Binary file>>