Definition Type: ComplexType
Name: LineStringType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometryType
Containing Schema: geometry.xsd
Abstract False
Documentation:
A LineString is defined by two or more coordinate tuples, with linear interpolation between them.
Collapse XSD Schema Diagram:
Drilldown into coordinates Drilldown into coord Drilldown into srsName Drilldown into gid Drilldown into AbstractGeometryTypeXSD Diagram of LineStringType
Collapse XSD Schema Code:
<complexType name="LineStringType">
    <annotation>
        <documentation>

        A LineString is defined by two or more coordinate tuples, with 

        linear interpolation between them. 

      </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometryType">
            <sequence>
                <choice>
                    <element ref="gml:coord" minOccurs="2" maxOccurs="unbounded" />
                    <element ref="gml:coordinates" />
                </choice>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
coord gml:coord 2 unbounded
coordinates gml:coordinates (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:LineString
Collapse Comments:
blog comments powered by Disqus