cbrn:StateVector
A set of state values for a radiation measurement instrument, a radiation detector, or 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:StateVectorType
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.
- Choice [0..*]
- cbrn:LocationDescriptionTextA free-form text description of the location of an object (e.g., radiation measurement instrument, radiation detector, or measured item) or nuclide source.
- cbrn:RelativeLocationA set of information describing the location of an object (i.e., radiation measurement instrument, radiation detector, or measured item) or a radiation source relative to a reference point (Origin).
from subst. group cbrn:StateVectorLocationChoice - cbrn:Orientation [0..1]An object's orientation (e.g., radiation measurement instrument, radiation detector, or measured item) in space in terms of an internal frame of reference attached to the object's body and an external frame of reference. The object's internal frame of reference consists of three perpendicular axes: front-back, left-right, and top-bottom. The external frame of reference consists of the horizontal plane and True North. The object's orientation is expressed in the terms of three angles: azimuth, inclination, and roll.
- cbrn:SpeedValue [0..1]An object's speed (e.g., radiation measurement instrument, radiation detector, or measured item). If an orientation bearing is defined by the presence of the Orientation element, then the SpeedValue is considered to be along this bearing.
- cbrn:StateVectorAugmentationPointAbstract [0..*]An augmentation point for cbrn:StateVectorType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:StateVectorAugmentationPoint
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:RadDetectorStateType (Element cbrn:RadDetectorState)
- Type cbrn:RadInstrumentStateType (Element cbrn:RadInstrumentState)
- Type cbrn:RadItemStateType (Element cbrn:RadItemState)
Sample instance
<cbrn:StateVector> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:LocationDescriptionText>string</cbrn:LocationDescriptionText> <cbrn:Orientation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:AzimuthValue cbrn:unitsText="token">1.0</cbrn:AzimuthValue> <cbrn:InclinationValue cbrn:unitsText="token">1.0</cbrn:InclinationValue> <cbrn:RollValue cbrn:unitsText="token">1.0</cbrn:RollValue> <cbrn:OrientationAugmentationPoint>any content</cbrn:OrientationAugmentationPoint> </cbrn:Orientation> <cbrn:SpeedValue cbrn:unitsText="token">1.0</cbrn:SpeedValue> <cbrn:StateVectorAugmentationPoint>any content</cbrn:StateVectorAugmentationPoint> </cbrn:StateVector>