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-20010330.rdfs < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  40.4 KB  |  976 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-20010330#'>
  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;HardwarePlatform"/>
  46.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  47.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  48.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  49.         <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  50.         <rdfs:comment>
  51.       An attribute used to identify the default capabilities. 
  52.    </rdfs:comment>
  53.     </rdf:Description>
  54.     <!-- ****************************************************************** -->
  55.     <!-- ***** Component Definitions ***** -->
  56.     <rdf:Description rdf:about="&ns-prf;HardwarePlatform">
  57.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  58.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  59.         <rdfs:label>Component: HardwarePlatform</rdfs:label>
  60.         <rdfs:comment>
  61.       The HardwarePlatform component contains properties of the device's
  62.       Hardware, such as display size, supported character sets, etc.
  63.    </rdfs:comment>
  64.     </rdf:Description>
  65.     <rdf:Description rdf:about="&ns-prf;SoftwarePlatform">
  66.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  67.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  68.         <rdfs:label>Component: SoftwarePlatform</rdfs:label>
  69.         <rdfs:comment>
  70.       The SoftwarePlatform component contains properties of the device's 
  71.       application environment, operating system, and installed software.
  72.    </rdfs:comment>
  73.     </rdf:Description>
  74.     <rdf:Description rdf:about="&ns-prf;BrowserUA">
  75.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  76.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  77.         <rdfs:label>Component: BrowserUA</rdfs:label>
  78.         <rdfs:comment>
  79.       The BrowserUA component contains attributes related to the browser                                  
  80.       user agent running on the device.
  81.    </rdfs:comment>
  82.     </rdf:Description>
  83.     <rdf:Description rdf:about="&ns-prf;NetworkCharacteristics">
  84.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  85.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  86.         <rdfs:label>Component: NetworkCharacteristics</rdfs:label>
  87.         <rdfs:comment>
  88.       The NetworkCharacteristics component contains properties describing the                                  
  89.       network environment including the supported bearers.
  90.    </rdfs:comment>
  91.     </rdf:Description>
  92.     <rdf:Description rdf:about="&ns-prf;WapCharacteristics">
  93.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  94.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  95.         <rdfs:label>Component: WapCharacteristics</rdfs:label>
  96.         <rdfs:comment>
  97.       The WapCharacteristics component contains properties of the WAP
  98.       environment supported by the device.
  99.    </rdfs:comment>
  100.     </rdf:Description>
  101.     <!-- **
  102.      ** In the following property definitions, the defined types 
  103.      ** are as follows:
  104.      ** 
  105.      **    Number:     A positive integer 
  106.      **                  [0-9]+
  107.      **    Boolean:    A yes or no value 
  108.      **                  Yes|No
  109.      **    Literal:    An alphanumeric string
  110.      **                  [A-Za-z0-9/.\-_]+
  111.      **    Dimension:  A pair of numbers
  112.      **                  [0-9]+x[0-9]+
  113.      **
  114. -->
  115.     <!-- ****************************************************************** -->
  116.     <!-- ***** Component: HardwarePlatform ***** -->
  117.     <rdf:Description rdf:about="&ns-prf;BitsPerPixel">
  118.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  119.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  120.         <rdfs:comment>
  121.       Description:  The number of bits of color or grayscale information per
  122.                     pixel, related to the number of colors or shades of gray
  123.                     the device can display.
  124.       Type:         Number
  125.       Resolution:   Override
  126.       Examples:     "2", "8"
  127. </rdfs:comment>
  128.     </rdf:Description>
  129.     <rdf:Description rdf:about="&ns-prf;ColorCapable">
  130.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  131.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  132.         <rdfs:comment>
  133.       Description:  Indicates whether the device's display supports color.
  134.                     "Yes" means color is supported. "No" means the display
  135.                     supports only grayscale or black and white.
  136.       Type:         Boolean
  137.       Resolution:   Override 
  138.       Examples:     "Yes", "No"
  139.    </rdfs:comment>
  140.     </rdf:Description>
  141.     <rdf:Description rdf:about="&ns-prf;CPU">
  142.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  143.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  144.         <rdfs:comment>
  145.       Description:  Name and model number of the device CPU.
  146.       Type:         Literal
  147.       Resolution:   Locked
  148.       Examples:     "Pentium III", "PowerPC 750"
  149.    </rdfs:comment>
  150.     </rdf:Description>
  151.     <rdf:Description rdf:about="&ns-prf;ImageCapable">
  152.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  153.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  154.         <rdfs:comment>
  155.       Description:  Indicates whether the device supports the display of
  156.                     images. If the value is "Yes", the property CcppAccept
  157.                     may list the types of images supported.
  158.       Type:         Boolean
  159.       Resolution:   Locked
  160.       Examples:     "Yes", "No"
  161.    </rdfs:comment>
  162.     </rdf:Description>
  163.     <rdf:Description rdf:about="&ns-prf;InputCharSet">
  164.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  165.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  166.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  167.         <rdfs:comment>
  168.       Description:  List of character sets supported by the device for text
  169.                     entry. Property's value is a list of character sets,
  170.                     where each item in the list is a character set name, as
  171.                     registered with IANA.
  172.       Type:         Literal (bag)
  173.       Resolution:   Append
  174.       Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
  175.    </rdfs:comment>
  176.     </rdf:Description>
  177.     <rdf:Description rdf:about="&ns-prf;Keyboard">
  178.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  179.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  180.         <rdfs:comment>
  181.       Description:  Type of keyboard supported by the device, as an indicator
  182.                     of ease of text entry.
  183.       Type:         Literal
  184.       Resolution:   Locked
  185.       Examples:     "Disambiguating", "Qwerty", "PhoneKeypad"
  186.    </rdfs:comment>
  187.     </rdf:Description>
  188.     <rdf:Description rdf:about="&ns-prf;Model">
  189.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  190.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  191.         <rdfs:comment>
  192.       Description:  Model number assigned to the terminal device by the
  193.                     vendor or manufacturer.
  194.       Type:         Literal
  195.       Resolution:   Locked
  196.       Examples:     "Mustang GT", "Q30"
  197.    </rdfs:comment>
  198.     </rdf:Description>
  199.     <rdf:Description rdf:about="&ns-prf;NumberOfSoftKeys">
  200.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  201.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  202.         <rdfs:comment>
  203.       Description:  Number of soft keys available on the device.
  204.       Type:         Number
  205.       Resolution:   Locked
  206.       Examples:     "3", "2"
  207.    </rdfs:comment>
  208.     </rdf:Description>
  209.     <rdf:Description rdf:about="&ns-prf;OutputCharSet">
  210.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  211.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  212.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  213.         <rdfs:comment>
  214.       Description:  List of character sets supported by the device for
  215.                     output to the display. Property value is a list of
  216.                     character sets, where each item in the list is a
  217.                     character set name, as registered with IANA. 
  218.       Type:         Literal (bag)
  219.       Resolution:   Append
  220.       Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
  221.    </rdfs:comment>
  222.     </rdf:Description>
  223.     <rdf:Description rdf:about="&ns-prf;PixelAspectRatio">
  224.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  225.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  226.         <rdfs:comment>
  227.       Description:  Ratio of pixel width to pixel height.
  228.       Type:         Dimension
  229.       Resolution:   Locked
  230.       Examples:     "1x2"
  231.    </rdfs:comment>
  232.     </rdf:Description>
  233.     <rdf:Description rdf:about="&ns-prf;PointingResolution">
  234.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  235.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  236.         <rdfs:comment>
  237.       Description:  Type of resolution of the pointing accessory supported
  238.                     by the device.
  239.       Type:         Literal
  240.       Resolution:   Locked
  241.       Examples:     "Character", "Line", "Pixel"
  242.    </rdfs:comment>
  243.     </rdf:Description>
  244.     <rdf:Description rdf:about="&ns-prf;ScreenSize">
  245.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  246.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  247.         <rdfs:comment>
  248.       Description:  The size of the device's screen in units of pixels,
  249.                     composed of the screen width and the screen height.
  250.       Type:         Dimension
  251.       Resolution:   Locked
  252.       Examples:     "160x160", "640x480"
  253.    </rdfs:comment>
  254.     </rdf:Description>
  255.     <rdf:Description rdf:about="&ns-prf;ScreenSizeChar">
  256.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  257.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  258.         <rdfs:comment>
  259.       Description:  Size of the device's screen in units of characters,
  260.                     composed of the screen width and screen height. The
  261.                     device's standard font should be used to determine
  262.                     this property's value. (Number of characters per 
  263.                     row)x(Number of rows). In calculating this attribute 
  264.                     use the largest character in the device's default font.
  265.  
  266.       Type:         Dimension
  267.       Resolution:   Locked
  268.       Examples:     "12x4", "16x8"
  269.    </rdfs:comment>
  270.     </rdf:Description>
  271.     <rdf:Description rdf:about="&ns-prf;StandardFontProportional">
  272.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  273.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  274.         <rdfs:comment>
  275.       Description:  Indicates whether the device's standard font is 
  276.                     proportional.
  277.       Type:         Boolean
  278.       Resolution:   Locked 
  279.       Examples:     "Yes", "No"
  280.    </rdfs:comment>
  281.     </rdf:Description>
  282.     <rdf:Description rdf:about="&ns-prf;SoundOutputCapable">
  283.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  284.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  285.         <rdfs:comment>
  286.       Description:  Indicates whether the device supports sound output
  287.                     through an external speaker, headphone jack, or other
  288.                     sound output mechanism.
  289.       Type:         Boolean
  290.       Resolution:   Locked
  291.       Examples:     "Yes", "No"
  292.    </rdfs:comment>
  293.     </rdf:Description>
  294.     <rdf:Description rdf:about="&ns-prf;TextInputCapable">
  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 supports alpha-numeric text
  299.                     entry. "Yes" means the device supports entry of both
  300.                     letters and digits. "No" means the device supports only
  301.                     entry of digits.
  302.       Type:         Boolean
  303.       Resolution:   Locked
  304.       Examples:     "Yes", "No"
  305.    </rdfs:comment>
  306.     </rdf:Description>
  307.     <rdf:Description rdf:about="&ns-prf;Vendor">
  308.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  309.         <rdfs:domain rdf:resource="&ns-prf;HardwarePlatform"/>
  310.         <rdfs:comment>
  311.       Description:  Name of the vendor manufacturing the terminal device.
  312.       Type:         Literal
  313.       Resolution:   Locked
  314.       Examples:     "Ford", "Lexus"
  315.    </rdfs:comment>
  316.     </rdf:Description>
  317.     <rdf:Description rdf:about="&ns-prf;VoiceInputCapable">
  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 any form of voice
  322.                     input, including speech recognition. This includes voice-
  323.                     enabled browsers.
  324.       Type:         Boolean
  325.       Resolution:   Locked
  326.       Examples:     "Yes", "No"
  327.    </rdfs:comment>
  328.     </rdf:Description>
  329.     <!-- ****************************************************************** -->
  330.     <!-- ***** Component: SoftwarePlatform ***** -->
  331.     <rdf:Description rdf:about="&ns-prf;AcceptDownloadableSoftware">
  332.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  333.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  334.         <rdfs:comment>
  335.       Description:  Indicates the user's preference on whether to accept
  336.                     downloadable software.
  337.       Type:         Boolean
  338.       Resolution:   Locked
  339.       Examples:     "Yes", "No"
  340.    </rdfs:comment>
  341.     </rdf:Description>
  342.     <rdf:Description rdf:about="&ns-prf;AudioInputEncoder">
  343.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  344.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  345.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  346.         <rdfs:comment>
  347.       Description:  List of audio input encoders supported by the device.
  348.       Type:         Literal (bag)
  349.       Resolution:   Append
  350.       Example:      "G.711"
  351.    </rdfs:comment>
  352.     </rdf:Description>
  353.     <rdf:Description rdf:about="&ns-prf;DownloadableSoftwareSupport">
  354.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  355.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  356.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  357.         <rdfs:comment>
  358.       Description:  List of executable content types which the device
  359.                     supports and which it is willing to accept from the
  360.                     network. The property value is a list of MIME types,
  361.                     where each item in the list is a content type
  362.                     descriptor as specified by RFC 2045.
  363.       Type:         Literal (bag)
  364.       Resolution:   Locked
  365.       Examples:     "application/x-msdos-exe"
  366.    </rdfs:comment>
  367.     </rdf:Description>
  368.     <rdf:Description rdf:about="&ns-prf;JavaEnabled">
  369.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  370.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  371.         <rdfs:comment>
  372.       Description:  Indicates whether the device supports a Java virtual
  373.                     machine.
  374.       Type:         Boolean
  375.       Resolution:   Locked
  376.       Examples:     "Yes", "No"
  377.    </rdfs:comment>
  378.     </rdf:Description>
  379.     <rdf:Description rdf:about="&ns-prf;JVMVersion">
  380.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  381.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  382.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  383.         <rdfs:comment>
  384.       Description:  List of the Java virtual machines installed on the
  385.                     device. Each item in the list is a name token describing
  386.                     the vendor and version of the VM.
  387.       Type:         Literal (bag)
  388.       Resolution:   Append
  389.       Examples:     "SunJRE/1.2", "MSJVM/1.0"
  390.    </rdfs:comment>
  391.     </rdf:Description>
  392.     <rdf:Description rdf:about="&ns-prf;MexeClassmark">
  393.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  394.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  395.         <rdfs:comment>
  396.       Description:  ETSI MExE classmark. Value "1" means the MExE device
  397.                     supports WAP. Value "2" means MExE device supports
  398.                     WAP and Java. All other values should be considered
  399.                     reserved for use by MExE.
  400.       Type:         Number
  401.       Resolution:   Locked
  402.       Examples:     "1", "2"
  403.    </rdfs:comment>
  404.     </rdf:Description>
  405.     <rdf:Description rdf:about="&ns-prf;MexeSpec">
  406.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  407.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  408.         <rdfs:comment>
  409.       Description:  Class mark specialization. Refers to the first two
  410.                     digits of the version of the MExE Stage 2 spec. 
  411.       Type:         Literal
  412.       Resolution:   Locked
  413.       Examples:     "7.02"
  414.    </rdfs:comment>
  415.     </rdf:Description>
  416.     <rdf:Description rdf:about="&ns-prf;OSName">
  417.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  418.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  419.         <rdfs:comment>
  420.       Description:  Name of the device's operating system. 
  421.       Type:         Literal
  422.       Resolution:   Locked
  423.       Examples:     "Mac OS", "Windows NT"
  424.    </rdfs:comment>
  425.     </rdf:Description>
  426.     <rdf:Description rdf:about="&ns-prf;OSVendor">
  427.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  428.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  429.         <rdfs:comment>
  430.       Description:  Vendor of the device's operating system. 
  431.       Type:         Literal
  432.       Resolution:   Locked
  433.       Examples:     "Apple", "Microsoft"
  434.    </rdfs:comment>
  435.     </rdf:Description>
  436.     <rdf:Description rdf:about="&ns-prf;OSVersion">
  437.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  438.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  439.         <rdfs:comment>
  440.       Description:  Version of the device's operating system. 
  441.       Type:         Literal
  442.       Resolution:   Locked
  443.       Examples:     "6.0", "4.5"
  444.    </rdfs:comment>
  445.     </rdf:Description>
  446.     <rdf:Description rdf:about="&ns-prf;RecipientAppAgent">
  447.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  448.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  449.         <rdfs:comment>
  450.       Description:  User agent associated with the current request. Value
  451.                     should match the name of one of the components in the
  452.                     profile. A component name is specified by the ID
  453.                     attribute on the prf:Component element containing the
  454.                     properties of that component.
  455.       Type:         Literal
  456.       Resolution:   Locked
  457.       Examples:     "SpeedyMail"
  458.    </rdfs:comment>
  459.     </rdf:Description>
  460.     <rdf:Description rdf:about="&ns-prf;SoftwareNumber">
  461.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  462.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  463.         <rdfs:comment>
  464.       Description:  Version of the device-specific software (firmware) to
  465.                     which the device's low-level software conforms. 
  466.       Type:         Literal
  467.       Resolution:   Locked
  468.       Examples:     "2"
  469.    </rdfs:comment>
  470.     </rdf:Description>
  471.     <rdf:Description rdf:about="&ns-prf;VideoInputEncoder">
  472.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  473.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  474.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  475.         <rdfs:comment>
  476.       Description:  List of video input encoders supported by the device. 
  477.       Type:         Literal (bag)
  478.       Resolution:   Append
  479.       Examples:     "MPEG-1", "MPEG-2", "H.261"
  480.    </rdfs:comment>
  481.     </rdf:Description>
  482.     <!-- ****************************************************************** -->
  483.     <!-- ***** Component: NetworkCharacteristics ***** -->
  484.     <rdf:Description rdf:about="&ns-prf;CurrentBearerService">
  485.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  486.         <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  487.         <rdfs:comment>
  488.       Description:  The bearer on which the current session was opened.
  489.       Type:         Literal
  490.       Resolution:   Locked
  491.       Examples:     "OneWaySMS", "GUTS", "TwoWayPacket"
  492.    </rdfs:comment>
  493.     </rdf:Description>
  494.     <rdf:Description rdf:about="&ns-prf;SecuritySupport">
  495.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  496.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  497.         <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  498.         <rdfs:comment>
  499.       Description:  Type of security or encryption mechanism supported. 
  500.       Type:         Literal (bag)
  501.       Resolution:   Locked
  502.       Example:      "PPTP"
  503.    </rdfs:comment>
  504.     </rdf:Description>
  505.     <rdf:Description rdf:about="&ns-prf;SupportedBearers">
  506.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  507.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  508.         <rdfs:domain rdf:resource="&ns-prf;NetworkCharacteristics"/>
  509.         <rdfs:comment>
  510.       Description:  List of bearers supported by the device.
  511.       Type:         Literal (bag)
  512.       Resolution:   Locked
  513.       Examples:     "GPRS", "GUTS", "SMS", CSD", "USSD"
  514.    </rdfs:comment>
  515.     </rdf:Description>
  516.     <!-- ****************************************************************** -->
  517.     <!-- ***** Component: BrowserUA ***** -->
  518.     <rdf:Description rdf:about="&ns-prf;BrowserName">
  519.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  520.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  521.         <rdfs:comment>
  522.       Description:  Name of the browser user agent associated with the
  523.                     current request.
  524.       Type:         Literal
  525.       Resolution:   Locked
  526.       Examples:     "Mozilla", "MSIE"
  527.    </rdfs:comment>
  528.     </rdf:Description>
  529.     <rdf:Description rdf:about="&ns-prf;BrowserVersion">
  530.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  531.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  532.         <rdfs:comment>
  533.       Description:  Version of the browser.
  534.       Type:         Literal
  535.       Resolution:   Locked
  536.       Examples:     "1.0"
  537.    </rdfs:comment>
  538.     </rdf:Description>
  539.     <rdf:Description rdf:about="&ns-prf;CcppAccept">
  540.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  541.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  542.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  543.         <rdfs:comment>
  544.       Description:  List of content types the device supports. Property
  545.                     value is a list of MIME types, where each item in the
  546.                     list is a content type descriptor as specified by
  547.                     RFC 2045. List items are separated by white space.
  548.       Type:         Literal (bag)
  549.       Resolution:   Append
  550.       Examples:     "text/html", "text/plain", "text/html", "image/gif"
  551.    </rdfs:comment>
  552.     </rdf:Description>
  553.     <rdf:Description rdf:about="&ns-prf;CcppAccept-Charset">
  554.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  555.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  556.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  557.         <rdfs:comment>
  558.       Description:  List of character sets the device supports. Property
  559.                     value is a list of character sets, where each item in
  560.                     the list is a character set name registered with IANA.
  561.       Type:         Literal (bag)
  562.       Resolution:   Append
  563.       Examples:     "US-ASCII", "ISO-8859-1", "Shift_JIS"
  564.    </rdfs:comment>
  565.     </rdf:Description>
  566.     <rdf:Description rdf:about="&ns-prf;CcppAccept-Encoding">
  567.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  568.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  569.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  570.         <rdfs:comment>
  571.       Description:  List of transfer encodings the device supports.
  572.                     Property value is a list of transfer encodings, where
  573.                     each item in the list is a transfer encoding name as
  574.                     specified by RFC 2045 and registered with IANA.
  575.       Type:         Literal (bag)
  576.       Resolution:   Append
  577.       Examples:     "base64", "quoted-printable"
  578.   </rdfs:comment>
  579.     </rdf:Description>
  580.     <rdf:Description rdf:about="&ns-prf;CcppAccept-Language">
  581.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  582.         <rdfs:range rdf:resource="&ns-rdf;Seq"/>
  583.         <rdfs:domain rdf:resource="&ns-prf;SoftwarePlatform"/>
  584.         <rdfs:comment>
  585.       Description:  List of preferred document languages. If a resource is
  586.                     available in more than one natural language, the server
  587.                     can use this property to determine which version of the
  588.                     resource to send to the device. The first item in the
  589.                     list should be considered the user's first choice, the
  590.                     second the second choice, and so on. Property value is
  591.                     a list of natural languages, where each item in the list
  592.                     is the name of a language as defined by RFC 1766. List
  593.                     items are separated by white space. 
  594.       Type:         Literal
  595.       Resolution:   Append
  596.       Examples:     "zh-CN", "en", "fr"
  597.    </rdfs:comment>
  598.     </rdf:Description>
  599.     <rdf:Description rdf:about="&ns-prf;DownloadableBrowserApps">
  600.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  601.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  602.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  603.         <rdfs:comment>
  604.       Description:  List of executable content types which the browser
  605.                     supports and which it is willing to accept from the
  606.                     network. The property value is a list of MIME types,
  607.                     where each item in the list is a content type
  608.                     descriptor as specified by RFC 2045. Items in the
  609.                     list are separated by white space.
  610.       Type:         Literal (bag)
  611.       Resolution:   Append
  612.       Examples:     "application/x-java-vm/java-applet"
  613.    </rdfs:comment>
  614.     </rdf:Description>
  615.     <rdf:Description rdf:about="&ns-prf;FramesCapable">
  616.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  617.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  618.         <rdfs:comment>
  619.       Description:  Indicates whether the browser is capable of displaying
  620.                     frames.
  621.       Type:         Boolean
  622.       Resolution:   Override
  623.       Examples:     "Yes", "No"
  624.    </rdfs:comment>
  625.     </rdf:Description>
  626.     <rdf:Description rdf:about="&ns-prf;HtmlVersion">
  627.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  628.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  629.         <rdfs:comment>
  630.       Description:  Version of HyperText Markup Language (HTML) supported
  631.                     by the browser.
  632.       Type:         Literal
  633.       Resolution:   Locked
  634.       Examples:     "2.0", "3.2", "4.0"
  635.    </rdfs:comment>
  636.     </rdf:Description>
  637.     <rdf:Description rdf:about="&ns-prf;JavaAppletEnabled">
  638.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  639.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  640.         <rdfs:comment>
  641.       Description:  Indicates whether the browser supports Java applets.
  642.       Type:         Boolean
  643.       Resolution:   Locked
  644.       Examples:     "Yes", "No"   
  645.    </rdfs:comment>
  646.     </rdf:Description>
  647.     <rdf:Description rdf:about="&ns-prf;JavaScriptEnabled">
  648.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  649.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  650.         <rdfs:comment>
  651.       Description:  Indicates whether the browser supports JavaScript.
  652.       Type:         Boolean
  653.       Resolution:   Locked
  654.       Examples:     "Yes", "No"   
  655.    </rdfs:comment>
  656.     </rdf:Description>
  657.     <rdf:Description rdf:about="&ns-prf;JavaScriptVersion">
  658.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  659.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  660.         <rdfs:comment>
  661.       Description:  Version of the JavaScript language supported by the
  662.                     browser.
  663.       Type:         Literal
  664.       Resolution:   Locked
  665.       Examples:     "1.4"
  666.    </rdfs:comment>
  667.     </rdf:Description>
  668.     <rdf:Description rdf:about="&ns-prf;PreferenceForFrames">
  669.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  670.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  671.         <rdfs:comment>
  672.       Description:  Indicates the user's preference for receiving HTML
  673.                     content that contains frames.
  674.       Type:         Boolean
  675.       Resolution:   Locked
  676.       Examples:     "Yes", "No"   
  677.    </rdfs:comment>
  678.     </rdf:Description>
  679.     <rdf:Description rdf:about="&ns-prf;TablesCapable">
  680.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  681.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  682.         <rdfs:comment>
  683.       Description:  Indicates whether the browser is capable of displaying
  684.                     tables.
  685.       Type:         Boolean
  686.       Resolution:   Locked
  687.       Examples:     "Yes", "No"   
  688.    </rdfs:comment>
  689.     </rdf:Description>
  690.     <rdf:Description rdf:about="&ns-prf;XhtmlVersion">
  691.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  692.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  693.         <rdfs:comment>
  694.       Description:  Version of XHTML supported by the browser.
  695.       Type:         Literal
  696.       Resolution:   Locked
  697.       Examples:     "1.0"
  698.    </rdfs:comment>
  699.     </rdf:Description>
  700.     <rdf:Description rdf:about="&ns-prf;XhtmlModules">
  701.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  702.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  703.         <rdfs:domain rdf:resource="&ns-prf;BrowserUA"/>
  704.         <rdfs:comment>
  705.       Description:  List of XHTML modules supported by the browser. Property
  706.                     value is a list of module names, where each item in the
  707.                     list is the name of an XHTML module as defined by the
  708.                     W3C document "Modularization of XHTML", Section 4. List
  709.                     items are separated by white space. Note that the
  710.                     referenced document is a work in progress. Any subsequent
  711.                     changes to the module naming conventions should be
  712.                     reflected in the values of this property.
  713.       Type:         Literal (bag)
  714.       Resolution:   Append
  715.       Examples:     "XHTML1-struct", "XHTML1-blkstruct", "XHTML1-frames"
  716.    </rdfs:comment>
  717.     </rdf:Description>
  718.     <!-- ****************************************************************** -->
  719.     <!-- ***** Component: WapCharacteristics ***** -->
  720.     <rdf:Description rdf:about="&ns-prf;WapDeviceClass">
  721.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  722.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  723.         <rdfs:comment>
  724.       Description:  Classification of the device based on capabilities as
  725.                     identified in the WAP 1.1 specifications. Current
  726.                     values are "A", "B" and "C".
  727.       Type:         Literal
  728.       Resolution:   Locked
  729.       Examples:     "A"
  730.    </rdfs:comment>
  731.     </rdf:Description>
  732.     <rdf:Description rdf:about="&ns-prf;WapPushMsgPriority">
  733.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  734.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  735.         <rdfs:comment>
  736.       Description:  User's preference on the priority of incoming push
  737.                     messages.
  738.       Type:         Literal
  739.       Resolution:   Locked
  740.       Examples:     "critical", "low", "none"
  741.    </rdfs:comment>
  742.     </rdf:Description>
  743.     <rdf:Description rdf:about="&ns-prf;WapPushMsgSize">
  744.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  745.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  746.         <rdfs:comment>
  747.       Description:  Maximum size of a push message that the device can
  748.                     handle. Value is number of bytes.
  749.       Type:         Number
  750.       Resolution:   Locked
  751.       Examples:     "1024"
  752.    </rdfs:comment>
  753.     </rdf:Description>
  754.     <rdf:Description rdf:about="&ns-prf;WapVersion">
  755.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  756.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  757.         <rdfs:comment>
  758.       Description:  Version of WAP supported.
  759.       Type:         Literal
  760.       Resolution:   Locked
  761.       Examples:     "1.1", "1.2", "2.0"
  762.    </rdfs:comment>
  763.     </rdf:Description>
  764.     <rdf:Description rdf:about="&ns-prf;WmlDeckSize">
  765.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  766.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  767.         <rdfs:comment>
  768.       Description:  Maximum size of a WML deck that can be downloaded to
  769.                     the device. This may be an estimate of the maximum size
  770.                     if the true maximum size is not known. Value is number
  771.                     of bytes.
  772.       Type:         Number
  773.       Resolution:   Locked
  774.       Examples:     "4096"
  775.    </rdfs:comment>
  776.     </rdf:Description>
  777.     <rdf:Description rdf:about="&ns-prf;WmlScriptLibraries">
  778.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  779.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  780.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  781.         <rdfs:comment>
  782.       Description:  List of mandatory and optional libraries supported in
  783.                     the device's WMLScript VM.
  784.       Type:         Literal (bag)
  785.       Resolution:   Locked
  786.       Examples:     "Lang", "Float", "String", "URL", "WMLBrowser", "Dialogs"
  787.    </rdfs:comment>
  788.     </rdf:Description>
  789.     <rdf:Description rdf:about="&ns-prf;WmlScriptVersion">
  790.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  791.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  792.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  793.         <rdfs:comment>
  794.       Description:  List of WMLScript versions supported by the device.
  795.                     Property value is a list of version numbers, where
  796.                     each item in the list is a version string conforming
  797.                     to Version. List items are separated by white space.
  798.       Type:         Literal (bag)
  799.       Resolution:   Append
  800.       Examples:     "1.1", "1.0"
  801.    </rdfs:comment>
  802.     </rdf:Description>
  803.     <rdf:Description rdf:about="&ns-prf;WmlVersion">
  804.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  805.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  806.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  807.         <rdfs:comment>
  808.       Description:  List of WML language versions supported by the device.
  809.                     Property value is a list of version numbers, where
  810.                     each item in the list is a version string conforming
  811.                     to Version. List items are separated by white space.
  812.       Type:         Literal (bag)
  813.       Resolution:   Append
  814.       Examples:     "1.1", "1.0"
  815.    </rdfs:comment>
  816.     </rdf:Description>
  817.     <rdf:Description rdf:about="&ns-prf;WtaiLibraries">
  818.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  819.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  820.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  821.         <rdfs:comment>
  822.       Description:  List of WTAI network common and network specific
  823.                     libraries supported by the device.
  824.                     Property value is a list of WTA library names, where each
  825.                     item in the list list is a library name as specified by
  826.                     "WAP WTAI" and its addendums. List items are separated by
  827.                     white space. Any future addendums to "WAP WTAI" should be
  828.                     reflected in the values of this property.
  829.       Type:         Literal (bag)
  830.       Resolution:   Locked
  831.       Examples:     "WTAVoiceCall", "WTANetText", "WTAPhoneBook", 
  832.                     "WTACallLog", "WTAMisc", "WTAGSM", "WTAIS136", "WTAPDC"
  833.    </rdfs:comment>
  834.     </rdf:Description>
  835.     <rdf:Description rdf:about="&ns-prf;WtaVersion">
  836.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  837.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  838.         <rdfs:comment>
  839.       Description:  Version of WTA user agent.
  840.       Type:         Literal
  841.       Resolution:   Locked
  842.       Examples:     "1.1"
  843.    </rdfs:comment>
  844.     </rdf:Description>
  845.     <rdf:Description rdf:about="&ns-prf;WapSupportedApplications">
  846.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  847.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  848.         <rdfs:domain rdf:resource="&ns-prf;WapCharacteristics"/>
  849.         <rdfs:comment>
  850.       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.
  851.       Type:     Literal (bag)
  852.       Resolution: Locked
  853.       Examples:     "urn:x-wap-application:push.sia", "urn:x-wap-application:wml.ua", "urn:x-wap-application:wta.ua"
  854.    </rdfs:comment>
  855.     </rdf:Description>
  856.     <!-- ****************************************************************** -->
  857.     <!-- ***** Component Definitions ***** -->
  858.     <rdf:Description rdf:about="&ns-prf;MmsCharacteristics">
  859.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  860.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  861.         <rdfs:label xml:lang="en">Component: MmsCharacteristics</rdfs:label>
  862.         <rdfs:comment xml:lang="en">
  863.       The MmsCharacteristics component contains properties of the device's
  864.       Multimedia messaging capabilities, such as maximum message size, maximum
  865.       image resolution, etc.
  866.     </rdfs:comment>
  867.     </rdf:Description>
  868.     <!-- ****************************************************************** -->
  869.     <!-- ***** Component: MmsCharacteristics ***** -->
  870.     <!-- ****************************************************************** -->
  871.     <!-- ***** Attributes for component: MmsCharacteristics ***** -->
  872.     <rdf:Description rdf:about="&ns-prf;MmsMaxMessageSize">
  873.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  874.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  875.         <rdfs:range rdf:resource="&ns-prf;Number"/>
  876.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  877.         <rdfs:comment xml:lang="en">
  878.       Description: Maximum size of an MMS message in bytes.
  879.       Type: Number
  880.       Resolution: Locked
  881.       Examples: 2048
  882.     </rdfs:comment>
  883.     </rdf:Description>
  884.     <rdf:Description rdf:about="&ns-prf;MmsMaxImageResolution">
  885.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  886.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  887.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  888.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  889.         <rdfs:comment xml:lang="en">
  890.       Description: The maximum size of an image in units of pixels
  891.       (horizontal x vertical).
  892.       Type: Literal
  893.       Resolution: Locked
  894.       Examples: 80x60
  895.     </rdfs:comment>
  896.     </rdf:Description>
  897.     <rdf:Description rdf:about="&ns-prf;MmsCcppAccept">
  898.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  899.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  900.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  901.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  902.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  903.         <rdfs:comment xml:lang="en">
  904.       Description: Property value is a list of supported content types
  905.       where each item in the list is a content type name
  906.       registered as a MIME type
  907.       Type: Literal (bag)
  908.       Resolution: Locked
  909.       Examples: ┬ôimage/jpeg┬ö, ┬ôaudio/wav┬ö, ┬ôvideo/mpeg-4┬ö
  910.     </rdfs:comment>
  911.     </rdf:Description>
  912.     <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptCharSet">
  913.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  914.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  915.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  916.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  917.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  918.         <rdfs:comment xml:lang="en">
  919.       Description: List of character sets that the MMS Client supports.
  920.       Property value is a list of character sets, where
  921.       each item in the list is a character set name registered
  922.       with IANA
  923.       Type: Literal (bag)
  924.       Resolution: Locked
  925.       Examples: ┬ôUS-ASCII┬ö, ┬ôISO-8859-1┬ö
  926.     </rdfs:comment>
  927.     </rdf:Description>
  928.     <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptLanguage">
  929.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  930.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  931.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  932.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  933.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  934.         <rdfs:comment xml:lang="en">
  935.       Description: List of preferred languages. The first item in the
  936.       list should be considered the user┬Æs first choice.
  937.       Property value is a list of natural languages, where
  938.       each item in the list is the name of a language as
  939.       defined by RFC 1766.
  940.       Type: Literal (bag)
  941.       Resolution: Locked
  942.       Examples: ┬ôen┬ö, ┬ôfr┬ö
  943.     </rdfs:comment>
  944.     </rdf:Description>
  945.     <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptEncoding">
  946.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  947.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  948.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  949.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  950.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  951.         <rdfs:comment xml:lang="en">
  952.       Description: List of transfer encodings that the MMS Client supports.
  953.       Property value is a list of transfer encodings, where
  954.       each item in the list is a transfer encoding name as
  955.       specified by RFC 2045 and registered with IANA.
  956.       Type: Literal (bag)
  957.       Resolution: Locked
  958.       Examples: ┬ôbase64┬ö, ┬ôquoted-printable"
  959.     </rdfs:comment>
  960.     </rdf:Description>
  961.     <rdf:Description rdf:about="&ns-prf;MmsVersion">
  962.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  963.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  964.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  965.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  966.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  967.         <rdfs:comment xml:lang="en">
  968.       Description: The MMS versions supported by the MMS Client conveyed
  969.       as majorVersionNumber.minorVersionNumber.
  970.       Type: Literal (bag)
  971.       Resolution: Locked
  972.       Examples: "2.0", "1.3"
  973.     </rdfs:comment>
  974.     </rdf:Description>
  975. </rdf:RDF>
  976.