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