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

📄 crsitem.xsd

📁 联合国农粮署牵头开发的geonetwork源代码最新版
💻 XSD
📖 第 1 页 / 共 4 页
字号:
					<xs:element name="alternativeExpression" type="gmx:OperationParameterAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="ML_OperationParameterGroup" type="gmx:ML_OperationParameterGroup_Type" substitutionGroup="gml:OperationParameterGroup"/>	<!-- ........................................................................ -->	<xs:complexType name="ML_OperationParameterGroup_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:ML_OperationParameterGroup"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="ML_OperationParameter_Type">		<xs:complexContent>			<xs:extension base="gml:OperationParameterType">				<xs:sequence>					<xs:element name="alternativeExpression" type="gmx:OperationParameterAlt_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="ML_OperationParameter" type="gmx:ML_OperationParameter_Type" substitutionGroup="gml:OperationParameter"/>	<!-- ........................................................................ -->	<xs:complexType name="ML_OperationParameter_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:ML_OperationParameter"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!--===================== Alternative Expresssion types ==============================-->	<xs:complexType name="CrsAlt_Type">		<xs:annotation>			<xs:documentation>XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gml:AbstractCRSType">				<xs:sequence>					<xs:element name="locale" type="gmd:PT_Locale_PropertyType"/>				</xs:sequence>				<xs:attribute name="codeSpace" type="xs:anyURI" use="required"/>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="CrsAlt" type="gmx:CrsAlt_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="CrsAlt_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:CrsAlt"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="CoordinateSystemAlt_Type">		<xs:annotation>			<xs:documentation>XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gml:IdentifiedObjectType">				<xs:sequence>					<xs:element name="locale" type="gmd:PT_Locale_PropertyType"/>				</xs:sequence>				<xs:attributeGroup ref="gml:AggregationAttributeGroup"/>				<xs:attribute name="codeSpace" type="xs:anyURI" use="required"/>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="CoordinateSystemAlt" type="gmx:CoordinateSystemAlt_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="CoordinateSystemAlt_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:CoordinateSystemAlt"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="CoordinateSystemAxisAlt_Type">		<xs:annotation>			<xs:documentation>XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gml:CoordinateSystemAxisType">				<xs:sequence>					<xs:element name="locale" type="gmd:PT_Locale_PropertyType"/>				</xs:sequence>				<xs:attribute name="codeSpace" type="xs:anyURI" use="required"/>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="CoordinateSystemAxisAlt" type="gmx:CoordinateSystemAxisAlt_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="CoordinateSystemAxisAlt_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:CoordinateSystemAxisAlt"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="DatumAlt_Type">		<xs:annotation>			<xs:documentation>XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gml:AbstractDatumType">				<xs:sequence>					<xs:element name="locale" type="gmd:PT_Locale_PropertyType"/>				</xs:sequence>				<xs:attribute name="codeSpace" type="xs:anyURI" use="required"/>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="DatumAlt" type="gmx:DatumAlt_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="DatumAlt_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:DatumAlt"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="EllipsoidAlt_Type">		<xs:annotation>			<xs:documentation>XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gml:IdentifiedObjectType">				<xs:sequence>					<xs:element name="locale" type="gmd:PT_Locale_PropertyType"/>				</xs:sequence>				<xs:attribute name="codeSpace" type="xs:anyURI" use="required"/>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="EllipsoidAlt" type="gmx:EllipsoidAlt_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="EllipsoidAlt_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:EllipsoidAlt"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="PrimeMeridianAlt_Type">		<xs:annotation>			<xs:documentation>XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gml:IdentifiedObjectType">				<xs:sequence>					<xs:element name="locale" type="gmd:PT_Locale_PropertyType"/>				</xs:sequence>				<xs:attribute name="codeSpace" type="xs:anyURI" use="required"/>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="PrimeMeridianAlt" type="gmx:PrimeMeridianAlt_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="PrimeMeridianAlt_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:PrimeMeridianAlt"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="OperationAlt_Type">		<xs:annotation>			<xs:documentation>XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gml:AbstractCoordinateOperationType">				<xs:sequence>					<xs:element name="locale" type="gmd:PT_Locale_PropertyType"/>				</xs:sequence>				<xs:attribute name="codeSpace" type="xs:anyURI" use="required"/>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="OperationAlt" type="gmx:OperationAlt_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="OperationAlt_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:OperationAlt"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="OperationMethodAlt_Type">		<xs:annotation>			<xs:documentation>XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gml:IdentifiedObjectType">				<xs:sequence>					<xs:element name="locale" type="gmd:PT_Locale_PropertyType"/>				</xs:sequence>				<xs:attribute name="codeSpace" type="xs:anyURI" use="required"/>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="OperationMethodAlt" type="gmx:OperationMethodAlt_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="OperationMethodAlt_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:OperationMethodAlt"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<xs:complexType name="OperationParameterAlt_Type">		<xs:annotation>			<xs:documentation>XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gml:OperationParameterType">				<xs:sequence>					<xs:element name="locale" type="gmd:PT_Locale_PropertyType"/>				</xs:sequence>				<xs:attribute name="codeSpace" type="xs:anyURI" use="required"/>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="OperationParameterAlt" type="gmx:OperationParameterAlt_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="OperationParameterAlt_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmx:OperationParameterAlt"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== -->	<!-- === End of file === --></xs:schema>

⌨️ 快捷键说明

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