Definition Type: ComplexType
Name: NodeType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTopoPrimitiveType
Containing Schema: topology.xsd
Abstract
Documentation:
Its optional co-boundary is a set of connected directedEdges. The orientation of one of these dirEdges is "+" if the Node is the "to" node of the Edge, and "-" if it is the "from" node.
Collapse XSD Schema Diagram:
Drilldown into pointProperty in schema geometrybasic0d1d_xsd Drilldown into directedEdge 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 NodeType in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="NodeType">
    <annotation>
        <documentation> Its optional co-boundary is a set of connected directedEdges.  The orientation of one of these dirEdges is "+" if the Node is the "to" node of the Edge, and "-" if it is the "from" node. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTopoPrimitiveType">
            <sequence>
                <element ref="gml:directedEdge" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:pointProperty" minOccurs="0" />
                <!-- <element name="geometry" type="gml:PointPropertyType" 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
directedEdge gml:directedEdge 0 unbounded
pointProperty gml:pointProperty 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:Node