cbrn:NuclideEstimatedPosition
The estimated position of a nuclide in a measured item.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:RelativePositionType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- nc:LengthUnitCode [0..*] A unit of measure of a length value.
- cbrn:RelativePositionOriginText [0..*] User/operator entered description of the origin point from which the relative position offset values are measured.
- cbrn:OffsetXValue [0..*] Value of the X dimension offset from the origin.
- cbrn:OffsetYValue [0..*] Value of the Y dimension offset from the origin.
- cbrn:OffsetZValue [0..*] Value of the Z dimension offset from the origin.
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
- Type cbrn:NuclideIdentificationType (Element cbrn:NuclideIdentification)
Sample instance
<cbrn:NuclideEstimatedPosition> <cbrn:RemarkText>string</cbrn:RemarkText> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> <cbrn:RelativePositionOriginText>string</cbrn:RelativePositionOriginText> <cbrn:OffsetXValue>1.0</cbrn:OffsetXValue> <cbrn:OffsetYValue>1.0</cbrn:OffsetYValue> <cbrn:OffsetZValue>1.0</cbrn:OffsetZValue> </cbrn:NuclideEstimatedPosition>