< prev index next >

src/java.desktop/share/classes/javax/imageio/metadata/doc-files/wbmp_metadata.html

Print this page


   1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
   2 <html>
   3 <head>



   4 <!--
   5 Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
   6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   7 
   8 This code is free software; you can redistribute it and/or modify it
   9 under the terms of the GNU General Public License version 2 only, as
  10 published by the Free Software Foundation.  Oracle designates this
  11 particular file as subject to the "Classpath" exception as provided
  12 by Oracle in the LICENSE file that accompanied this code.
  13 
  14 This code is distributed in the hope that it will be useful, but WITHOUT
  15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  16 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  17 version 2 for more details (a copy is included in the LICENSE file that
  18 accompanied this code).
  19 
  20 You should have received a copy of the GNU General Public License version
  21 2 along with this work; if not, write to the Free Software Foundation,
  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 
  29 <title>WBMP Metadata Format Specification</title>
  30 </head>
  31 
  32 <body>
  33 <center><h1>
  34 WBMP Metadata Format Specification
  35 </h1></center>
  36 
  37 The XML schema for the native image metadata format is as follows:
  38 
  39 <pre>
  40 &lt;?xml version="1.0" encoding="UTF-8"?&gt;
  41 &lt;!-- Schema for WBMP native image metadata format. --&gt;
  42 
  43 &lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  44             xmlns="http://javax.imageio.plugins"
  45             targetNamespace="http://javax.imageio.plugins"&gt;
  46 
  47   &lt;!-- WBMP Schema 1.0 root element. --&gt;
  48   &lt;xsd:element name="javax_imageio_wbmp_1.0"&gt;
  49     &lt;xsd:sequence&gt;
  50 
  51       &lt;!-- WBMP image type --&gt;
  52       &lt;xsd:element name="WBMPType" type="xsd:unsignedInt"/&gt;
  53 
  54       &lt;!-- Bitmap width --&gt;
  55       &lt;xsd:element name="Width" type="xsd:unsignedInt"/&gt;
   1 <!doctype html>
   2 <html lang="en">
   3 <head>
   4   <meta charset="utf-8"/>
   5   <title>WBMP Metadata Format Specification</title>
   6 </head>
   7 <!--
   8 Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
   9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  10 
  11 This code is free software; you can redistribute it and/or modify it
  12 under the terms of the GNU General Public License version 2 only, as
  13 published by the Free Software Foundation.  Oracle designates this
  14 particular file as subject to the "Classpath" exception as provided
  15 by Oracle in the LICENSE file that accompanied this code.
  16 
  17 This code is distributed in the hope that it will be useful, but WITHOUT
  18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  19 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  20 version 2 for more details (a copy is included in the LICENSE file that
  21 accompanied this code).
  22 
  23 You should have received a copy of the GNU General Public License version
  24 2 along with this work; if not, write to the Free Software Foundation,
  25 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  26 
  27 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  28 or visit www.oracle.com if you need additional information or have any
  29 questions.
  30 -->
  31 



  32 <body>
  33 <h1>WBMP Metadata Format Specification</h1>


  34 
  35 The XML schema for the native image metadata format is as follows:
  36 
  37 <pre>
  38 &lt;?xml version="1.0" encoding="UTF-8"?&gt;
  39 &lt;!-- Schema for WBMP native image metadata format. --&gt;
  40 
  41 &lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  42             xmlns="http://javax.imageio.plugins"
  43             targetNamespace="http://javax.imageio.plugins"&gt;
  44 
  45   &lt;!-- WBMP Schema 1.0 root element. --&gt;
  46   &lt;xsd:element name="javax_imageio_wbmp_1.0"&gt;
  47     &lt;xsd:sequence&gt;
  48 
  49       &lt;!-- WBMP image type --&gt;
  50       &lt;xsd:element name="WBMPType" type="xsd:unsignedInt"/&gt;
  51 
  52       &lt;!-- Bitmap width --&gt;
  53       &lt;xsd:element name="Width" type="xsd:unsignedInt"/&gt;
< prev index next >