Documentation for fieldgml

Complex Type: ObliqueCartesianCSType

[Table of contents]

Super-types: gml:DefinitionType < AbstractCoordinateSystemBaseType (by restriction) < AbstractCoordinateSystemType (by extension) < ObliqueCartesianCSType (by extension)
Sub-types: None
Name ObliqueCartesianCSType
Abstract no
Documentation A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. An ObliqueCartesianCS shall have two or three usesAxis associations.
XML Instance Representation
<...
gml:id="[1]">
<gml:csName> ... </gml:csName> [1]
<gml:csID> ... </gml:csID> [0..*]

'Set of alternative identifications of this coordinate system. The first csID, if any, is normally the primary identification code, and any others are aliases.'

<gml:remarks> ... </gml:remarks> [0..1]

'Comments on or information about this coordinate system, including data source information.'

<gml:usesAxis> ... </gml:usesAxis> [1..*]

'Ordered sequence of associations to the coordinate system axes included in this coordinate system.'

</...>
Diagram
h876082152
Schema Component Representation
<complexType name="ObliqueCartesianCSType">
<complexContent>
<extension base=" gml:AbstractCoordinateSystemType "/>
</complexContent>
</complexType>