complexType CoordinateSystemAxisType
diagram index_p1111.png
namespace http://www.opengis.net/gml
type extension of gml:CoordinateSystemAxisBaseType
properties
base gml:CoordinateSystemAxisBaseType
children gml:metaDataProperty gml:name gml:axisID gml:remarks gml:axisAbbrev gml:axisDirection
used by
element CoordinateSystemAxis
attributes
Name  Type  Use  Default  Fixed  annotation
idrequired      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
uomrequired      
documentation
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.
annotation
documentation
Definition of a coordinate system axis.
source <xs:complexType name="CoordinateSystemAxisType">
 
<xs:annotation>
   
<xs:documentation>Definition of a coordinate system axis. </xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:CoordinateSystemAxisBaseType">
     
<xs:sequence>
       
<xs:element ref="gml:axisID" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Set of alternative identifications of this coordinate system axis. The first axisID, if any, is normally the primary identification code, and any others are aliases. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element ref="gml:remarks" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Comments on or information about this coordinate system axis, including data source information. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element ref="gml:axisAbbrev"/>
       
<xs:element ref="gml:axisDirection"/>
     
</xs:sequence>
     
<xs:attribute ref="gml:uom" use="required"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy