Definition Type: ComplexType
Name: LineStringSegmentArrayPropertyType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
gml:LineStringSegmentArrayPropertyType provides a container for line strings.
Collapse XSD Schema Diagram:
Drilldown into LineStringSegment in schema geometryprimitives_xsdXSD Diagram of LineStringSegmentArrayPropertyType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="LineStringSegmentArrayPropertyType">
    <annotation>
        <documentation>gml:LineStringSegmentArrayPropertyType provides a container for line strings.</documentation>
    </annotation>
    <sequence minOccurs="0" maxOccurs="unbounded">
        <element ref="gml:LineStringSegment" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineStringSegment gml:LineStringSegment (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:breakLines, gml:stopLines