cbrn:ChannelDataType
A data type for spectrum channel data.
Complex type information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Content
from type nc:DoubleListType
from type nc:DoubleListSimpleType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from group structures:SimpleObjectAttributeGroup | |
structures:ref | [0..1] | xsd:IDREF | from group structures:SimpleObjectAttributeGroup | |
structures:metadata | [0..1] | xsd:IDREFS | from group structures:SimpleObjectAttributeGroup | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from group structures:SimpleObjectAttributeGroup | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from group structures:SimpleObjectAttributeGroup | |
cbrn:compressionCode | [1..1] | cbrncl:CompressionCodeSimpleType | An algorithm, if any, by which the channel data have been compressed. If this attribute is omitted, the data have not been compressed. The kinds of data compression are as follows: - None: the data are not compressed. The number of values in the ChannelData element is equal to the number of channels of data represented by the element. - CountedZeroes: the data have been compressed by the removal of repeated zero values. When a "0" value appears in the ChannelData contents, the next value is the number of consecutive zero-value channels beginning with the first zero-value in the sequence. For example, the following 18 channels of uncompressed data: 22 5 0 2 1 0 0 3 4 0 0 0 0 0 0 0 0 1 would be represented in compressed form by 22 5 0 1 2 1 0 2 3 4 0 8 1 The italicized values in the list show cases where one, two, and eight zeroes have been compressed. |
Used by
- Element cbrn:ChannelDataValueList
Type inheritance chain
- nc:DoubleListSimpleType
- nc:DoubleListType
- cbrn:ChannelDataType
- nc:DoubleListType