cbrn:PointXYType

complexType PointXYType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type that provides a pair of values for a data point, and optionally their uncertainties.

Diagram

XML Schema

<xs:complexType name="PointXYType">
<xs:annotation>
<xs:documentation>
A data type that provides a pair of values for a data point, and optionally their uncertainties.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:XValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:YValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:PointXYAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="cbrn:xUncertaintyValue" use="required"/>
<xs:attribute ref="cbrn:yUncertaintyValue" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>