cbrncl:CompressionCodeSimpleType
simpleType CompressionCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for codes that describe the algorithm (if any) by which data has been compressed.
Diagram
Enumerations
Value | Definition |
CountedZeroes | The data is compressed using the CountedZeroes algorithm. |
None | No compression |
XML Schema
<xs:simpleType name="CompressionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for codes that describe the algorithm (if any) by which data has been compressed.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="CountedZeroes">
<xs:annotation>
<xs:documentation>
The data is compressed using the CountedZeroes algorithm.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:documentation>
No compression</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>