Definition Type: ComplexType
Name: FaceType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:AbstractTopoPrimitiveType
Containing Schema: topology.xsd
Abstract
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 isolated in schema topology_xsd Drilldown into name in schema gmlbase_xsd Drilldown into identifier in schema gmlbase_xsd Drilldown into descriptionReference in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema deprecatedtypes_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_xsd Drilldown into AbstractTopoPrimitiveType in schema topology_xsd Drilldown into universal in schema topology_xsd Drilldown into aggregationType in schema gmlbase_xsd Drilldown into AggregationAttributeGroup in schema gmlbase_xsdXSD Diagram of FaceType in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="FaceType">
    <complexContent>
        <extension base="gml:AbstractTopoPrimitiveType">
            <sequence>
                <element name="isolated" type="gml:NodePropertyType" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:directedEdge" maxOccurs="unbounded" />
                <element ref="gml:directedTopoSolid" minOccurs="0" maxOccurs="2" />
                <element ref="gml:surfaceProperty" minOccurs="0" />
            </sequence>
            <attributeGroup ref="gml:AggregationAttributeGroup" />
            <attribute name="universal" type="boolean" use="optional" default="false">
                <annotation>
                    <documentation>If the topological representation exists an unbounded manifold (e.g. Euclidean plane), a gml:Face must indicate whether it is a universal face or not, to ensure a lossless topology representation as defined by Kuijpers, et. al. (see OGC 05-102 Topology IPR). The optional universal attribute of type boolean is used to indicate this. NOTE The universal face is normally not part of any feature, and is used to represent the unbounded portion of the data set. Its interior boundary (it has no exterior boundary) would normally be considered the exterior boundary of the map represented by the data set. </documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
descriptionReference gml:descriptionReference 0 (1)
identifier gml:identifier 0 (1)
name gml:name 0 unbounded
isolated gml:isolated 0 unbounded
directedEdge gml:directedEdge (1) unbounded
directedTopoSolid gml:directedTopoSolid 0 2
surfaceProperty gml:surfaceProperty 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id (Optional)
aggregationType gml:aggregationType (Optional)
universal gml:universal false Optional
Collapse Derivation Tree:
Collapse References:
gml:Face