~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to okteta/kasten/controllers/view/structures/schema/example/png/png.osd

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-06-08 21:18:35 UTC
  • mfrom: (1.2.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20100608211835-cbqyi7niq15bl48w
Tags: 4:4.4.85-0ubuntu1
* New upstream beta release
  - Bump build-depends
  - Drop README.source no longer need
  - Update install files
  - Add separator in printer-applet depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
 
  xsi:noNamespaceSchemaLocation="../../structuredefs.xsd">
4
 
  <struct name="pngHeader">
5
 
    <array name="signature" length="12">
6
 
      <primitive name="val" type="Char" />
7
 
    </array>
8
 
    <struct name="ImageHeader">
9
 
      <array name="signature" length="4">
10
 
        <primitive name="val" type="Char" />
11
 
      </array>
12
 
      <primitive name="width" type="UInt32" />
13
 
      <primitive name="height" type="UInt32" />
14
 
      <primitive name="bitDepth" type="UInt8" />
15
 
      <primitive name="colourType" type="UInt8" />
16
 
      <primitive name="compressionMethod" type="UInt8" />
17
 
      <primitive name="filterMethod" type="UInt8" />
18
 
      <primitive name="interlaceMethod" type="UInt8" />
19
 
    </struct>
20
 
  </struct>
21
 
</data>
 
 
b'\\ No newline at end of file'