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>
@since 1.5