src/java.desktop/share/classes/javax/imageio/metadata/doc-files/png_metadata.html
author serb
Wed, 29 Nov 2017 15:11:37 -0800
changeset 48264 efda6932a433
parent 47216 71c04702a3d5
child 50358 1ba28f0dbc33
permissions -rw-r--r--
8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html 8183508: multi_tsc.html should be updated 8181289: Invalid HTML 5 in AWT/Swing docs Reviewed-by: prr, jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     1
<!doctype html>
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     2
<html lang="en">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<head>
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     4
  <meta charset="utf-8"/>
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     5
  <title>PNG Metadata Format Specification</title>
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     6
</head>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
<!--
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     8
Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    13
published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    15
by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
5551
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    27
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    28
or visit www.oracle.com if you need additional information or have any
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    29
questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
-->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    32
<body>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    34
<h1>PNG Metadata Format Specification</h1>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
The PNG native format encodes the complete contents of a PNG file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
chunk by chunk, except for the IDAT chunks that contain the actual
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
image data.  Chunks that are not defined in the PNG 1.2 specification
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
are stored under the <code>UnknownChunks</code> element.  Note that it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
is the responsibility of application software to implement the rules
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
for PNG readers, writers, and editors (<i>e.g.</i>, the rules
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
concerning unsafe-to-copy chunks) described in the PNG specification.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
The Image I/O library is not, in and of itself, a PNG reader, writer,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
or editor in the sense of the specification.  Rather, it is a tool
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
that may be used to build PNG readers, writers, and editors.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
The image's actual width, height, bit depth, and color type will
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
override any values passed to the writer via metadata, with one
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
exception.  If the image has an <code>IndexColorModel</code>, the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
color table entries will be checked to determine if they form a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
uniform grayscale ramp. If so, the image will normally be encoded
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
using as grayscale instead of palette color.  However, if the color
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
type set in the metadata is "Palette", palette color will be used.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
<p>
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    60
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
If no metadata is supplied when encoding an image, the header is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
initialized from the image being encoded, and no optional chunks are
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
included.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
The semantics of the standard chunks are described in the <A
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
HREF="http://www.libpng.org/pub/png/spec/">PNG specification</A>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
Note that there are some restrictions on which chunks may appear
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
for each color type. In particular,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
<ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
  <li>A <code>PLTE</code> chunk may not appear in a <code>Gray</code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
