Definition Type: Element
Name: row
Namespace: http://www.opengis.net/gml
Containing Schema: geometryPrimitives.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into pointProperty in schema geometrybasic0d1d_xsd Drilldown into pos in schema geometrybasic0d1d_xsd Drilldown into geometricPositionGroup in schema geometrybasic0d1d_xsd Drilldown into posList in schema geometrybasic0d1d_xsd Drilldown into geometricPositionListGroup in schema geometrybasic0d1d_xsdXSD Diagram of row in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="row" maxOccurs="unbounded">
    <complexType>
        <sequence>
            <group ref="gml:geometricPositionListGroup" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
posList gml:posList (1) (1)
pos gml:pos (1) (1)
pointProperty gml:pointProperty (1) (1)
<xs:group> gml:geometricPositionListGroup (1) (1)
<xs:group> gml:geometricPositionGroup (1) unbounded