Definition Type: ComplexType
Name: TopoCurveType
Namespace: http://www.opengis.net/gml
Containing Schema: topology.xsd
Abstract
Documentation:
The directed edges of a TopoCurveType when joined in document order shall be isomorphic to a gml:_Curve in any geometric realization.
Collapse XSD Schema Diagram:
Drilldown into directedEdge in schema topology_xsdXSD Diagram of TopoCurveType in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TopoCurveType">
    <annotation>
        <documentation>The directed edges of a TopoCurveType when joined in document order shall be isomorphic to a gml:_Curve in any geometric realization.</documentation>
    </annotation>
    <sequence>
        <element ref="gml:directedEdge" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
directedEdge gml:directedEdge (1) unbounded
Collapse Derivation Tree:
Collapse References:
gml:TopoCurve