Definition Type: ComplexType
Name: CoordinateSystemAxisType
Namespace: http://www.opengis.net/gml
Type: gml:CoordinateSystemAxisBaseType
Containing Schema: coordinateSystems.xsd
Abstract
Documentation:
Definition of a coordinate system axis.
Collapse XSD Schema Diagram:
Drilldown into axisDirection in schema coordinatesystems_xsd Drilldown into axisAbbrev in schema coordinatesystems_xsd Drilldown into axisID in schema coordinatesystems_xsd Drilldown into axisName in schema coordinatesystems_xsd Drilldown into remarks in schema referencesystems_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into CoordinateSystemAxisBaseType in schema coordinatesystems_xsd Drilldown into uom in schema coordinatesystems_xsdXSD Diagram of CoordinateSystemAxisType in schema coordinatesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CoordinateSystemAxisType">
    <annotation>
        <documentation>Definition of a coordinate system axis. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:CoordinateSystemAxisBaseType">
            <sequence>
                <element ref="gml:axisID" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:axisAbbrev" />
                <element ref="gml:axisDirection" />
            </sequence>
            <attribute ref="gml:uom" use="required" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
remarks gml:remarks 0 (1)
axisName gml:axisName (1) (1)
axisID gml:axisID 0 unbounded
axisAbbrev gml:axisAbbrev (1) (1)
axisDirection gml:axisDirection (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
uom gml:uom Required
Collapse Derivation Tree:
Collapse References:
gml:CoordinateSystemAxis