diagram | |||||||||||||||||||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||||||||||||||||||
type | extension of gml:AbstractTopoPrimitiveType | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
children | gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:isolated gml:directedEdge gml:directedTopoSolid gml:surfaceProperty | ||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||
source | <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> |
type | boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | gml:NodePropertyType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | gml:Node | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <element name="isolated" type="gml:NodePropertyType" minOccurs="0" maxOccurs="unbounded"/> |