complexType LineStringType

complexType {http://www.opengis.net/gml}LineStringType

Type Heirarchy
{http://www.opengis.net/gml}AbstractGeometryType (by extension)
 {http://www.opengis.net/gml}LineStringType
Derived Types
{http://www.opengis.net/gml}LineStringType
 {http://www.opengis.net/gml}LineString (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns=http://www.w3.org/2001/XMLSchema


Source

<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>


Documentation

A LineString is defined by two or more coordinate tuples, with
linear interpolation between them.


complexType LineStringType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.