Definition Type: ComplexType
Name: CoordinateSystemAxisType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:IdentifiedObjectType
Containing Schema: coordinateSystems.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into rangeMeaning in schema coordinatesystems_xsd Drilldown into maximumValue in schema coordinatesystems_xsd Drilldown into minimumValue in schema coordinatesystems_xsd Drilldown into axisDirection in schema coordinatesystems_xsd Drilldown into axisAbbrev in schema coordinatesystems_xsd Drilldown into remarks in schema dictionary_xsd Drilldown into name in schema gmlbase_xsd Drilldown into identifier in schema gmlbase_xsd Drilldown into descriptionReference in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema deprecatedtypes_xsd Drilldown into StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into DefinitionBaseType in schema dictionary_xsd Drilldown into DefinitionType in schema dictionary_xsd Drilldown into IdentifiedObjectType in schema referencesystems_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">
    <complexContent>
        <extension base="gml:IdentifiedObjectType">
            <sequence>
                <element ref="gml:axisAbbrev" />
                <element ref="gml:axisDirection" />
                <element ref="gml:minimumValue" minOccurs="0" />
                <element ref="gml:maximumValue" minOccurs="0" />
                <element ref="gml:rangeMeaning" minOccurs="0" />
            </sequence>
            <attribute name="uom" type="gml:UomIdentifier" use="required">
                <annotation>
                    <documentation>The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
descriptionReference gml:descriptionReference 0 (1)
identifier gml:identifier 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
descriptionReference gml:descriptionReference 0 (1)
identifier gml:identifier (1) (1)
name gml:name 0 unbounded
remarks gml:remarks 0 (1)
axisAbbrev gml:axisAbbrev (1) (1)
axisDirection gml:axisDirection (1) (1)
minimumValue gml:minimumValue 0 (1)
maximumValue gml:maximumValue 0 (1)
rangeMeaning gml:rangeMeaning 0 (1)
<xs:group> gml:StandardObjectProperties (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