Definition Type: ComplexType
Name: GeneralGridAxisType
Namespace: http://www.opengis.net/gml/3.3/rgrid
Containing Schema: referenceableGrid.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sequenceRule in schema referenceablegrid_xsd Drilldown into gridAxesSpanned in schema referenceablegrid_xsd Drilldown into coefficients in schema referenceablegrid_xsd Drilldown into offsetVector in schema referenceablegrid_xsdXSD Diagram of GeneralGridAxisType in schema referenceablegrid_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="GeneralGridAxisType">
    <sequence>
        <element name="offsetVector" type="gml:VectorType" />
        <element name="coefficients" type="gml:doubleList" />
        <element name="gridAxesSpanned" type="gml:NCNameList" />
        <element name="sequenceRule" type="gml:SequenceRuleType" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
offsetVector gmlrgrid:offsetVector (1) (1)
coefficients gmlrgrid:coefficients (1) (1)
gridAxesSpanned gmlrgrid:gridAxesSpanned (1) (1)
sequenceRule gmlrgrid:sequenceRule (1) (1)
Collapse Derivation Tree:
Collapse References:
gmlrgrid:GeneralGridAxis