geo:GeometryType

complexType GeometryType in namespace http://release.niem.gov/niem/adapters/geospatial/4.0/

Definition

A data type that encapsulates a GML geometry element.

Diagram

XML Schema

<xs:complexType name="GeometryType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type that encapsulates a GML geometry element.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="gml:AbstractGeometry" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The AbstractGeometry element is the abstract head of the substitution group for all geometry elements of GML. This includes pre-defined and user-defined geometry elements. Any geometry element shall be a direct or indirect extension/restriction of AbstractGeometryType and shall be directly or indirectly in the substitution group of AbstractGeometry.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>