All Element Summary |
||||||||||||||
gml:AbstractCoordinateSystem is a coordinate system (CS) is the non-repeating sequence of coordinate system axes that spans a given coordinate space.
|
||||||||||||||
gml:AffineCS is a two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.
|
||||||||||||||
The gml:axis property is an association role (ordered sequence) to the coordinate system axes included in this coordinate system.
|
||||||||||||||
gml:axisAbbrev is the abbreviation used for this coordinate system axis; this abbreviation is also used to identify the coordinates in the coordinate tuple.
|
||||||||||||||
gml:axisDirection is the direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin).
|
||||||||||||||
gml:CartesianCS is a 1-, 2-, or 3-dimensional coordinate system.
|
||||||||||||||
gml:CoordinateSystemAxis is a definition of a coordinate system axis.
|
||||||||||||||
gml:CylindricalCS is 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.
|
||||||||||||||
gml:EllipsoidalCS is 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.
|
||||||||||||||
gml:LinearCS is a one-dimensional coordinate system that consists of the points that lie on the single axis described.
|
||||||||||||||
The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis.
|
||||||||||||||
The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis.
|
||||||||||||||
gml:PolarCS ia s 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.
|
||||||||||||||
gml:rangeMeaning describes the meaning of axis value range specified by gml:minimumValue and gml:maximumValue.
|
||||||||||||||
gml:SphericalCS is a three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
|
||||||||||||||
gml:TimeCS is a one-dimensional coordinate system containing a time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.
|
||||||||||||||
gml:UserDefinedCS is a two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other coordinate system type.
|
||||||||||||||
gml:VerticalCS is a one-dimensional coordinate system used to record the heights or depths of points.
|
Complex Type Summary |
||||||||||||
|
||||||||||||
gml:AffineCSPropertyType is a property type for association roles to an affine coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
||||||||||||
gml:CartesianCSPropertyType is a property type for association roles to a Cartesian coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
||||||||||||
gml:CoordinateSystemAxisPropertyType is a property type for association roles to a coordinate system axis, either referencing or containing the definition of that axis.
|
||||||||||||
|
||||||||||||
gml:CoordinateSystemPropertyType is a property type for association roles to a coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
gml:CylindricalCSPropertyType is a property type for association roles to a cylindrical coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
||||||||||||
gml:EllipsoidalCSPropertyType is a property type for association roles to an ellipsoidal coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
||||||||||||
gml:LinearCSPropertyType is a property type for association roles to a linear coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
||||||||||||
gml:PolarCSPropertyType is a property type for association roles to a polar coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
||||||||||||
gml:SphericalCSPropertyType is property type for association roles to a spherical coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
||||||||||||
gml:TimeCSPropertyType is a property type for association roles to a time coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
||||||||||||
gml:UserDefinedCSPropertyType is a property type for association roles to a user-defined coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
||||||||||||
gml:VerticalCSPropertyType is a property type for association roles to a vertical coordinate system, either referencing or containing the definition of that coordinate system.
|
||||||||||||
|
<?xml version="1.0" encoding="UTF-8"?>
<schema elementFormDefault="qualified" targetNamespace="http://www.opengis.net/gml/3.2" version="3.2.1.2" xml:lang="en" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2">
<annotation>
<appinfo source="urn:x-ogc:specification:gml:schema-xsd:coordinateSystems:3.2.1">coordinateSystems.xsd</appinfo>
</annotation>
See ISO/DIS 19136 13.4.
</documentation>
The coordinate systems schema components can be divded into three logical parts, which define elements and types for XML encoding of the definitions of: - Coordinate system axes - Abstract coordinate system - Multiple concrete types of spatial-temporal coordinate systems These schema components encode the Coordinate System packages of the UML Models of ISO 19111 Clause 9 and ISO/DIS 19136 D.3.10. GML is an OGC Standard. Copyright (c) 2007,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . <element name="CoordinateSystemAxis" substitutionGroup="gml:Definition" type="gml:CoordinateSystemAxisType">
<annotation>
</element>
<documentation>
</annotation>
gml:CoordinateSystemAxis is a definition of a coordinate system axis.
</documentation>
<complexContent>
</complexType>
<extension base="gml:IdentifiedObjectType">
</complexContent>
<sequence>
</sequence>
</extension>
<annotation>
</attribute>
<documentation>
</annotation>
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>
</element>
<documentation>
</annotation>
gml:axisAbbrev is the abbreviation used for this coordinate system axis; this abbreviation is also used to identify the coordinates in the coordinate tuple. The codeSpace attribute may reference a source of more information on a set of standardized abbreviations, or on this abbreviation.
</documentation>
<annotation>
</element>
<documentation>
</annotation>
gml:axisDirection is the direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin).
</documentation>
Within any set of coordinate system axes, only one of each pair of terms may 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. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
<annotation>
</element>
<documentation>
</annotation>
The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.
</documentation>
<annotation>
</element>
<documentation>
</annotation>
The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.
</documentation>
<annotation>
</element>
<documentation>
</annotation>
gml:rangeMeaning describes the meaning of axis value range specified by gml:minimumValue and gml:maximumValue. This element shall be omitted when both gml:minimumValue and gml:maximumValue are omitted. This element should be included when gml:minimumValue and/or gml:maximumValue are included. If this element is omitted when the gml:minimumValue and/or gml:maximumValue are included, the meaning is unspecified. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:CoordinateSystemAxisPropertyType is a property type for association roles to a coordinate system axis, either referencing or containing the definition of that axis.
</documentation>
<sequence minOccurs="0">
</sequence>
<element abstract="true" name="AbstractCoordinateSystem" substitutionGroup="gml:Definition" type="gml:AbstractCoordinateSystemType">
<annotation>
</element>
<documentation>
</annotation>
gml:AbstractCoordinateSystem is a coordinate system (CS) is the non-repeating sequence 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. This abstract complex type 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>
<complexContent>
</complexContent>
</complexType>
<annotation>
</element>
<documentation>
</annotation>
The gml:axis property is an association role (ordered sequence) to the coordinate system axes included in this coordinate system. 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. The gml:AggregationAttributeGroup should be used to specify that the axis objects are ordered.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:CoordinateSystemPropertyType is a property type for association roles to a coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<element name="EllipsoidalCS" substitutionGroup="gml:AbstractCoordinateSystem" type="gml:EllipsoidalCSType">
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml:EllipsoidalCS is 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 gml:axis property elements; the number of associations shall equal the dimension of the CS.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:EllipsoidalCSPropertyType is a property type for association roles to an ellipsoidal coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<element name="CartesianCS" substitutionGroup="gml:AbstractCoordinateSystem" type="gml:CartesianCSType">
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml:CartesianCS is a 1-, 2-, or 3-dimensional coordinate system. In the 1-dimensional case, it contains a single straight coordinate axis. In the 2- and 3-dimensional cases gives the position of points relative to orthogonal straight axes. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three gml:axis property elements.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:CartesianCSPropertyType is a property type for association roles to a Cartesian coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<element name="VerticalCS" substitutionGroup="gml:AbstractCoordinateSystem" type="gml:VerticalCSType">
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml:VerticalCS is 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 gml:axis property element.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:VerticalCSPropertyType is a property type for association roles to a vertical coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml:TimeCS is a one-dimensional coordinate system containing a time axis, used to describe the temporal position of a point in the specified time units from a specified time origin. A TimeCS shall have one gml:axis property element.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:TimeCSPropertyType is a property type for association roles to a time coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml:LinearCS is a one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated coordinate is the distance – with or without offset – from the specified datum to the point along the axis. A LinearCS shall have one gml:axis property element.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:LinearCSPropertyType is a property type for association roles to a linear coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<element name="UserDefinedCS" substitutionGroup="gml:AbstractCoordinateSystem" type="gml:UserDefinedCSType">
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml:UserDefinedCS is a two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other coordinate system type. A UserDefinedCS shall have two or three gml:axis property elements; the number of property elements shall equal the dimension of the CS.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:UserDefinedCSPropertyType is a property type for association roles to a user-defined coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<element name="SphericalCS" substitutionGroup="gml:AbstractCoordinateSystem" type="gml:SphericalCSType">
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml:SphericalCS is a three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. A SphericalCS shall have three gml:axis property elements.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:SphericalCSPropertyType is property type for association roles to a spherical coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml:PolarCS ia s 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 gml:axis property elements.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:PolarCSPropertyType is a property type for association roles to a polar coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<element name="CylindricalCS" substitutionGroup="gml:AbstractCoordinateSystem" type="gml:CylindricalCSType">
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml:CylindricalCS is 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 gml:axis property elements.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:CylindricalCSPropertyType is a property type for association roles to a cylindrical coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
<annotation>
</element>
</complexType>
<documentation>
</annotation>
gml: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.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
gml:AffineCSPropertyType is a property type for association roles to an affine coordinate system, either referencing or containing the definition of that coordinate system.
</documentation>
<sequence minOccurs="0">
</sequence>
</schema>
|
This XML schema documentation has been generated with DocFlex/XML 1.11 using DocFlex/XML XSDDoc 2.8.3 template set.
DocFlex/XML is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from
any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually
using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML,
single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only.
And, of course, you could develop any template applications by your own!
Please note that by purchasing a license for this software, you not only acquire a useful tool,
you will also make an important investment in its future development, the results of which you could enjoy later by yourself.
Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/
|