Schema Central > niem40 > gml-oasis.xsd > gml:exterior
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:exterior

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 information

Type: gml:AbstractRingPropertyType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<gml:exterior>
   <gml:LinearRing>
      <gml:posList>1.0 1.0</gml:posList>
   </gml:LinearRing>
</gml:exterior>