biom:EndianCodeSimpleType
simpleType EndianCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type that enumerates the ordering possibilities of individually addressable sub-components (bytes) within the representation of a recording.
Diagram
Enumerations
Value | Definition |
0 | Big Endian |
1 | Little 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:restriction base="xs:token">
<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>