| UCP Validation Result |
The validator terminated with 18 errors (of which 12 were fixed), 56 warnings, and 0 informational messages:
Total number of input lines processed: 564
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?xml-stylesheet type="text/xsl" href="/uaprof.xsl"?> |
| 3 | |
| 4 | <!-- |
| 5 | ********************************************************************* |
| 6 | * Handspring Blazer UA Prof specification |
| 7 | * |
| 8 | * Version: 1.0 |
| 9 | * Blazer Version: 3.0.0 |
| 10 | * Created: 5/27/2003 |
| 11 | * Author: Handspring |
| 12 | * |
| 13 | * Description |
| 14 | * This UA Prof specification describes the capabilities |
| 15 | * of Handspring's Blazer Web Browser version 3.0.0. |
| 16 | * |
| 17 | * Revision History |
| 18 | * 1.0 Creation |
| 19 | * |
| 20 | ********************************************************************* |
| 21 | --> |
| 22 | |
| 23 | <!-- |
| 24 | ********************************************************************* |
| 25 | * Sprint PCS 3G handset UA Prof template |
| 26 | * |
| 27 | * Version: 0.1 |
| 28 | * Created: 1/3/02 |
| 29 | * Author: Scott Papineau (spapin01@sprintspectrum.com) |
| 30 | * Organization: Subscriber Equipment Business Unit (SEBU) |
| 31 | * Modified: 6/27/03 - added Sprint extensions |
| 32 | * |
| 33 | * Copyright 2002 Sprint PCS |
| 34 | * |
| 35 | * Note |
| 36 | * Elements that are not required by Sprint PCS have been omitted |
| 37 | * from this template. Vendors may add elements that are defined |
| 38 | * in the UAPROF specification if additional features are supported |
| 39 | * by their device |
| 40 | * |
| 41 | * Revision History |
| 42 | * 0.1 Initial Release |
| 43 | * |
| 44 | * Known issues |
| 45 | * CcppAccept-* minimum requirements need to be defined |
| 46 | * Push characteristics are not defined yet |
| 47 | * Determine if AudioInputEncoder is needed |
| 48 | * WAP device class is TBD |
| 49 | * |
| 50 | ********************************************************************* |
| 51 | --> |
| 52 | |
| 53 | <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#" xmlns:xpcs="http://device.sprintpcs.com/namespace/xpcs" xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> |
| 54 | |
| 55 | <rdf:Description ID="MyDeviceProfile"> |
| 56 | |
| 57 | <!--********************** Hardware Platform Description ***************************************--> |
| 58 | <prf:component> |
| 59 | <rdf:Description ID="HardwarePlatform"> |
| 60 | <rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430# HardwarePlatform"/> |
| 61 | |
| 62 | <!-- ******** Vendor/model *******--> |
| 63 | |
| 64 | |
| 65 | <!-- Enter the vendor name here. This must match the vendor name in the EDF --> |
| 66 | <prf:Vendor> |
| 67 | HANDSPRING |
| 68 | </prf:Vendor> |
| 69 | |
| 70 | <!-- Enter the device model name here. This must match the model name in the EDF --> |
| 71 | <prf:Model> |
| 72 | HSTR600HK |
| 73 | </prf:Model> |
| 74 | |
| 75 | <!-- Change if different --> |
| 76 | <prf:CPU> |
| 77 | ARM9 |
| 78 | </prf:CPU> |
| 79 | |
| 80 | |
| 81 | <!--****** Display ******--> |
| 82 | |
| 83 | <!-- Enter screen size in pixels here - width x height --> |
| 84 | <prf:ScreenSize> |
| 85 | 160x160 |
| 86 | </prf:ScreenSize> |
| 87 | |
| 88 | <!-- "Yes" if device supports color --> |
| 89 | <prf:ColorCapable> |
| 90 | Yes |
| 91 | </prf:ColorCapable> |
| 92 | |
| 93 | <!-- Enter the color or grayscale depth here --> |
| 94 | <prf:BitsPerPixel> |
| 95 | 12 |
| 96 | </prf:BitsPerPixel> |
| 97 | |
| 98 | <!-- Change if not 1:1 --> |
| 99 | <prf:PixelAspectRatio> |
| 100 | 1x1 |
| 101 | </prf:PixelAspectRatio> |
| 102 | |
| 103 | <!-- This should always be "Yes" --> |
| 104 | <prf:ImageCapable> |
| 105 | Yes |
| 106 | </prf:ImageCapable> |
| 107 | |
| 108 | <!-- Enter the screen size in characters here. Use the default font. --> |
| 109 | <prf:ScreenSizeChar> |
| 110 | 19x12 |
| 111 | </prf:ScreenSizeChar> |
| 112 | |
| 113 | <!-- Change the to "No" only if the default font on the device is not proportional --> |
| 114 | <prf:StandardFontProportional> |
| 115 | Yes |
| 116 | </prf:StandardFontProportional> |
| 117 | |
| 118 | |
| 119 | <!-- List the supported output character sets here. --> |
| 120 | <prf:OutputCharSet> |
| 121 | <rdf:Bag> |
| 122 | <rdf:li>ISO-8859-1</rdf:li> |
| 123 | <rdf:li>US-ASCII</rdf:li> |
| 124 | <rdf:li>UTF-8</rdf:li> |
| 125 | <rdf:li>UTF-16</rdf:li> |
| 126 | </rdf:Bag> |
| 127 | </prf:OutputCharSet> |
| 128 | |
| 129 | |
| 130 | |
| 131 | <!-- ******** Input capabilities ******--> |
| 132 | <!-- List the supported Input character sets here --> |
| 133 | <prf:InputCharSet> |
| 134 | <rdf:Bag> |
| 135 | <rdf:li>ISO-8859-1</rdf:li> |
| 136 | <rdf:li>US-ASCII</rdf:li> |
| 137 | <rdf:li>UTF-8</rdf:li> |
| 138 | </rdf:Bag> |
| 139 | </prf:InputCharSet> |
| 140 | |
| 141 | <!-- This should always be "Yes" --> |
| 142 | <prf:TextInputCapable> |
| 143 | Yes |
| 144 | </prf:TextInputCapable> |
| 145 | |
| 146 | <!-- This value should only be changed if the device does not use a standard DTMF keypad --> |
| 147 | <prf:Keyboard> |
| 148 | Qwerty |
| 149 | </prf:Keyboard> |
| 150 | |
| 151 | <!-- Enter the number of softkeys supported by the device --> |
| 152 | <prf:NumberOfSoftKeys> |
| 153 | 3 |
| 154 | </prf:NumberOfSoftKeys> |
| 155 | |
| 156 | |
| 157 | <!-- ********* Audio **********--> |
| 158 | |
| 159 | <!-- This should always be "Yes" --> |
| 160 | <prf:SoundOutputCapable> |
| 161 | Yes |
| 162 | </prf:SoundOutputCapable> |
| 163 | |
| 164 | |
| 165 | <!-- This should be "Yes" for all voice capable devices --> |
| 166 | <prf:VoiceInputCapable> |
| 167 | Yes |
| 168 | </prf:VoiceInputCapable> |
| 169 | |
| 170 | <!--******************************--> |
| 171 | </rdf:Description> |
| 172 | </prf:component> |
| 173 | |
| 174 | |
| 175 | |
| 176 | <!--********************** Software Platform Description ***************************************--> |
| 177 | <prf:component> |
| 178 | <rdf:Description ID="SoftwarePlatform"> |
| 179 | <rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430# SoftwarePlatform"/> |
| 180 | |
| 181 | <!-- ***** Basic ******--> |
| 182 | |
| 183 | <!-- Should be "Yes" for all Java capable devices --> |
| 184 | <prf:AcceptDownloadableSoftware> |
| 185 | Yes |
| 186 | </prf:AcceptDownloadableSoftware> |
| 187 | |
| 188 | <!-- Use this for J2ME app support --> |
| 189 | <prf:DownloadableSoftwareSupport> |
| 190 | |
| 191 | </prf:DownloadableSoftwareSupport> |
| 192 | |
| 193 | <!-- Enter the software version number here. This must match the version reported via IOTA--> |
| 194 | <prf:SoftwareNumber> |
| 195 | 3.0.0 |
| 196 | </prf:SoftwareNumber> |
| 197 | |
| 198 | <!-- Should not change if using Qualcomm software--> |
| 199 | <prf:OSName> |
| 200 | PalmOS |
| 201 | </prf:OSName> |
| 202 | |
| 203 | <!-- Should not change if using Qualcomm software--> |
| 204 | <prf:OSVendor> |
| 205 | PalmSource |
| 206 | </prf:OSVendor> |
| 207 | |
| 208 | <!-- Fill in version of DMSS Software base --> |
| 209 | <prf:OSVersion> |
| 210 | 5.2H |
| 211 | </prf:OSVersion> |
| 212 | |
| 213 | |
| 214 | <!-- ********** Java ***********--> |
| 215 | |
| 216 | <!-- Should be yes for all Java capable products --> |
| 217 | <prf:JavaEnabled> |
| 218 | No |
| 219 | </prf:JavaEnabled> |
| 220 | |
| 221 | <!-- Indicate MIDP + Sprint Extension profile support --> |
| 222 | <prf:JavaPlatform> |
| 223 | |
| 224 | </prf:JavaPlatform> |
| 225 | |
| 226 | <!-- Indicate the VM vendor/version here --> |
| 227 | <prf:JVMVersion> |
| 228 | |
| 229 | </prf:JVMVersion> |
| 230 | |
| 231 | <!-- ********* CCPP accept **********--> |
| 232 | |
| 233 | <!-- List all accepted MIME types here --> |
| 234 | <prf:CcppAccept> |
| 235 | <rdf:Bag> |
| 236 | <!-- Markup languages --> |
| 237 | <rdf:li>text/html</rdf:li> |
| 238 | <rdf:li>text/vnd.wap.wml</rdf:li> |
| 239 | <rdf:li>application/vnd.wap.wmlc</rdf:li> |
| 240 | <rdf:li>application/xhtml+xml</rdf:li> |
| 241 | <rdf:li>application/vnd.wap.xhtml+xml</rdf:li> |
| 242 | |
| 243 | <!-- Images --> |
| 244 | <rdf:li>image/vnd.wap.wbmp</rdf:li> |
| 245 | <rdf:li>image/jpeg</rdf:li> |
| 246 | <rdf:li>image/png</rdf:li> |
| 247 | <rdf:li>image/gif</rdf:li> |
| 248 | |
| 249 | <!-- Audio / Multimedia --> |
| 250 | <rdf:li>audio/midi</rdf:li> |
| 251 | |
| 252 | <!-- Other: add other supported types here --> |
| 253 | <rdf:li>text/x-pcs-gcd</rdf:li> |
| 254 | </rdf:Bag> |
| 255 | |
| 256 | </prf:CcppAccept> |
| 257 | |
| 258 | <!-- List all accepted character sets here --> |
| 259 | |
| 260 | <prf:CcppAccept-Charset> |
| 261 | <rdf:Bag> |
| 262 | <rdf:li>ISO-8859-1</rdf:li> |
| 263 | <rdf:li>US-ASCII</rdf:li> |
| 264 | <rdf:li>UTF-8</rdf:li> |
| 265 | <rdf:li>UTF-16</rdf:li> |
| 266 | </rdf:Bag> |
| 267 | |
| 268 | </prf:CcppAccept-Charset> |
| 269 | |
| 270 | <!-- List all accepted languages here in order of preference --> |
| 271 | |
| 272 | <prf:CcppAccept-Language> |
| 273 | <rdf:Bag> |
| 274 | <rdf:li>en-us</rdf:li> |
| 275 | <!-- Enter other items... --> |
| 276 | </rdf:Bag> |
| 277 | </prf:CcppAccept-Language> |
| 278 | |
| 279 | <!-- List all accepted transfer encodings here --> |
| 280 | |
| 281 | <prf:CcppAccept-Encoding> |
| 282 | <rdf:Bag> |
| 283 | <!-- Enter items... --> |
| 284 | </rdf:Bag> |
| 285 | </prf:CcppAccept-Encoding> |
| 286 | |
| 287 | <!-- ******** Input Encoders ******--> |
| 288 | <!-- Don't know if we need this or not... --> |
| 289 | <prf:AudioInputEncoder> |
| 290 | |
| 291 | </prf:AudioInputEncoder> |
| 292 | |
| 293 | <!--******************************--> |
| 294 | </rdf:Description> |
| 295 | </prf:component> |
| 296 | |
| 297 | <!--********************** Network Characteristics Description ***************************************--> |
| 298 | |
| 299 | <prf:component> |
| 300 | <rdf:Description ID="NetworkCharacteristics"> |
| 301 | <rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430# NetworkCharacteristics"/> |
| 302 | |
| 303 | <!-- Indicate support for SSL 3.0 and TLS 1.0 --> |
| 304 | <prf:SecuritySupport> |
| 305 | <rdf:Bag> |
| 306 | <rdf:li>SSL-3.0</rdf:li> |
| 307 | </rdf:Bag> |
| 308 | </prf:SecuritySupport> |
| 309 | |
| 310 | <!-- Indicate support for IS-2000 release 0 packet data bearer --> |
| 311 | <!-- May add more detail here in a later rev. --> |
| 312 | <prf:SupportedBearers> |
| 313 | <rdf:Bag> |
| 314 | <rdf:li>IS2000/rel0</rdf:li> |
| 315 | </rdf:Bag> |
| 316 | </prf:SupportedBearers> |
| 317 | |
| 318 | </rdf:Description> |
| 319 | </prf:component> |
| 320 | |
| 321 | <!--********************** Browser UA Description ***************************************--> |
| 322 | |
| 323 | <prf:component> |
| 324 | <rdf:Description ID="BrowserUA"> |
| 325 | <rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430# BrowserUA"/> |
| 326 | |
| 327 | <!-- ********* Browser Identification ********** --> |
| 328 | |
| 329 | <!-- Enter the browser vendor/product name here --> |
| 330 | <prf:BrowserName> |
| 331 | Blazer Web Browser |
| 332 | </prf:BrowserName> |
| 333 | |
| 334 | <!-- Enter the browser version here --> |
| 335 | <prf:BrowserVersion> |
| 336 | 3.0.0 |
| 337 | </prf:BrowserVersion> |
| 338 | |
| 339 | <!-- ********** Capabilities *********** --> |
| 340 | |
| 341 | <!-- Frames are not supported --> |
| 342 | <prf:FramesCapable> |
| 343 | Yes |
| 344 | </prf:FramesCapable> |
| 345 | |
| 346 | <!-- Basic tables are supported in xhtml-basic --> |
| 347 | <prf:TablesCapable> |
| 348 | Yes |
| 349 | </prf:TablesCapable> |
| 350 | |
| 351 | <!-- Frames are not supported --> |
| 352 | <prf:PreferenceForFrames> |
| 353 | No |
| 354 | </prf:PreferenceForFrames> |
| 355 | |
| 356 | <!-- *********** Applet / Script support is not required ********** --> |
| 357 | <prf:DownloadableBrowserApps> |
| 358 | No |
| 359 | </prf:DownloadableBrowserApps> |
| 360 | |
| 361 | <prf:JavaAppletEnabled> |
| 362 | No |
| 363 | </prf:JavaAppletEnabled> |
| 364 | |
| 365 | <prf:JavaScriptEnabled> |
| 366 | Yes |
| 367 | </prf:JavaScriptEnabled> |
| 368 | |
| 369 | <prf:HtmlVersion> |
| 370 | 4.01 |
| 371 | </prf:HtmlVersion> |
| 372 | |
| 373 | |
| 374 | <!-- ************* XHTML support - indicate XHTML-Basic 1.0 ************ --> |
| 375 | <prf:XhtmlVersion> |
| 376 | XHTML-Basic/1.0 |
| 377 | </prf:XhtmlVersion> |
| 378 | |
| 379 | <!-- May need to add additional modules here --> |
| 380 | <prf:XhtmlModules> |
| 381 | |
| 382 | </prf:XhtmlModules> |
| 383 | |
| 384 | <!--******************************--> |
| 385 | |
| 386 | </rdf:Description> |
| 387 | </prf:component> |
| 388 | |
| 389 | <!--********************** WAP Characteristics Description ***************************************--> |
| 390 | |
| 391 | <prf:component> |
| 392 | <rdf:Description ID="WapCharacteristics"> |
| 393 | <rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430# WapCharacteristics"/> |
| 394 | |
| 395 | <!--******** General ***********--> |
| 396 | |
| 397 | <prf:WapDeviceClass> |
| 398 | TBD |
| 399 | </prf:WapDeviceClass> |
| 400 | |
| 401 | <prf:WapVersion> |
| 402 | 2.0 |
| 403 | </prf:WapVersion> |
| 404 | |
| 405 | <!--*********** WML ************--> |
| 406 | |
| 407 | <!-- If full wml 2.0 is supported, it should be added here --> |
| 408 | <prf:WmlVersion> |
| 409 | <rdf:Bag> |
| 410 | <rdf:li>1.1</rdf:li> |
| 411 | <rdf:li>1.2</rdf:li> |
| 412 | <rdf:li>1.3</rdf:li> |
| 413 | </rdf:Bag> |
| 414 | </prf:WmlVersion> |
| 415 | |
| 416 | <!-- Enter the maximum deck size for wml --> |
| 417 | <prf:WmlDeckSize> |
| 418 | 4096 |
| 419 | </prf:WmlDeckSize> |
| 420 | |
| 421 | <!--******************************--> |
| 422 | </rdf:Description> |
| 423 | </prf:component> |
| 424 | |
| 425 | <!--********************** Push Characteristics Description ***************************************--> |
| 426 | <!-- Note: This entire section is TBD in this revision --> |
| 427 | |
| 428 | <prf:component> |
| 429 | <rdf:Description ID="PushCharacteristics"> |
| 430 | <rdf:type resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430# PushCharacteristics"/> |
| 431 | |
| 432 | <prf:Push-Accept> |
| 433 | <rdf:Bag> |
| 434 | </rdf:Bag> |
| 435 | </prf:Push-Accept> |
| 436 | |
| 437 | <prf:Push-Accept-Encoding> |
| 438 | <rdf:Bag> |
| 439 | </rdf:Bag> |
| 440 | </prf:Push-Accept-Encoding> |
| 441 | |
| 442 | <prf:Push-Accept-AppID> |
| 443 | <rdf:Bag> |
| 444 | </rdf:Bag> |
| 445 | </prf:Push-Accept-AppID> |
| 446 | |
| 447 | <prf:Push-MsgSize> |
| 448 | </prf:Push-MsgSize> |
| 449 | |
| 450 | <!-- ********************************--> |
| 451 | </rdf:Description> |
| 452 | </prf:component> |
| 453 | |
| 454 | <!-- ****************** Sprint UA Prof Extensions ******************************--> |
| 455 | <prf:component> |
| 456 | <rdf:Description ID="SprintExtensions"> |
| 457 | <rdf:type resource="http://device.sprintpcs.com/uaprof/sprint-uaprof-extensions.xml"/> |
| 458 | |
| 459 | <!-- MultimediaPlayback support --> |
| 460 | <xpcs:MultimediaPlaybackSupport> |
| 461 | No |
| 462 | </xpcs:MultimediaPlaybackSupport> |
| 463 | |
| 464 | <!-- Multimedia Streaming Support --> |
| 465 | <xpcs:MultimediaStreamingSupport> |
| 466 | No |
| 467 | </xpcs:MultimediaStreamingSupport> |
| 468 | |
| 469 | <!-- Multimedia Encoding Support --> |
| 470 | <xpcs:MultimediaEncodingSupport> |
| 471 | No |
| 472 | </xpcs:MultimediaEncodingSupport> |
| 473 | |
| 474 | <!-- Type and version of MM player supported --> |
| 475 | <xpcs:MultimediaPlayer> |
| 476 | </xpcs:MultimediaPlayer> |
| 477 | |
| 478 | <!-- Type and version of MM encoder supported --> |
| 479 | <xpcs:MultimediaEncoder> |
| 480 | </xpcs:MultimediaEncoder> |
| 481 | |
| 482 | <!-- File Format the decoder supports --> |
| 483 | <xpcs:MultimediaFileFormatForDecoder> |
| 484 | </xpcs:MultimediaFileFormatForDecoder> |
| 485 | |
| 486 | <!-- File Format the encoder supports --> |
| 487 | <xpcs:MultimediaFileFormatForEncoder> |
| 488 | </xpcs:MultimediaFileFormatForEncoder> |
| 489 | |
| 490 | <!-- Display size the Multimedia player supports --> |
| 491 | <xpcs:MultimediaVideoDisplaySize> |
| 492 | </xpcs:MultimediaVideoDisplaySize> |
| 493 | |
| 494 | <!-- Maximum frame rate the device supports when playing local files --> |
| 495 | <xpcs:MultimediaMaximumFrameRateForPlayback> |
| 496 | </xpcs:MultimediaMaximumFrameRateForPlayback> |
| 497 | |
| 498 | <!-- Maximum frame rate the device supports when streaming content --> |
| 499 | <xpcs:MultimediaMaximumFrameRateForStreaming> |
| 500 | </xpcs:MultimediaMaximumFrameRateForStreaming> |
| 501 | |
| 502 | <!-- Maximum frame rate the device supports when encoding content --> |
| 503 | <xpcs:MultimediaMaximumFrameRateForEncoding> |
| 504 | </xpcs:MultimediaMaximumFrameRateForEncoding> |
| 505 | |
| 506 | <!-- Maximum bit rate the Multimedia player supports when playing local files --> |
| 507 | <xpcs:MultimediaMaximumBitRateForPlayback> |
| 508 | </xpcs:MultimediaMaximumBitRateForPlayback> |
| 509 | |
| 510 | <!-- Maximum bit rate the device supports when streaming content --> |
| 511 | <xpcs:MultimediaMaximumBitRateForStreaming> |
| 512 | </xpcs:MultimediaMaximumBitRateForStreaming> |
| 513 | |
| 514 | <!-- Maximum bit rate the device supports when encoding content --> |
| 515 | <xpcs:MultimediaMaximumBitRateForEncoding> |
| 516 | </xpcs:MultimediaMaximumBitRateForEncoding> |
| 517 | |
| 518 | |
| 519 | |
| 520 | <!-- List all supported video codecs for decoding here --> |
| 521 | <xpcs:VideoCodecsForDecoding> |
| 522 | </xpcs:VideoCodecsForDecoding> |
| 523 | |
| 524 | <!-- List all supported video codecs for encoding here --> |
| 525 | <xpcs:VideoCodecsForEncoding> |
| 526 | </xpcs:VideoCodecsForEncoding> |
| 527 | |
| 528 | <!-- List all supported audio codecs here --> |
| 529 | <xpcs:AudioCodecsForDecoding> |
| 530 | <rdf:Bag> |
| 531 | <rdf:li>AMR</rdf:li> |
| 532 | <rdf:li>MIDI</rdf:li> |
| 533 | </rdf:Bag> |
| 534 | </xpcs:AudioCodecsForDecoding> |
| 535 | |
| 536 | <!-- List all supported audio codecs here --> |
| 537 | <xpcs:AudioCodecsForEncoding> |
| 538 | </xpcs:AudioCodecsForEncoding> |
| 539 | |
| 540 | <!-- MCD version --> |
| 541 | <xpcs:SprintMcdVersion> |
| 542 | |
| 543 | </xpcs:SprintMcdVersion> |
| 544 | |
| 545 | <!-- PictureMailSupport --> |
| 546 | <xpcs:PictureMailSupport> |
| 547 | Yes |
| 548 | </xpcs:PictureMailSupport> |
| 549 | |
| 550 | <!-- VideoMailSupport --> |
| 551 | <xpcs:VideoMailSupport> |
| 552 | No |
| 553 | </xpcs:VideoMailSupport> |
| 554 | |
| 555 | <xpcs:MobileOriginatedSmsSupport> |
| 556 | Yes |
| 557 | </xpcs:MobileOriginatedSmsSupport> |
| 558 | |
| 559 | </rdf:Description> |
| 560 | </prf:component> |
| 561 | |
| 562 | </rdf:Description> |
| 563 | </rdf:RDF> |
| 564 |