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

📄 datums.xsd

📁 联合国农粮署牵头开发的geonetwork源代码最新版
💻 XSD
字号:
<?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Clemens Portele (interactive instruments) --><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:datums:3.2.0">datums.xsd</appinfo>		<documentation>See ISO/DIS 19136 13.5The datums schema components can be divided into three logical parts, which define elements and types for XML encoding of the definitions of:-	Abstract datum-	Geodetic datums, including ellipsoid and prime meridian-	Multiple other concrete types of spatial or temporal datumsThese schema components encode the Datum packages of the UML Models of ISO 19111 Clause 10 and ISO/DIS 19136 D.3.10.</documentation>	</annotation>	<include schemaLocation="referenceSystems.xsd"/>	<include schemaLocation="measures.xsd"/>	<element name="AbstractDatum" type="gml:AbstractDatumType" abstract="true" substitutionGroup="gml:Definition">		<annotation>			<documentation>A gml:AbstractDatum specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. A datum uses a parameter or set of parameters that determine the location of the origin of the coordinate reference system. Each datum subtype may be associated with only specific types of coordinate systems. 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="AbstractDatumType" abstract="true">		<complexContent>			<extension base="gml:IdentifiedObjectType">				<sequence>					<element ref="gml:domainOfValidity" minOccurs="0"/>					<element ref="gml:scope" maxOccurs="unbounded"/>					<element ref="gml:anchorDefinition" minOccurs="0"/>					<element ref="gml:realizationEpoch" minOccurs="0"/>				</sequence>			</extension>		</complexContent>	</complexType>	<element name="anchorDefinition" type="gml:CodeType">		<annotation>			<documentation>gml:anchorDefinition is a description, possibly including coordinates, of the definition used to anchor the datum to the Earth. Also known as the "origin", especially for engineering and image datums. The codeSpace attribute may be used to reference a source of more detailed on this point or surface, or on a set of such descriptions.-	For a geodetic datum, this point is also known as the fundamental point, which is traditionally the point where the relationship between geoid and ellipsoid is defined. In some cases, the "fundamental point" may consist of a number of points. In those cases, the parameters defining the geoid/ellipsoid relationship have been averaged for these points, and the averages adopted as the datum definition.-	For an engineering datum, the anchor definition may be a physical point, or it may be a point with defined coordinates in another CRS.may-	For an image datum, the anchor definition is usually either the centre of the image or the corner of the image.-	For a temporal datum, this attribute is not defined. Instead of the anchor definition, a temporal datum carries a separate time origin of type DateTime.</documentation>		</annotation>	</element>	<element name="anchorPoint" type="gml:CodeType" substitutionGroup="gml:anchorDefinition">		<annotation>			<appinfo>deprecated</appinfo>		</annotation>	</element>	<element name="realizationEpoch" type="date">		<annotation>			<documentation>gml:realizationEpoch is the time after which this datum definition is valid. See ISO 19111 Table 32 for details.</documentation>		</annotation>	</element>	<complexType name="DatumPropertyType">		<annotation>			<documentation>gml:DatumPropertyType is a property type for association roles to a datum, either referencing or containing the definition of that datum.</documentation>		</annotation>		<sequence minOccurs="0">			<element ref="gml:AbstractDatum"/>		</sequence>		<attributeGroup ref="gml:AssociationAttributeGroup"/>	</complexType>	<element name="datumRef" type="gml:DatumPropertyType">		<annotation>			<appinfo>deprecated</appinfo>		</annotation>	</element>	<element name="GeodeticDatum" type="gml:GeodeticDatumType" substitutionGroup="gml:AbstractDatum">		<annotation>			<documentation>gml:GeodeticDatum is a geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere), or of a Cartesian coordinate system centered in this ellipsoid (or sphere).</documentation>		</annotation>	</element>	<complexType name="GeodeticDatumType">		<complexContent>			<extension base="gml:AbstractDatumType">				<sequence>					<element ref="gml:primeMeridian"/>					<element ref="gml:ellipsoid"/>				</sequence>			</extension>		</complexContent>	</complexType>	<element name="primeMeridian" type="gml:PrimeMeridianPropertyType">		<annotation>			<documentation>gml:primeMeridian is an association role to the prime meridian used by this geodetic datum.</documentation>		</annotation>	</element>	<element name="usesPrimeMeridian" type="gml:PrimeMeridianPropertyType" substitutionGroup="gml:primeMeridian">		<annotation>			<appinfo>deprecated</appinfo>		</annotation>	</element>	<element name="ellipsoid" type="gml:EllipsoidPropertyType">		<annotation>			<documentation>gml:ellipsoid is an association role to the ellipsoid used by this geodetic datum.</documentation>		</annotation>	</element>	<element name="usesEllipsoid" type="gml:EllipsoidPropertyType" substitutionGroup="gml:ellipsoid">		<annotation>			<appinfo>deprecated</appinfo>		</annotation>	</element>	<complexType name="GeodeticDatumPropertyType">		<annotation>			<documentation>gml:GeodeticDatumPropertyType is a property type for association roles to a geodetic datum, either referencing or containing the definition of that datum.</documentation>		</annotation>		<sequence minOccurs="0">			<element ref="gml:GeodeticDatum"/>		</sequence>		<attributeGroup ref="gml:AssociationAttributeGroup"/>	</complexType>	<element name="geodeticDatumRef" type="gml:GeodeticDatumPropertyType">		<annotation>			<appinfo>deprecated</appinfo>		</annotation>	</element>	<element name="Ellipsoid" type="gml:EllipsoidType" substitutionGroup="gml:Definition">		<annotation>			<documentation>A gml:Ellipsoid is a geometric figure that may be used to describe the approximate shape of the earth. In mathematical terms, it is a surface formed by the rotation of an ellipse about its minor axis.</documentation>		</annotation>	</element>	<complexType name="EllipsoidType">		<complexContent>			<extension base="gml:IdentifiedObjectType">				<sequence>					<element ref="gml:semiMajorAxis"/>					<element ref="gml:secondDefiningParameter"/>				</sequence>			</extension>		</complexContent>	</complexType>	<element name="semiMajorAxis" type="gml:MeasureType">		<annotation>			<documentation>gml:semiMajorAxis specifies the length of the semi-major axis of the ellipsoid, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.</documentation>		</annotation>	</element>	<element name="secondDefiningParameter">		<annotation>			<documentation>gml:secondDefiningParameter is a property containing the definition of the second parameter that defines the shape of an ellipsoid. An ellipsoid requires two defining parameters: semi-major axis and inverse flattening or semi-major axis and semi-minor axis. When the reference body is a sphere rather than an ellipsoid, only a single defining parameter is required, namely the radius of the sphere; in that case, the semi-major axis "degenerates" into the radius of the sphere.The inverseFlattening element contains the inverse flattening value of the ellipsoid. This value is a scale factor (or ratio). It uses gml:LengthType with the restriction that the unit of measure referenced by the uom attribute must be suitable for a scale factor, such as percent, permil, or parts-per-million.The semiMinorAxis element contains the length of the semi-minor axis of the ellipsoid. When the isSphere element is included, the ellipsoid is degenerate and is actually a sphere. The sphere is completely defined by the semi-major axis, which is the radius of the sphere.</documentation>		</annotation>		<complexType>			<sequence>				<element ref="gml:SecondDefiningParameter"/>			</sequence>		</complexType>	</element>	<element name="SecondDefiningParameter">		<complexType>			<choice>				<element name="inverseFlattening" type="gml:MeasureType"/>				<element name="semiMinorAxis" type="gml:LengthType"/>				<element name="isSphere">					<simpleType>						<restriction base="string">							<enumeration value="sphere"/>						</restriction>					</simpleType>				</element>			</choice>		</complexType>	</element>	<complexType name="EllipsoidPropertyType">		<annotation>			<documentation>gml:EllipsoidPropertyType is a property type for association roles to an ellipsoid, either referencing or containing the definition of that ellipsoid.</documentation>		</annotation>		<sequence minOccurs="0">			<element ref="gml:Ellipsoid"/>		</sequence>		<attributeGroup ref="gml:AssociationAttributeGroup"/>	</complexType>	<element name="ellipsoidRef" type="gml:EllipsoidPropertyType">		<annotation>			<appinfo>deprecated</appinfo>		</annotation>	</element>	<element name="PrimeMeridian" type="gml:PrimeMeridianType" substitutionGroup="gml:Definition">		<annotation>			<documentation>A gml:PrimeMeridian defines the origin from which longitude values are determined. The default value for the prime meridian gml:identifier value is "Greenwich".</documentation>		</annotation>	</element>	<complexType name="PrimeMeridianType">		<complexContent>			<extension base="gml:IdentifiedObjectType">				<sequence>					<element ref="gml:greenwichLongitude"/>				</sequence>			</extension>		</complexContent>	</complexType>	<element name="greenwichLongitude" type="gml:AngleType">		<annotation>			<documentation>gml:greenwichLongitude is the longitude of the prime meridian measured from the Greenwich meridian, positive eastward. If the value of the prime meridian 鈥渘ame鈥

⌨️ 快捷键说明

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