WBMP 元数据格式规范

本机图像元数据格式的 XML 模式如下:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Schema for WBMP native image metadata format. -->

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns="http://javax.imageio.plugins"
      targetNamespace="http://javax.imageio.plugins">

 <!-- WBMP Schema 1.0 root element. -->
 <xsd:element name="javax_imageio_wbmp_1.0">
  <xsd:sequence>

   <!-- WBMP image type -->
   <xsd:element name="WBMPType" type="xsd:unsignedInt"/>

   <!-- Bitmap width -->
   <xsd:element name="Width" type="xsd:unsignedInt"/>

   <!-- Bitmap height -->
   <xsd:element name="Height" type="xsd:unsignedInt"/>

   </xsd:sequence>
 </xsd:element> <!-- wbmp_image_1.0 -->

</xsd:schema>
自从:
1.5