Definition Type: ComplexType
Name: NodeType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTopoPrimitiveType
Containing Schema: topology.xsd
Abstract False
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 Drilldown into directedEdge Drilldown into container Drilldown into isolated Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into AbstractTopologyType Drilldown into AbstractTopoPrimitiveTypeXSD Diagram of NodeType
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 (1)
directedEdge gml:directedEdge 0 unbounded
pointProperty gml:pointProperty 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:Node
Collapse Comments:
blog comments powered by Disqus