Project

General

Profile

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:gml="http://www.opengis.net/gml/3.2" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gss="http://www.isotc211.org/2005/gss" 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:34 ====== Name: SpatialRepresentation - Position: 3</xs:documentation>
6
	</xs:annotation>
7
	<!-- ================================== Imports ================================== -->
8
	<xs:include schemaLocation="../gmi/acquisitionInformation.xsd"/>
9
	<xs:import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/gmd.xsd"/>
10
	<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
11
	<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="../gml321/gml.xsd"/>
12
	<!-- ########################################################################### -->
13
	<!-- ########################################################################### -->
14
	<!-- ================================== Classes ================================= -->
15
	<xs:complexType name="MI_Georeferenceable_Type">
16
		<xs:annotation>
17
			<xs:documentation>Description: Description of information provided in metadata that allows the geographic or map location raster points to be located - FGDC: Georeferencing_Description - shortName: IGeoref</xs:documentation>
18
		</xs:annotation>
19
		<xs:complexContent>
20
			<xs:extension base="gmd:MD_Georeferenceable_Type">
21
				<xs:sequence>
22
					<xs:element name="geolocationInformation" type="gmi:MI_GeolocationInformation_PropertyType" maxOccurs="unbounded"/>
23
					<xs:element name="platformParameters" type="gmi:MI_Platform_PropertyType" minOccurs="0"/>
24
				</xs:sequence>
25
			</xs:extension>
26
		</xs:complexContent>
27
	</xs:complexType>
28
	<!-- ........................................................................ -->
29
	<xs:element name="MI_Georeferenceable" type="gmi:MI_Georeferenceable_Type" substitutionGroup="gmd:MD_Georeferenceable"/>
30
	<!-- ........................................................................ -->
31
	<xs:complexType name="MI_Georeferenceable_PropertyType">
32
		<xs:sequence>
33
			<xs:element ref="gmi:MI_Georeferenceable" minOccurs="0"/>
34
		</xs:sequence>
35
		<xs:attributeGroup ref="gco:ObjectReference"/>
36
		<xs:attribute ref="gco:nilReason"/>
37
	</xs:complexType>
38
	<!-- =========================================================================== -->
39
	<xs:complexType name="MI_GCP_Type">
40
		<xs:complexContent>
41
			<xs:extension base="gco:AbstractObject_Type">
42
				<xs:sequence>
43
					<xs:element name="geographicCoordinates" type="gmi:DirectPosition_PropertyType"/>
44
					<xs:element name="accuracyReport" type="gmd:DQ_Element_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
45
				</xs:sequence>
46
			</xs:extension>
47
		</xs:complexContent>
48
	</xs:complexType>
49
	<!-- ........................................................................ -->
50
	<xs:element name="MI_GCP" type="gmi:MI_GCP_Type"/>
51
	<!-- ........................................................................ -->
52
	<xs:complexType name="MI_GCP_PropertyType">
53
		<xs:sequence>
54
			<xs:element ref="gmi:MI_GCP" minOccurs="0"/>
55
		</xs:sequence>
56
		<xs:attributeGroup ref="gco:ObjectReference"/>
57
		<xs:attribute ref="gco:nilReason"/>
58
	</xs:complexType>
59
	<!-- =========================================================================== -->
60
	<xs:complexType name="MI_GCPCollection_Type">
61
		<xs:complexContent>
62
			<xs:extension base="gmi:AbstractMI_GeolocationInformation_Type">
63
				<xs:sequence>
64
					<xs:element name="collectionIdentification" type="gco:Integer_PropertyType"/>
65
					<xs:element name="collectionName" type="gco:CharacterString_PropertyType"/>
66
					<xs:element name="coordinateReferenceSystem" type="gmd:MD_ReferenceSystem_PropertyType"/>
67
					<xs:element name="gcp" type="gmi:MI_GCP_PropertyType" maxOccurs="unbounded"/>
68
				</xs:sequence>
69
			</xs:extension>
70
		</xs:complexContent>
71
	</xs:complexType>
72
	<!-- ........................................................................ -->
73
	<xs:element name="MI_GCPCollection" type="gmi:MI_GCPCollection_Type" substitutionGroup="gmi:AbstractMI_GeolocationInformation"/>
74
	<!-- ........................................................................ -->
75
	<xs:complexType name="MI_GCPCollection_PropertyType">
76
		<xs:sequence>
77
			<xs:element ref="gmi:MI_GCPCollection" minOccurs="0"/>
78
		</xs:sequence>
79
		<xs:attributeGroup ref="gco:ObjectReference"/>
80
		<xs:attribute ref="gco:nilReason"/>
81
	</xs:complexType>
82
	<!-- =========================================================================== -->
83
	<xs:complexType name="AbstractMI_GeolocationInformation_Type" abstract="true">
84
		<xs:complexContent>
85
			<xs:extension base="gco:AbstractObject_Type">
86
				<xs:sequence>
87
					<xs:element name="qualityInfo" type="gmd:DQ_DataQuality_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
88
				</xs:sequence>
89
			</xs:extension>
90
		</xs:complexContent>
91
	</xs:complexType>
92
	<!-- ........................................................................ -->
93
	<xs:element name="AbstractMI_GeolocationInformation" type="gmi:AbstractMI_GeolocationInformation_Type" abstract="true"/>
94
	<!-- ........................................................................ -->
95
	<xs:complexType name="MI_GeolocationInformation_PropertyType">
96
		<xs:sequence>
97
			<xs:element ref="gmi:AbstractMI_GeolocationInformation" minOccurs="0"/>
98
		</xs:sequence>
99
		<xs:attributeGroup ref="gco:ObjectReference"/>
100
		<xs:attribute ref="gco:nilReason"/>
101
	</xs:complexType>
102
	<!-- =========================================================================== -->
103
	<xs:complexType name="MI_Georectified_Type">
104
		<xs:annotation>
105
			<xs:documentation>Description: extends georectified grid description to include associated checkpoints - shortName: IGeorect</xs:documentation>
106
		</xs:annotation>
107
		<xs:complexContent>
108
			<xs:extension base="gmd:MD_Georectified_Type">
109
				<xs:sequence>
110
					<xs:element name="checkPoint" type="gmi:MI_GCP_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
111
					<xs:element name="geolocationIdentification" type="gmi:MI_GCPCollection_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
112
				</xs:sequence>
113
			</xs:extension>
114
		</xs:complexContent>
115
	</xs:complexType>
116
	<!-- ........................................................................ -->
117
	<xs:element name="MI_Georectified" type="gmi:MI_Georectified_Type" substitutionGroup="gmd:MD_Georectified"/>
118
	<!-- ........................................................................ -->
119
	<xs:complexType name="MI_Georectified_PropertyType">
120
		<xs:sequence>
121
			<xs:element ref="gmi:MI_Georectified" minOccurs="0"/>
122
		</xs:sequence>
123
		<xs:attributeGroup ref="gco:ObjectReference"/>
124
		<xs:attribute ref="gco:nilReason"/>
125
	</xs:complexType>
126
	<!--==XCGE: gml:DirectPosition==-->
127
	<!-- ........................................................................ -->
128
	<xs:complexType name="DirectPosition_PropertyType">
129
		<xs:sequence minOccurs="0">
130
			<xs:element ref="gml:pos"/>
131
		</xs:sequence>
132
		<xs:attributeGroup ref="gco:ObjectReference"/>
133
		<xs:attribute ref="gco:nilReason"/>
134
	</xs:complexType>
135
	<!-- =========================================================================== -->
136
	<!-- =========================================================================== -->
137
</xs:schema>
(6-6/6)