⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 coordinatereferencesystems.xsd

📁 联合国农粮署牵头开发的geonetwork源代码最新版
💻 XSD
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://www.opengis.net/gml" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" elementFormDefault="qualified" version="3.2.0" xml:lang="en">
	<annotation>
		<appinfo source="urn:ogc:specification:gml:schema-xsd:coordinateReferenceSystems:3.2.0">coordinateReferenceSystems.xsd</appinfo>
		<documentation>See ISO/DIS 19136 13.3.
The spatial-temporal coordinate reference systems schema components are divided into two logical parts. One part defines elements and types for XML encoding of abstract coordinate reference systems definitions. The larger part defines specialized constructs for XML encoding of definitions of the multiple concrete types of spatial-temporal coordinate reference systems.
These schema components encode the Coordinate Reference System packages of the UML Models of ISO 19111 Clause 8 and ISO/DIS 19136 D.3.10, with the exception of the abstract "SC_CRS" class.</documentation>
	</annotation>
	<include schemaLocation="coordinateSystems.xsd"/>
	<include schemaLocation="datums.xsd"/>
	<include schemaLocation="coordinateOperations.xsd"/>
	<element name="AbstractSingleCRS" type="gml:AbstractCRSType" abstract="true" substitutionGroup="gml:AbstractCRS">
		<annotation>
			<documentation>gml:AbstractSingleCRS implements a coordinate reference system consisting of one coordinate system and one datum (as opposed to a Compound CRS).</documentation>
		</annotation>
	</element>
	<complexType name="SingleCRSPropertyType">
		<annotation>
			<documentation>gml:SingleCRSPropertyType is a property type for association roles to a single coordinate reference system, either referencing or containing the definition of that coordinate reference system.</documentation>
		</annotation>
		<sequence minOccurs="0">
			<element ref="gml:AbstractSingleCRS"/>
		</sequence>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
	</complexType>
	<element name="singleCRSRef" type="gml:SingleCRSPropertyType">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<element name="AbstractGeneralDerivedCRS" type="gml:AbstractGeneralDerivedCRSType" abstract="true" substitutionGroup="gml:AbstractSingleCRS">
		<annotation>
			<documentation>gml:AbstractGeneralDerivedCRS is a coordinate reference system that is defined by its coordinate conversion from another coordinate reference system. This abstract complex type shall not be used, extended, or restricted, in a GML Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.</documentation>
		</annotation>
	</element>
	<complexType name="AbstractGeneralDerivedCRSType" abstract="true">
		<complexContent>
			<extension base="gml:AbstractCRSType">
				<sequence>
					<element ref="gml:conversion"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<element name="conversion" type="gml:GeneralConversionPropertyType">
		<annotation>
			<documentation>gml:conversion is an association role to the coordinate conversion used to define the derived CRS.</documentation>
		</annotation>
	</element>
	<element name="definedByConversion" type="gml:GeneralConversionPropertyType" substitutionGroup="gml:conversion">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<element name="CompoundCRS" type="gml:CompoundCRSType" substitutionGroup="gml:AbstractCRS">
		<annotation>
			<documentation>gml:CompundCRS is a coordinate reference system describing the position of points through two or more independent coordinate reference systems. It is associated with a non-repeating sequence of two or more instances of SingleCRS.</documentation>
		</annotation>
	</element>
	<complexType name="CompoundCRSType">
		<complexContent>
			<extension base="gml:AbstractCRSType">
				<sequence>
					<element ref="gml:componentReferenceSystem" minOccurs="2" maxOccurs="unbounded"/>
				</sequence>
				<attributeGroup ref="gml:AggregationAttributeGroup"/>
			</extension>
		</complexContent>
	</complexType>
	<element name="componentReferenceSystem" type="gml:SingleCRSPropertyType">
		<annotation>
			<documentation>The gml:componentReferenceSystem elements are an ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system. The gml:AggregationAttributeGroup should be used to specify that the gml:componentReferenceSystem properties are ordered.</documentation>
		</annotation>
	</element>
	<element name="includesSingleCRS" type="gml:SingleCRSPropertyType" substitutionGroup="gml:componentReferenceSystem">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<complexType name="CompoundCRSPropertyType">
		<annotation>
			<documentation>gml:CompoundCRSPropertyType is a property type for association roles to a compound coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
		</annotation>
		<sequence minOccurs="0">
			<element ref="gml:CompoundCRS"/>
		</sequence>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
	</complexType>
	<element name="compoundCRSRef" type="gml:CompoundCRSPropertyType">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<element name="GeodeticCRS" type="gml:GeodeticCRSType" substitutionGroup="gml:AbstractSingleCRS"/>
	<complexType name="GeodeticCRSType">
		<annotation>
			<documentation>gml:GeodeticCRS is a coordinate reference system based on a geodetic datum.</documentation>
		</annotation>
		<complexContent>
			<extension base="gml:AbstractCRSType">
				<sequence>
					<choice>
						<element ref="gml:ellipsoidalCS"/>
						<element ref="gml:cartesianCS"/>
						<element ref="gml:sphericalCS"/>
					</choice>
					<element ref="gml:geodeticDatum"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<element name="ellipsoidalCS" type="gml:EllipsoidalCSPropertyType">
		<annotation>
			<documentation>gml:ellipsoidalCS is an association role to the ellipsoidal coordinate system used by this CRS.</documentation>
		</annotation>
	</element>
	<element name="usesEllipsoidalCS" type="gml:EllipsoidalCSPropertyType" substitutionGroup="gml:ellipsoidalCS">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<element name="cartesianCS" type="gml:CartesianCSPropertyType">
		<annotation>
			<documentation>gml:cartesianCS is an association role to the Cartesian coordinate system used by this CRS.</documentation>
		</annotation>
	</element>
	<element name="usesCartesianCS" type="gml:CartesianCSPropertyType" substitutionGroup="gml:cartesianCS">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<element name="sphericalCS" type="gml:SphericalCSPropertyType">
		<annotation>
			<documentation>gml:sphericalCS is an association role to the spherical coordinate system used by this CRS.</documentation>
		</annotation>
	</element>
	<element name="usesSphericalCS" type="gml:SphericalCSPropertyType" substitutionGroup="gml:sphericalCS">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<element name="geodeticDatum" type="gml:GeodeticDatumPropertyType">
		<annotation>
			<documentation>gml:geodeticDatum is an association role to the geodetic datum used by this CRS.
