Definition Type: ComplexType
Name: TopoPointType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTopologyType
Containing Schema: topology.xsd
Abstract
Documentation:
The intended use of TopoPoint is to appear within a point feature to express the structural and possibly geometric relationships of this point to other features via shared node definitions. Note the orientation assigned to the directedNode has no meaning in this context. It is preserved for symmetry with the types and elements which follow.
Collapse XSD Schema Diagram:
Drilldown into directedNode 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 StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into AbstractTopologyType in schema topology_xsdXSD Diagram of TopoPointType in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TopoPointType">
    <annotation>
        <documentation>The intended use of TopoPoint is to appear within a point feature to express the structural and possibly geometric relationships of this point to other features via shared node definitions. Note the orientation assigned to the directedNode has no meaning in this context. It is preserved for symmetry with the types and elements which follow.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTopologyType">
            <sequence>
                <element ref="gml:directedNode" />
            </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
directedNode gml:directedNode (1) (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:TopoPoint