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-20010111.rdfs < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  6.9 KB  |  164 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/profiles/MMS/ccppschema-20010111#'>
  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 xml:lang="en">Component</rdfs:label>
  28.         <rdfs:comment xml:lang="en">
  29.       A Component within the CC/PP Schema is a class of related
  30.       properties that describe the capabilities and preferences
  31.       information.
  32.     </rdfs:comment>
  33.     </rdf:Description>
  34.     <!-- ****************************************************************** -->
  35.     <!-- ***** Properties shared among the components***** -->
  36.     <rdf:Description rdf:about="&ns-prf;component">
  37.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  38.         <rdfs:label xml:lang="en">component</rdfs:label>
  39.         <rdfs:comment xml:lang="en">
  40.       The component attribute links the various components to
  41.       the root node(profile).
  42.     </rdfs:comment>
  43.     </rdf:Description>
  44.     <!-- ****************************************************************** -->
  45.     <!-- ***** Component Definitions ***** -->
  46.     <rdf:Description rdf:about="&ns-prf;MmsCharacteristics">
  47.         <rdf:type rdf:resource="&ns-rdfs;Class"/>
  48.         <rdfs:subClassOf rdf:resource="&ns-prf;Component"/>
  49.         <rdfs:label xml:lang="en">Component: MmsCharacteristics</rdfs:label>
  50.         <rdfs:comment xml:lang="en">
  51.       The MmsCharacteristics component contains properties of the device's
  52.       Multimedia messaging capabilities, such as maximum message size, maximum
  53.       image resolution, etc.
  54.     </rdfs:comment>
  55.     </rdf:Description>
  56.     <!-- ****************************************************************** -->
  57.     <!-- ***** Component: MmsCharacteristics ***** -->
  58.     <!-- ****************************************************************** -->
  59.     <!-- ***** Attributes for component: MmsCharacteristics ***** -->
  60.     <rdf:Description rdf:about="&ns-prf;MmsMaxMessageSize">
  61.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  62.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  63.         <rdfs:range rdf:resource="&ns-prf;Number"/>
  64.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  65.         <rdfs:comment xml:lang="en">
  66.       Description: Maximum size of an MMS message in bytes.
  67.       Type: Number
  68.       Resolution: Locked
  69.       Examples: 2048
  70.     </rdfs:comment>
  71.     </rdf:Description>
  72.     <rdf:Description rdf:about="&ns-prf;MmsMaxImageResolution">
  73.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  74.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  75.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  76.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  77.         <rdfs:comment xml:lang="en">
  78.       Description: The maximum size of an image in units of pixels
  79.       (horizontal x vertical).
  80.       Type: Literal
  81.       Resolution: Locked
  82.       Examples: 80x60
  83.     </rdfs:comment>
  84.     </rdf:Description>
  85.     <rdf:Description rdf:about="&ns-prf;MmsCcppAccept">
  86.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  87.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  88.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  89.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  90.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  91.         <rdfs:comment xml:lang="en">
  92.       Description: Property value is a list of supported content types
  93.       where each item in the list is a content type name
  94.       registered as a MIME type
  95.       Type: Literal (bag)
  96.       Resolution: Locked
  97.       Examples: ┬ôimage/jpeg┬ö, ┬ôaudio/wav┬ö, ┬ôvideo/mpeg-4┬ö
  98.     </rdfs:comment>
  99.     </rdf:Description>
  100.     <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptCharSet">
  101.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  102.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  103.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  104.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  105.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  106.         <rdfs:comment xml:lang="en">
  107.       Description: List of character sets that the MMS Client supports.
  108.       Property value is a list of character sets, where
  109.       each item in the list is a character set name registered
  110.       with IANA
  111.       Type: Literal (bag)
  112.       Resolution: Locked
  113.       Examples: ┬ôUS-ASCII┬ö, ┬ôISO-8859-1┬ö
  114.     </rdfs:comment>
  115.     </rdf:Description>
  116.     <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptLanguage">
  117.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  118.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  119.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  120.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  121.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  122.         <rdfs:comment xml:lang="en">
  123.       Description: List of preferred languages. The first item in the
  124.       list should be considered the user┬Æs first choice.
  125.       Property value is a list of natural languages, where
  126.       each item in the list is the name of a language as
  127.       defined by RFC 1766.
  128.       Type: Literal (bag)
  129.       Resolution: Locked
  130.       Examples: ┬ôen┬ö, ┬ôfr┬ö
  131.     </rdfs:comment>
  132.     </rdf:Description>
  133.     <rdf:Description rdf:about="&ns-prf;MmsCcppAcceptEncoding">
  134.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  135.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  136.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  137.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  138.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  139.         <rdfs:comment xml:lang="en">
  140.       Description: List of transfer encodings that the MMS Client supports.
  141.       Property value is a list of transfer encodings, where
  142.       each item in the list is a transfer encoding name as
  143.       specified by RFC 2045 and registered with IANA.
  144.       Type: Literal (bag)
  145.       Resolution: Locked
  146.       Examples: ┬ôbase64┬ö, ┬ôquoted-printable"
  147.     </rdfs:comment>
  148.     </rdf:Description>
  149.     <rdf:Description rdf:about="&ns-prf;MmsVersion">
  150.         <rdf:type rdf:resource="&ns-rdf;Property"/>
  151.         <rdfs:range rdf:resource="&ns-rdf;Bag"/>
  152.         <rdfs:domain rdf:resource="&ns-prf;MmsCharacteristics"/>
  153.         <rdfs:range rdf:resource="&ns-prf;Literal"/>
  154.         <prf:resolutionRule rdf:resource="&ns-prf;Locked"/>
  155.         <rdfs:comment xml:lang="en">
  156.       Description: The MMS versions supported by the MMS Client conveyed
  157.       as majorVersionNumber.minorVersionNumber.
  158.       Type: Literal (bag)
  159.       Resolution: Locked
  160.       Examples: "2.0", "1.3"
  161.     </rdfs:comment>
  162.     </rdf:Description>
  163. </rdf:RDF>
  164.