biom:EndianCodeSimpleType

simpleType EndianCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type that enumerates the ordering possibilities of individually addressable sub-components (bytes) within the representation of a recording.

Diagram

Enumerations

ValueDefinition
0Big Endian
1Little Endian

XML Schema

<xs:simpleType name="EndianCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that enumerates the ordering possibilities of individually addressable sub-components (bytes) within the representation of a recording.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Big Endian
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Little Endian
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>