home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / ccppschema-20020710.rdfs < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  48.5 KB  |  1,145 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.   Copyright 1999-2004 The Apache Software Foundation
  4.  
  5.   Licensed under the Apache License, Version 2.0 (the "License");
  6.   you may not use this file except in compliance with the License.
  7.   You may obtain a copy of the License at
  8.  
  9.       http://www.apache.org/licenses/LICENSE-2.0
  10.  
  11.   Unless required by applicable law or agreed to in writing, software
  12.   distributed under the License is distributed on an "AS IS" BASIS,
  13.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14.   See the License for the specific language governing permissions and
  15.   limitations under the License.
  16. -->
  17. <!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Mark Butler (Hewlett Packard) -->
  18. <!DOCTYPE rdf:RDF [
  19.     <!ENTITY ns-rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
  20.     <!ENTITY ns-rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  21.     <!ENTITY ns-prf 'http://www.wapforum.org/UAPROF/ccppschema-20020710#'>
  22. ]>
  23. <rdf:RDF xmlns:rdf="&ns-rdf;" xmlns:rdfs="&ns-rdfs;" xmlns:prf="&ns-prf;">
  24.     <rdf:Description rdf:about="&ns-prf;Component">
  25.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  26.         <rdfs:subClassOf rdf:resource="&ns-rdfs;Resource"/>
  27.         <rdfs:label>Component</rdfs:label>
  28.         <rdfs:comment>
  29.       A Component within the CC/PP Schema is a class of related properties 
  30.       that describe the capabilities and preferences information.
  31.    </rdfs:comment>
  32.     </rdf:Description>
  33.     <!-- ****************************************************************** -->
  34.     <!-- ***** Properties shared among the components***** -->
  35.     <rdf:Description rdf:about="&ns-prf;component">
  36.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  37.         <rdfs:label>component</rdfs:label>
  38.         <rdfs:comment>
  39.       The component attribute links the various components to the root node
  40.       (profile).
  41.     </rdfs:comment>
  42.     </rdf:Description>
  43.     <rdf:Description rdf:about="&ns-prf;defaults">
  44.         <rdfs:type rdf:resource="&ns-rdf;Property"/>
  45.         <rdfs:domain rdf:resource="&ns-prf;Component"/>
  46.         <!-- rdfs:domain is conjunctive 
  47.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  48.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  49.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  50.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  51.         <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  52.         <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  53.         -->
  54.         <rdfs:comment>
  55.       An attribute used to identify the default capabilities. 
  56.    </rdfs:comment>
  57.     </rdf:Description>
  58.     <!-- ****************************************************************** -->
  59.     <!-- ***** Component Definitions ***** -->
  60.     <rdf:Description rdf:about="&ns-prf;HardwarePlatform">
  61.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  62.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  63.         <rdfs:label>Component: HardwarePlatform</rdfs:label>
  64.         <rdfs:comment>
  65.       The HardwarePlatform component contains properties of the device's
  66.       Hardware, such as display size, supported character sets, etc.
  67.    </rdfs:comment>
  68.     </rdf:Description>
  69.     <rdf:Description rdf:about="&ns-prf;SoftwarePlatform">
  70.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  71.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  72.         <rdfs:label>Component: SoftwarePlatform</rdfs:label>
  73.         <rdfs:comment>
  74.       The SoftwarePlatform component contains properties of the device's 
  75.       application environment, operating system, and installed software.
  76.    </rdfs:comment>
  77.     </rdf:Description>
  78.     <rdf:Description rdf:about="&ns-prf;BrowserUA">
  79.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  80.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  81.         <rdfs:label>Component: BrowserUA</rdfs:label>
  82.         <rdfs:comment>
  83.       The BrowserUA component contains attributes related to the browser                                  
  84.       user agent running on the device.
  85.    </rdfs:comment>
  86.     </rdf:Description>
  87.     <rdf:Description rdf:about="&ns-prf;NetworkCharacteristics">
  88.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  89.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  90.         <rdfs:label>Component: NetworkCharacteristics</rdfs:label>
  91.         <rdfs:comment>
  92.       The NetworkCharacteristics component contains properties describing the                                  
  93.       network environment including the supported bearers.
  94.    </rdfs:comment>
  95.     </rdf:Description>
  96.     <rdf:Description rdf:about="&ns-prf;WapCharacteristics">
  97.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  98.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  99.         <rdfs:label>Component: WapCharacteristics</rdfs:label>
  100.         <rdfs:comment>
  101.       The WapCharacteristics component contains properties of the WAP
  102.       environment supported by the device.
  103.    </rdfs:comment>
  104.     </rdf:Description>
  105.     <rdf:Description rdf:about="&ns-prf;PushCharacteristics">
  106.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  107.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  108.         <rdfs:label>Component: PushCharacteristics</rdfs:label>
  109.         <rdfs:comment>
  110.       The PushCharacteristics component contains properties of the device's
  111.       push capabilities, such as supported content mime types.
  112.    </rdfs:comment>
  113.     </rdf:Description>
  114.     <!-- **
  115.      ** In the following property definitions, the defined types 
  116.      ** are as follows:
  117.      ** 
  118.      **    Number:     A positive integer 
  119.      **                  [0-9]+
  120.      **    Boolean:    A yes or no value 
  121.      **                  Yes|No
  122.      **    Literal:    An alphanumeric string
  123.      **                  [A-Za-z0-9/.\-_]+
  124.      **    Dimension:  A pair of numbers
  125.      **                  [0-9]+x[0-9]+
  126.      **
  127. -->
  128.     <!-- ****************************************************************** -->
  129.     <!-- ***** Component: HardwarePlatform ***** -->
  130.     <rdf:Description rdf:about="&ns-prf;BluetoothProfile">
  131.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  132.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  133.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  134.         <rdfs:comment>
  135.           Description: Supported Bluetooth profiles as defined in the Bluetooth specification [BLT].
  136.                 Type:          Literal (bag)
  137.                 Resolution:     Locked
  138.                 Examples:       "dialup", "lanAccess"
  139.           </rdfs:comment>
  140.     </rdf:Description>
  141.     <rdf:Description rdf:about="&ns-prf;BitsPerPixel">
  142.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  143.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  144.         <rdfs:comment>
  145.       Description:  The number of bits of color or grayscale information per
  146.                     pixel, related to the number of colors or shades of gray
  147.                     the device can display.
  148.       Type:         Number
  149.       Resolution:   Override
  150.       Examples:     "2", "8"
  151. </rdfs:comment>
  152.     </rdf:Description>
  153.     <rdf:Description rdf:about="&ns-prf;ColorCapable">
  154.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  155.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  156.         <rdfs:comment>
  157.       Description:  Indicates whether the device's display supports color.
  158.                     "Yes" means color is supported. "No" means the display
  159.                     supports only grayscale or black and white.
  160.       Type:         Boolean
  161.       Resolution:   Override 
  162.       Examples:     "Yes", "No"
  163.    </rdfs:comment>
  164.     </rdf:Description>
  165.     <rdf:Description rdf:about="&ns-prf;CPU">
  166.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  167.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  168.         <rdfs:comment>
  169.       Description:  Name and model number of the device CPU.
  170.       Type:         Literal
  171.       Resolution:   Locked
  172.       Examples:     "Pentium III", "PowerPC 750"
  173.    </rdfs:comment>
  174.     </rdf:Description>
  175.     <rdf:Description rdf:about="&ns-prf;ImageCapable">
  176.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  177.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  178.         <rdfs:comment>
  179.       Description:  Indicates whether the device supports the display of
  180.                     images. If the value is "Yes", the property CcppAccept
  181.                     may list the types of images supported.
  182.       Type:         Boolean
  183.       Resolution:   Locked
  184.       Examples:     "Yes", "No"
  185.    </rdfs:comment>
  186.     </rdf:Description>
  187.     <rdf:Description rdf:about="&ns-prf;InputCharSet">
  188.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  189.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  190.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  191.         <rdfs:comment>
  192.       Description:  List of character sets supported by the device for text
  193.                     entry. Property's value is a list of character sets,
  194.                     where each item in the list is a character set name, as
  195.                     registered with IANA.
  196.       Type:         Literal (bag)
  197.       Resolution:   Append
  198.       Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
  199.    </rdfs:comment>
  200.     </rdf:Description>
  201.     <rdf:Description rdf:about="&ns-prf;Keyboard">
  202.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  203.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  204.         <rdfs:comment>
  205.       Description:  Type of keyboard supported by the device, as an indicator
  206.                     of ease of text entry.
  207.       Type:         Literal
  208.       Resolution:   Locked
  209.       Examples:     "Disambiguating", "Qwerty", "PhoneKeypad"
  210.    </rdfs:comment>
  211.     </rdf:Description>
  212.     <rdf:Description rdf:about="&ns-prf;Model">
  213.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  214.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  215.         <rdfs:comment>
  216.       Description:  Model number assigned to the terminal device by the
  217.                     vendor or manufacturer.
  218.       Type:         Literal
  219.       Resolution:   Locked
  220.       Examples:     "Mustang GT", "Q30"
  221.    </rdfs:comment>
  222.     </rdf:Description>
  223.     <rdf:Description rdf:about="&ns-prf;NumberOfSoftKeys">
  224.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  225.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  226.         <rdfs:comment>
  227.       Description:  Number of soft keys available on the device.
  228.       Type:         Number
  229.       Resolution:   Locked
  230.       Examples:     "3", "2"
  231.    </rdfs:comment>
  232.     </rdf:Description>
  233.     <rdf:Description rdf:about="&ns-prf;OutputCharSet">
  234.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  235.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  236.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  237.         <rdfs:comment>
  238.       Description:  List of character sets supported by the device for
  239.                     output to the display. Property value is a list of
  240.                     character sets, where each item in the list is a
  241.                     character set name, as registered with IANA.
  242.       Type:         Literal (bag)
  243.       Resolution:   Append
  244.       Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
  245.    </rdfs:comment>
  246.     </rdf:Description>
  247.     <rdf:Description rdf:about="&ns-prf;PixelAspectRatio">
  248.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  249.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  250.         <rdfs:comment>
  251.       Description:  Ratio of pixel width to pixel height.
  252.       Type:         Dimension
  253.       Resolution:   Locked
  254.       Examples:     "1x2"
  255.    </rdfs:comment>
  256.     </rdf:Description>
  257.     <rdf:Description rdf:about="&ns-prf;PointingResolution">
  258.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  259.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  260.         <rdfs:comment>
  261.       Description:  Type of resolution of the pointing accessory supported
  262.                     by the device.
  263.       Type:         Literal
  264.       Resolution:   Locked
  265.       Examples:     "Character", "Line", "Pixel"
  266.    </rdfs:comment>
  267.     </rdf:Description>
  268.     <rdf:Description rdf:about="&ns-prf;ScreenSize">
  269.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  270.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  271.         <rdfs:comment>
  272.       Description:  The size of the device's screen in units of pixels,
  273.                     composed of the screen width and the screen height.
  274.       Type:         Dimension
  275.       Resolution:   Locked
  276.       Examples:     "160x160", "640x480"
  277.    </rdfs:comment>
  278.     </rdf:Description>
  279.     <rdf:Description rdf:about="&ns-prf;ScreenSizeChar">
  280.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  281.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  282.         <rdfs:comment>
  283.       Description:  Size of the device's screen in units of characters,
  284.                     composed of the screen width and screen height. The
  285.                     device's standard font should be used to determine
  286.                     this property's value. (Number of characters per 
  287.                     row)x(Number of rows). In calculating this attribute 
  288.                     use the largest character in the device's default font.
  289.       Type:         Dimension
  290.       Resolution:   Locked
  291.       Examples:     "12x4", "16x8"
  292.    </rdfs:comment>
  293.     </rdf:Description>
  294.     <rdf:Description rdf:about="&ns-prf;StandardFontProportional">
  295.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  296.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  297.         <rdfs:comment>
  298.       Description:  Indicates whether the device's standard font is 
  299.                     proportional.
  300.       Type:         Boolean
  301.       Resolution:   Locked 
  302.       Examples:     "Yes", "No"
  303.    </rdfs:comment>
  304.     </rdf:Description>
  305.     <rdf:Description rdf:about="&ns-prf;SoundOutputCapable">
  306.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  307.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  308.         <rdfs:comment>
  309.       Description:  Indicates whether the device supports sound output
  310.                     through an external speaker, headphone jack, or other
  311.                     sound output mechanism.
  312.       Type:         Boolean
  313.       Resolution:   Locked
  314.       Examples:     "Yes", "No"
  315.    </rdfs:comment>
  316.     </rdf:Description>
  317.     <rdf:Description rdf:about="&ns-prf;TextInputCapable">
  318.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  319.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  320.         <rdfs:comment> 
  321.       Description:  Indicates whether the device supports alpha-numeric text
  322.                     entry. "Yes" means the device supports entry of both
  323.                     letters and digits. "No" means the device supports only
  324.                     entry of digits.
  325.       Type:         Boolean
  326.       Resolution:   Locked
  327.       Examples:     "Yes", "No"
  328.    </rdfs:comment>
  329.     </rdf:Description>
  330.     <rdf:Description rdf:about="&ns-prf;Vendor">
  331.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  332.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  333.         <rdfs:comment>
  334.       Description:  Name of the vendor manufacturing the terminal device.
  335.       Type:         Literal
  336.       Resolution:   Locked
  337.       Examples:     "Ford", "Lexus"
  338.    </rdfs:comment>
  339.     </rdf:Description>
  340.     <rdf:Description rdf:about="&ns-prf;VoiceInputCapable">
  341.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  342.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  343.         <rdfs:comment>
  344.       Description:  Indicates whether the device supports any form of voice
  345.                     input, including speech recognition. This includes voice-
  346.                     enabled browsers.
  347.       Type:         Boolean
  348.       Resolution:   Locked
  349.       Examples:     "Yes", "No"
  350.    </rdfs:comment>
  351.     </rdf:Description>
  352.     <!-- ****************************************************************** -->
  353.     <!-- ***** Component: SoftwarePlatform ***** -->
  354.     <rdf:Description rdf:about="&ns-prf;AcceptDownloadableSoftware">
  355.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  356.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  357.         <rdfs:comment>
  358.       Description:  Indicates the user's preference on whether to accept
  359.                     downloadable software.
  360.       Type:         Boolean
  361.       Resolution:   Locked
  362.       Examples:     "Yes", "No"
  363.    </rdfs:comment>
  364.     </rdf:Description>
  365.     <rdf:Description rdf:about="&ns-prf;AudioInputEncoder">
  366.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  367.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  368.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  369.         <rdfs:comment>
  370.       Description:  List of audio input encoders supported by the device.
  371.       Type:         Literal (bag)
  372.       Resolution:   Append
  373.       Example:      "G.711"
  374.    </rdfs:comment>
  375.     </rdf:Description>
  376.     <rdf:Description rdf:about="&ns-prf;CcppAccept">
  377.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  378.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  379.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  380.         <rdfs:comment>
  381.       Description:  List of content types the device supports. Property
  382.                     value is a list of MIME types, where each item in the
  383.                     list is a content type descriptor as specified by
  384.                     RFC 2045.
  385.       Type:         Literal (bag)
  386.       Resolution:   Append
  387.       Examples:     "text/html", "text/plain", "text/html", "image/gif"
  388.    </rdfs:comment>
  389.     </rdf:Description>
  390.     <rdf:Description rdf:about="&ns-prf;CcppAccept-Charset">
  391.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  392.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  393.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  394.         <rdfs:comment>
  395.       Description:  List of character sets the device supports. Property
  396.                     value is a list of character sets, where each item in
  397.                     the list is a character set name registered with IANA.
  398.                     
  399.       Type:         Literal (bag)
  400.       Resolution:   Append
  401.       Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
  402.    </rdfs:comment>
  403.     </rdf:Description>
  404.     <rdf:Description rdf:about="&ns-prf;CcppAccept-Encoding">
  405.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  406.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  407.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  408.         <rdfs:comment>
  409.       Description:  List of transfer encodings the device supports.
  410.                     Property value is a list of transfer encodings, where
  411.                     each item in the list is a transfer encoding name as
  412.                     specified by RFC 2045 and registered with IANA.
  413.       Type:         Literal (bag)
  414.       Resolution:   Append
  415.       Examples:     "base64", "quoted-printable"
  416.   </rdfs:comment>
  417.     </rdf:Description>
  418.     <rdf:Description rdf:about="&ns-prf;CcppAccept-Language">
  419.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  420.         <rdfs:range rdf:resource="&ns-rdf;Seq"/>
  421.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  422.         <rdfs:comment>
  423.       Description:  List of preferred document languages. If a resource is
  424.                     available in more than one natural language, the server
  425.                     can use this property to determine which version of the
  426.                     resource to send to the device. The first item in the
  427.                     list should be considered the user's first choice, the
  428.                     second the second choice, and so on. Property value is
  429.                     a list of natural languages, where each item in the list
  430.                     is the name of a language as defined by RFC 3066[RFC3066].
  431.       Type:         Literal (sequence)
  432.       Resolution:   Append
  433.       Examples:     "zh-CN", "en", "fr"
  434.    </rdfs:comment>
  435.     </rdf:Description>
  436.     <rdf:Description rdf:about="&ns-prf;DownloadableSoftwareSupport">
  437.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  438.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  439.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  440.         <rdfs:comment>
  441.       Description:  List of executable content types which the device
  442.                     supports and which it is willing to accept from the
  443.                     network. The property value is a list of MIME types,
  444.                     where each item in the list is a content type
  445.                     descriptor as specified by RFC 2045.
  446.       Type:         Literal (bag)
  447.       Resolution:   Locked
  448.       Examples:     "application/x-msdos-exe"
  449.    </rdfs:comment>
  450.     </rdf:Description>
  451.     <rdf:Description rdf:about="&ns-prf;JavaEnabled">
  452.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  453.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  454.         <rdfs:comment>
  455.       Description:  Indicates whether the device supports a Java virtual
  456.                     machine.
  457.       Type:         Boolean
  458.       Resolution:   Locked
  459.       Examples:     "Yes", "No"
  460.    </rdfs:comment>
  461.     </rdf:Description>
  462.     <rdf:Description rdf:about="&ns-prf;JavaPlatform">
  463.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  464.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  465.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  466.         <rdfs:comment>
  467.       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)
  468.  
  469.       Type:         Literal (bag)
  470.       Resolution:   Append
  471.       Examples: "Pjava/1.1.3-compatible", "MIDP/1.0-compatible", "J2SE/1.0-compatible"
  472.    </rdfs:comment>
  473.     </rdf:Description>
  474.     <rdf:Description rdf:about="&ns-prf;JVMVersion">
  475.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  476.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  477.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  478.         <rdfs:comment>
  479.       Description:  List of the Java virtual machines installed on the
  480.                     device. Each item in the list is a name token describing
  481.                     the vendor and version of the VM.
  482.       Type:         Literal (bag)
  483.       Resolution:   Append
  484.       Examples:     "SunJRE/1.2", "MSJVM/1.0"
  485.    </rdfs:comment>
  486.     </rdf:Description>
  487.     <rdf:Description rdf:about="&ns-prf;MexeClassmarks">
  488.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  489.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  490.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  491.         <rdfs:comment>
  492. 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.
  493.           Type:         Literal (bag)
  494.           Resolution:   Locked
  495.           Examples:     "1", "3"
  496.    </rdfs:comment>
  497.     </rdf:Description>
  498.     <rdf:Description rdf:about="&ns-prf;MexeSpec">
  499.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  500.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  501.         <rdfs:comment>
  502.       Description:  Class mark specialization. Refers to the first two
  503.                     digits of the version of the MExE Stage 2 spec. 
  504.       Type:         Literal
  505.       Resolution:   Locked
  506.       Examples:     "7.02"
  507.    </rdfs:comment>
  508.     </rdf:Description>
  509.     <rdf:Description rdf:about="&ns-prf;MexeSecureDomains">
  510.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  511.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  512.         <rdfs:comment>
  513.           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).
  514.       Type:         Boolean
  515.       Resolution:   Locked
  516.       Examples:     "Yes", "No"
  517.    </rdfs:comment>
  518.     </rdf:Description>
  519.     <rdf:Description rdf:about="&ns-prf;OSName">
  520.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  521.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  522.         <rdfs:comment>
  523.       Description:  Name of the device's operating system. 
  524.       Type:         Literal
  525.       Resolution:   Locked
  526.       Examples:     "Mac OS", "Windows NT"
  527.    </rdfs:comment>
  528.     </rdf:Description>
  529.     <rdf:Description rdf:about="&ns-prf;OSVendor">
  530.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  531.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  532.         <rdfs:comment>
  533.       Description:  Vendor of the device's operating system. 
  534.       Type:         Literal
  535.       Resolution:   Locked
  536.       Examples:     "Apple", "Microsoft"
  537.    </rdfs:comment>
  538.     </rdf:Description>
  539.     <rdf:Description rdf:about="&ns-prf;OSVersion">
  540.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  541.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  542.         <rdfs:comment>
  543.       Description:  Version of the device's operating system. 
  544.       Type:         Literal
  545.       Resolution:   Locked
  546.       Examples:     "6.0", "4.5"
  547.    </rdfs:comment>
  548.     </rdf:Description>
  549.     <rdf:Description rdf:about="&ns-prf;RecipientAppAgent">
  550.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  551.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  552.         <rdfs:comment>
  553.       Description:  User agent associated with the current request. Value
  554.                     should match the name of one of the components in the
  555.                     profile. A component name is specified by the ID
  556.                     attribute on the prf:Component element containing the
  557.                     properties of that component.
  558.       Type:         Literal
  559.       Resolution:   Locked
  560.       Examples:     "BrowserMail"
  561.    </rdfs:comment>
  562.     </rdf:Description>
  563.     <rdf:Description rdf:about="&ns-prf;SoftwareNumber">
  564.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  565.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  566.         <rdfs:comment>
  567.       Description:  Version of the device-specific software (firmware) to
  568.                     which the device's low-level software conforms. 
  569.       Type:         Literal
  570.       Resolution:   Locked
  571.       Examples:     "2"
  572.    </rdfs:comment>
  573.     </rdf:Description>
  574.     <rdf:Description rdf:about="&ns-prf;VideoInputEncoder">
  575.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  576.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  577.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  578.         <rdfs:comment>
  579.       Description:  List of video input encoders supported by the device. 
  580.       Type:         Literal (bag)
  581.       Resolution:   Append
  582.       Examples:     "MPEG-1", "MPEG-2", "H.261"
  583.    </rdfs:comment>
  584.     </rdf:Description>
  585.     <rdf:Description rdf:about="&ns-prf;Email-URI-Schemes">
  586.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  587.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  588.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  589.         <rdfs:comment>
  590.             Description:  List of URI schemes the device supports for accessing e-mail.                         
  591.                           Property value is a list of URI schemes, where each item in
  592.                           the list is a URI scheme as defined in RFC 2396.
  593.             Type:         Literal (bag)
  594.             Resolution:   Override
  595.             Examples:     "pop", "imap", "http", "https"
  596.     </rdfs:comment>
  597.     </rdf:Description>
  598.     <!-- ****************************************************************** -->
  599.     <!-- ***** Component: NetworkCharacteristics ***** -->
  600.     <rdf:Description rdf:about="&ns-prf;SupportedBluetoothVersion">
  601.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  602.         <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  603.         <rdfs:comment>
  604.           Description: Supported Bluetooth version.
  605.                 Type:          Literal
  606.                 Resolution:     Locked
  607.                 Examples:       "1.0" 
  608.           </rdfs:comment>
  609.     </rdf:Description>
  610.     <rdf:Description rdf:about="&ns-prf;CurrentBearerService">
  611.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  612.         <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  613.         <rdfs:comment>
  614.       Description:  The bearer on which the current session was opened.
  615.       Type:         Literal
  616.       Resolution:   Locked
  617.       Examples:     "OneWaySMS", "GUTS", "TwoWayPacket"
  618.    </rdfs:comment>
  619.     </rdf:Description>
  620.     <rdf:Description rdf:about="&ns-prf;SecuritySupport">
  621.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  622.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  623.         <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  624.         <rdfs:comment>
  625.       Description:  List of types of security or encryption mechanisms supported by the device. 
  626.       Type:         Literal (bag)
  627.       Resolution:   Locked
  628.       Example:      "WTLS-1", WTLS-2", "WTLS-3", "signText", "PPTP"
  629.    </rdfs:comment>
  630.     </rdf:Description>
  631.     <rdf:Description rdf:about="&ns-prf;SupportedBearers">
  632.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  633.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  634.         <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  635.         <rdfs:comment>
  636.       Description:  List of bearers supported by the device.
  637.       Type:         Literal (bag)
  638.       Resolution:   Locked
  639.       Examples:     "GPRS", "GUTS", "SMS", CSD", "USSD"
  640.    </rdfs:comment>
  641.     </rdf:Description>
  642.     <!-- ****************************************************************** -->
  643.     <!-- ***** Component: BrowserUA ***** -->
  644.     <rdf:Description rdf:about="&ns-prf;BrowserName">
  645.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  646.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  647.         <rdfs:comment>
  648.       Description:  Name of the browser user agent associated with the
  649.                     current request.
  650.       Type:         Literal
  651.       Resolution:   Locked
  652.       Examples:     "Mozilla", "MSIE", "WAP42"
  653.    </rdfs:comment>
  654.     </rdf:Description>
  655.     <rdf:Description rdf:about="&ns-prf;BrowserVersion">
  656.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  657.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  658.         <rdfs:comment>
  659.       Description:  Version of the browser.
  660.       Type:         Literal
  661.       Resolution:   Locked
  662.       Examples:     "1.0"
  663.    </rdfs:comment>
  664.     </rdf:Description>
  665.     <rdf:Description rdf:about="&ns-prf;DownloadableBrowserApps">
  666.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  667.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  668.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  669.         <rdfs:comment>
  670.       Description:  List of executable content types which the browser
  671.                     supports and which it is willing to accept from the
  672.                     network. The property value is a list of MIME types,
  673.                     where each item in the list is a content type
  674.                     descriptor as specified by RFC 2045.
  675.       Type:         Literal (bag)
  676.       Resolution:   Append
  677.       Examples:     "application/x-java-vm/java-applet"
  678.    </rdfs:comment>
  679.     </rdf:Description>
  680.     <rdf:Description rdf:about="&ns-prf;FramesCapable">
  681.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  682.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  683.         <rdfs:comment>
  684.       Description:  Indicates whether the browser is capable of displaying
  685.                     frames.
  686.       Type:         Boolean
  687.       Resolution:   Override
  688.       Examples:     "Yes", "No"
  689.    </rdfs:comment>
  690.     </rdf:Description>
  691.     <rdf:Description rdf:about="&ns-prf;HtmlVersion">
  692.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  693.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  694.         <rdfs:comment>
  695.       Description:  Version of HyperText Markup Language (HTML) supported
  696.                     by the browser.
  697.       Type:         Literal
  698.       Resolution:   Locked
  699.       Examples:     "2.0", "3.2", "4.0"
  700.    </rdfs:comment>
  701.     </rdf:Description>
  702.     <rdf:Description rdf:about="&ns-prf;JavaAppletEnabled">
  703.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  704.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  705.         <rdfs:comment>
  706.       Description:  Indicates whether the browser supports Java applets.
  707.       Type:         Boolean
  708.       Resolution:   Locked
  709.       Examples:     "Yes", "No"   
  710.    </rdfs:comment>
  711.     </rdf:Description>
  712.     <rdf:Description rdf:about="&ns-prf;JavaScriptEnabled">
  713.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  714.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  715.         <rdfs:comment>
  716.       Description:  Indicates whether the browser supports JavaScript.
  717.       Type:         Boolean
  718.       Resolution:   Locked
  719.       Examples:     "Yes", "No"   
  720.    </rdfs:comment>
  721.     </rdf:Description>
  722.     <rdf:Description rdf:about="&ns-prf;JavaScriptVersion">
  723.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  724.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  725.         <rdfs:comment>
  726.       Description:  Version of the JavaScript language supported by the
  727.                     browser.
  728.       Type:         Literal
  729.       Resolution:   Locked
  730.       Examples:     "1.4"
  731.    </rdfs:comment>
  732.     </rdf:Description>
  733.     <rdf:Description rdf:about="&ns-prf;PreferenceForFrames">
  734.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  735.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  736.         <rdfs:comment>
  737.       Description:  Indicates the user's preference for receiving HTML
  738.                     content that contains frames.
  739.       Type:         Boolean
  740.       Resolution:   Locked
  741.       Examples:     "Yes", "No"   
  742.    </rdfs:comment>
  743.     </rdf:Description>
  744.     <rdf:Description rdf:about="&ns-prf;TablesCapable">
  745.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  746.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  747.         <rdfs:comment>
  748.       Description:  Indicates whether the browser is capable of displaying
  749.                     tables.
  750.       Type:         Boolean
  751.       Resolution:   Locked
  752.       Examples:     "Yes", "No"   
  753.    </rdfs:comment>
  754.     </rdf:Description>
  755.     <rdf:Description rdf:about="&ns-prf;XhtmlVersion">
  756.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  757.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  758.         <rdfs:comment>
  759.       Description:  Version of XHTML supported by the browser.
  760.       Type:         Literal
  761.       Resolution:   Locked
  762.       Examples:     "1.0"
  763.    </rdfs:comment>
  764.     </rdf:Description>
  765.     <rdf:Description rdf:about="&ns-prf;XhtmlModules">
  766.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  767.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  768.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  769.         <rdfs:comment>
  770.       Description:  List of XHTML modules supported by the browser. Property
  771.                     value is a list of module names, where each item in the
  772.                     list is the name of an XHTML module as defined by the
  773.                     W3C document "Modularization of XHTML", Section 4. List
  774.                     items are separated by white space. Note that the
  775.                     referenced document is a work in progress. Any subsequent
  776.                     changes to the module naming conventions should be
  777.                     reflected in the values of this property.
  778.       Type:         Literal (bag)
  779.       Resolution:   Append
  780.       Examples:     "XHTML1-struct", "XHTML1-blkstruct", "XHTML1-frames"
  781.    </rdfs:comment>
  782.     </rdf:Description>
  783.     <!-- ****************************************************************** -->
  784.     <!-- ***** Component: WapCharacteristics ***** -->
  785.     <rdf:Description rdf:about="&ns-prf;SupportedPictogramSet">
  786.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  787.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  788.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  789.         <rdfs:comment>
  790. Description: Pictogram classes supported by the device as defined in "WAP Pictogram specification".
  791.         Type:     Literal (bag)
  792.         Resolution:  Append
  793.         Examples:       "core", "core/operation", "human"
  794.   </rdfs:comment>
  795.     </rdf:Description>
  796.     <rdf:Description rdf:about="&ns-prf;WapDeviceClass">
  797.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  798.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  799.         <rdfs:comment>
  800.       Description:  Classification of the device based on capabilities as
  801.                     identified in the WAP 1.1 specifications. Current
  802.                     values are "A", "B" and "C".
  803.       Type:         Literal
  804.       Resolution:   Locked
  805.       Examples:     "A"
  806.    </rdfs:comment>
  807.     </rdf:Description>
  808.     <rdf:Description rdf:about="&ns-prf;WapVersion">
  809.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  810.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  811.         <rdfs:comment>
  812.       Description:  Version of WAP supported.
  813.       Type:         Literal
  814.       Resolution:   Locked
  815.       Examples:     "1.1", "1.2.1", "2.0"
  816.    </rdfs:comment>
  817.     </rdf:Description>
  818.     <rdf:Description rdf:about="&ns-prf;WmlDeckSize">
  819.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  820.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  821.         <rdfs:comment>
  822.       Description:  Maximum size of a WML deck that can be downloaded to
  823.                     the device. This may be an estimate of the maximum size
  824.                     if the true maximum size is not known. Value is number
  825.                     of bytes.
  826.       Type:         Number
  827.       Resolution:   Locked
  828.       Examples:     "4096"
  829.    </rdfs:comment>
  830.     </rdf:Description>
  831.     <rdf:Description rdf:about="&ns-prf;WmlScriptLibraries">
  832.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  833.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  834.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  835.         <rdfs:comment>
  836.       Description:  List of mandatory and optional libraries supported in
  837.                     the device's WMLScript VM.
  838.       Type:         Literal (bag)
  839.       Resolution:   Locked
  840.       Examples:     "Lang", "Float", "String", "URL", "WMLBrowser", "Dialogs", "PSTOR"
  841.    </rdfs:comment>
  842.     </rdf:Description>
  843.     <rdf:Description rdf:about="&ns-prf;WmlScriptVersion">
  844.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  845.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  846.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  847.         <rdfs:comment>
  848.       Description:  List of WMLScript versions supported by the device.
  849.                     Property value is a list of version numbers, where
  850.                     each item in the list is a version string conforming
  851.                     to Version.
  852.       Type:         Literal (bag)
  853.       Resolution:   Append
  854.       Examples:     "1.1", "1.2"
  855.    </rdfs:comment>
  856.     </rdf:Description>
  857.     <rdf:Description rdf:about="&ns-prf;WmlVersion">
  858.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  859.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  860.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  861.         <rdfs:comment>
  862.       Description:  List of WML language versions supported by the device.
  863.                     Property value is a list of version numbers, where
  864.                     each item in the list is a version string conforming
  865.                     to Version.
  866.       Type:         Literal (bag)
  867.       Resolution:   Append
  868.       Examples:     "1.1", "2.0"
  869.    </rdfs:comment>
  870.     </rdf:Description>
  871.     <rdf:Description rdf:about="&ns-prf;WtaiLibraries">
  872.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  873.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  874.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  875.         <rdfs:comment>
  876.       Description:  List of WTAI network common and network specific
  877.                     libraries supported by the device.
  878.                     Property value is a list of WTA library names, where each
  879.                     item in the list list is a library name as specified by
  880.                     "WAP WTAI" and its addendums. Any future addendums to "WAP WTAI" should be
  881.                     reflected in the values of this property.
  882.       Type:         Literal (bag)
  883.       Resolution:   Locked
  884.       Examples:     "WTAVoiceCall", "WTANetText", "WTAPhoneBook", 
  885.                     "WTACallLog", "WTAMisc", "WTAGSM", "WTAIS136", "WTAPDC"
  886.    </rdfs:comment>
  887.     </rdf:Description>
  888.     <rdf:Description rdf:about="&ns-prf;WtaVersion">
  889.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  890.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  891.         <rdfs:comment>
  892.       Description:  Version of WTA user agent.
  893.       Type:         Literal
  894.       Resolution:   Locked
  895.       Examples:     "1.1"
  896.    </rdfs:comment>
  897.     </rdf:Description>
  898.     <rdf:Description rdf:about="&ns-prf;DrmClass">
  899.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  900.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  901.         <rdfs:comment>
  902.       Description:  DRM Conformance Class as defined in OMA-Download-DRM-v1_0
  903.       Type:         Literal (bag)
  904.       Resolution:   Locked
  905.       Examples:     "ForwardLock", "CombinedDelivery", "SeparateDelivery"
  906.    </rdfs:comment>
  907.     </rdf:Description>
  908.     <rdf:Description rdf:about="&ns-prf;DrmConstraints">
  909.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  910.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  911.         <rdfs:comment>
  912.       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.  
  913.       Type:         Literal (bag)
  914.       Resolution:   Locked
  915.       Examples:     "datetime", "interval"
  916.    </rdfs:comment>
  917.     </rdf:Description>
  918.     <rdf:Description rdf:about="&ns-prf;OmaDownload">
  919.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  920.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  921.         <rdfs:comment>
  922.       Description:  Supports OMA Download as defined in OMA-Download-OTA-v1_0
  923.       Type:         Boolean
  924.       Resolution:   Locked 
  925.       Examples:     "Yes", "No"
  926.    </rdfs:comment>
  927.     </rdf:Description>
  928.     <!-- ****************************************************************** -->
  929.     <!-- ***** Component: PushCharacteristics ***** -->
  930.     <rdf:Description rdf:about="&ns-prf;Push-Accept">
  931.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  932.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  933.         <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  934.         <rdfs:comment>
  935.       Description:  List of content types the device supports, which can be carried
  936.                     inside the message/http entity body when OTA-HTTP is used.                   
  937.                     Property value is a list of MIME types, where each item in the
  938.                     list is a content type descriptor as specified by RFC 2045.
  939.       Type:         Literal (bag)
  940.       Resolution:   Override
  941.       Examples:     "text/html", "text/plain", "image/gif"
  942.    </rdfs:comment>
  943.     </rdf:Description>
  944.     <rdf:Description rdf:about="&ns-prf;Push-Accept-Charset">
  945.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  946.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  947.         <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  948.         <rdfs:comment>
  949.              Description:  List of character sets the device supports. Property
  950.                            value is a list of character sets, where each item in
  951.                            the list is a character set name registered with IANA.
  952.              Type:         Literal (bag)
  953.              Resolution:   Override
  954.              Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
  955.           </rdfs:comment>
  956.     </rdf:Description>
  957.     <rdf:Description rdf:about="&ns-prf;Push-Accept-Encoding">
  958.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  959.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  960.         <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  961.         <rdfs:comment>
  962.              Description:  List of transfer encodings the device supports.
  963.                            Property value is a list of transfer encodings, where
  964.                            each item in the list is a transfer encoding name as
  965.                            specified by RFC 2045 and registered with IANA.
  966.              Type:         Literal (bag)
  967.              Resolution:   Override
  968.              Examples:     "base64", "quoted-printable"
  969.          </rdfs:comment>
  970.     </rdf:Description>
  971.     <rdf:Description rdf:about="&ns-prf;Push-Accept-Language">
  972.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  973.         <rdfs:range rdf:resource="&ns-rdf;Seq"/>
  974.         <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  975.         <rdfs:comment>
  976.              Description:  List of preferred document languages. If a resource is
  977.                            available in more than one natural language, the server
  978.                            can use this property to determine which version of the
  979.                            resource to send to the device. The first item in the
  980.                            list should be considered the user's first choice, the
  981.                            second the second choice, and so on. Property value is
  982.                            a list of natural languages, where each item in the list
  983.                            is the name of a language as defined by RFC 3066[RFC3066].
  984.              Type:         Literal (sequence)
  985.              Resolution:   Override
  986.              Examples:     "zh-CN", "en", "fr"
  987.           </rdfs:comment>
  988.     </rdf:Description>
  989.     <rdf:Description rdf:about="&ns-prf;Push-Accept-AppID">
  990.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  991.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  992.         <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  993.         <rdfs:comment>
  994.       Description:  List of applications the device supports, where each item 
  995.                     in the list is an application-id on absoluteURI format
  996.                     as specified in [PushMsg]. A wildcard ("*") may be used
  997.                     to indicate support for any application. 
  998.       Type:         Literal (bag)
  999.       Resolution:   Override
  1000.       Examples:     "x-wap-application:wml.ua", "*"
  1001.   </rdfs:comment>
  1002.     </rdf:Description>
  1003.     <rdf:Description rdf:about="&ns-prf;Push-MsgSize">
  1004.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  1005.         <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  1006.         <rdfs:comment>
  1007.       Description:  Maximum size of a push message that the device can
  1008.                     handle. Value is number of bytes.
  1009.       Type:         Number
  1010.       Resolution:   Override
  1011.       Examples:     "1024", "1400"
  1012.    </rdfs:comment>
  1013.     </rdf:Description>
  1014.     <rdf:Description rdf:about="&ns-prf;Push-MaxPushReq">
  1015.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  1016.         <rdfs:domain rdf:resource="&ns-prf;PushCharacteristics"/>
  1017.         <rdfs:comment>
  1018.       Description:  Maximum number of outstanding push requests that the device 
  1019.                     can handle. 
  1020.       Type:         Number
  1021.       Resolution:   Override
  1022.       Examples:     "1", "5"
  1023.    </rdfs:comment>
  1024.     </rdf:Description>
  1025.     <!-- ****************************************************************** -->
  1026.     <!-- ***** Component Definitions ***** -->
  1027.     <rdf:Description rdf:about="&ns-prf;MmsCharacteristics">
  1028.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  1029.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  1030.         <rdfs:label xml:lang="en">Component: MmsCharacteristics</rdfs:label>
  1031.         <rdfs:comment xml:lang="en">
  1032.       The MmsCharacteristics component contains properties of the device's
  1033.       Multimedia messaging capabilities, such as maximum message size, maximum
  1034.       image resolution, etc.
  1035.     </rdfs:comment>
  1036.     </rdf:Description>
  1037.     <!-- ****************************************************************** -->
  1038.     <!-- ***** Component: MmsCharacteristics ***** -->
  1039.     <!-- ****************************************************************** -->
  1040.     <!-- ***** Attributes for component: MmsCharacteristics ***** -->
  1041.     <rdf:Description rdf:about="&ns-prf;MmsMaxMessageSize">
  1042.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  1043.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  1044.         <rdfs:range rdf:resource="&ns-prf;Number"/>
  1045.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  1046.         <rdfs:comment xml:lang="en">
  1047.       Description: Maximum size of an MMS message in bytes.
  1048.       Type: Number
  1049.       Resolution: Locked
  1050.       Examples: 2048
  1051.     </rdfs:comment>
  1052.     </rdf:Description>
  1053.     <rdf:Description rdf:about="&ns-prf;MmsMaxImageResolution">
  1054.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  1055.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  1056.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  1057.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  1058.         <rdfs:comment xml:lang="en">
  1059.       Description: The maximum size of an image in units of pixels
  1060.       (horizontal x vertical).
  1061.       Type: Literal
  1062.       Resolution: Locked
  1063.       Examples: 80x60
  1064.     </rdfs:comment>
  1065.     </rdf:Description>
  1066.     <rdf:Description rdf:about="&ns-prf;MmsCcppAccept">
  1067.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  1068.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  1069.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  1070.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  1071.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  1072.         <rdfs:comment xml:lang="en">
  1073.       Description: Property value is a list of supported content types
  1074.       where each item in the list is a content type name
  1075.       registered as a MIME type
  1076.       Type: Literal (bag)
  1077.       Resolution: Locked
  1078.       Examples: ┬ôimage/jpeg┬ö, ┬ôaudio/wav┬ö, ┬ôvideo/mpeg-4┬ö
  1079.     </rdfs:comment>
  1080.     </rdf:Description>
  1081.     <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptCharSet">
  1082.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  1083.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  1084.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  1085.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  1086.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  1087.         <rdfs:comment xml:lang="en">
  1088.       Description: List of character sets that the MMS Client supports.
  1089.       Property value is a list of character sets, where
  1090.       each item in the list is a character set name registered
  1091.       with IANA
  1092.       Type: Literal (bag)
  1093.       Resolution: Locked
  1094.       Examples: ┬ôUS-ASCII┬ö, ┬ôISO-8859-1┬ö
  1095.     </rdfs:comment>
  1096.     </rdf:Description>
  1097.     <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptLanguage">
  1098.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  1099.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  1100.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  1101.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  1102.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  1103.         <rdfs:comment xml:lang="en">
  1104.       Description: List of preferred languages. The first item in the
  1105.       list should be considered the user┬Æs first choice.
  1106.       Property value is a list of natural languages, where
  1107.       each item in the list is the name of a language as
  1108.       defined by RFC 1766.
  1109.       Type: Literal (bag)
  1110.       Resolution: Locked
  1111.       Examples: ┬ôen┬ö, ┬ôfr┬ö
  1112.     </rdfs:comment>
  1113.     </rdf:Description>
  1114.     <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptEncoding">
  1115.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  1116.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  1117.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  1118.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  1119.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  1120.         <rdfs:comment xml:lang="en">
  1121.       Description: List of transfer encodings that the MMS Client supports.
  1122.       Property value is a list of transfer encodings, where
  1123.       each item in the list is a transfer encoding name as
  1124.       specified by RFC 2045 and registered with IANA.
  1125.       Type: Literal (bag)
  1126.       Resolution: Locked
  1127.       Examples: ┬ôbase64┬ö, ┬ôquoted-printable"
  1128.     </rdfs:comment>
  1129.     </rdf:Description>
  1130.     <rdf:Description rdf:about="&ns-prf;MmsVersion">
  1131.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  1132.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  1133.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  1134.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  1135.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  1136.         <rdfs:comment xml:lang="en">
  1137.       Description: The MMS versions supported by the MMS Client conveyed
  1138.       as majorVersionNumber.minorVersionNumber.
  1139.       Type: Literal (bag)
  1140.       Resolution: Locked
  1141.       Examples: "2.0", "1.3"
  1142.     </rdfs:comment>
  1143.     </rdf:Description>
  1144. </rdf:RDF>
  1145.