portrayalcatalogue.xsd

来自「由国外的一个著名的geonetwork修改而来」· XSD 代码 · 共 37 行

XSD
37
字号
<?xml version="1.0" encoding="utf-8"?><xs:schema targetNamespace="http://www.isotc211.org/2005/gmd" elementFormDefault="qualified" version="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd">	<!-- ================================= Annotation ================================ -->	<xs:annotation>		<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 01-26-2005 12:40:03 ====== </xs:documentation>	</xs:annotation>	<!-- ================================== Imports ================================== -->	<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>	<xs:include schemaLocation="../gmd/citation.xsd"/>	<!-- ########################################################################### -->	<!-- ########################################################################### -->	<!-- ================================== Classes ================================= -->	<xs:complexType name="MD_PortrayalCatalogueReference_Type">		<xs:annotation>			<xs:documentation>Information identifing the portrayal catalogue used</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="gco:AbstractObject_Type">				<xs:sequence>					<xs:element name="portrayalCatalogueCitation" type="gmd:CI_Citation_PropertyType" maxOccurs="unbounded"/>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<!-- ........................................................................ -->	<xs:element name="MD_PortrayalCatalogueReference" type="gmd:MD_PortrayalCatalogueReference_Type"/>	<!-- ........................................................................ -->	<xs:complexType name="MD_PortrayalCatalogueReference_PropertyType">		<xs:sequence minOccurs="0">			<xs:element ref="gmd:MD_PortrayalCatalogueReference"/>		</xs:sequence>		<xs:attributeGroup ref="gco:ObjectReference"/>		<xs:attribute ref="gco:nilReason"/>	</xs:complexType>	<!-- =========================================================================== --></xs:schema>

⌨️ 快捷键说明

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