hdf5:SZIP

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ByteOrder restriction of xs:string required
Coding restriction of xs:string Entropy optional
Header restriction of xs:string optional
Mode restriction of xs:string optional
Pixels_per_block xs:nonNegativeInteger required

Used By

Source

<xs:element name="SZIP">
  <xs:complexType>
    <xs:attribute name="Pixels_per_block" type="xs:nonNegativeInteger" use="required"/>
    <xs:attribute name="Mode" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="Hardware"/>
          <xs:enumeration value="K13"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="Coding" use="optional" default="Entropy">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="Entropy"/>
          <xs:enumeration value="NN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="ByteOrder" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="LSB"/>
          <xs:enumeration value="MSB"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="Header" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="Raw"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample