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

📄 crsitem.xsd.svn-base

📁 由国外的一个著名的geonetwork修改而来
💻 SVN-BASE
📖 第 1 页 / 共 4 页
字号:
<?xml version="1.0" encoding="utf-8"?><xs:schema targetNamespace="http://www.isotc211.org/2005/gmx" elementFormDefault="qualified" version="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gml="http://www.opengis.net/gml" xmlns:gmx="http://www.isotc211.org/2005/gmx">	<!-- ================================= Annotation ================================ -->	<xs:annotation>		<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 03-15-2005 09:15:11 ====== </xs:documentation>	</xs:annotation>	<!-- ================================== Imports ================================== -->	<xs:import namespace="http://www.opengis.net/gml" schemaLocation="../gml/gml.xsd"/>	<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>	<xs:import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/gmd.xsd"/>	<!-- ########################################################################### -->	<!-- ########################################################################### -->	<!-- ================================== Classes ================================= -->	<!-- ........................................................................ -->	<!-- ........................................................................ -->	<xs:complexType name="CT_CRS_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gml:AbstractCRS"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!-- ........................................................................ -->	<!-- ........................................................................ -->	<xs:complexType name="CT_CoordinateSystem_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gml:AbstractCoordinateSystem"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!-- ........................................................................ -->	<!-- ........................................................................ -->	<xs:complexType name="CT_CoordinateSystemAxis_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gml:CoordinateSystemAxis"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!-- ........................................................................ -->	<!-- ........................................................................ -->	<xs:complexType name="CT_Datum_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gml:AbstractDatum"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!-- ........................................................................ -->	<!-- ........................................................................ -->	<xs:complexType name="CT_Ellipsoid_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gml:Ellipsoid"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!-- ........................................................................ -->	<!-- ........................................................................ -->	<xs:complexType name="CT_PrimeMeridian_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gml:PrimeMeridian"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!-- ........................................................................ -->	<!-- ........................................................................ -->	<xs:complexType name="CT_Operation_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gml:AbstractCoordinateOperation"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!-- ........................................................................ -->	<!-- ........................................................................ -->	<xs:complexType name="CT_OperationMethod_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gml:OperationMethod"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!-- ........................................................................ -->	<!-- ........................................................................ -->	<xs:complexType name="CT_OperationParameters_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gml:AbstractGeneralOperationParameter"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!--============================= Multilingual types ===============================-->	<!--============================== GML extensions ===============================-->	<!--================ GML XSchema: coordinateReferenceSystems.xsd ==================-->	<xs:complexType name="ML_CompoundCRS_Type">		<xs:complexContent>			<xs:extension base="gml:CompoundCRSType">				<xs:sequence>					<xs:element name="alternativeExpression" type="gmx:CrsAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="ML_CompoundCRS" type="gmx:ML_CompoundCRS_Type" substitutionGroup="gml:CompoundCRS"/>	<!-- ........................................................................ -->	<xs:complexType name="ML_CompoundCRS_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:ML_CompoundCRS"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!--### gml:GeocentricCRS and gml:GeographicCRS were deprecated in 19136 DIS and replaced with gml:GeodeticCRS ###-->	<!--<xs:complexType name="ML_GeocentricCRS_Type">		<xs:complexContent>			<xs:extension base="gml:GeocentricCRSType">				<xs:sequence>					<xs:element name="alternativeExpression" type="gmx:CrsAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>-->	<!-- ........................................................................ -->	<!--<xs:element name="ML_GeocentricCRS" type="gmx:ML_GeocentricCRS_Type" substitutionGroup="gml:GeocentricCRS"/>-->	<!-- ........................................................................ -->	<!--<xs:complexType name="ML_GeocentricCRS_PropertyType">		<xs:sequence>			<xs:element ref="gmx:ML_GeocentricCRS" minOccurs="0"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>-->	<!-- =========================================================================== -->	<!--### gml:GeocentricCRS and gml:GeographicCRS were deprecated in 19136 DIS and replaced with gml:GeodeticCRS ###-->	<!--<xs:complexType name="ML_GeographicCRS_Type">		<xs:complexContent>			<xs:extension base="gml:GeographicCRSType">				<xs:sequence>					<xs:element name="alternativeExpression" type="gmx:CrsAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>-->	<!-- ........................................................................ -->	<!--<xs:element name="ML_GeographicCRS" type="gmx:ML_GeographicCRS_Type" substitutionGroup="gml:GeographicCRS"/>-->	<!-- ........................................................................ -->	<!--<xs:complexType name="ML_GeographicCRS_PropertyType">		<xs:sequence>			<xs:element ref="gmx:ML_GeographicCRS" minOccurs="0"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>-->	<!-- =========================================================================== -->	<xs:complexType name="ML_GeodeticCRS_Type">		<xs:complexContent>			<xs:extension base="gml:GeodeticCRSType">				<xs:sequence>					<xs:element name="alternativeExpression" type="gmx:CrsAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="ML_GeodeticCRS" type="gmx:ML_GeodeticCRS_Type" substitutionGroup="gml:GeodeticCRS"/>	<!-- ........................................................................ -->	<xs:complexType name="ML_GeodeticCRS_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:ML_GeodeticCRS"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="ML_EngineeringCRS_Type">		<xs:complexContent>			<xs:extension base="gml:EngineeringCRSType">				<xs:sequence>					<xs:element name="alternativeExpression" type="gmx:CrsAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="ML_EngineeringCRS" type="gmx:ML_EngineeringCRS_Type" substitutionGroup="gml:EngineeringCRS"/>	<!-- ........................................................................ -->	<xs:complexType name="ML_EngineeringCRS_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:ML_EngineeringCRS"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="ML_VerticalCRS_Type">		<xs:complexContent>			<xs:extension base="gml:VerticalCRSType">				<xs:sequence>					<xs:element name="alternativeExpression" type="gmx:CrsAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="ML_VerticalCRS" type="gmx:ML_VerticalCRS_Type" substitutionGroup="gml:VerticalCRS"/>	<!-- ........................................................................ -->	<xs:complexType name="ML_VerticalCRS_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:ML_VerticalCRS"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="ML_TemporalCRS_Type">		<xs:complexContent>			<xs:extension base="gml:TemporalCRSType">				<xs:sequence>					<xs:element name="alternativeExpression" type="gmx:CrsAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="ML_TemporalCRS" type="gmx:ML_TemporalCRS_Type" substitutionGroup="gml:TemporalCRS"/>	<!-- ........................................................................ -->	<xs:complexType name="ML_TemporalCRS_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:ML_TemporalCRS"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="ML_ImageCRS_Type">		<xs:complexContent>			<xs:extension base="gml:ImageCRSType">				<xs:sequence>					<xs:element name="alternativeExpression" type="gmx:CrsAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="ML_ImageCRS" type="gmx:ML_ImageCRS_Type" substitutionGroup="gml:ImageCRS"/>

⌨️ 快捷键说明

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