</documentation>
		</annotation>
	</element>
	<element name="usesGeodeticDatum" type="gml:GeodeticDatumPropertyType" substitutionGroup="gml:geodeticDatum">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<complexType name="GeodeticCRSPropertyType">
		<annotation>
			<documentation>gml:GeodeticCRSPropertyType is a property type for association roles to a geodetic coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
		</annotation>
		<sequence minOccurs="0">
			<element ref="gml:GeodeticCRS"/>
		</sequence>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
	</complexType>
	<element name="VerticalCRS" type="gml:VerticalCRSType" substitutionGroup="gml:AbstractSingleCRS">
		<annotation>
			<documentation>gml:VerticalCRS is a 1D coordinate reference system used for recording heights or depths. Vertical CRSs make use of the direction of gravity to define the concept of height or depth, but the relationship with gravity may not be straightforward. By implication, ellipsoidal heights (h) cannot be captured in a vertical coordinate reference system. Ellipsoidal heights cannot exist independently, but only as an inseparable part of a 3D coordinate tuple defined in a geographic 3D coordinate reference system.</documentation>
		</annotation>
	</element>
	<complexType name="VerticalCRSType">
		<complexContent>
			<extension base="gml:AbstractCRSType">
				<sequence>
					<element ref="gml:verticalCS"/>
					<element ref="gml:verticalDatum"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<element name="verticalCS" type="gml:VerticalCSPropertyType">
		<annotation>
			<documentation>gml:verticalCS is an association role to the vertical coordinate system used by this CRS.</documentation>
		</annotation>
	</element>
	<element name="usesVerticalCS" type="gml:VerticalCSPropertyType" substitutionGroup="gml:verticalCS">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<element name="verticalDatum" type="gml:VerticalDatumPropertyType">
		<annotation>
			<documentation>gml:verticalDatum is an association role to the vertical datum used by this CRS.</documentation>
		</annotation>
	</element>
	<element name="usesVerticalDatum" type="gml:VerticalDatumPropertyType" substitutionGroup="gml:verticalDatum">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<complexType name="VerticalCRSPropertyType">
		<annotation>
			<documentation>gml:VerticalCRSPropertyType is a property type for association roles to a vertical coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
		</annotation>
		<sequence minOccurs="0">
			<element ref="gml:VerticalCRS"/>
		</sequence>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
	</complexType>
	<element name="verticalCRSRef" type="gml:VerticalCRSPropertyType">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<element name="ProjectedCRS" type="gml:ProjectedCRSType" substitutionGroup="gml:AbstractGeneralDerivedCRS">
		<annotation>
			<documentation>gml:ProjectedCRS is a 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values.</documentation>
		</annotation>
	</element>
	<complexType name="ProjectedCRSType">
		<complexContent>
			<extension base="gml:AbstractGeneralDerivedCRSType">
				<sequence>
					<choice>
						<element ref="gml:baseGeodeticCRS"/>
						<element ref="gml:baseGeographicCRS"/>
					</choice>
					<element ref="gml:cartesianCS"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<element name="baseGeodeticCRS" type="gml:GeodeticCRSPropertyType">
		<annotation>
			<documentation>gml:baseGeodeticCRS is an association role to the geodetic coordinate reference system used by this projected CRS.</documentation>
		</annotation>
	</element>
	<element name="baseGeographicCRS" type="gml:GeographicCRSPropertyType">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<complexType name="ProjectedCRSPropertyType">
		<annotation>
			<documentation>gml:ProjectedCRSPropertyType is a property type for association roles to a projected coordinate reference system, either referencing or containing the definition of that reference system.</documentation>
		</annotation>
		<sequence minOccurs="0">
			<element ref="gml:ProjectedCRS"/>
		</sequence>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
	</complexType>
	<element name="projectedCRSRef" type="gml:ProjectedCRSPropertyType">
		<annotation>
			<appinfo>deprecated</appinfo>
		</annotation>
	</element>
	<element name="DerivedCRS" type="gml:DerivedCRSType" substitutionGroup="gml:AbstractGeneralDerivedCRS">
		<annotation>
			<documentation>gml:DerivedCRS is a single coordinate reference system that is defined by its coordinate conversion from another single coordinate reference system known as the base CRS. The base CRS can be a projected coordinate reference system, if this DerivedCRS is used for a georectified grid coverage as described in ISO 19123, Clause 8.</documentation>
		</annotation>
	</element>
	<complexType name="DerivedCRSType">
		<complexContent>
			<extension base="gml:AbstractGeneralDerivedCRSType">
				<sequence>
					<element ref="gml:baseCRS"/>
					<element ref="gml:derivedCRSType"/>
					<element ref="gml:coordinateSystem"/>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -