cbrn:StateVectorType
complexType StateVectorType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type that provides location, orientation,and speed state data for an object, such as a radiation detection instrument/detector or an item being measured by an instrument/detector.
Diagram
XML Schema
<xs:complexType name="StateVectorType">
<xs:annotation>
<xs:documentation>
A data type that provides location, orientation,and speed state data for an object, such as a radiation detection instrument/detector or an item being measured by an instrument/detector.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:StateVectorLocationChoiceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:Orientation" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:SpeedValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:StateVectorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>