cbrn:Orientation
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.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:OrientationType
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:AzimuthValue [1..1]An objects(i.e., instrument, detector, or item) orientation, with respect to True North. Its value is the angle subtended by a line from the center point of the object to True North in the horizontal plane and the line formed by the object's front-to-back axis projected onto the horizontal plane. The angle range is from "-180.0" to "+180.0" degrees. A value of zero implies the front of the object's body is pointed to True North; positive values imply the front is pointed to the east of True North; negative values imply the front is pointed to the west of True North.
- cbrn:InclinationValue [0..1]An object's orientation (i.e., radiation measurement instrument, radiation detector, or measured item) with respect to the horizontal plane. Its value is the angle subtended by the line formed by the objects front-to-rear axis and the line formed by the projection of that line onto the horizontal plane. The angle range is from "-90.0" to "+90.0" degrees. A value of zero implies the object's front-to-rear axis is level, i.e., aligned with the horizontal plane; positive values implies the object is pointed up; negative values imply the object is pointed down.
- cbrn:RollValue [0..1]An object's orientation (e.g., radiation detection instrument, radiation detector, or measured item) with respect to the axis running from the front to the back of the object. Its value is the angle subtended by a line defined by the objects left-to-right axis and a line defined by the same axis when it is aligned with the horizontal plane. The angle range is from "-180.0" to "+180.0" degrees. A value of zero implies the object's body is not rotated about the front-to-back axis and its left-to- right axis is aligned with the horizontal plane (though the object may be inclined); positive values are clockwise rotations about the front-to-back axis when viewed from behind the object and looking towards the direction to which the object is pointing; negative values are counterclockwise rotations.
- cbrn:OrientationAugmentationPointAbstract [0..*]An augmentation point for cbrn:OrientationType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:OrientationAugmentationPoint
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:StateVectorType (Element cbrn:StateVector)
Sample instance
<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>