cbrn:GeographicPointType
complexType GeographicPointType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for geographical coordinates of a point on the surface of the earth. For latitudes, positive values correspond to Northern latitudes, and negative values to Southern; for longitudes, positive values are Eastern longitudes and negative are Western. The units of measure for elevation and positional accuracy elements is given by the units attribute.
Diagram
XML Schema
<xs:complexType name="GeographicPointType">
<xs:annotation>
<xs:documentation>
A data type for geographical coordinates of a point on the surface of the earth. For latitudes, positive values correspond to Northern latitudes, and negative values to Southern; for longitudes, positive values are Eastern longitudes and negative are Western. The units of measure for elevation and positional accuracy elements is given by the units attribute.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:LatitudeValue" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:LongitudeValue" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:ElevationValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:ElevationOffsetValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:GeoPointAccuracyValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:ElevationAccuracyValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:ElevationOffsetAccuracyValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:GeographicPointAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="cbrn:datumText" use="required"/>
<xs:attribute ref="cbrn:unitsText" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>