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

ValueDefinition
CountedZeroesThe data is compressed using the CountedZeroes algorithm.
NoneNo 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: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>