cbrn:SourcePositionType
complexType SourcePositionType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
Definition
A data type for identifying the location of a nuclide source by actual georef coordinates or by relation to another object.
Diagram
XML Schema
<xs:complexType name="SourcePositionType">
<xs:annotation>
<xs:documentation>
A data type for identifying the location of a nuclide source by actual georef coordinates or by relation to another object.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:SourcePositionChoiceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SourcePositionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>