Project

General

Profile

1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by STEPHANE BIDAULT (I.G.N/SAF/RECEPTIONS) -->
3
<xs:schema elementFormDefault="qualified" targetNamespace="http://www.isotc211.org/2005/gmi" 
4
xmlns:gmi="http://www.isotc211.org/2005/gmi"
5
xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" version="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
6
	<!-- ================================= Annotation ================================ -->
7
	<xs:annotation>
8
		<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 04-04-2008 17:12:49 ====== </xs:documentation>
9
	</xs:annotation>
10
	<!-- ================================== Imports ================================== -->
11
	<xs:import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/gmd.xsd"/>
12
	<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
13
	<xs:include schemaLocation="../gmi/acquisitionInformation.xsd"/>
14
	<!-- ########################################################################### -->
15
	<!-- ########################################################################### -->
16
	<!-- ================================== Classes ================================= -->
17
	<xs:complexType name="MI_Metadata_Type">
18
		<xs:annotation>
19
			<xs:documentation>Description: Root entity that defines information about imagery or gridded data - shortName: IMetadata</xs:documentation>
20
		</xs:annotation>
21
		<xs:complexContent>
22
			<xs:extension base="gmd:MD_Metadata_Type">
23
				<xs:sequence>
24
					<xs:element name="acquisitionInformation" type="gmi:MI_AcquisitionInformation_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
25
				</xs:sequence>
26
			</xs:extension>
27
		</xs:complexContent>
28
	</xs:complexType>
29
	<!-- ........................................................................ -->
30
	<xs:element name="MI_Metadata" type="gmi:MI_Metadata_Type" substitutionGroup="gmd:MD_Metadata"/>
31
	<!-- ........................................................................ -->
32
	<xs:complexType name="MI_Metadata_PropertyType">
33
		<xs:sequence>
34
			<xs:element ref="gmi:MI_Metadata" minOccurs="0"/>
35
		</xs:sequence>
36
		<xs:attributeGroup ref="gco:ObjectReference"/>
37
		<xs:attribute ref="gco:nilReason"/>
38
	</xs:complexType>
39
	<!-- =========================================================================== -->
40
</xs:schema>
(5-5/6)