Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Included schema coordinateSystems.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/envelope
Annotations
How to encode coordinate system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate systems, including the specific subtypes of coordinate systems. This schema encodes the Coordinate System (CS_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default: unqualified
element form default: qualified
version: 3.1.1.2
Element gml:EllipsoidalCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3647 index17.tmp#id3646
Type gml:EllipsoidalCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:EllipsoidalCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:EllipsoidalCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="EllipsoidalCS" type="gml:EllipsoidalCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:csName
Namespace http://www.opengis.net/gml
Annotations
The name by which this coordinate system is identified.
Diagram
Diagram index0.tmp#id263 index0.tmp#id262 index2.tmp#id252
Type gml:CodeType
Properties
content: complex
Substitution Group Affiliation
Used by
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="csName" type="gml:CodeType" substitutionGroup="gml:name">
  <annotation>
    <documentation>The name by which this coordinate system is identified.</documentation>
  </annotation>
</element>
Element gml:csID
Namespace http://www.opengis.net/gml
Annotations
An identification of a coordinate system.
Diagram
Diagram index2.tmp#id252 index31.tmp#id3628 index31.tmp#id3629 index31.tmp#id3627
Type gml:IdentifierType
Properties
content: complex
Used by
Model gml:name , gml:version{0,1} , gml:remarks{0,1}
Children gml:name, gml:remarks, gml:version
Instance
<gml:csID>
  <gml:name codeSpace="">{1,1}</gml:name>
  <gml:version>{0,1}</gml:version>
  <gml:remarks xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:remarks>
</gml:csID>
Source
<element name="csID" type="gml:IdentifierType">
  <annotation>
    <documentation>An identification of a coordinate system.</documentation>
  </annotation>
</element>
Element gml:usesAxis
Namespace http://www.opengis.net/gml
Annotations
Association to a coordinate system axis.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3133 index17.tmp#id3652
Type gml:CoordinateSystemAxisRefType
Properties
content: complex
Used by
Model gml:CoordinateSystemAxis
Children gml:CoordinateSystemAxis
Instance
<gml:usesAxis xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:CoordinateSystemAxis gml:id="" gml:uom="">{1,1}</gml:CoordinateSystemAxis>
</gml:usesAxis>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="usesAxis" type="gml:CoordinateSystemAxisRefType">
  <annotation>
    <documentation>Association to a coordinate system axis.</documentation>
  </annotation>
</element>
Element gml:CoordinateSystemAxis
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index2.tmp#id252 index17.tmp#id3654 index17.tmp#id3658 index17.tmp#id3655 index31.tmp#id3629 index17.tmp#id3656 index17.tmp#id3657 index17.tmp#id3653 index19.tmp#id3092
Type gml:CoordinateSystemAxisType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:name , gml:axisID* , gml:remarks{0,1} , gml:axisAbbrev , gml:axisDirection
Children gml:axisAbbrev, gml:axisDirection, gml:axisID, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:CoordinateSystemAxis gml:id="" gml:uom="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:name codeSpace="">{1,1}</gml:name>
</gml:CoordinateSystemAxis>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
gml:uom anyURI required
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.
Source
<element name="CoordinateSystemAxis" type="gml:CoordinateSystemAxisType" substitutionGroup="gml:Definition"/>
Element gml:axisID
Namespace http://www.opengis.net/gml
Annotations
An identification of a coordinate system axis.
Diagram
Diagram index2.tmp#id252 index31.tmp#id3628 index31.tmp#id3629 index31.tmp#id3627
Type gml:IdentifierType
Properties
content: complex
Used by
Model gml:name , gml:version{0,1} , gml:remarks{0,1}
Children gml:name, gml:remarks, gml:version
Instance
<gml:axisID>
  <gml:name codeSpace="">{1,1}</gml:name>
  <gml:version>{0,1}</gml:version>
  <gml:remarks xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:remarks>
</gml:axisID>
Source
<element name="axisID" type="gml:IdentifierType">
  <annotation>
    <documentation>An identification of a coordinate system axis.</documentation>
  </annotation>
</element>
Element gml:axisAbbrev
Namespace http://www.opengis.net/gml
Annotations
The abbreviation used for this coordinate system axis. This abbreviation can be used to identify the ordinates in a coordinate tuple. Examples are X and Y. The codeSpace attribute can reference a source of more information on a set of standardized abbreviations, or on this abbreviation.
Diagram
Diagram index0.tmp#id263 index0.tmp#id262
Type gml:CodeType
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="axisAbbrev" type="gml:CodeType">
  <annotation>
    <documentation>The abbreviation used for this coordinate system axis. This abbreviation can be used to identify the ordinates in a coordinate tuple. Examples are X and Y. The codeSpace attribute can reference a source of more information on a set of standardized abbreviations, or on this abbreviation.</documentation>
  </annotation>
</element>
Element gml:axisDirection
Namespace http://www.opengis.net/gml
Annotations
Direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Examples: north or south, east or west, up or down. Within any set of coordinate system axes, only one of each pair of terms can be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. Note that an EngineeringCRS can include specific descriptions of the directions of its coordinate system axes. For example, the path of a linear CRS axis can be referenced in another document, such as referencing a GML feature that references or includes a curve geometry. The codeSpace attribute can reference a source of more information on a set of standardized directions, or on this direction.
Diagram
Diagram index0.tmp#id263 index0.tmp#id262
Type gml:CodeType
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="axisDirection" type="gml:CodeType">
  <annotation>
    <documentation>Direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Examples: north or south, east or west, up or down. Within any set of coordinate system axes, only one of each pair of terms can be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. Note that an EngineeringCRS can include specific descriptions of the directions of its coordinate system axes. For example, the path of a linear CRS axis can be referenced in another document, such as referencing a GML feature that references or includes a curve geometry. The codeSpace attribute can reference a source of more information on a set of standardized directions, or on this direction.</documentation>
  </annotation>
</element>
Element gml:VerticalCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3690 index17.tmp#id3646
Type gml:VerticalCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type gml:VerticalCSRefType
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:VerticalCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:VerticalCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="VerticalCS" type="gml:VerticalCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:CartesianCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3702 index17.tmp#id3646
Type gml:CartesianCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type gml:CartesianCSRefType
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:CartesianCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:CartesianCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="CartesianCS" type="gml:CartesianCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:SphericalCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3705 index17.tmp#id3646
Type gml:SphericalCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type gml:SphericalCSRefType
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:SphericalCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:SphericalCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="SphericalCS" type="gml:SphericalCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:_CoordinateSystem
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3135 index17.tmp#id3142 index17.tmp#id3134 index17.tmp#id3138 index17.tmp#id3143 index17.tmp#id3141 index17.tmp#id3140 index17.tmp#id3137 index17.tmp#id3139 index17.tmp#id3136 index19.tmp#id3092
Type gml:AbstractCoordinateSystemType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:_CoordinateSystem gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:_CoordinateSystem>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="_CoordinateSystem" type="gml:AbstractCoordinateSystemType" abstract="true" substitutionGroup="gml:Definition"/>
Element gml:ObliqueCartesianCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3750 index17.tmp#id3646
Type gml:ObliqueCartesianCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:ObliqueCartesianCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:ObliqueCartesianCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="ObliqueCartesianCS" type="gml:ObliqueCartesianCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:TemporalCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3762 index17.tmp#id3646
Type gml:TemporalCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type gml:TemporalCSRefType
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:TemporalCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:TemporalCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="TemporalCS" type="gml:TemporalCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:coordinateSystemAxisRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3133 index17.tmp#id3652
Type gml:CoordinateSystemAxisRefType
Properties
content: complex
Model gml:CoordinateSystemAxis
Children gml:CoordinateSystemAxis
Instance
<gml:coordinateSystemAxisRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:CoordinateSystemAxis gml:id="" gml:uom="">{1,1}</gml:CoordinateSystemAxis>
</gml:coordinateSystemAxisRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="coordinateSystemAxisRef" type="gml:CoordinateSystemAxisRefType"/>
Element gml:coordinateSystemRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3646 index17.tmp#id3738
Type gml:CoordinateSystemRefType
Properties
content: complex
Model gml:_CoordinateSystem
Children gml:_CoordinateSystem
Instance
<gml:coordinateSystemRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:_CoordinateSystem gml:id="">{1,1}</gml:_CoordinateSystem>
</gml:coordinateSystemRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="coordinateSystemRef" type="gml:CoordinateSystemRefType"/>
Element gml:ellipsoidalCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3134 index17.tmp#id3645
Type gml:EllipsoidalCSRefType
Properties
content: complex
Model gml:EllipsoidalCS
Children gml:EllipsoidalCS
Instance
<gml:ellipsoidalCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:EllipsoidalCS gml:id="">{1,1}</gml:EllipsoidalCS>
</gml:ellipsoidalCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="ellipsoidalCSRef" type="gml:EllipsoidalCSRefType"/>
Element gml:cartesianCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3135 index17.tmp#id3701
Type gml:CartesianCSRefType
Properties
content: complex
Model gml:CartesianCS
Children gml:CartesianCS
Instance
<gml:cartesianCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:CartesianCS gml:id="">{1,1}</gml:CartesianCS>
</gml:cartesianCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="cartesianCSRef" type="gml:CartesianCSRefType"/>
Element gml:verticalCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3136 index17.tmp#id3689
Type gml:VerticalCSRefType
Properties
content: complex
Model gml:VerticalCS
Children gml:VerticalCS
Instance
<gml:verticalCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:VerticalCS gml:id="">{1,1}</gml:VerticalCS>
</gml:verticalCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="verticalCSRef" type="gml:VerticalCSRefType"/>
Element gml:temporalCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3137 index17.tmp#id3761
Type gml:TemporalCSRefType
Properties
content: complex
Model gml:TemporalCS
Children gml:TemporalCS
Instance
<gml:temporalCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:TemporalCS gml:id="">{1,1}</gml:TemporalCS>
</gml:temporalCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="temporalCSRef" type="gml:TemporalCSRefType"/>
Element gml:LinearCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3776 index17.tmp#id3646
Type gml:LinearCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type gml:LinearCSRefType
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:LinearCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:LinearCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="LinearCS" type="gml:LinearCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:linearCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3138 index17.tmp#id3778
Type gml:LinearCSRefType
Properties
content: complex
Model gml:LinearCS
Children gml:LinearCS
Instance
<gml:linearCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:LinearCS gml:id="">{1,1}</gml:LinearCS>
</gml:linearCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="linearCSRef" type="gml:LinearCSRefType"/>
Element gml:UserDefinedCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3779 index17.tmp#id3646
Type gml:UserDefinedCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:UserDefinedCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:UserDefinedCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="UserDefinedCS" type="gml:UserDefinedCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:userDefinedCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3139 index17.tmp#id3781
Type gml:UserDefinedCSRefType
Properties
content: complex
Model gml:UserDefinedCS
Children gml:UserDefinedCS
Instance
<gml:userDefinedCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:UserDefinedCS gml:id="">{1,1}</gml:UserDefinedCS>
</gml:userDefinedCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="userDefinedCSRef" type="gml:UserDefinedCSRefType"/>
Element gml:sphericalCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3140 index17.tmp#id3704
Type gml:SphericalCSRefType
Properties
content: complex
Model gml:SphericalCS
Children gml:SphericalCS
Instance
<gml:sphericalCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:SphericalCS gml:id="">{1,1}</gml:SphericalCS>
</gml:sphericalCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="sphericalCSRef" type="gml:SphericalCSRefType"/>
Element gml:PolarCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3783 index17.tmp#id3646
Type gml:PolarCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type gml:PolarCSRefType
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:PolarCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:PolarCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="PolarCS" type="gml:PolarCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:polarCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3141 index17.tmp#id3785
Type gml:PolarCSRefType
Properties
content: complex
Model gml:PolarCS
Children gml:PolarCS
Instance
<gml:polarCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:PolarCS gml:id="">{1,1}</gml:PolarCS>
</gml:polarCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="polarCSRef" type="gml:PolarCSRefType"/>
Element gml:CylindricalCS
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648 index17.tmp#id3786 index17.tmp#id3646
Type gml:CylindricalCSType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Instance
<gml:CylindricalCS gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:csName codeSpace="">{1,1}</gml:csName>
</gml:CylindricalCS>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<element name="CylindricalCS" type="gml:CylindricalCSType" substitutionGroup="gml:_CoordinateSystem"/>
Element gml:cylindricalCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3142 index17.tmp#id3788
Type gml:CylindricalCSRefType
Properties
content: complex
Model gml:CylindricalCS
Children gml:CylindricalCS
Instance
<gml:cylindricalCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:CylindricalCS gml:id="">{1,1}</gml:CylindricalCS>
</gml:cylindricalCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="cylindricalCSRef" type="gml:CylindricalCSRefType"/>
Element gml:obliqueCartesianCSRef
Namespace http://www.opengis.net/gml
Diagram
Diagram index2.tmp#id232 index17.tmp#id3143 index17.tmp#id3749
Type gml:ObliqueCartesianCSRefType
Properties
content: complex
Model gml:ObliqueCartesianCS
Children gml:ObliqueCartesianCS
Instance
<gml:obliqueCartesianCSRef xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:ObliqueCartesianCS gml:id="">{1,1}</gml:ObliqueCartesianCS>
</gml:obliqueCartesianCSRef>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="obliqueCartesianCSRef" type="gml:ObliqueCartesianCSRefType"/>
Complex Type gml:EllipsoidalCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to an ellipsoidal coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3134
Used by
Model gml:EllipsoidalCS
Children gml:EllipsoidalCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="EllipsoidalCSRefType">
  <annotation>
    <documentation>Association to an ellipsoidal coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:EllipsoidalCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:EllipsoidalCSType
Namespace http://www.opengis.net/gml
Annotations
A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height. An EllipsoidalCS shall have two or three usesAxis associations.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="EllipsoidalCSType">
  <annotation>
    <documentation>A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height. An EllipsoidalCS shall have two or three usesAxis associations.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:AbstractCoordinateSystemType
Namespace http://www.opengis.net/gml
Annotations
A coordinate system (CS) is the set of coordinate system axes that spans a given coordinate space. A CS is derived from a set of (mathematical) rules for specifying how coordinates in a given space are to be assigned to points. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651
Type extension of gml:AbstractCoordinateSystemBaseType
Type hierarchy
Properties
abstract: true
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="AbstractCoordinateSystemType" abstract="true">
  <annotation>
    <documentation>A coordinate system (CS) is the set of coordinate system axes that spans a given coordinate space. A CS is derived from a set of (mathematical) rules for specifying how coordinates in a given space are to be assigned to points. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemBaseType">
      <sequence>
        <element ref="gml:csID" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Set of alternative identifications of this coordinate system. The first csID, if any, is normally the primary identification code, and any others are aliases.</documentation>
          </annotation>
        </element>
        <element ref="gml:remarks" minOccurs="0">
          <annotation>
            <documentation>Comments on or information about this coordinate system, including data source information.</documentation>
          </annotation>
        </element>
        <element ref="gml:usesAxis" maxOccurs="unbounded">
          <annotation>
            <documentation>Ordered sequence of associations to the coordinate system axes included in this coordinate system.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:AbstractCoordinateSystemBaseType
Namespace http://www.opengis.net/gml
Annotations
Basic encoding for coordinate system objects, simplifying and restricting the DefinitionType as needed.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254
Type restriction of gml:DefinitionType
Type hierarchy
Properties
abstract: true
Used by
Model gml:metaDataProperty* , gml:csName
Children gml:csName, gml:metaDataProperty
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="AbstractCoordinateSystemBaseType" abstract="true">
  <annotation>
    <documentation>Basic encoding for coordinate system objects, simplifying and restricting the DefinitionType as needed.</documentation>
  </annotation>
  <complexContent>
    <restriction base="gml:DefinitionType">
      <sequence>
        <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/>
        <element ref="gml:csName"/>
      </sequence>
      <attribute ref="gml:id" use="required"/>
    </restriction>
  </complexContent>
</complexType>
Complex Type gml:CoordinateSystemAxisRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a coordinate system axis, either referencing or containing the definition of that axis.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3133
Used by
Model gml:CoordinateSystemAxis
Children gml:CoordinateSystemAxis
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="CoordinateSystemAxisRefType">
  <annotation>
    <documentation>Association to a coordinate system axis, either referencing or containing the definition of that axis.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:CoordinateSystemAxis"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:CoordinateSystemAxisType
Namespace http://www.opengis.net/gml
Annotations
Definition of a coordinate system axis.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index2.tmp#id252 index17.tmp#id3654 index17.tmp#id3658 index17.tmp#id3655 index31.tmp#id3629 index17.tmp#id3656 index17.tmp#id3657
Type extension of gml:CoordinateSystemAxisBaseType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:name , gml:axisID* , gml:remarks{0,1} , gml:axisAbbrev , gml:axisDirection
Children gml:axisAbbrev, gml:axisDirection, gml:axisID, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
gml:uom anyURI required
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.
Source
<complexType name="CoordinateSystemAxisType">
  <annotation>
    <documentation>Definition of a coordinate system axis.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:CoordinateSystemAxisBaseType">
      <sequence>
        <element ref="gml:axisID" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <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.</documentation>
          </annotation>
        </element>
        <element ref="gml:remarks" minOccurs="0">
          <annotation>
            <documentation>Comments on or information about this coordinate system axis, including data source information.</documentation>
          </annotation>
        </element>
        <element ref="gml:axisAbbrev"/>
        <element ref="gml:axisDirection"/>
      </sequence>
      <attribute ref="gml:uom" use="required"/>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:CoordinateSystemAxisBaseType
Namespace http://www.opengis.net/gml
Annotations
Basic encoding for coordinate system axis objects, simplifying and restricting the DefinitionType as needed.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index2.tmp#id252
Type restriction of gml:DefinitionType
Type hierarchy
Properties
abstract: true
Used by
Model gml:metaDataProperty* , gml:name
Children gml:metaDataProperty, gml:name
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="CoordinateSystemAxisBaseType" abstract="true">
  <annotation>
    <documentation>Basic encoding for coordinate system axis objects, simplifying and restricting the DefinitionType as needed.</documentation>
  </annotation>
  <complexContent>
    <restriction base="gml:DefinitionType">
      <sequence>
        <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/>
        <element ref="gml:name">
          <annotation>
            <documentation>The name by which this coordinate system axis is identified.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute ref="gml:id" use="required"/>
    </restriction>
  </complexContent>
</complexType>
Complex Type gml:VerticalCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a vertical coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3136
Used by
Model gml:VerticalCS
Children gml:VerticalCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="VerticalCSRefType">
  <annotation>
    <documentation>Association to a vertical coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:VerticalCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:VerticalCSType
Namespace http://www.opengis.net/gml
Annotations
A one-dimensional coordinate system used to record the heights (or depths) of points. Such a coordinate system is usually dependent on the Earth's gravity field, perhaps loosely as when atmospheric pressure is the basis for the vertical coordinate system axis. A VerticalCS shall have one usesAxis association.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Element gml:VerticalCS
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="VerticalCSType">
  <annotation>
    <documentation>A one-dimensional coordinate system used to record the heights (or depths) of points. Such a coordinate system is usually dependent on the Earth's gravity field, perhaps loosely as when atmospheric pressure is the basis for the vertical coordinate system axis. A VerticalCS shall have one usesAxis association.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:CartesianCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a Cartesian coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3135
Used by
Model gml:CartesianCS
Children gml:CartesianCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="CartesianCSRefType">
  <annotation>
    <documentation>Association to a Cartesian coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:CartesianCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:CartesianCSType
Namespace http://www.opengis.net/gml
Annotations
A 1-, 2-, or 3-dimensional coordinate system. Gives the position of points relative to orthogonal straight axes in the 2- and 3-dimensional cases. In the 1-dimensional case, it contains a single straight coordinate axis. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three usesAxis associations.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Element gml:CartesianCS
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="CartesianCSType">
  <annotation>
    <documentation>A 1-, 2-, or 3-dimensional coordinate system. Gives the position of points relative to orthogonal straight axes in the 2- and 3-dimensional cases. In the 1-dimensional case, it contains a single straight coordinate axis. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three usesAxis associations.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:SphericalCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a spherical coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3140
Used by
Model gml:SphericalCS
Children gml:SphericalCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="SphericalCSRefType">
  <annotation>
    <documentation>Association to a spherical coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:SphericalCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:SphericalCSType
Namespace http://www.opengis.net/gml
Annotations
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. Not to be confused with an ellipsoidal coordinate system based on an ellipsoid "degenerated" into a sphere. A SphericalCS shall have three usesAxis associations.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Element gml:SphericalCS
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="SphericalCSType">
  <annotation>
    <documentation>A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. Not to be confused with an ellipsoidal coordinate system based on an ellipsoid "degenerated" into a sphere. A SphericalCS shall have three usesAxis associations.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:CoordinateSystemRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3646
Used by
Model gml:_CoordinateSystem
Children gml:_CoordinateSystem
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="CoordinateSystemRefType">
  <annotation>
    <documentation>Association to a coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:_CoordinateSystem"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:ObliqueCartesianCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to an oblique-Cartesian coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3143
Used by
Model gml:ObliqueCartesianCS
Children gml:ObliqueCartesianCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="ObliqueCartesianCSRefType">
  <annotation>
    <documentation>Association to an oblique-Cartesian coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:ObliqueCartesianCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:ObliqueCartesianCSType
Namespace http://www.opengis.net/gml
Annotations
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. An ObliqueCartesianCS shall have two or three usesAxis associations.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="ObliqueCartesianCSType">
  <annotation>
    <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.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:TemporalCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a temporal coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3137
Used by
Model gml:TemporalCS
Children gml:TemporalCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="TemporalCSRefType">
  <annotation>
    <documentation>Association to a temporal coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TemporalCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TemporalCSType
Namespace http://www.opengis.net/gml
Annotations
A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin. A TemporalCS shall have one usesAxis association.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Element gml:TemporalCS
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="TemporalCSType">
  <annotation>
    <documentation>A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin. A TemporalCS shall have one usesAxis association.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:LinearCSType
Namespace http://www.opengis.net/gml
Annotations
A one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated ordinate is the distance from the specified origin to the point along the axis. Example: usage of the line feature representing a road to describe points on or along that road. A LinearCS shall have one usesAxis association.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Element gml:LinearCS
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="LinearCSType">
  <annotation>
    <documentation>A one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated ordinate is the distance from the specified origin to the point along the axis. Example: usage of the line feature representing a road to describe points on or along that road. A LinearCS shall have one usesAxis association.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:LinearCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a linear coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3138
Used by
Element gml:linearCSRef
Model gml:LinearCS
Children gml:LinearCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="LinearCSRefType">
  <annotation>
    <documentation>Association to a linear coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:LinearCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:UserDefinedCSType
Namespace http://www.opengis.net/gml
Annotations
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other coordinate system type. An example is a multilinear coordinate system which contains one coordinate axis that may have any 1-D shape which has no intersections with itself. This non-straight axis is supplemented by one or two straight axes to complete a 2 or 3 dimensional coordinate system. The non-straight axis is typically incrementally straight or curved. A UserDefinedCS shall have two or three usesAxis associations.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="UserDefinedCSType">
  <annotation>
    <documentation>A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other coordinate system type. An example is a multilinear coordinate system which contains one coordinate axis that may have any 1-D shape which has no intersections with itself. This non-straight axis is supplemented by one or two straight axes to complete a 2 or 3 dimensional coordinate system. The non-straight axis is typically incrementally straight or curved. A UserDefinedCS shall have two or three usesAxis associations.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:UserDefinedCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a user-defined coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3139
Used by
Model gml:UserDefinedCS
Children gml:UserDefinedCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="UserDefinedCSRefType">
  <annotation>
    <documentation>Association to a user-defined coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:UserDefinedCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:PolarCSType
Namespace http://www.opengis.net/gml
Annotations
A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction. A PolarCS shall have two usesAxis associations.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Element gml:PolarCS
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="PolarCSType">
  <annotation>
    <documentation>A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction. A PolarCS shall have two usesAxis associations.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:PolarCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a polar coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3141
Used by
Element gml:polarCSRef
Model gml:PolarCS
Children gml:PolarCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="PolarCSRefType">
  <annotation>
    <documentation>Association to a polar coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:PolarCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:CylindricalCSType
Namespace http://www.opengis.net/gml
Annotations
A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system. A CylindricalCS shall have three usesAxis associations.
Diagram
Diagram index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index2.tmp#id229 index2.tmp#id228 index2.tmp#id264 index2.tmp#id230 index2.tmp#id250 index2.tmp#id252 index19.tmp#id3094 index2.tmp#id264 index2.tmp#id230 index17.tmp#id254 index17.tmp#id3649 index17.tmp#id3650 index31.tmp#id3629 index17.tmp#id3651 index17.tmp#id3648
Type extension of gml:AbstractCoordinateSystemType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:csName , gml:csID* , gml:remarks{0,1} , gml:usesAxis+
Children gml:csID, gml:csName, gml:metaDataProperty, gml:remarks, gml:usesAxis
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<complexType name="CylindricalCSType">
  <annotation>
    <documentation>A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system. A CylindricalCS shall have three usesAxis associations.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateSystemType"/>
  </complexContent>
</complexType>
Complex Type gml:CylindricalCSRefType
Namespace http://www.opengis.net/gml
Annotations
Association to a cylindrical coordinate system, either referencing or containing the definition of that coordinate system.
Diagram
Diagram index2.tmp#id232 index17.tmp#id3142
Used by
Model gml:CylindricalCS
Children gml:CylindricalCS
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="CylindricalCSRefType">
  <annotation>
    <documentation>Association to a cylindrical coordinate system, either referencing or containing the definition of that coordinate system.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:CylindricalCS"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Attribute @gml:uom
Namespace http://www.opengis.net/gml
Annotations
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.
Type anyURI
Properties
content: simple
Used by
Source
<attribute name="uom" type="anyURI">
  <annotation>
    <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.</documentation>
  </annotation>
</attribute>