Definition Type: ComplexType
Name: MultiLineStringType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometricAggregateType
Containing Schema: geometryAggregates.xsd
Abstract
Documentation:
A MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements. Deprecated with GML version 3.0. Use MultiCurveType instead.
Collapse XSD Schema Diagram:
Drilldown into lineStringMember in schema geometryaggregates_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into gid in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometricAggregateType in schema geometryaggregates_xsdXSD Diagram of MultiLineStringType in schema geometryaggregates_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="MultiLineStringType">
    <annotation>
        <documentation>
				A MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements. Deprecated with GML version 3.0. Use MultiCurveType instead.
			</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometricAggregateType">
            <sequence>
                <element ref="gml:lineStringMember" minOccurs="0" maxOccurs="unbounded" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
lineStringMember gml:lineStringMember 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:MultiLineString