or <code>GrayAlpha</code> image
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
  <li><code>hIST</code> and <code>tRNS</code> chunks require a prior
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
<code>PLTE</code> chunk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
  <li>A <code>tRNS</code> chunk may not appear in
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
<code>GrayAlpha</code> and <code>RGBA</code> images
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
</ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
The child nodes of the <code>bKGD</code>, <code>sBIT</code>, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
<code>tRNS</code> chunks must match the image's color type.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    86
<p>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
Certain chunks may meaningfully appear multiple times in a PNG file,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
in particular the text-related chunks.  In order to simplify the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
metadata format, multiple instances of these chunks are consolidated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
under a single parent node (<i>e.g.</i>, the <code>tEXt</code> node),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
which may have zero or more children (<i>e.g.</i>,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
<code>tEXtEntry</code> nodes).  If no children are present, no chunk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
will be written.  Similarly, unknown chunks are stored as children of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
a single <code>UnknownChunks</code> node.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
It is not possible to control the ordering of the chunks as they are
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
written, or to determine the order of the chunks in a file being read.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
<pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
&lt;!DOCTYPE "javax_imageio_png_1.0" [
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   105
  &lt;!ELEMENT "javax_imageio_png_1.0" (IHDR?, PLTE?, bKGD?, cHRM?,
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   106
    gAMA?, hIST?, iCCP?, iTXt?, pHYS?, sBIT?, sPLT?, sRGB?, tEXt?,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
    tIME?, tRNS?, zTXt?, UnknownChunks?)&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
    &lt;!ELEMENT "IHDR" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
      &lt;!-- The IHDR chunk, containing the header --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
      &lt;!ATTLIST "IHDR" "width" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
        &lt;!-- The width of the image in pixels --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
        &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
      &lt;!ATTLIST "IHDR" "height" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
        &lt;!-- The height of the image in pixels --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
        &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
      &lt;!ATTLIST "IHDR" "bitDepth" ("1" | "2" | "4" | "8" | "16")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
         #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
        &lt;!-- The bit depth of the image samples --&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   124
      &lt;!ATTLIST "IHDR" "colorType" ("Grayscale" | "RGB" | "Palette" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
        "GrayAlpha" | "RGBAlpha") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
        &lt;!-- The color type of the image --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
      &lt;!ATTLIST "IHDR" "compressionMethod" ("deflate") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
        &lt;!-- The compression used for image data, always "deflate" --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
      &lt;!ATTLIST "IHDR" "filterMethod" ("adaptive") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
        &lt;!-- The filtering method used for compression, always "adaptive" --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
      &lt;!ATTLIST "IHDR" "interlaceMethod" ("none" | "adam7") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
        &lt;!-- The interlacing method, "none" or "adam7" --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
    &lt;!ELEMENT "PLTE" (PLTEEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
      &lt;!-- The PLTE chunk, containing the palette --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
      &lt;!-- Max children: 256 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
      &lt;!ELEMENT "PLTEEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
        &lt;!-- A palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
        &lt;!ATTLIST "PLTEEntry" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
          &lt;!-- The index of a palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
        &lt;!ATTLIST "PLTEEntry" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
          &lt;!-- The red value of a palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
        &lt;!ATTLIST "PLTEEntry" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
          &lt;!-- The green value of a palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
        &lt;!ATTLIST "PLTEEntry" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
          &lt;!-- The blue value of a palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
    &lt;!ELEMENT "bKGD" (bKGD_Grayscale | bKGD_RGB | bKGD_Palette)&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
      &lt;!-- The bKGD chunk, containing the background color --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
      &lt;!ELEMENT "bKGD_Grayscale" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
        &lt;!-- A grayscale background color, for Gray and GrayAlpha images --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
        &lt;!ATTLIST "bKGD_Grayscale" "gray" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
          &lt;!-- A gray value to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
      &lt;!ELEMENT "bKGD_RGB" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
        &lt;!-- An RGB background color, for RGB and RGBAlpha images --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
        &lt;!ATTLIST "bKGD_RGB" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
          &lt;!-- A red value to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
        &lt;!ATTLIST "bKGD_RGB" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
          &lt;!-- A green value to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
        &lt;!ATTLIST "bKGD_RGB" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
          &lt;!-- A blue value to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
      &lt;!ELEMENT "bKGD_Palette" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
        &lt;!-- A background palette index --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
        &lt;!ATTLIST "bKGD_Palette" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
          &lt;!-- A palette index to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
    &lt;!ELEMENT "cHRM" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
      &lt;!-- The cHRM chunk, containing color calibration --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
      &lt;!ATTLIST "cHRM" "whitePointX" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
        &lt;!-- The CIE x coordinate of the white point, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
      &lt;!ATTLIST "cHRM" "whitePointY" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
        &lt;!-- The CIE y coordinate of the white point, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
      &lt;!ATTLIST "cHRM" "redX" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
        &lt;!-- The CIE x coordinate of the red primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
      &lt;!ATTLIST "cHRM" "redY" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
        &lt;!-- The CIE y coordinate of the red primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
      &lt;!ATTLIST "cHRM" "greenX" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
        &lt;!-- The CIE x coordinate of the green primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
      &lt;!ATTLIST "cHRM" "greenY" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
        &lt;!-- The CIE y coordinate of the green primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
      &lt;!ATTLIST "cHRM" "blueX" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
        &lt;!-- The CIE x coordinate of the blue primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
      &lt;!ATTLIST "cHRM" "blueY" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
        &lt;!-- The CIE y coordinate of the blue primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
    &lt;!ELEMENT "gAMA" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
      &lt;!-- The gAMA chunk, containing the image gamma --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
      &lt;!ATTLIST "gAMA" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
        &lt;!-- The image gamma, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
    &lt;!ELEMENT "hIST" (hISTEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
      &lt;!-- The hIST chunk, containing histogram information  --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
      &lt;!-- Max children: 256 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
      &lt;!ELEMENT "hISTEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
        &lt;!-- A histogram entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
        &lt;!ATTLIST "hISTEntry" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
          &lt;!-- The palette index of this histogram entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
        &lt;!ATTLIST "hISTEntry" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
          &lt;!-- The frequency of this histogram entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
    &lt;!ELEMENT "iCCP" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
      &lt;!-- The iCCP chunk, containing an ICC color profile --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
      &lt;!-- User object: array of byte --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
      &lt;!-- Min length: 0 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
      &lt;!-- Max length: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
      &lt;!ATTLIST "iCCP" "profileName" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
        &lt;!-- The name of this ICC profile --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
        &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
      &lt;!ATTLIST "iCCP" "compressionMethod" ("deflate") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
        &lt;!-- The compression method used to store this ICC profile --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
    &lt;!ELEMENT "iTXt" (iTXtEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
      &lt;!-- The iTXt chunk, containing internationalized text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
      &lt;!-- Max children: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
      &lt;!ELEMENT "iTXtEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
        &lt;!-- A localized text entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
        &lt;!ATTLIST "iTXtEntry" "keyword" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
          &lt;!-- The keyword --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
        &lt;!ATTLIST "iTXtEntry" "compressionFlag" ("TRUE" | "FALSE")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
           #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
        &lt;!ATTLIST "iTXtEntry" "compressionMethod" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
          &lt;!-- The compression method used to store this iTXt entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
        &lt;!ATTLIST "iTXtEntry" "languageTag" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
          &lt;!-- The ISO tag describing the language this iTXt entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
        &lt;!ATTLIST "iTXtEntry" "translatedKeyword" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
          &lt;!-- The translated keyword for iTXt entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
        &lt;!ATTLIST "iTXtEntry" "text" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
          &lt;!-- The localized text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
    &lt;!ELEMENT "pHYS" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
      &lt;!-- The pHYS chunk, containing the pixel size and aspect ratio --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
      &lt;!ATTLIST "pHYS" "pixelsPerUnitXAxis" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
        &lt;!-- The number of horizontal pixels per unit, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
      &lt;!ATTLIST "pHYS" "pixelsPerUnitYAxis" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
        &lt;!-- The number of vertical pixels per unit, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
      &lt;!ATTLIST "pHYS" "unitSpecifier" ("unknown" | "meter") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
        &lt;!-- The unit specifier for this chunk (i.e., meters) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   319
    &lt;!ELEMENT "sBIT" (sBIT_Grayscale | sBIT_GrayAlpha | sBIT_RGB |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
      sBIT_RGBAlpha | sBIT_Palette)&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
      &lt;!-- The sBIT chunk, containing significant bit information --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
      &lt;!ELEMENT "sBIT_Grayscale" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
        &lt;!-- Significant bit information for gray samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
        &lt;!ATTLIST "sBIT_Grayscale" "gray" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
          &lt;!-- The number of significant bits of the gray samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
      &lt;!ELEMENT "sBIT_GrayAlpha" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
        &lt;!-- Significant bit information for gray and alpha samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
        &lt;!ATTLIST "sBIT_GrayAlpha" "gray" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
          &lt;!-- The number of significant bits of the gray samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
        &lt;!ATTLIST "sBIT_GrayAlpha" "alpha" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
          &lt;!-- The number of significant bits of the alpha samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
      &lt;!ELEMENT "sBIT_RGB" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
        &lt;!-- Significant bit information for RGB samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
        &lt;!ATTLIST "sBIT_RGB" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
          &lt;!-- The number of significant bits of the red samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
        &lt;!ATTLIST "sBIT_RGB" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
          &lt;!-- The number of significant bits of the green samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
        &lt;!ATTLIST "sBIT_RGB" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
          &lt;!-- The number of significant bits of the blue samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
      &lt;!ELEMENT "sBIT_RGBAlpha" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
        &lt;!-- Significant bit information for RGBA samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
        &lt;!ATTLIST "sBIT_RGBAlpha" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
          &lt;!-- The number of significant bits of the red samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
        &lt;!ATTLIST "sBIT_RGBAlpha" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
          &lt;!-- The number of significant bits of the green samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
        &lt;!ATTLIST "sBIT_RGBAlpha" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
          &lt;!-- The number of significant bits of the blue samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
        &lt;!ATTLIST "sBIT_RGBAlpha" "alpha" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
          &lt;!-- The number of significant bits of the alpha samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
      &lt;!ELEMENT "sBIT_Palette" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
        &lt;!-- Significant bit information for RGB palette entries --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
        &lt;!ATTLIST "sBIT_Palette" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
          &lt;!-- The number of significant bits of the red palette entries --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
        &lt;!ATTLIST "sBIT_Palette" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
          &lt;!-- The number of significant bits of the green palette entries --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
        &lt;!ATTLIST "sBIT_Palette" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
          &lt;!-- The number of significant bits of the blue palette entries --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
    &lt;!ELEMENT "sPLT" (sPLTEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
      &lt;!-- The sPLT chunk, containing a suggested palette --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
      &lt;!-- Max children: 256 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
      &lt;!ELEMENT "sPLTEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
        &lt;!-- A suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
        &lt;!ATTLIST "sPLTEntry" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
          &lt;!-- The index of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
        &lt;!ATTLIST "sPLTEntry" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
          &lt;!-- The red value of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
        &lt;!ATTLIST "sPLTEntry" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
          &lt;!-- The green value of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
        &lt;!ATTLIST "sPLTEntry" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
          &lt;!-- The blue value of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
        &lt;!ATTLIST "sPLTEntry" "alpha" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
          &lt;!-- The blue value of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
    &lt;!ELEMENT "sRGB" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
      &lt;!-- The sRGB chunk, containing rendering intent information --&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   438
      &lt;!ATTLIST "sRGB" "renderingIntent" ("Perceptual" |
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   439
        "Relative colorimetric" | "Saturation" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
        "Absolute colorimetric") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
        &lt;!-- The rendering intent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
    &lt;!ELEMENT "tEXt" (tEXtEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
      &lt;!-- The tEXt chunk, containing text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
      &lt;!-- Max children: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
      &lt;!ELEMENT "tEXtEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
        &lt;!-- A text entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
        &lt;!ATTLIST "tEXtEntry" "keyword" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
          &lt;!-- The keyword --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
        &lt;!ATTLIST "tEXtEntry" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
          &lt;!-- The text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
    &lt;!ELEMENT "tIME" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
      &lt;!-- The tIME chunk, containing the image modification time --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
      &lt;!ATTLIST "tIME" "year" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
        &lt;!-- The year when the image was last modified --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
      &lt;!ATTLIST "tIME" "month" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
        &lt;!-- The month when the image was last modified, 1 = January --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
        &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
        &lt;!-- Max value: 12 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
      &lt;!ATTLIST "tIME" "day" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
        &lt;!-- The day of the month when the image was last modified --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
        &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
        &lt;!-- Max value: 31 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
      &lt;!ATTLIST "tIME" "hour" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
        &lt;!-- The hour when the image was last modified --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
        &lt;!-- Max value: 23 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
      &lt;!ATTLIST "tIME" "minute" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
        &lt;!-- The minute when the image was last modified --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
        &lt;!-- Max value: 59 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
      &lt;!ATTLIST "tIME" "second" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
        &lt;!-- The second when the image was last modified, 60 = leap second --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
        &lt;!-- Max value: 60 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
    &lt;!ELEMENT "tRNS" (tRNS_Grayscale | tRNS_RGB | tRNS_Palette)&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
      &lt;!-- The tRNS chunk, containing transparency information --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
      &lt;!ELEMENT "tRNS_Grayscale" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
        &lt;!-- A grayscale value that should be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
        &lt;!ATTLIST "tRNS_Grayscale" "gray" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
          &lt;!-- The gray value to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
      &lt;!ELEMENT "tRNS_RGB" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
        &lt;!-- An RGB value that should be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
        &lt;!ATTLIST "tRNS_RGB" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
          &lt;!-- The red value to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
        &lt;!ATTLIST "tRNS_RGB" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
          &lt;!-- The green value to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
        &lt;!ATTLIST "tRNS_RGB" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
          &lt;!-- The blure value to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
      &lt;!ELEMENT "tRNS_Palette" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
        &lt;!-- A palette index that should be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
        &lt;!ATTLIST "tRNS_Palette" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
          &lt;!-- A palette index to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   525
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
        &lt;!ATTLIST "tRNS_Palette" "alpha" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   527
          &lt;!-- The transparency associated with the palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
    &lt;!ELEMENT "zTXt" (zTXtEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
      &lt;!-- The zTXt chunk, containing compressed text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
      &lt;!-- Max children: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
      &lt;!ELEMENT "zTXtEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
        &lt;!-- A compressed text entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
        &lt;!-- User object: array of byte --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
        &lt;!-- Min length: 0 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
        &lt;!-- Max length: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
        &lt;!ATTLIST "zTXtEntry" "keyword" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
          &lt;!-- The keyword --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
        &lt;!ATTLIST "zTXtEntry" "compressionMethod" ("deflate")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
           #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
          &lt;!-- The compressed text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
    &lt;!ELEMENT "UnknownChunks" (UnknownChunk)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
      &lt;!-- A set of unknown chunks --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
      &lt;!-- Max children: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
      &lt;!ELEMENT "UnknownChunk" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
        &lt;!-- Unknown chunk data stored as a byte array --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
        &lt;!-- User object: array of byte --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
        &lt;!-- Min length: 0 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
        &lt;!-- Max length: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
        &lt;!ATTLIST "UnknownChunk" "type" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
          &lt;!-- The 4-character type of the unknown chunk --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
]&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
</pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
</html>