cbrn:OriginType
complexType OriginType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
Definition
A data type for the origin of a relative location coordinate system.
Diagram
XML Schema
<xs:complexType name="OriginType">
<xs:annotation>
<xs:documentation>
A data type for the origin of a relative location coordinate system.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:GeographicPoint" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:OriginDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadInstrumentInformation" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorInformation" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:MeasuredItemIdentification" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:OriginAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>