This is true if the binary data was written in BigEndian order. This is dependent on the system architecture of the machine that wrote the pixels. True for essentially all modern CPUs other than Intel and Alpha. All Binary data must be written in the same endian order.
Character count attribute for the BinData field. This is the length of the base-64 encoded block. It allows easy skipping of the block when parsing the file. [unit:bytes]
Source
<xsd:element name="BinData"><!-- top level definition --><xsd:annotation><xsd:appinfo><xsdfu><plural>BinDataBlocks</plural></xsdfu></xsd:appinfo><xsd:documentation>The contents of this element are base64-encoded. These are not CDATA sections, just a base64 stream.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:simpleContent><xsd:extension base="xsd:base64Binary"><xsd:attribute name="Compression" default="none" use="optional"><xsd:annotation><xsd:documentation>Specifies the compression scheme used to encode the data.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="zlib"/><xsd:enumeration value="bzip2"/><xsd:enumeration value="none"/></xsd:restriction></xsd:simpleType></xsd:attribute><xsd:attribute name="BigEndian" use="required" type="xsd:boolean"><xsd:annotation><xsd:documentation>This is true if the binary data was written in BigEndian order. This is dependent on the system architecture of the machine that wrote the pixels. True for essentially all modern CPUs other than Intel and Alpha. All Binary data must be written in the same endian order.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="Length" use="required"><xsd:annotation><xsd:documentation>Character count attribute for the BinData field. This is the length of the base-64 encoded block. It allows easy skipping of the block when parsing the file. [unit:bytes]</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="OME:NonNegativeLong"></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType></xsd:element>
Describes a file location. Can optionally specify a portion of a file using Offset and a ReadLength.If Offset and ReadLength are specified in conjuction with Compression, then they point into the uncompressed file.
<xsd:element name="External"><!-- top level definition --><xsd:annotation><xsd:appinfo><xsdfu><plural>Externals</plural></xsdfu></xsd:appinfo><xsd:documentation>Describes a file location. Can optionally specify a portion of a file using Offset and a ReadLength. If Offset and ReadLength are specified in conjuction with Compression, then they point into the uncompressed file.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:attribute name="href" use="required" type="xsd:anyURI"><xsd:annotation><xsd:documentation>file location</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="SHA1" use="required" type="Bin:Hex40"><xsd:annotation><xsd:documentation>The digest of the file specified in href.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="Compression" default="none" use="optional"><xsd:annotation><xsd:documentation>Specifies the compression scheme used to encode the data.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="zlib"/><xsd:enumeration value="bzip2"/><xsd:enumeration value="none"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:complexType></xsd:element>
<xsd:attribute name="Compression" default="none" use="optional"><xsd:annotation><xsd:documentation>Specifies the compression scheme used to encode the data.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="zlib"/><xsd:enumeration value="bzip2"/><xsd:enumeration value="none"/></xsd:restriction></xsd:simpleType></xsd:attribute>
This is true if the binary data was written in BigEndian order. This is dependent on the system architecture of the machine that wrote the pixels. True for essentially all modern CPUs other than Intel and Alpha. All Binary data must be written in the same endian order.
<xsd:attribute name="BigEndian" use="required" type="xsd:boolean"><xsd:annotation><xsd:documentation>This is true if the binary data was written in BigEndian order. This is dependent on the system architecture of the machine that wrote the pixels. True for essentially all modern CPUs other than Intel and Alpha. All Binary data must be written in the same endian order.</xsd:documentation></xsd:annotation></xsd:attribute>
Character count attribute for the BinData field. This is the length of the base-64 encoded block. It allows easy skipping of the block when parsing the file. [unit:bytes]
<xsd:attribute name="Length" use="required"><xsd:annotation><xsd:documentation>Character count attribute for the BinData field. This is the length of the base-64 encoded block. It allows easy skipping of the block when parsing the file. [unit:bytes]</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="OME:NonNegativeLong"></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attribute name="SHA1" use="required" type="Bin:Hex40"><xsd:annotation><xsd:documentation>The digest of the file specified in href.</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="Compression" default="none" use="optional"><xsd:annotation><xsd:documentation>Specifies the compression scheme used to encode the data.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="zlib"/><xsd:enumeration value="bzip2"/><xsd:enumeration value="none"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attribute name="Size" use="required" type="OME:NonNegativeLong"><xsd:annotation><xsd:documentation>Size of the uncompressed file. [unit:bytes]</xsd:documentation></xsd:annotation></xsd:attribute>