Schema Central > NIEM 3.0 > geometryPrimitives.xsd > gml:Ring
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:Ring

A ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6.
Every gml:curveMember references or contains one curve, i.e. any element which is substitutable for gml:AbstractCurve. In the context of a ring, the curves describe the boundary of the surface. The sequence of curves shall be contiguous and connected in a cycle.
If provided, the aggregationType attribute shall have the value "sequence".

Element information

Type: gml:RingType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
aggregationType [0..1]gml:AggregationTypefrom group gml:AggregationAttributeGroup

Used in

Substitution hierarchy

Sample instance

<gml:Ring>
   <gml:curveMember>
      <gml:LineString gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:descriptionReference/>
         <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
         <gml:name>string</gml:name>
         <gml:pos>1.0 1.0</gml:pos>
      </gml:LineString>
   </gml:curveMember>
</gml:Ring>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com