cbrn:RadItemInformation
A set of information describing a measured item.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:RadItemInformationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:RemarkText [0..*]A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element.
- cbrn:RemarksComplexObjectAugmentationPointAbstract [0..*]An augmentation point for cbrn:RemarksComplexObjectType.
- cbrn:RadItemDescriptionText [0..1]A description of the item being measured.
- cbrn:RadItemQuantity [0..1]A count or size of the item being measured, and its uncertainty. The units and interpretation of this value will be application-specific, but will normally be the weight or volume of the measured item, used in the calculation of item activity concentration.
- cbrn:RadItemMeasurementGeometryDescriptionText [0..1]A description of the position and/or shape of the geometry used in the measurement of this item; e.g., shape of the item, item orientation relative to the radiation detectors, position of any attenuators used.
- cbrn:RadItemCharacteristics [0..*]A set of data providing characteristics of a measured item that are not otherwise explicitly defined in the relevant IEPD schema. Each characteristic consists of name, value, units, and value data class. Characteristics may also be organized in characteristic groups.
- cbrn:RadItemInformationAugmentationPointAbstract [0..*]An augmentation point for cbrn:RadItemInformationType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:RadItemInformationAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type cbrn:MultimediaDataType (Element cbrn:MultimediaData)
- Type cbrn:RadInstrumentDataType (Element cbrn:RadInstrumentData)
- Type cbrn:RadItemStateType (Element cbrn:RadItemState)
- Type cbrn:RadMeasurementType (Element cbrn:RadMeasurement)
Sample instance
<cbrn:RadItemInformation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:RadItemDescriptionText>string</cbrn:RadItemDescriptionText> <cbrn:RadItemQuantity> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:RadItemQuantityValue>1.0</cbrn:RadItemQuantityValue> <cbrn:RadItemQuantityUncertaintyValue>1.0</cbrn:RadItemQuantityUncertaintyValue> <cbrn:RadItemQuantityUnitText>string</cbrn:RadItemQuantityUnitText> <cbrn:RadItemQuantityAugmentationPoint>any content</cbrn:RadItemQuantityAugmentationPoint> </cbrn:RadItemQuantity> <cbrn:RadItemMeasurementGeometryDescriptionText>string</cbrn:RadItemMeasurementGeometryDescriptionText> <cbrn:RadItemCharacteristics> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:CharacteristicGroup cbrn:groupOutOfLimitsIndicator="true"> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:CharacteristicGroupName>string</cbrn:CharacteristicGroupName> <cbrn:Characteristic cbrn:valueDateTime="2000-01-01T12:00:00" cbrn:valueOutOfLimitsIndicator="true">... </cbrn:Characteristic> <cbrn:CharacteristicGroupAugmentationPoint>any content</cbrn:CharacteristicGroupAugmentationPoint> </cbrn:CharacteristicGroup> <cbrn:CharacteristicsAugmentationPoint>any content</cbrn:CharacteristicsAugmentationPoint> </cbrn:RadItemCharacteristics> <cbrn:RadItemInformationAugmentationPoint>any content</cbrn:RadItemInformationAugmentationPoint> </cbrn:RadItemInformation>