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