Definition Type: ComplexType
Name: FaceType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTopoPrimitiveType
Containing Schema: topology.xsd
Abstract
Documentation:
. The topological boundary of a face consists of a set of directed edges. Note that all edges associated with a Face, including dangling and interior edges, appear in the boundary. Dangling and interior edges are each referenced by pairs of directedEdges with opposing orientations. The optional coboundary of a face is a pair of directed solids which are bounded by this face. If present, there is precisely one positively directed and one negatively directed solid in the coboundary of every face. The positively directed solid corresponds to the solid which lies in the direction of the positively directed normal to the face in any geometric realisation. A face may optionally be realised by a 2-dimensional (surface) geometric primitive.
Collapse XSD Schema Diagram:
Drilldown into surfaceProperty in schema geometrybasic2d_xsd Drilldown into directedTopoSolid in schema topology_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 FaceType in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="FaceType">
    <annotation>
        <documentation>. The topological boundary of a face consists of a set of directed edges. Note that all edges associated with a Face, including dangling and interior edges, appear in the boundary.  Dangling and interior edges are each referenced by pairs of directedEdges with opposing orientations.  The optional coboundary of a face is a pair of directed solids which are bounded by this face. If present, there is precisely one positively directed and one negatively directed solid in the coboundary of every face. The positively directed solid corresponds to the solid which lies in the direction of the positively directed normal to the face in any geometric realisation.  A face may optionally be realised by a 2-dimensional (surface) geometric primitive.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTopoPrimitiveType">
            <sequence>
                <element ref="gml:directedEdge" maxOccurs="unbounded" />
                <element ref="gml:directedTopoSolid" minOccurs="0" maxOccurs="2" />
                <element ref="gml:surfaceProperty" 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 (1) unbounded
directedTopoSolid gml:directedTopoSolid 0 2
surfaceProperty gml:surfaceProperty 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:Face