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
<!-- 
4
	Updates: Amilan, 4/30/2009
5
	Edited to conform to 19115-2 
6
	MI_Band_Type 
7
	* removed polarisation, added transmittedPolarisation & detectedPolarisation  
8
-->
9
<xs:schema elementFormDefault="qualified" targetNamespace="http://www.isotc211.org/2005/gmi" 
10
xmlns:gmi="http://www.isotc211.org/2005/gmi"
11
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">
12
	<!-- ================================= Annotation ================================ -->
13
	<xs:annotation>
14
		<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 04-04-2008 17:12:47 ====== Name: Content - Position: 5</xs:documentation>
15
	</xs:annotation>
16
	<!-- ================================== Imports ================================== -->
17
	<xs:import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/content.xsd"/>
18
	<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
19
	<!-- ########################################################################### -->
20
	<!-- ########################################################################### -->
21
	<!-- ================================== Classes ================================= -->
22
	<xs:complexType name="MI_Band_Type">
23
		<xs:annotation>
24
			<xs:documentation>Description: extensions to electromagnetic spectrum wavelength description - shortName: BandExt</xs:documentation>
25
		</xs:annotation>
26
		<xs:complexContent>
27
			<xs:extension base="gmd:MD_Band_Type">
28
				<xs:sequence>
29
					<xs:element name="bandBoundaryDefinition" type="gmi:MI_BandDefinition_PropertyType" minOccurs="0" maxOccurs="1"/>
30
					<xs:element name="nominalSpatialResolution" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="1"/>
31
					<xs:element name="transferFunctionType" type="gmi:MI_TransferFunctionTypeCode_PropertyType" minOccurs="0" maxOccurs="1"/>
32
					<xs:element name="transmittedPolarisation" type="gmi:MI_PolarisationOrientationCode_PropertyType" minOccurs="0" maxOccurs="1"/>
33
					<xs:element name="detectedPolarisation" type="gmi:MI_PolarisationOrientationCode_PropertyType" minOccurs="0" maxOccurs="1"/>
34
				</xs:sequence>
35
			</xs:extension>
36
		</xs:complexContent>
37
	</xs:complexType>
38
	<!-- ........................................................................ -->
39
	<xs:element name="MI_Band" type="gmi:MI_Band_Type" substitutionGroup="gmd:MD_Band"/>
40
	<!-- ........................................................................ -->
41
	<xs:complexType name="MI_Band_PropertyType">
42
		<xs:sequence>
43
			<xs:element ref="gmi:MI_Band" minOccurs="0"/>
44
		</xs:sequence>
45
		<xs:attributeGroup ref="gco:ObjectReference"/>
46
		<xs:attribute ref="gco:nilReason"/>
47
	</xs:complexType>
48
	<!-- =========================================================================== -->
49
	<xs:complexType name="MI_CoverageDescription_Type">
50
		<xs:annotation>
51
			<xs:documentation>Description: information about the content of a coverage, including the description of specific range elements - shortName: CCovDesc</xs:documentation>
52
		</xs:annotation>
53
		<xs:complexContent>
54
			<xs:extension base="gmd:MD_CoverageDescription_Type">
55
				<xs:sequence>
56
					<xs:element name="rangeElementDescription" type="gmi:MI_RangeElementDescription_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
57
				</xs:sequence>
58
			</xs:extension>
59
		</xs:complexContent>
60
	</xs:complexType>
61
	<!-- ........................................................................ -->
62
	<xs:element name="MI_CoverageDescription" type="gmi:MI_CoverageDescription_Type" substitutionGroup="gmd:MD_CoverageDescription"/>
63
	<!-- ........................................................................ -->
64
	<xs:complexType name="MI_CoverageDescription_PropertyType">
65
		<xs:sequence>
66
			<xs:element ref="gmi:MI_CoverageDescription" minOccurs="0"/>
67
		</xs:sequence>
68
		<xs:attributeGroup ref="gco:ObjectReference"/>
69
		<xs:attribute ref="gco:nilReason"/>
70
	</xs:complexType>
71
	<!-- =========================================================================== -->
72
	<xs:complexType name="MI_ImageDescription_Type">
73
		<xs:annotation>
