Definition Type: Element
Name: axisAbbrev
Namespace: http://www.opengis.net/gml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: coordinateSystems.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
The abbreviation used for this coordinate system axis. This abbreviation can be used to identify the ordinates in a coordinate tuple. Examples are X and Y.
Collapse XSD Schema Diagram:
XSD Diagram of axisAbbrev in schema coordinatesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:element name="axisAbbrev" type="string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>The abbreviation used for this coordinate system axis. This abbreviation can be used to identify the ordinates in a coordinate tuple. Examples are X and Y. </xsd:documentation>
    </xsd:annotation>
</xsd:element>