Definition Type: ComplexType
Name: TopoCurveType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTopologyType
Containing Schema: topology.xsd
Abstract False
Documentation:
The end Node of each directedEdge of a TopoCurveType is the start Node of the next directedEdge of the TopoCurveType in document order. The TopoCurve type and element represent a homogeneous topological expression, a list of directed edges, which if realised are isomorphic to a geometric curve primitive. The intended use of TopoCurve is to appear within a line feature instance to express the structural and geometric relationships of this line to other features via the shared edge definitions.
Collapse XSD Schema Diagram:
Drilldown into directedEdge Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into AbstractTopologyTypeXSD Diagram of TopoCurveType
Collapse XSD Schema Code:
<complexType name="TopoCurveType">
    <annotation>
        <documentation>The end Node of each directedEdge of a TopoCurveType

is the start Node of the next directedEdge of the TopoCurveType in document order.  The TopoCurve type and element represent a homogeneous topological expression, a list of directed edges, which if realised are isomorphic to a geometric curve primitive. The intended use of TopoCurve is to appear within a line feature instance to express the structural and geometric relationships of this line to other features via the shared edge definitions.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTopologyType">
            <sequence>
                <element ref="gml:directedEdge" 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
directedEdge gml:directedEdge (1) unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:TopoCurve
Collapse Comments:
blog comments powered by Disqus