Definition Type: Element
Name: axisDirection
Namespace: http://www.opengis.net/gml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: coordinateSystems.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Examples: north or south, east or west, up or down. Within any set of coordinate system axis, only one of each pair of terms can be used.
Collapse XSD Schema Diagram:
XSD Diagram of axisDirection in schema coordinatesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:element name="axisDirection" type="string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>Direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Examples: north or south, east or west, up or down. Within any set of coordinate system axis, only one of each pair of terms can be used. </xsd:documentation>
    </xsd:annotation>
</xsd:element>