geo:SurfaceType

complexType SurfaceType in namespace http://release.niem.gov/niem/adapters/geospatial/5.0/

Definition

A data type for a surface, which is a 2-dimensional primitive and is composed of one or more surface patches. The surface patches are connected to one another.

Diagram

XML Schema

<xs:complexType name="SurfaceType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for a surface, which is a 2-dimensional primitive and is composed of one or more surface patches. The surface patches are connected to one another.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="gml:Surface" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A Surface is a 2-dimensional primitive and is composed of one or more surface patches. The surface patches are connected to one another.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>