gml:usesAffineCS
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/deprecatedTypes.xsd
Type: gml:AffineCSPropertyType
Properties: Global, Qualified
Content
- Choice [0..1]
- gml:AffineCSgml:AffineCS is a two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. An AffineCS shall have two or three gml:axis property elements; the number of property elements shall equal the dimension of the CS.
- gmx:ML_AffineCS
from subst. group gml:AffineCS
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:EngineeringCRSType (Element gml:EngineeringCRS)
- Type gml:ImageCRSType (Element gml:ImageCRS)
- Type gmx:ML_EngineeringCRS_Type via extension of gml:EngineeringCRSType (Element gmx:ML_EngineeringCRS)
- Type gmx:ML_ImageCRS_Type via extension of gml:ImageCRSType (Element gmx:ML_ImageCRS)
Substitution hierarchy
- gml:affineCS
- can be substituted with gml:usesAffineCS
Sample instance
<gml:usesAffineCS> <gml:AffineCS gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with: <!--any element--> </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:remarks>string</gml:remarks> <gml:axis> <gml:CoordinateSystemAxis gml:id="ID" uom="">... </gml:CoordinateSystemAxis> </gml:axis> </gml:AffineCS> </gml:usesAffineCS>