Schema Central > NIEM 3.2 > geometryBasic2d.xsd > gml:interior
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:interior

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 information

Namespace: http://www.opengis.net/gml/3.2

Schema document: external/ogc/gml/3.2.1/geometryBasic2d.xsd

Other elements with the same name: gml:interior

Type: gml:AbstractRingPropertyType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<gml:interior>
   <gml:LinearRing>
      <gml:pos>1.0 1.0</gml:pos>
   </gml:LinearRing>
</gml:interior>