Project

General

Profile

1
<?xml version="1.0" encoding="utf-8"?>
2
<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">
3
	<!-- ================================= Annotation ================================ -->
4
	<xs:annotation>
5
		<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 01-26-2005 12:40:03 ====== </xs:documentation>
6
	</xs:annotation>
7
	<!-- ================================== Imports ================================== -->
8
	<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
9
	<xs:include schemaLocation="../gmd/citation.xsd"/>
10
	<!-- ########################################################################### -->
11
	<!-- ########################################################################### -->
12
	<!-- ================================== Classes ================================= -->
13
	<xs:complexType name="MD_PortrayalCatalogueReference_Type">
14
		<xs:annotation>
15
			<xs:documentation>Information identifing the portrayal catalogue used</xs:documentation>
16
		</xs:annotation>
17
		<xs:complexContent>
18
			<xs:extension base="gco:AbstractObject_Type">
19
				<xs:sequence>
20
					<xs:element name="portrayalCatalogueCitation" type="gmd:CI_Citation_PropertyType" maxOccurs="unbounded"/>
21
				</xs:sequence>
22
			</xs:extension>
23
		</xs:complexContent>
24
	</xs:complexType>
25
	<!-- ........................................................................ -->
26
	<xs:element name="MD_PortrayalCatalogueReference" type="gmd:MD_PortrayalCatalogueReference_Type"/>
27
	<!-- ........................................................................ -->
28
	<xs:complexType name="MD_PortrayalCatalogueReference_PropertyType">
29
		<xs:sequence minOccurs="0">
30
			<xs:element ref="gmd:MD_PortrayalCatalogueReference"/>
31
		</xs:sequence>
32
		<xs:attributeGroup ref="gco:ObjectReference"/>
33
		<xs:attribute ref="gco:nilReason"/>
34
	</xs:complexType>
35
	<!-- =========================================================================== -->
36
</xs:schema>
(15-15/17)