Definition Type: Element
Name: breakLines
Namespace: http://www.opengis.net/gml
Type: gml:LineStringSegmentArrayPropertyType
Containing Schema: geometryPrimitives.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Breaklines are lines of a critical nature to the shape of the surface, representing local ridges, or depressions (such as drainage lines) in the surface. As such their constituent segments must be included in the tin eve if doing so violates the Delauny criterion. Break lines contains these critical segments as a set of line strings.
Collapse XSD Schema Diagram:
Drilldown into LineStringSegment in schema geometryprimitives_xsd Drilldown into LineStringSegmentArrayPropertyType in schema geometryprimitives_xsdXSD Diagram of breakLines in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="breakLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded">
    <annotation>
        <documentation>Breaklines are lines of a critical
       nature to the shape of the surface, representing local
       ridges, or depressions (such as drainage lines) in the
       surface. As such their constituent segments must be
       included in the tin eve if doing so
       violates the Delauny criterion. Break lines contains these
       critical segments as a set of line strings.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineStringSegment gml:LineStringSegment 0 unbounded
Collapse Derivation Tree: