See ISO/DIS 19136 Clause 10.GML is an OGC Standard.Copyright (c) 2007, 2010, 2016, 2018 Open Geospatial Consortium.To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default
unqualified
element form default
qualified
version
3.2.2
Element gml:AbstractSurface
Namespace
http://www.opengis.net/gml/3.2
Annotations
The AbstractSurface element is the abstract head of the substitution group for all (continuous) surface elements.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
<element name="AbstractSurface" type="gml:AbstractSurfaceType" abstract="true" substitutionGroup="gml:AbstractGeometricPrimitive"><annotation><documentation>The AbstractSurface element is the abstract head of the substitution group for all (continuous) surface elements.</documentation></annotation></element>
Element gml:exterior
Namespace
http://www.opengis.net/gml/3.2
Annotations
A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.
<element name="exterior" type="gml:AbstractRingPropertyType"><annotation><documentation>A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.</documentation></annotation></element>
Element gml:AbstractRing
Namespace
http://www.opengis.net/gml/3.2
Annotations
An abstraction of a ring to support surface boundaries of different complexity.The AbstractRing element is the abstract head of the substituition group for all closed boundaries of a surface patch.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
<element name="AbstractRing" type="gml:AbstractRingType" abstract="true" substitutionGroup="gml:AbstractCurve"><annotation><documentation>An abstraction of a ring to support surface boundaries of different complexity. The AbstractRing element is the abstract head of the substituition group for all closed boundaries of a surface patch.</documentation></annotation></element>
Element gml:interior
Namespace
http://www.opengis.net/gml/3.2
Annotations
A boundary of a surface consists of a number of rings. The "interior" rings separate the surface / surface patch from the area enclosed by the rings.
<element name="interior" type="gml:AbstractRingPropertyType"><annotation><documentation>A boundary of a surface consists of a number of rings. The "interior" rings separate the surface / surface patch from the area enclosed by the rings.</documentation></annotation></element>
Element gml:surfaceProperty
Namespace
http://www.opengis.net/gml/3.2
Annotations
This property element either references a surface via the XLink-attributes or contains the surface element. surfaceProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for AbstractSurface.
<element name="surfaceProperty" type="gml:SurfacePropertyType"><annotation><documentation>This property element either references a surface via the XLink-attributes or contains the surface element. surfaceProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for AbstractSurface.</documentation></annotation></element>
Element gml:Polygon
Namespace
http://www.opengis.net/gml/3.2
Annotations
A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
<element name="Polygon" type="gml:PolygonType" substitutionGroup="gml:AbstractSurface"><annotation><documentation>A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.</documentation></annotation></element>
Element gml:LinearRing
Namespace
http://www.opengis.net/gml/3.2
Annotations
A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
<element name="LinearRing" type="gml:LinearRingType" substitutionGroup="gml:AbstractRing"><annotation><documentation>A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.</documentation></annotation></element>
Complex Type gml:SurfacePropertyType
Namespace
http://www.opengis.net/gml/3.2
Annotations
A property that has a surface as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.
<complexType name="SurfacePropertyType"><annotation><documentation>A property that has a surface as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.</documentation></annotation><sequence minOccurs="0"><element ref="gml:AbstractSurface"/></sequence><attributeGroup ref="gml:AssociationAttributeGroup"/><attributeGroup ref="gml:OwnershipAttributeGroup"/></complexType>
Complex Type gml:AbstractSurfaceType
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
<complexType name="AbstractSurfaceType" abstract="true"><annotation><documentation>gml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.</documentation></annotation><complexContent><extension base="gml:AbstractGeometricPrimitiveType"/></complexContent></complexType>
Complex Type gml:SurfaceArrayPropertyType
Namespace
http://www.opengis.net/gml/3.2
Annotations
gml:SurfaceArrayPropertyType is a container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.
<complexType name="SurfaceArrayPropertyType"><annotation><documentation>gml:SurfaceArrayPropertyType is a container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.</documentation></annotation><sequence minOccurs="0" maxOccurs="unbounded"><element ref="gml:AbstractSurface"/></sequence><attributeGroup ref="gml:OwnershipAttributeGroup"/></complexType>
Complex Type gml:AbstractRingPropertyType
Namespace
http://www.opengis.net/gml/3.2
Annotations
A property with the content model of gml:AbstractRingPropertyType encapsulates a ring to represent the surface boundary property of a surface.
<complexType name="AbstractRingPropertyType"><annotation><documentation>A property with the content model of gml:AbstractRingPropertyType encapsulates a ring to represent the surface boundary property of a surface.</documentation></annotation><sequence><element ref="gml:AbstractRing"/></sequence></complexType>
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
<complexType name="LinearRingPropertyType"><annotation><documentation>A property with the content model of gml:LinearRingPropertyType encapsulates a linear ring to represent a component of a surface boundary.</documentation></annotation><sequence><element ref="gml:LinearRing"/></sequence></complexType>