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