nc:LongitudeCoordinateType
complexType LongitudeCoordinateType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a measurement of the angular distance between a point on the Earth and the Prime Meridian.
Diagram
XML Schema
<xs:complexType name="LongitudeCoordinateType">
<xs:annotation>
<xs:documentation>
A data type for a measurement of the angular distance between a point on the Earth and the Prime Meridian.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:LongitudeDegreeValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LongitudeMinuteValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LongitudeSecondValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LongitudeCoordinateAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>