74
			<xs:documentation>Description: information about the content of an image, including the description of specific range elements - shortName: ICovDesc</xs:documentation>
75
		</xs:annotation>
76
		<xs:complexContent>
77
			<xs:extension base="gmd:MD_ImageDescription_Type">
78
				<xs:sequence>
79
					<xs:element name="rangeElementDescription" type="gmi:MI_RangeElementDescription_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
80
				</xs:sequence>
81
			</xs:extension>
82
		</xs:complexContent>
83
	</xs:complexType>
84
	<!-- ........................................................................ -->
85
	<xs:element name="MI_ImageDescription" type="gmi:MI_ImageDescription_Type" substitutionGroup="gmd:MD_ImageDescription"/>
86
	<!-- ........................................................................ -->
87
	<xs:complexType name="MI_ImageDescription_PropertyType">
88
		<xs:sequence>
89
			<xs:element ref="gmi:MI_ImageDescription" minOccurs="0"/>
90
		</xs:sequence>
91
		<xs:attributeGroup ref="gco:ObjectReference"/>
92
		<xs:attribute ref="gco:nilReason"/>
93
	</xs:complexType>
94
	<!-- =========================================================================== -->
95
	<xs:complexType name="MI_RangeElementDescription_Type">
96
		<xs:annotation>
97
			<xs:documentation>Description: description of specific range elements - shortName: RgEltDesc</xs:documentation>
98
		</xs:annotation>
99
		<xs:complexContent>
100
			<xs:extension base="gco:AbstractObject_Type">
101
				<xs:sequence>
102
					<xs:element name="name" type="gco:CharacterString_PropertyType"/>
103
					<xs:element name="definition" type="gco:CharacterString_PropertyType"/>
104
					<xs:element name="rangeElement" type="gco:Record_PropertyType" minOccurs="1" maxOccurs="unbounded"/>
105
				</xs:sequence>
106
			</xs:extension>
107
		</xs:complexContent>
108
	</xs:complexType>
109
	<!-- ........................................................................ -->
110
	<xs:element name="MI_RangeElementDescription" type="gmi:MI_RangeElementDescription_Type"/>
111
	<!-- ........................................................................ -->
112
	<xs:complexType name="MI_RangeElementDescription_PropertyType">
113
		<xs:sequence>
114
			<xs:element ref="gmi:MI_RangeElementDescription" minOccurs="0"/>
115
		</xs:sequence>
116
		<xs:attributeGroup ref="gco:ObjectReference"/>
117
		<xs:attribute ref="gco:nilReason"/>
118
	</xs:complexType>
119
	<!-- =========================================================================== -->
120
	<!-- ........................................................................ -->
121
	<xs:element name="MI_BandDefinition" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
122
	<!-- ........................................................................ -->
123
	<xs:complexType name="MI_BandDefinition_PropertyType">
124
		<xs:sequence>
125
			<xs:element ref="gmi:MI_BandDefinition" minOccurs="0"/>
126
		</xs:sequence>
127
		<xs:attribute ref="gco:nilReason"/>
128
	</xs:complexType>
129
	<!-- =========================================================================== -->
130
	<!-- ........................................................................ -->
131
	<xs:element name="MI_PolarisationOrientationCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
132
	<!-- ........................................................................ -->
133
	<xs:complexType name="MI_PolarisationOrientationCode_PropertyType">
134
		<xs:sequence>
135
			<xs:element ref="gmi:MI_PolarisationOrientationCode" minOccurs="0"/>
136
		</xs:sequence>
137
		<xs:attribute ref="gco:nilReason"/>
138
	</xs:complexType>
139
	<!-- =========================================================================== -->
140
	<!-- ........................................................................ -->
141
	<xs:element name="MI_TransferFunctionTypeCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
142
	<!-- ........................................................................ -->
143
	<xs:complexType name="MI_TransferFunctionTypeCode_PropertyType">
144
		<xs:sequence>
145
			<xs:element ref="gmi:MI_TransferFunctionTypeCode" minOccurs="0"/>
146
		</xs:sequence>
147
		<xs:attribute ref="gco:nilReason"/>
148
	</xs:complexType>
149
	<!-- =========================================================================== -->
150
</xs:schema>
(2-2/6)