gml:RingType

Complex Type Information

Model

Children: gml:curveMember

Attributes

QName Type Fixed Default Use Inheritable Annotation
aggregationType gml:AggregationType optional

Used By

Element gml:Ring

Source

<complexType name="RingType">
  <complexContent>
    <extension base="gml:AbstractRingType">
      <sequence>
        <element ref="gml:curveMember" maxOccurs="unbounded"/>
      </sequence>
      <attributeGroup ref="gml:AggregationAttributeGroup"/>
    </extension>
  </complexContent>
</complexType>