mo:WGS84LineStringType

complexType WGS84LineStringType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/

Definition

A data type for a series of connected line segments, using WGS84 coordinates

Diagram

XML Schema

<xs:complexType name="WGS84LineStringType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for a series of connected line segments, using WGS84 coordinates
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="gml:LineString" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
A gml:LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>