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