diagram | |||||||||||||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||||||||||||
type | extension of gml:IdentifiedObjectType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:remarks gml:axisAbbrev gml:axisDirection gml:minimumValue gml:maximumValue gml:rangeMeaning | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <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> |
type | gml:UomIdentifier | ||||
properties |
|
||||
annotation |
|
||||
source | <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> |