Definition Type: ComplexType
Name: RingPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
Encapsulates a ring to represent properties in features or geometry collections.
Collapse XSD Schema Diagram:
Drilldown into Ring in schema geometryprimitives_xsdXSD Diagram of RingPropertyType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="RingPropertyType">
    <annotation>
        <documentation>
			        Encapsulates a ring to represent properties in features or geometry collections.
			</documentation>
    </annotation>
    <sequence>
        <element ref="gml:Ring" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Ring gml:Ring (1) (1)