Definition Type: ComplexType
Name: EdgeType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTopoPrimitiveType
Containing Schema: topology.xsd
Abstract
Documentation:
There is precisely one positively directed and one negatively directed node in the boundary of every edge. The negatively and positively directed nodes correspond to the start and end nodes respectively. The optional coboundary of an edge is a circular sequence of directed faces which are incident on this edge in document order. Faces which use a particular boundary edge in its positive orientation appear with positive orientation on the coboundary of the same edge. In the 2D case, the orientation of the face on the left of the edge is "+"; the orientation of the face on the right on its right is "-". An edge may optionally be realised by a 1-dimensional (curve) geometric primitive.
Collapse XSD Schema Diagram:
Drilldown into curveProperty in schema geometrybasic0d1d_xsd Drilldown into directedFace in schema topology_xsd Drilldown into directedNode in schema topology_xsd Drilldown into container in schema topology_xsd Drilldown into isolated in schema topology_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 AbstractTopologyType in schema topology_xsd Drilldown into AbstractTopoPrimitiveType in schema topology_xsdXSD Diagram of EdgeType in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="EdgeType">
    <annotation>
        <documentation>There is precisely one positively directed and one negatively directed node in the boundary of every edge. The negatively and positively directed nodes correspond to the start and end nodes respectively. The optional coboundary of an edge is a circular sequence of directed faces which are incident on this edge in document order. Faces which use a particular boundary edge in its positive orientation appear with positive orientation on the coboundary of the same edge. In the 2D case, the orientation of the face on the left of the edge is "+"; the orientation of the face on the right on its right is "-". An edge may optionally be realised by a 1-dimensional (curve) geometric primitive.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTopoPrimitiveType">
            <sequence>
                <element ref="gml:directedNode" minOccurs="2" maxOccurs="2" />
                <element ref="gml:directedFace" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:curveProperty" minOccurs="0" />
            </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
isolated gml:isolated 0 unbounded
container gml:container 0 unbounded
directedNode gml:directedNode 2 2
directedFace gml:directedFace 0 unbounded
curveProperty gml:curveProperty 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:Edge