released-schema.2009-09.BinaryFile.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of specification Show documentation
Show all versions of specification Show documentation
The OME Data Model specification
The newest version!
The elements in this file are not yet represented by classes in the EA diagrams - ajp
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.
file location
The digest of the file specified in href.
Specifies the compression scheme used to encode the data.
The contents of this element are base64-encoded. These are not CDATA sections, just a base64 stream.
Specifies the compression scheme used to encode the data.
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.
Describes a binary file.
Size (in bytes) of the uncompressed file.