cbrn:EncounterDeviceLocation
Geometric data regarding the location of an encounter device, and location of the measured item with respect to the location of the encounter device.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:EncounterDeviceLocationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:EncounterDeviceLocationName [0..*] Name of the physical location where a measurement was performed by an encounter device.
- cbrn:EncounterDeviceCoordinates [0..*] Geographical coordinates (latitude, longitude, optional elevation) of an encounter device location at the time a measurement was performed.
- cbrn:EncounterDeviceToItemDistance [0..*] Distance from an encounter device to the item being measured. For a single-element detector, the EncounterDeviceToItemDistance is equal to the distance between the face of the detector and the estimated center of the source. If the source is inside a conveyance, the value of EncounterDeviceToItemDistance is equal to the distance from the face of the detector to the center of the conveyance, unless the source location can be determined more accurately. If the element EncounterDeviceToItemDistance is specified for a portal, the value equals the distance between the midpoint of the portal and the face of closest detector.
- cbrn:EncounterDeviceToItemBearing [0..*] Azimuth and elevation from an encounter device center of mass to the estimated center of the measured item.
- cbrn:EncounterDeviceSpatialOrientation [0..*] An encounter device's spatial orientation with respect to True North, the horizontal axis, and the angle of the device's vertical axis from the ellipsoid vertical axis; i.e., pitch, yaw, and roll.
- cbrn:MeasuredItemID [0..*] Identifier of a measured item. There is no required format for the ID value.
- cbrn:PositionID [0..*] Position identifier of an encounter device that is deployed in a designed position, such as an inspection lane. There is no required format for the ID value.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
Sample instance
<cbrn:EncounterDeviceLocation> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:EncounterDeviceLocationName>string</cbrn:EncounterDeviceLocationName> <cbrn:EncounterDeviceCoordinates> <nc:GeographicDatumCode>SAN-F</nc:GeographicDatumCode> <nc:GeographicCoordinateLatitude> <nc:LatitudeDegreeValue>1.0</nc:LatitudeDegreeValue> <nc:LatitudeMinuteValue>1.0</nc:LatitudeMinuteValue> <nc:LatitudeSecondValue>1.0</nc:LatitudeSecondValue> </nc:GeographicCoordinateLatitude> <nc:GeographicCoordinateLongitude> <nc:LongitudeDegreeValue>1.0</nc:LongitudeDegreeValue> <nc:LongitudeMinuteValue>1.0</nc:LongitudeMinuteValue> <nc:LongitudeSecondValue>1.0</nc:LongitudeSecondValue> </nc:GeographicCoordinateLongitude> <cbrn:CoordinatesMethodCode>Site</cbrn:CoordinatesMethodCode> <cbrn:CoordinateList>string string</cbrn:CoordinateList> <cbrn:CoordinateDuration>P1Y2M3DT10H</cbrn:CoordinateDuration> </cbrn:EncounterDeviceCoordinates> <cbrn:EncounterDeviceToItemDistance> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> </cbrn:EncounterDeviceToItemDistance> <cbrn:EncounterDeviceToItemBearing> <cbrn:AzimuthOffset>1.0 1.0</cbrn:AzimuthOffset> <cbrn:ElevationOffset>1.0 1.0</cbrn:ElevationOffset> </cbrn:EncounterDeviceToItemBearing> <cbrn:EncounterDeviceSpatialOrientation> <cbrn:TrueNorthOffset>1.0 1.0</cbrn:TrueNorthOffset> <cbrn:VerticalOffset>1.0 1.0</cbrn:VerticalOffset> <cbrn:RotationalOffset>1.0 1.0</cbrn:RotationalOffset> </cbrn:EncounterDeviceSpatialOrientation> <cbrn:MeasuredItemID>string</cbrn:MeasuredItemID> <cbrn:PositionID>string</cbrn:PositionID> </cbrn:EncounterDeviceLocation>