Project

General

Profile

Bug #429 ยป spatialReference.xsd

Peter McCartney, 05/20/2002 03:02 PM

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- edited with XML Spy v4.0.1 U (http://www.xmlspy.com) by Peter McCartney (private) -->
3
<!--Generated by XML Authority. Conforms to w3c http://www.w3.org/2000/10/XMLSchema -->
4
<xs:schema targetNamespace="edu.asu.ces.spatialReference" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="edu.asu.ces.spatialReference" elementFormDefault="unqualified">
5
	<xs:element name="spatialReferenceInformation" type="spatialReferenceInformationBase">
6
		<xs:annotation>
7
			<xs:appinfo>
8
				<doc:tooltip>
9
          Spatial reference information
10
        </doc:tooltip>
11
				<doc:summary>
12
          Description of the spatial referencing of the dataset.
13
        </doc:summary>
14
				<doc:description>
15
        the description of the reference frame for, and the means to encode, coordinates in the data set. </doc:description>
16
				<doc:example/>
17
				<doc:lineage>
18
          FGDC-STD-001-1998.
19
        </doc:lineage>
20
			</xs:appinfo>
21
		</xs:annotation>
22
	</xs:element>
23
	<xs:complexType name="spatialReferenceInformationBase">
24
		<xs:sequence>
25
			<xs:element name="horizontalCoordinateSystemDefinition" minOccurs="0">
26
				<xs:annotation>
27
					<xs:appinfo>
28
						<doc:tooltip>
29
          Horizontal Coordinate System 
30
        </doc:tooltip>
31
						<doc:summary>
32
              The reference frame or system from which linear or angular quantities are measured and assigned to the position that a point occupies.</doc:summary>
33
						<doc:description/>
34
						<doc:example/>
35
						<doc:lineage>
36
          FGDC-STD-001-1998.
37
        </doc:lineage>
38
					</xs:appinfo>
39
				</xs:annotation>
40
				<xs:complexType>
41
					<xs:sequence>
42
						<xs:element name="coordinateSystemName">
43
							<xs:complexType>
44
								<xs:sequence>
45
									<xs:element name="geographicCoordinateSystemName">
46
										<xs:complexType>
47
											<xs:simpleContent>
48
												<xs:restriction base="xs:string"/>
49
											</xs:simpleContent>
50
										</xs:complexType>
51
									</xs:element>
52
									<xs:element name="projectedCoordinateSystemName">
53
										<xs:complexType>
54
											<xs:simpleContent>
55
												<xs:restriction base="xs:string"/>
56
											</xs:simpleContent>
57
										</xs:complexType>
58
									</xs:element>
59
								</xs:sequence>
60
							</xs:complexType>
61
						</xs:element>
62
						<xs:choice>
63
							<xs:element name="geographic" type="GeographicType">
64
								<xs:annotation>
65
									<xs:appinfo>
66
										<doc:tooltip>
67
          Geographic coordinates
68
        </doc:tooltip>
69
										<doc:summary>
70
          Statement of the quantities of latitude and longitude which define the position of a point on the Earth's surface with respect to a reference spheroid.        
71
        </doc:summary>
72
										<doc:description/>
73
										<doc:example/>
74
										<doc:lineage>
75
          FGDC-STD-001-1998.
76
        </doc:lineage>
77
									</xs:appinfo>
78
								</xs:annotation>
79
							</xs:element>
80
							<xs:element name="planar" type="PlanarType" maxOccurs="unbounded">
81
								<xs:annotation>
82
									<xs:appinfo>
83
										<doc:tooltip>Planar</doc:tooltip>
84
										<doc:summary>The quantities of distances, or distances and angles, which define the position of a point on a reference plane to which the surface of the Earth has been projected.</doc:summary>
85
										<doc:description/>
86
										<doc:example/>
87
										<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
88
									</xs:appinfo>
89
								</xs:annotation>
90
							</xs:element>
91
							<xs:element name="local">
92
								<xs:annotation>
93
									<xs:appinfo>
94
										<doc:tooltip>Local</doc:tooltip>
95
										<doc:summary>a description of any coordinate system that is not aligned with the surface of the Earth.</doc:summary>
96
										<doc:description/>
97
										<doc:example/>
98
										<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
99
									</xs:appinfo>
100
								</xs:annotation>
101
								<xs:complexType>
102
									<xs:sequence>
103
										<xs:element name="local_Description" type="xs:string">
104
											<xs:annotation>
105
												<xs:appinfo>
106
													<doc:tooltip>Local Description</doc:tooltip>
107
													<doc:summary>A description of the coordinate system and its orientation to the surface of the Earth.</doc:summary>
108
													<doc:description/>
109
													<doc:example/>
110
													<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
111
												</xs:appinfo>
112
											</xs:annotation>
113
										</xs:element>
114
										<xs:element name="local_Georeference_Information" type="xs:string">
115
											<xs:annotation>
116
												<xs:appinfo>
117
													<doc:tooltip>Local Georeference Information</doc:tooltip>
118
													<doc:summary>a description of the information provided to register the local system to the Earth (e.g. control points, satellite ephemeral data, inertial navigation data).</doc:summary>
119
													<doc:description/>
120
													<doc:example/>
121
													<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
122
												</xs:appinfo>
123
											</xs:annotation>
124
										</xs:element>
125
									</xs:sequence>
126
								</xs:complexType>
127
							</xs:element>
128
						</xs:choice>
129
						<xs:element name="geodetic_Model" type="GeodeticModelType" minOccurs="0">
130
							<xs:annotation>
131
								<xs:appinfo>
132
									<doc:tooltip>Geodetic Model </doc:tooltip>
133
									<doc:summary>parameters for the shape of the earth.</doc:summary>
134
									<doc:description/>
135
									<doc:example/>
136
									<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
137
								</xs:appinfo>
138
							</xs:annotation>
139
						</xs:element>
140
					</xs:sequence>
141
				</xs:complexType>
142
			</xs:element>
143
			<xs:element name="vertical_Coordinate_System_Definition" minOccurs="0">
144
				<xs:annotation>
145
					<xs:appinfo>
146
						<doc:tooltip>
147
          Vertical Coordinate System Definition  
148
        </doc:tooltip>
149
						<doc:summary>
150
              The reference frame or system from which vertical distances (altitudes or depths) are measured.</doc:summary>
151
						<doc:description/>
152
						<doc:example/>
153
						<doc:lineage>
154
          FGDC-STD-001-1998.
155
        </doc:lineage>
156
					</xs:appinfo>
157
				</xs:annotation>
158
				<xs:complexType>
159
					<xs:sequence>
160
						<xs:element name="altitude_System_Definition" minOccurs="0">
161
							<xs:annotation>
162
								<xs:appinfo>
163
									<doc:tooltip>Altitude System Definition</doc:tooltip>
164
									<doc:summary>the reference frame or system from which altitudes (elevations) are measured. </doc:summary>
165
									<doc:description>The term "altitude"' is used instead of the common term "elevation" to conform to the terminology in Federal Information Processing Standards 70-1 and 173.</doc:description>
166
									<doc:example/>
167
									<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
168
								</xs:appinfo>
169
							</xs:annotation>
170
							<xs:complexType>
171
								<xs:sequence>
172
									<xs:element name="altitude_Datum_Name" type="xs:string">
173
										<xs:annotation>
174
											<xs:appinfo>
175
												<doc:tooltip>Altitude Datum Name</doc:tooltip>
176
												<doc:summary>The identification given to the surface taken as the surface of reference from which altitudes are measured.</doc:summary>
177
												<doc:description/>
178
												<doc:example/>
179
												<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
180
											</xs:appinfo>
181
										</xs:annotation>
182
									</xs:element>
183
									<xs:element name="altitude_Resolution" type="xs:string" maxOccurs="unbounded">
184
										<xs:annotation>
185
											<xs:appinfo>
186
												<doc:tooltip>Altitude Resolution</doc:tooltip>
187
												<doc:summary>The minimum distance possible between two adjacent altitude values, expressed in Altitude Distance Units of measure.</doc:summary>
188
												<doc:description/>
189
												<doc:example/>
190
												<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
191
											</xs:appinfo>
192
										</xs:annotation>
193
									</xs:element>
194
									<xs:element name="altitude_Distance_Units" type="xs:string">
195
										<xs:annotation>
196
											<xs:appinfo>
197
												<doc:tooltip>Altitude Distance Units </doc:tooltip>
198
												<doc:summary>Units in which altitude is measured.</doc:summary>
199
												<doc:description/>
200
												<doc:example/>
201
												<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
202
											</xs:appinfo>
203
										</xs:annotation>
204
									</xs:element>
205
									<xs:element name="altitude_Encoding_Method" type="xs:string">
206
										<xs:annotation>
207
											<xs:appinfo>
208
												<doc:tooltip>Altitude Encoding Method</doc:tooltip>
209
												<doc:summary>The means used to encode the altitudes.</doc:summary>
210
												<doc:description/>
211
												<doc:example/>
212
												<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
213
											</xs:appinfo>
214
										</xs:annotation>
215
									</xs:element>
216
								</xs:sequence>
217
							</xs:complexType>
218
						</xs:element>
219
						<xs:element name="depth_System_Definition" minOccurs="0">
220
							<xs:annotation>
221
								<xs:appinfo>
222
									<doc:tooltip>Depth System Definition</doc:tooltip>
223
									<doc:summary>The reference frame or system from which depths are measured.</doc:summary>
224
									<doc:description/>
225
									<doc:example/>
226
									<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
227
								</xs:appinfo>
228
							</xs:annotation>
229
							<xs:complexType>
230
								<xs:sequence>
231
									<xs:element name="depth_Datum_Name" type="xs:string">
232
										<xs:annotation>
233
											<xs:appinfo>
234
												<doc:tooltip>Depth Datum Name </doc:tooltip>
235
												<doc:summary>The identification given to surface of reference from which depths are measured.</doc:summary>
236
												<doc:description/>
237
												<doc:example/>
238
												<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
239
											</xs:appinfo>
240
										</xs:annotation>
241
									</xs:element>
242
									<xs:element name="depth_Resolution" type="xs:string" maxOccurs="unbounded">
243
										<xs:annotation>
244
											<xs:appinfo>
245
												<doc:tooltip>Depth Resolution</doc:tooltip>
246
												<doc:summary>The minimum distance possible between two adjacent depth values, expressed in Depth Distance Units of measure.</doc:summary>
247
												<doc:description/>
248
												<doc:example/>
249
												<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
250
											</xs:appinfo>
251
										</xs:annotation>
252
									</xs:element>
253
									<xs:element name="depth_Distance_Units" type="xs:string">
254
										<xs:annotation>
255
											<xs:appinfo>
256
												<doc:tooltip>Depth Distance Units</doc:tooltip>
257
												<doc:summary>The units in which depths are recorded.</doc:summary>
258
												<doc:description/>
259
												<doc:example/>
260
												<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
261
											</xs:appinfo>
262
										</xs:annotation>
263
									</xs:element>
264
									<xs:element name="depth_Encoding_Method" type="xs:string">
265
										<xs:annotation>
266
											<xs:appinfo>
267
												<doc:tooltip>Depth Encoding Method</doc:tooltip>
268
												<doc:summary>The means used to encode depths.</doc:summary>
269
												<doc:description/>
270
												<doc:example/>
271
												<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
272
											</xs:appinfo>
273
										</xs:annotation>
274
									</xs:element>
275
								</xs:sequence>
276
							</xs:complexType>
277
						</xs:element>
278
					</xs:sequence>
279
				</xs:complexType>
280
			</xs:element>
281
		</xs:sequence>
282
	</xs:complexType>
283
	<xs:complexType name="HorizontalCoordinateSystemDefinitionBase"/>
284
	<xs:complexType name="GeographicType">
285
		<xs:sequence>
286
			<xs:element name="LatitudeResolution" type="xs:string">
287
				<xs:annotation>
288
					<xs:appinfo>
289
						<doc:tooltip>Latitude Resolution</doc:tooltip>
290
						<doc:summary>The minimum difference between two adjacent latitude values expressed in Geographic Coordinate Units of measure.</doc:summary>
291
						<doc:description/>
292
						<doc:example/>
293
						<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
294
					</xs:appinfo>
295
				</xs:annotation>
296
			</xs:element>
297
			<xs:element name="LongitudeResolution" type="xs:string">
298
				<xs:annotation>
299
					<xs:appinfo>
300
						<doc:tooltip>Longitude Resolution</doc:tooltip>
301
						<doc:summary>The minimum difference between two adjacent longitude values expressed in Geographic Coordinate Units of measure.</doc:summary>
302
						<doc:description/>
303
						<doc:example/>
304
						<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
305
					</xs:appinfo>
306
				</xs:annotation>
307
			</xs:element>
308
			<xs:element name="GeographicCoordinateUnits">
309
				<xs:annotation>
310
					<xs:appinfo>
311
						<doc:tooltip>Geographic Coordinate Units</doc:tooltip>
312
						<doc:summary>The units of measure used for the latitude and longitude values.</doc:summary>
313
						<doc:description/>
314
						<doc:example/>
315
						<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
316
					</xs:appinfo>
317
				</xs:annotation>
318
				<xs:simpleType>
319
					<xs:restriction base="xs:string">
320
						<xs:enumeration value="Decimal degrees"/>
321
						<xs:enumeration value="Decimal minutes"/>
322
						<xs:enumeration value="Decimal seconds"/>
323
						<xs:enumeration value="Degrees and decimal minutes"/>
324
						<xs:enumeration value="Degrees, minutes, and decimal seconds"/>
325
						<xs:enumeration value="Radians"/>
326
						<xs:enumeration value="Grads"/>
327
					</xs:restriction>
328
				</xs:simpleType>
329
			</xs:element>
330
		</xs:sequence>
331
	</xs:complexType>
332
	<xs:complexType name="PlanarType">
333
		<xs:sequence>
334
			<xs:choice>
335
				<xs:element name="MapProjection">
336
					<xs:annotation>
337
						<xs:appinfo>
338
							<doc:tooltip>Map Projection</doc:tooltip>
339
							<doc:summary>the systematic representation of all or part of the surface of the Earth on a plane or developable surface.</doc:summary>
340
							<doc:description/>
341
							<doc:example/>
342
							<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
343
						</xs:appinfo>
344
					</xs:annotation>
345
					<xs:complexType>
346
						<xs:sequence>
347
							<xs:element name="mapProjectionName">
348
								<xs:annotation>
349
									<xs:appinfo>
350
										<doc:tooltip>Map Projection Name</doc:tooltip>
351
										<doc:summary>The name of the map projection.</doc:summary>
352
										<doc:description/>
353
										<doc:example/>
354
										<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
355
									</xs:appinfo>
356
								</xs:annotation>
357
								<xs:simpleType>
358
									<xs:restriction base="xs:string">
359
										<xs:enumeration value="Albers Conical Equal Area"/>
360
										<xs:enumeration value="Azimuthal Equidistant"/>
361
										<xs:enumeration value="Equidistant Conic"/>
362
										<xs:enumeration value="Equirectangular"/>
363
										<xs:enumeration value="General Vertical Near-sided Projection"/>
364
										<xs:enumeration value="Gnomonic"/>
365
										<xs:enumeration value="Lambert Azimuthal Equal Area"/>
366
										<xs:enumeration value="Lambert Conformal Conic"/>
367
										<xs:enumeration value="Mercator"/>
368
										<xs:enumeration value="Modified Stereographic for Alaska"/>
369
										<xs:enumeration value="Miller Cylindrical"/>
370
										<xs:enumeration value="Oblique Mercator"/>
371
										<xs:enumeration value="Orthographic"/>
372
										<xs:enumeration value="Polar Stereographic"/>
373
										<xs:enumeration value="Polyconic"/>
374
										<xs:enumeration value="Robinson"/>
375
										<xs:enumeration value="Sinusoidal"/>
376
										<xs:enumeration value="Space Oblique Mercator"/>
377
										<xs:enumeration value="Stereographic"/>
378
										<xs:enumeration value="Transverse Mercator"/>
379
										<xs:enumeration value="van der Grinten"/>
380
									</xs:restriction>
381
								</xs:simpleType>
382
							</xs:element>
383
							<xs:choice>
384
								<xs:element name="albersConicalEqualArea" type="AlbersConicalEqualAreaType">
385
									<xs:annotation>
386
										<xs:appinfo>
387
											<doc:tooltip>Albers Conical Equal Area </doc:tooltip>
388
											<doc:summary>Parameters for the Albers Conical Equal Area projection.</doc:summary>
389
											<doc:description/>
390
											<doc:example/>
391
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
392
										</xs:appinfo>
393
									</xs:annotation>
394
								</xs:element>
395
								<xs:element name="AzimuthalEquidistant" type="AzimuthalEquidistantType">
396
									<xs:annotation>
397
										<xs:appinfo>
398
											<doc:tooltip>Azimuthal Equidistant </doc:tooltip>
399
											<doc:summary>Parameters for the Azimuthal Equidistant projection.</doc:summary>
400
											<doc:description/>
401
											<doc:example/>
402
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
403
										</xs:appinfo>
404
									</xs:annotation>
405
								</xs:element>
406
								<xs:element name="EquidistantConic" type="EquidistantConicType">
407
									<xs:annotation>
408
										<xs:appinfo>
409
											<doc:tooltip>Equidistant Conic </doc:tooltip>
410
											<doc:summary>Parameters for the Equidistant Conic projection.</doc:summary>
411
											<doc:description/>
412
											<doc:example/>
413
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
414
										</xs:appinfo>
415
									</xs:annotation>
416
								</xs:element>
417
								<xs:element name="Equirectangular" type="EquirectangularType">
418
									<xs:annotation>
419
										<xs:appinfo>
420
											<doc:tooltip>Equirectangular</doc:tooltip>
421
											<doc:summary>Parameters for the Equirectangular projection.</doc:summary>
422
											<doc:description/>
423
											<doc:example/>
424
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
425
										</xs:appinfo>
426
									</xs:annotation>
427
								</xs:element>
428
								<xs:element name="GeneralVerticalNear-sidedPerspective" type="GeneralVerticalNear-sidedPerspectiveType">
429
									<xs:annotation>
430
										<xs:appinfo>
431
											<doc:tooltip>General Vertical Near-sided Perspective </doc:tooltip>
432
											<doc:summary>Parameters for the General Vertical Near-sided Perspective projection.</doc:summary>
433
											<doc:description/>
434
											<doc:example/>
435
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
436
										</xs:appinfo>
437
									</xs:annotation>
438
								</xs:element>
439
								<xs:element name="Gnomonic" type="GnomonicType">
440
									<xs:annotation>
441
										<xs:appinfo>
442
											<doc:tooltip>Gnomonic </doc:tooltip>
443
											<doc:summary>Parameters for the Gnomonic projection</doc:summary>
444
											<doc:description/>
445
											<doc:example/>
446
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
447
										</xs:appinfo>
448
									</xs:annotation>
449
								</xs:element>
450
								<xs:element name="LambertAzimuthalEqualArea" type="LambertAzimuthalEqualAreaType">
451
									<xs:annotation>
452
										<xs:appinfo>
453
											<doc:tooltip>Lambert Azimuthal Equal Area</doc:tooltip>
454
											<doc:summary>Parameters for the Lambert Azimuthal Equal Area projection. </doc:summary>
455
											<doc:description/>
456
											<doc:example/>
457
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
458
										</xs:appinfo>
459
									</xs:annotation>
460
								</xs:element>
461
								<xs:element name="LambertConformalConic" type="LambertConformalConicType">
462
									<xs:annotation>
463
										<xs:appinfo>
464
											<doc:tooltip>Lambert Conformal Conic </doc:tooltip>
465
											<doc:summary>Parameters for the Lambert Conformal Conic projection.</doc:summary>
466
											<doc:description/>
467
											<doc:example/>
468
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
469
										</xs:appinfo>
470
									</xs:annotation>
471
								</xs:element>
472
								<xs:element name="Mercator" type="MercatorType">
473
									<xs:annotation>
474
										<xs:appinfo>
475
											<doc:tooltip>Mercator</doc:tooltip>
476
											<doc:summary>Parameters for the Mercator projection</doc:summary>
477
											<doc:description/>
478
											<doc:example/>
479
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
480
										</xs:appinfo>
481
									</xs:annotation>
482
								</xs:element>
483
								<xs:element name="ModifiedStereographicforAlaska" type="ModifiedStereographicforAlaskaType">
484
									<xs:annotation>
485
										<xs:appinfo>
486
											<doc:tooltip>Modified Stereographic for Alaska</doc:tooltip>
487
											<doc:summary>Parameters for the Modified Stereographic for Alaska projection.</doc:summary>
488
											<doc:description/>
489
											<doc:example/>
490
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
491
										</xs:appinfo>
492
									</xs:annotation>
493
								</xs:element>
494
								<xs:element name="MillerCylindrical" type="MillerCylindricalType">
495
									<xs:annotation>
496
										<xs:appinfo>
497
											<doc:tooltip>Miller Cylindrical</doc:tooltip>
498
											<doc:summary>Parameters for the Miller Cylindrical projection</doc:summary>
499
											<doc:description/>
500
											<doc:example/>
501
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
502
										</xs:appinfo>
503
									</xs:annotation>
504
								</xs:element>
505
								<xs:element name="ObliqueMercator" type="ObliqueMercatorType">
506
									<xs:annotation>
507
										<xs:appinfo>
508
											<doc:tooltip>Oblique Mercator</doc:tooltip>
509
											<doc:summary>Parameters for the Oblique Mercator projection.</doc:summary>
510
											<doc:description/>
511
											<doc:example/>
512
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
513
										</xs:appinfo>
514
									</xs:annotation>
515
								</xs:element>
516
								<xs:element name="orthographic" type="orthographicType">
517
									<xs:annotation>
518
										<xs:appinfo>
519
											<doc:tooltip>Orthographic </doc:tooltip>
520
											<doc:summary>Parameters for the Orthographic projection.</doc:summary>
521
											<doc:description/>
522
											<doc:example/>
523
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
524
										</xs:appinfo>
525
									</xs:annotation>
526
								</xs:element>
527
								<xs:element name="polarStereographic" type="polarStereographicType">
528
									<xs:annotation>
529
										<xs:appinfo>
530
											<doc:tooltip>Polar Stereographic</doc:tooltip>
531
											<doc:summary>parameters for the Polar Stereographic  projection.</doc:summary>
532
											<doc:description/>
533
											<doc:example/>
534
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
535
										</xs:appinfo>
536
									</xs:annotation>
537
								</xs:element>
538
								<xs:element name="Polyconic" type="PolyconicType">
539
									<xs:annotation>
540
										<xs:appinfo>
541
											<doc:tooltip>Polyconic</doc:tooltip>
542
											<doc:summary>Parameters for the Polyconic projection.</doc:summary>
543
											<doc:description/>
544
											<doc:example/>
545
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
546
										</xs:appinfo>
547
									</xs:annotation>
548
								</xs:element>
549
								<xs:element name="robinson" type="RobinsonType">
550
									<xs:annotation>
551
										<xs:appinfo>
552
											<doc:tooltip>Robinson </doc:tooltip>
553
											<doc:summary>Parameters for the Robinson projection. </doc:summary>
554
											<doc:description/>
555
											<doc:example/>
556
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
557
										</xs:appinfo>
558
									</xs:annotation>
559
								</xs:element>
560
								<xs:element name="sinusoidal" type="SinusoidalType">
561
									<xs:annotation>
562
										<xs:appinfo>
563
											<doc:tooltip>Sinusoidal</doc:tooltip>
564
											<doc:summary>Parameters for the Sinusoidal projection.</doc:summary>
565
											<doc:description/>
566
											<doc:example/>
567
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
568
										</xs:appinfo>
569
									</xs:annotation>
570
								</xs:element>
571
								<xs:element name="spaceObliqueMercator" type="SpaceObliqueMercatorType">
572
									<xs:annotation>
573
										<xs:appinfo>
574
											<doc:tooltip>Space Oblique Mercator (Landsat)</doc:tooltip>
575
											<doc:summary>Parameters for the Space Oblique Mercator (Landsat) projection.</doc:summary>
576
											<doc:description/>
577
											<doc:example/>
578
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
579
										</xs:appinfo>
580
									</xs:annotation>
581
								</xs:element>
582
								<xs:element name="stereographic" type="StereographicType">
583
									<xs:annotation>
584
										<xs:appinfo>
585
											<doc:tooltip>Stereographic</doc:tooltip>
586
											<doc:summary>Parameters for the Stereographic projection</doc:summary>
587
											<doc:description/>
588
											<doc:example/>
589
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
590
										</xs:appinfo>
591
									</xs:annotation>
592
								</xs:element>
593
								<xs:element name="transverseMercator" type="TransverseMercatorType">
594
									<xs:annotation>
595
										<xs:appinfo>
596
											<doc:tooltip>Transverse Mercator</doc:tooltip>
597
											<doc:summary>Parameters for the Transvers mercator projection</doc:summary>
598
											<doc:description/>
599
											<doc:example/>
600
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
601
										</xs:appinfo>
602
									</xs:annotation>
603
								</xs:element>
604
								<xs:element name="vanderGrinten" type="VanderGrintenType">
605
									<xs:annotation>
606
										<xs:appinfo>
607
											<doc:tooltip>van der Grinten</doc:tooltip>
608
											<doc:summary>Parameters for the van der Grinten projection.</doc:summary>
609
											<doc:description/>
610
											<doc:example/>
611
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
612
										</xs:appinfo>
613
									</xs:annotation>
614
								</xs:element>
615
								<xs:element name="otherprj" type="xs:string">
616
									<xs:annotation>
617
										<xs:appinfo>
618
											<doc:tooltip>Other Projection Definition </doc:tooltip>
619
											<doc:summary>a description of a projection, not defined elsewhere in the standard, that was used for the data set.</doc:summary>
620
											<doc:description>The information provided shall include the name of the projection, names of parameters and values used for the data set, and the citation of the specification for the algorithms that describe the mathematical relationship between Earth and plane or developable surface for the projection.</doc:description>
621
											<doc:example/>
622
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
623
										</xs:appinfo>
624
									</xs:annotation>
625
								</xs:element>
626
								<xs:element name="MapProjectionParameters">
627
									<xs:annotation>
628
										<xs:appinfo>Source: FGDC-STD-001-1998 Definition: Map Projection Parameters -  a complete parameter set of the projection that was used for the data set.  The information provided shall include the names of the parameters and values used for the data set that describe the mathematical relationship between the Earth and the plane or developable surface for the projection.</xs:appinfo>
629
									</xs:annotation>
630
									<xs:complexType>
631
										<xs:sequence>
632
											<xs:element ref="azimuthMeasurePointLongitude" minOccurs="0"/>
633
											<xs:element ref="azimuthalAngle" minOccurs="0"/>
634
											<xs:element ref="falseEasting" minOccurs="0">
635
												<xs:annotation>
636
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
637
												</xs:annotation>
638
											</xs:element>
639
											<xs:element ref="falseNorthing" minOccurs="0">
640
												<xs:annotation>
641
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
642
												</xs:annotation>
643
											</xs:element>
644
											<xs:element ref="HeightOfPerspectivePointAboveSurface" minOccurs="0">
645
												<xs:annotation>
646
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Height of Perspective Point Above Surface -  height of viewpoint above the Earth, expressed in meters.</xs:documentation>
647
												</xs:annotation>
648
											</xs:element>
649
											<xs:element ref="landsat" minOccurs="0"/>
650
											<xs:element ref="latitudeOfProjectionCenter" minOccurs="0">
651
												<xs:annotation>
652
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Center -  latitude of the point of projection for azimuthal projections.</xs:documentation>
653
												</xs:annotation>
654
											</xs:element>
655
											<xs:element ref="latitudeOfProjectionOrigin" minOccurs="0">
656
												<xs:annotation>
657
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Origin -  latitude chosen as the origin of rectangular coordinates for a map projection.</xs:documentation>
658
												</xs:annotation>
659
											</xs:element>
660
											<xs:element ref="longitudeofCentralMeridian" minOccurs="0">
661
												<xs:annotation>
662
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
663
												</xs:annotation>
664
											</xs:element>
665
											<xs:element ref="longitudeOfProjectionCenter" minOccurs="0">
666
												<xs:annotation>
667
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Projection Center -  longitude of the point of projection for azimuthal projections.</xs:documentation>
668
												</xs:annotation>
669
											</xs:element>
670
											<xs:element ref="obliqueLineLatitude" minOccurs="0" maxOccurs="unbounded"/>
671
											<xs:element ref="obliqueLineLongitude" minOccurs="0" maxOccurs="unbounded"/>
672
											<xs:element ref="pathNumber" minOccurs="0"/>
673
											<xs:element ref="scaleFactorAtCenterLine" minOccurs="0">
674
												<xs:annotation>
675
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Scale Factor at Center Line -  a multiplier for reducing a distance obtained from a map by computation or scaling to the actual distance along the center line.</xs:documentation>
676
												</xs:annotation>
677
											</xs:element>
678
											<xs:element ref="scaleFactorAtCentralMeridian" minOccurs="0">
679
												<xs:annotation>
680
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Scale Factor at Central Meridian -  a multiplier for reducing a distance obtained from a map by computation or scaling to the actual distance along the central meridian.</xs:documentation>
681
												</xs:annotation>
682
											</xs:element>
683
											<xs:element ref="scaleFactorAtEquator" minOccurs="0">
684
												<xs:annotation>
685
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Scale Factor at Equator -  a multiplier for reducing a distance obtained from a map by computation or scaling to the actual distance along the equator.</xs:documentation>
686
												</xs:annotation>
687
											</xs:element>
688
											<xs:element ref="scaleFactorAtProjectionOrigin" minOccurs="0">
689
												<xs:annotation>
690
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Scale Factor at Projection Origin -  a multiplier for reducing a distance obtained from a map by computation or scaling to the actual distance at the projection origin.</xs:documentation>
691
												</xs:annotation>
692
											</xs:element>
693
											<xs:element ref="standardParallel" minOccurs="0" maxOccurs="unbounded">
694
												<xs:annotation>
695
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Standard Parallel -  line of constant latitude at which the surface of the Earth and the plane or developable surface intersect.</xs:documentation>
696
												</xs:annotation>
697
											</xs:element>
698
											<xs:element ref="straightVerticalLongitudeFromPole" minOccurs="0">
699
												<xs:annotation>
700
													<xs:documentation>Source: FGDC-STD-001-1998 Definition: Straight Vertical Longitude from Pole -  longitude to be oriented straight up from the North or South Pole.</xs:documentation>
701
												</xs:annotation>
702
											</xs:element>
703
										</xs:sequence>
704
									</xs:complexType>
705
								</xs:element>
706
							</xs:choice>
707
						</xs:sequence>
708
					</xs:complexType>
709
				</xs:element>
710
				<xs:element name="gridCoordinateSystem">
711
					<xs:annotation>
712
						<xs:appinfo>
713
							<doc:tooltip>Grid Coordinate System</doc:tooltip>
714
							<doc:summary>A plane-rectangular coordinate system usually based on, and mathematically adjusted to, a map projection so that geographic positions can be readily transformed to and from plane coordinates.</doc:summary>
715
							<doc:description/>
716
							<doc:example/>
717
							<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
718
						</xs:appinfo>
719
					</xs:annotation>
720
					<xs:complexType>
721
						<xs:sequence>
722
							<xs:element name="gridCoordinateSystemName" type="xs:string">
723
								<xs:annotation>
724
									<xs:appinfo>
725
										<doc:tooltip>Grid Coordinate System</doc:tooltip>
726
										<doc:summary>The name of the grid coordinate system.</doc:summary>
727
										<doc:description/>
728
										<doc:example/>
729
										<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
730
									</xs:appinfo>
731
								</xs:annotation>
732
							</xs:element>
733
							<xs:choice>
734
								<xs:element name="universalTransverseMercator">
735
									<xs:annotation>
736
										<xs:appinfo>
737
											<doc:tooltip>Universal Transverse Mercator (UTM) </doc:tooltip>
738
											<doc:summary>A grid system based on the transverse mercator projection, applied between latitudes 84 degrees north and 80 degrees south on the Earth's surface.</doc:summary>
739
											<doc:description/>
740
											<doc:example/>
741
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
742
										</xs:appinfo>
743
									</xs:annotation>
744
									<xs:complexType>
745
										<xs:sequence>
746
											<xs:element name="UTMZoneNumber" type="xs:string">
747
												<xs:annotation>
748
													<xs:appinfo>
749
														<doc:tooltip>UTM Zone Number </doc:tooltip>
750
														<doc:summary>Identifier for the UTM zone.</doc:summary>
751
														<doc:description/>
752
														<doc:example/>
753
														<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
754
													</xs:appinfo>
755
												</xs:annotation>
756
											</xs:element>
757
											<xs:element name="transverseMercator" type="TransverseMercatorType">
758
												<xs:annotation>
759
													<xs:appinfo>
760
														<doc:tooltip>Transverse Mercator</doc:tooltip>
761
														<doc:summary>Parameters for theTransverse mercator projection.</doc:summary>
762
														<doc:description/>
763
														<doc:example/>
764
														<doc:lineage>FGDC-STD-001-1998.</doc:lineage>Source: FGDC-STD-001-1998 Definition: Transverse Mercator -  contains parameters for theTransverse mercator projection.</xs:appinfo>
765
												</xs:annotation>
766
											</xs:element>
767
										</xs:sequence>
768
									</xs:complexType>
769
								</xs:element>
770
								<xs:element name="universalPolarStereographic">
771
									<xs:annotation>
772
										<xs:appinfo>
773
											<doc:tooltip>Universal Polar Stereographic (UPS)</doc:tooltip>
774
											<doc:summary>A grid system based on the polar stereographic projection, applied to the Earth's polar regions north of 84 degrees north and south of 80 degrees south.</doc:summary>
775
											<doc:description/>
776
											<doc:example/>
777
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
778
										</xs:appinfo>
779
									</xs:annotation>
780
									<xs:complexType>
781
										<xs:sequence>
782
											<xs:element name="UPS_Zone_Identifier" type="xs:string">
783
												<xs:annotation>
784
													<xs:appinfo>
785
														<doc:tooltip>UPS Zone Identifier</doc:tooltip>
786
														<doc:summary>Identifier for the UPS zone.</doc:summary>
787
														<doc:description/>
788
														<doc:example/>
789
														<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
790
													</xs:appinfo>
791
												</xs:annotation>
792
											</xs:element>
793
											<xs:element name="polarStereographic" type="polarStereographicType">
794
												<xs:annotation>
795
													<xs:appinfo>
796
														<doc:tooltip>Polar Stereographic</doc:tooltip>
797
														<doc:summary>parameters for the Polar Stereographic projection.</doc:summary>
798
														<doc:description/>
799
														<doc:example/>
800
														<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
801
													</xs:appinfo>
802
												</xs:annotation>
803
											</xs:element>
804
										</xs:sequence>
805
									</xs:complexType>
806
								</xs:element>
807
								<xs:element name="statePlaneCoordinateSystem">
808
									<xs:annotation>
809
										<xs:appinfo>
810
											<doc:tooltip>State Plane Coordinate System (SPCS) </doc:tooltip>
811
											<doc:summary>a plane-rectangular coordinate system established for each state in the United States by the National Geodetic Survey.</doc:summary>
812
											<doc:description/>
813
											<doc:example/>
814
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
815
										</xs:appinfo>
816
									</xs:annotation>
817
									<xs:complexType>
818
										<xs:sequence>
819
											<xs:element name="SPCSZoneIdentifier" type="xs:string">
820
												<xs:annotation>
821
													<xs:appinfo>
822
														<doc:tooltip>SPCS Zone Identifier</doc:tooltip>
823
														<doc:summary>Identifier for the SPCS zone.</doc:summary>
824
														<doc:description/>
825
														<doc:example/>
826
														<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
827
													</xs:appinfo>
828
												</xs:annotation>
829
											</xs:element>
830
											<xs:choice>
831
												<xs:element name="lambertConformalConic" type="LambertConformalConicType">
832
													<xs:annotation>
833
														<xs:appinfo>
834
															<doc:tooltip> Lambert Conformal Conic</doc:tooltip>
835
															<doc:summary>Parameters for the Lambert Conformal Conic projection. </doc:summary>
836
															<doc:description/>
837
															<doc:example/>
838
															<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
839
														</xs:appinfo>
840
													</xs:annotation>
841
												</xs:element>
842
												<xs:element name="transverseMercator" type="TransverseMercatorType">
843
													<xs:annotation>
844
														<xs:appinfo>
845
															<doc:tooltip> Transverse Mercator</doc:tooltip>
846
															<doc:summary>Parameters for theTransverse mercator projection.</doc:summary>
847
															<doc:description/>
848
															<doc:example/>
849
															<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
850
														</xs:appinfo>
851
													</xs:annotation>
852
												</xs:element>
853
												<xs:element name="obliqueMercator" type="ObliqueMercatorType">
854
													<xs:annotation>
855
														<xs:appinfo>
856
															<doc:tooltip>Oblique Mercator </doc:tooltip>
857
															<doc:summary>Parameters for the Oblique Mercator projection.</doc:summary>
858
															<doc:description/>
859
															<doc:example/>
860
															<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
861
														</xs:appinfo>
862
													</xs:annotation>
863
												</xs:element>
864
												<xs:element name="polyconic" type="PolyconicType">
865
													<xs:annotation>
866
														<xs:appinfo>
867
															<doc:tooltip>Polyconic</doc:tooltip>
868
															<doc:summary>Parameters for the Polyconic projection.</doc:summary>
869
															<doc:description/>
870
															<doc:example/>
871
															<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
872
														</xs:appinfo>
873
													</xs:annotation>
874
												</xs:element>
875
											</xs:choice>
876
										</xs:sequence>
877
									</xs:complexType>
878
								</xs:element>
879
								<xs:element name="ARCCoordinateSystem">
880
									<xs:annotation>
881
										<xs:appinfo>
882
											<doc:tooltip>ARC Coordinate System </doc:tooltip>
883
											<doc:summary>The Equal Arc-second Coordinate System,</doc:summary>
884
											<doc:description>a plane-rectangular coordinate system established in Department of Defense, 1990, Military specification ARC Digitized Raster Graphics (ADRG) (MIL-A-89007):  Philadelphia, Department of Defense, Defense Printing Service Detachment Office.</doc:description>
885
											<doc:example/>
886
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
887
										</xs:appinfo>
888
									</xs:annotation>
889
									<xs:complexType>
890
										<xs:sequence>
891
											<xs:element name="ARCSystemZoneIdentifier" type="xs:string">
892
												<xs:annotation>
893
													<xs:appinfo>
894
														<doc:tooltip>ARC System Zone Identifier</doc:tooltip>
895
														<doc:summary>identifier for the ARC Coordinate System Zone.</doc:summary>
896
														<doc:description/>
897
														<doc:example/>
898
														<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
899
													</xs:appinfo>
900
												</xs:annotation>
901
											</xs:element>
902
											<xs:choice>
903
												<xs:element name="equirectangular" type="EquirectangularType">
904
													<xs:annotation>
905
														<xs:appinfo>
906
															<doc:tooltip>Equirectangular </doc:tooltip>
907
															<doc:summary>Parameters for the Equirectangular projection.</doc:summary>
908
															<doc:description/>
909
															<doc:example/>
910
															<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
911
														</xs:appinfo>
912
													</xs:annotation>
913
												</xs:element>
914
												<xs:element name="azimuthalEquidistant" type="AzimuthalEquidistantType">
915
													<xs:annotation>
916
														<xs:appinfo>
917
															<doc:tooltip>Azimuthal Equidistant </doc:tooltip>
918
															<doc:summary>Parameters for the Azimuthal Equidistant projection.</doc:summary>
919
															<doc:description/>
920
															<doc:example/>
921
															<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
922
														</xs:appinfo>
923
													</xs:annotation>
924
												</xs:element>
925
											</xs:choice>
926
										</xs:sequence>
927
									</xs:complexType>
928
								</xs:element>
929
								<xs:element name="otherGridSystemDefinition" type="xs:string">
930
									<xs:annotation>
931
										<xs:appinfo>
932
											<doc:tooltip>Other Grid System's Definition</doc:tooltip>
933
											<doc:summary>A complete description of a grid system, not defined elsewhere in this standard, that was used for the data set.</doc:summary>
934
											<doc:description>The information provided shall include the name of the grid system, the names of the parameters and values used for the data set, and the citation of the specification for the algorithms that describe the mathematical relationship between the Earth and the coordinates of the grid system.</doc:description>
935
											<doc:example/>
936
											<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
937
										</xs:appinfo>
938
									</xs:annotation>
939
								</xs:element>
940
							</xs:choice>
941
						</xs:sequence>
942
					</xs:complexType>
943
				</xs:element>
944
				<xs:element name="local_Planar">
945
					<xs:annotation>
946
						<xs:appinfo>
947
							<doc:tooltip>Local Planar </doc:tooltip>
948
							<doc:summary>Any right-handed planar coordinate system of which the z-axis coincides with a plumb line through the origin that locally is aligned with the surface of the Earth.</doc:summary>
949
							<doc:description/>
950
							<doc:example/>
951
							<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
952
						</xs:appinfo>
953
					</xs:annotation>
954
					<xs:complexType>
955
						<xs:sequence>
956
							<xs:element name="localPlanarDescription" type="xs:string">
957
								<xs:annotation>
958
									<xs:appinfo>
959
										<doc:tooltip>Local Planar Description</doc:tooltip>
960
										<doc:summary>A description of the local planar system.</doc:summary>
961
										<doc:description/>
962
										<doc:example/>
963
										<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
964
									</xs:appinfo>
965
								</xs:annotation>
966
							</xs:element>
967
							<xs:element name="localPlanarGeoreferenceInformation" type="xs:string">
968
								<xs:annotation>
969
									<xs:appinfo>
970
										<doc:tooltip>Local Planar Georeference Information</doc:tooltip>
971
										<doc:summary>a description of the information provided to register the local planar system to the Earth (e.g. control points, satellite ephemeral data, inertial navigation data).</doc:summary>
972
										<doc:description/>
973
										<doc:example/>
974
										<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
975
									</xs:appinfo>
976
								</xs:annotation>
977
							</xs:element>
978
						</xs:sequence>
979
					</xs:complexType>
980
				</xs:element>
981
			</xs:choice>
982
			<xs:element name="planarCoordinateInformation">
983
				<xs:annotation>
984
					<xs:appinfo>
985
						<doc:tooltip>Planar Coordinate Information</doc:tooltip>
986
						<doc:summary>Information about the coordinate system developed on the planar surface.</doc:summary>
987
						<doc:description/>
988
						<doc:example/>
989
						<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
990
					</xs:appinfo>
991
				</xs:annotation>
992
				<xs:complexType>
993
					<xs:sequence>
994
						<xs:element name="planarCoordinateEncodingMethod" type="xs:string">
995
							<xs:annotation>
996
								<xs:appinfo>
997
									<doc:tooltip>Planar Coordinate Encoding Method </doc:tooltip>
998
									<doc:summary>The means used to represent horizontal positions.</doc:summary>
999
									<doc:description/>
1000
									<doc:example/>
1001
									<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1002
								</xs:appinfo>
1003
							</xs:annotation>
1004
						</xs:element>
1005
						<xs:choice>
1006
							<xs:element name="coordinate_Representation">
1007
								<xs:annotation>
1008
									<xs:appinfo>
1009
										<doc:tooltip>Coordinate Representation</doc:tooltip>
1010
										<doc:summary>The method of encoding the position of a point by measuring its distance from perpendicular reference axes (the "coordinate pair" and "row and column" methods).</doc:summary>
1011
										<doc:description/>
1012
										<doc:example/>
1013
										<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1014
									</xs:appinfo>
1015
								</xs:annotation>
1016
								<xs:complexType>
1017
									<xs:sequence>
1018
										<xs:element name="Abscissa_Resolution" type="xs:string">
1019
											<xs:annotation>
1020
												<xs:appinfo>
1021
													<doc:tooltip>Abscissa Resolution</doc:tooltip>
1022
													<doc:summary>The (nominal) minimum distance between the "x" or column values of two adjacent points, expressed in Planar Distance Units of measure.</doc:summary>
1023
													<doc:description/>
1024
													<doc:example/>
1025
													<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1026
												</xs:appinfo>
1027
											</xs:annotation>
1028
										</xs:element>
1029
										<xs:element name="Ordinate_Resolution" type="xs:string">
1030
											<xs:annotation>
1031
												<xs:appinfo>
1032
													<doc:tooltip>Ordinate Resolution</doc:tooltip>
1033
													<doc:summary>The (nominal) minimum distance between the "y" or row values of two adjacent points, expressed in Planar Distance Units of measure.</doc:summary>
1034
													<doc:description/>
1035
													<doc:example/>
1036
													<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1037
												</xs:appinfo>
1038
											</xs:annotation>
1039
										</xs:element>
1040
									</xs:sequence>
1041
								</xs:complexType>
1042
							</xs:element>
1043
							<xs:element name="distance_and_Bearing_Representation">
1044
								<xs:annotation>
1045
									<xs:appinfo>
1046
										<doc:tooltip>Distance and Bearing Representation</doc:tooltip>
1047
										<doc:summary>A method of encoding the position of a point by measuring its distance and direction (azimuth angle) from another point.</doc:summary>
1048
										<doc:description/>
1049
										<doc:example/>
1050
										<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1051
									</xs:appinfo>
1052
								</xs:annotation>
1053
								<xs:complexType>
1054
									<xs:sequence>
1055
										<xs:element name="distance_Resolution" type="xs:string">
1056
											<xs:annotation>
1057
												<xs:appinfo>
1058
													<doc:tooltip>Distance Resolution </doc:tooltip>
1059
													<doc:summary>the minimum distance measurable between two points, expressed Planar Distance Units of measure.</doc:summary>
1060
													<doc:description/>
1061
													<doc:example/>
1062
													<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1063
												</xs:appinfo>
1064
											</xs:annotation>
1065
										</xs:element>
1066
										<xs:element name="Bearing_Resolution" type="xs:string">
1067
											<xs:annotation>
1068
												<xs:appinfo>
1069
													<doc:tooltip>Bearing Resolution</doc:tooltip>
1070
													<doc:summary>The minimum angle measurable between two points, expressed in Bearing Units of measure.</doc:summary>
1071
													<doc:description/>
1072
													<doc:example/>
1073
													<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1074
												</xs:appinfo>
1075
											</xs:annotation>
1076
										</xs:element>
1077
										<xs:element name="Bearing_Units" type="xs:string">
1078
											<xs:annotation>
1079
												<xs:appinfo>
1080
													<doc:tooltip>Bearing Units</doc:tooltip>
1081
													<doc:summary>Units of measure used for angles.</doc:summary>
1082
													<doc:description/>
1083
													<doc:example/>
1084
													<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1085
												</xs:appinfo>
1086
											</xs:annotation>
1087
										</xs:element>
1088
										<xs:element name="Bearing_Reference_Direction" type="xs:string">
1089
											<xs:annotation>
1090
												<xs:appinfo>
1091
													<doc:tooltip>Bearing Reference Direction</doc:tooltip>
1092
													<doc:summary>Direction from which the bearing is measured.</doc:summary>
1093
													<doc:description/>
1094
													<doc:example/>
1095
													<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1096
												</xs:appinfo>
1097
											</xs:annotation>
1098
										</xs:element>
1099
										<xs:element name="bearingReferenceMeridian" type="xs:string">
1100
											<xs:annotation>
1101
												<xs:appinfo>
1102
													<doc:tooltip>Bearing Reference Meridian</doc:tooltip>
1103
													<doc:summary>Axis from which the bearing is measured.</doc:summary>
1104
													<doc:description/>
1105
													<doc:example/>
1106
													<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1107
												</xs:appinfo>
1108
											</xs:annotation>
1109
										</xs:element>
1110
									</xs:sequence>
1111
								</xs:complexType>
1112
							</xs:element>
1113
						</xs:choice>
1114
						<xs:element name="Planar_Distance_Units" type="xs:string">
1115
							<xs:annotation>
1116
								<xs:appinfo>
1117
									<doc:tooltip>Planar Distance Units</doc:tooltip>
1118
									<doc:summary>units of measure used for distances.</doc:summary>
1119
									<doc:description/>
1120
									<doc:example/>
1121
									<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1122
								</xs:appinfo>
1123
							</xs:annotation>
1124
						</xs:element>
1125
					</xs:sequence>
1126
				</xs:complexType>
1127
			</xs:element>
1128
		</xs:sequence>
1129
	</xs:complexType>
1130
	<xs:complexType name="GeodeticModelType">
1131
		<xs:sequence>
1132
			<xs:element name="horizontal_Datum_Name" type="xs:string" minOccurs="0">
1133
				<xs:annotation>
1134
					<xs:appinfo>
1135
						<doc:tooltip>Horizontal Datum Name</doc:tooltip>
1136
						<doc:summary>The identification given to the reference system used for defining the coordinates of points.</doc:summary>
1137
						<doc:description/>
1138
						<doc:example/>
1139
						<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1140
					</xs:appinfo>
1141
				</xs:annotation>
1142
			</xs:element>
1143
			<xs:element name="ellipsoid_Name" type="xs:string">
1144
				<xs:annotation>
1145
					<xs:appinfo>
1146
						<doc:tooltip>Ellipsoid Name</doc:tooltip>
1147
						<doc:summary>Identification given to established representations of the Earth's shape.</doc:summary>
1148
						<doc:description/>
1149
						<doc:example/>
1150
						<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1151
					</xs:appinfo>
1152
				</xs:annotation>
1153
			</xs:element>
1154
			<xs:element name="semi-major_Axis" type="xs:string">
1155
				<xs:annotation>
1156
					<xs:appinfo>
1157
						<doc:tooltip>Semi-major Axis</doc:tooltip>
1158
						<doc:summary>Radius of the equatorial axis of the ellipsoid.</doc:summary>
1159
						<doc:description/>
1160
						<doc:example/>
1161
						<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1162
					</xs:appinfo>
1163
				</xs:annotation>
1164
			</xs:element>
1165
			<xs:element name="denominator_of_Flattening_Ratio" type="xs:string">
1166
				<xs:annotation>
1167
					<xs:appinfo>
1168
						<doc:tooltip>Denominator of Flattening Ratio</doc:tooltip>
1169
						<doc:summary>The denominator of the ratio of the difference between the equatorial and polar radii of the ellipsoid when the numerator is set to 1.</doc:summary>
1170
						<doc:description/>
1171
						<doc:example/>
1172
						<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1173
					</xs:appinfo>
1174
				</xs:annotation>
1175
			</xs:element>
1176
		</xs:sequence>
1177
	</xs:complexType>
1178
	<xs:complexType name="GnomonicType">
1179
		<xs:sequence>
1180
			<xs:element ref="longitudeOfProjectionCenter">
1181
				<xs:annotation>
1182
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Projection Center -  longitude of the point of projection for azimuthal projections.</xs:documentation>
1183
				</xs:annotation>
1184
			</xs:element>
1185
			<xs:element ref="latitudeOfProjectionCenter">
1186
				<xs:annotation>
1187
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Center -  latitude of the point of projection for azimuthal projections.</xs:documentation>
1188
				</xs:annotation>
1189
			</xs:element>
1190
			<xs:element ref="falseEasting">
1191
				<xs:annotation>
1192
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1193
				</xs:annotation>
1194
			</xs:element>
1195
			<xs:element ref="falseNorthing">
1196
				<xs:annotation>
1197
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1198
				</xs:annotation>
1199
			</xs:element>
1200
		</xs:sequence>
1201
	</xs:complexType>
1202
	<xs:complexType name="Obqlazim"/>
1203
	<xs:complexType name="Obqlpt"/>
1204
	<xs:complexType name="Distbrep"/>
1205
	<xs:element name="standardParallel" type="xs:string">
1206
		<xs:annotation>
1207
			<xs:appinfo>
1208
				<doc:tooltip>Standard Parallel </doc:tooltip>
1209
				<doc:summary>The line of constant latitude at which the surface of the Earth and the plane or developable surface intersect.</doc:summary>
1210
				<doc:description/>
1211
				<doc:example/>
1212
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1213
			</xs:appinfo>
1214
		</xs:annotation>
1215
	</xs:element>
1216
	<xs:element name="longitudeofCentralMeridian" type="xs:string">
1217
		<xs:annotation>
1218
			<xs:appinfo>
1219
				<doc:tooltip>Longitude of Central Meridian </doc:tooltip>
1220
				<doc:summary>The line of longitude at the center of a map projection generally used as the basis for constructing the projection.</doc:summary>
1221
				<doc:description/>
1222
				<doc:example/>
1223
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1224
			</xs:appinfo>
1225
		</xs:annotation>
1226
	</xs:element>
1227
	<xs:element name="latitudeOfProjectionOrigin" type="xs:string">
1228
		<xs:annotation>
1229
			<xs:appinfo>
1230
				<doc:tooltip>Latitude of Projection Origin</doc:tooltip>
1231
				<doc:summary>The latitude chosen as the origin of rectangular coordinates for a map projection.</doc:summary>
1232
				<doc:description/>
1233
				<doc:example/>
1234
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1235
			</xs:appinfo>
1236
		</xs:annotation>
1237
	</xs:element>
1238
	<xs:element name="falseEasting" type="xs:string">
1239
		<xs:annotation>
1240
			<xs:appinfo>
1241
				<doc:tooltip>False Easting </doc:tooltip>
1242
				<doc:summary>The value added to all "x" values in the rectangular coordinates for a map projection.</doc:summary>
1243
				<doc:description>This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</doc:description>
1244
				<doc:example/>
1245
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1246
			</xs:appinfo>
1247
		</xs:annotation>
1248
	</xs:element>
1249
	<xs:element name="falseNorthing" type="xs:string">
1250
		<xs:annotation>
1251
			<xs:appinfo>
1252
				<doc:tooltip>False Northing</doc:tooltip>
1253
				<doc:summary>The value added to all "y" values in the rectangular coordinates for a map projection.</doc:summary>
1254
				<doc:description>This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</doc:description>
1255
				<doc:example/>
1256
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1257
			</xs:appinfo>
1258
		</xs:annotation>
1259
	</xs:element>
1260
	<xs:element name="HeightOfPerspectivePointAboveSurface">
1261
		<xs:annotation>
1262
			<xs:appinfo>
1263
				<doc:tooltip>Height of Perspective Point Above Surface</doc:tooltip>
1264
				<doc:summary>Height of viewpoint above the Earth, expressed in meters.</doc:summary>
1265
				<doc:description/>
1266
				<doc:example/>
1267
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1268
			</xs:appinfo>
1269
		</xs:annotation>
1270
	</xs:element>
1271
	<xs:element name="longitudeOfProjectionCenter">
1272
		<xs:annotation>
1273
			<xs:appinfo>
1274
				<doc:tooltip>Longitude of Projection Center</doc:tooltip>
1275
				<doc:summary>Longitude of the point of projection for azimuthal projections.</doc:summary>
1276
				<doc:description/>
1277
				<doc:example/>
1278
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1279
			</xs:appinfo>
1280
		</xs:annotation>
1281
	</xs:element>
1282
	<xs:element name="latitudeOfProjectionCenter">
1283
		<xs:annotation>
1284
			<xs:appinfo>
1285
				<doc:tooltip>Latitude of Projection Center</doc:tooltip>
1286
				<doc:summary>Latitude of the point of projection for azimuthal projections.</doc:summary>
1287
				<doc:description/>
1288
				<doc:example/>
1289
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1290
			</xs:appinfo>
1291
		</xs:annotation>
1292
	</xs:element>
1293
	<xs:element name="scaleFactorAtEquator">
1294
		<xs:annotation>
1295
			<xs:appinfo>
1296
				<doc:tooltip>Scale Factor at Equator </doc:tooltip>
1297
				<doc:summary>A multiplier for reducing a distance obtained from a map by computation or scaling to the actual distance along the equator.</doc:summary>
1298
				<doc:description/>
1299
				<doc:example/>
1300
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1301
			</xs:appinfo>
1302
		</xs:annotation>
1303
	</xs:element>
1304
	<xs:element name="scaleFactorAtCenterLine">
1305
		<xs:annotation>
1306
			<xs:appinfo>
1307
				<doc:tooltip>Scale Factor at Center Line </doc:tooltip>
1308
				<doc:summary> A multiplier for reducing a distance obtained from a map by computation or scaling to the actual distance along the center line.</doc:summary>
1309
				<doc:description/>
1310
				<doc:example/>
1311
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1312
			</xs:appinfo>
1313
		</xs:annotation>
1314
	</xs:element>
1315
	<xs:element name="straightVerticalLongitudeFromPole">
1316
		<xs:annotation>
1317
			<xs:appinfo>
1318
				<doc:tooltip>Straight Vertical Longitude from Pole </doc:tooltip>
1319
				<doc:summary>Longitude to be oriented straight up from the North or South Pole.</doc:summary>
1320
				<doc:description/>
1321
				<doc:example/>
1322
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1323
			</xs:appinfo>
1324
		</xs:annotation>
1325
	</xs:element>
1326
	<xs:element name="scaleFactorAtProjectionOrigin">
1327
		<xs:annotation>
1328
			<xs:appinfo>
1329
				<doc:tooltip>Scale Factor at Projection Origin</doc:tooltip>
1330
				<doc:summary>A multiplier for reducing a distance obtained from a map by computation or scaling to the actual distance at the projection origin.</doc:summary>
1331
				<doc:description/>
1332
				<doc:example/>
1333
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>Source: FGDC-STD-001-1998 Definition: Scale Factor at Projection Origin -  a multiplier for reducing a distance obtained from a map by computation or scaling to the actual distance at the projection origin.</xs:appinfo>
1334
		</xs:annotation>
1335
	</xs:element>
1336
	<xs:element name="scaleFactorAtCentralMeridian">
1337
		<xs:annotation>
1338
			<xs:appinfo>
1339
				<doc:tooltip>Scale Factor at Central Meridian</doc:tooltip>
1340
				<doc:summary>A multiplier for reducing a distance obtained from a map by computation or scaling to the actual distance along the central meridian.</doc:summary>
1341
				<doc:description/>
1342
				<doc:example/>
1343
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1344
			</xs:appinfo>
1345
		</xs:annotation>
1346
	</xs:element>
1347
	<xs:element name="azimuthMeasurePointLongitude">
1348
		<xs:annotation>
1349
			<xs:appinfo>
1350
				<doc:tooltip>Azimuth Measure Point Longitude</doc:tooltip>
1351
				<doc:summary>The longitude of the map projection origin.</doc:summary>
1352
				<doc:description/>
1353
				<doc:example/>
1354
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1355
			</xs:appinfo>
1356
		</xs:annotation>
1357
	</xs:element>
1358
	<xs:element name="azimuthalAngle">
1359
		<xs:annotation>
1360
			<xs:appinfo>
1361
				<doc:tooltip>Azimuthal Angle</doc:tooltip>
1362
				<doc:summary>The angle measured clockwise from north, and expressed in degrees.</doc:summary>
1363
				<doc:description/>
1364
				<doc:example/>
1365
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1366
			</xs:appinfo>
1367
		</xs:annotation>
1368
	</xs:element>
1369
	<xs:element name="obliqueLineLatitude">
1370
		<xs:annotation>
1371
			<xs:appinfo>
1372
				<doc:tooltip>Oblique Line Latitude</doc:tooltip>
1373
				<doc:summary>The latitude of a point defining the oblique line.</doc:summary>
1374
				<doc:description/>
1375
				<doc:example/>
1376
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1377
			</xs:appinfo>
1378
		</xs:annotation>
1379
	</xs:element>
1380
	<xs:element name="obliqueLineLongitude">
1381
		<xs:annotation>
1382
			<xs:appinfo>
1383
				<doc:tooltip>Oblique Line Longitude</doc:tooltip>
1384
				<doc:summary>The longitude of a point defining the oblique line.</doc:summary>
1385
				<doc:description/>
1386
				<doc:example/>
1387
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1388
			</xs:appinfo>
1389
		</xs:annotation>
1390
	</xs:element>
1391
	<xs:element name="pathNumber" type="xs:string">
1392
		<xs:annotation>
1393
			<xs:appinfo>
1394
				<doc:tooltip>Path Number</doc:tooltip>
1395
				<doc:summary>Number of the orbit of the Landsat satellite.</doc:summary>
1396
				<doc:description>This data element exists solely to provide a parameter needed to define the space oblique mercator projection.  It is not used to identify data originating from a remote sensing vehicle.</doc:description>
1397
				<doc:example/>
1398
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1399
			</xs:appinfo>
1400
		</xs:annotation>
1401
	</xs:element>
1402
	<xs:complexType name="AlbersConicalEqualAreaType">
1403
		<xs:sequence>
1404
			<xs:element ref="standardParallel" maxOccurs="unbounded"/>
1405
			<xs:element ref="longitudeofCentralMeridian"/>
1406
			<xs:element ref="latitudeOfProjectionOrigin"/>
1407
			<xs:element ref="falseEasting"/>
1408
			<xs:element ref="falseNorthing"/>
1409
		</xs:sequence>
1410
	</xs:complexType>
1411
	<xs:complexType name="AzimuthalEquidistantType">
1412
		<xs:sequence>
1413
			<xs:element ref="longitudeofCentralMeridian">
1414
				<xs:annotation>
1415
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1416
				</xs:annotation>
1417
			</xs:element>
1418
			<xs:element ref="latitudeOfProjectionOrigin">
1419
				<xs:annotation>
1420
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Origin -  latitude chosen as the origin of rectangular coordinates for a map projection.</xs:documentation>
1421
				</xs:annotation>
1422
			</xs:element>
1423
			<xs:element ref="falseEasting">
1424
				<xs:annotation>
1425
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1426
				</xs:annotation>
1427
			</xs:element>
1428
			<xs:element ref="falseNorthing">
1429
				<xs:annotation>
1430
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1431
				</xs:annotation>
1432
			</xs:element>
1433
		</xs:sequence>
1434
	</xs:complexType>
1435
	<xs:complexType name="EquidistantConicType">
1436
		<xs:sequence>
1437
			<xs:element ref="standardParallel" maxOccurs="unbounded">
1438
				<xs:annotation>
1439
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Standard Parallel -  line of constant latitude at which the surface of the Earth and the plane or developable surface intersect.</xs:documentation>
1440
				</xs:annotation>
1441
			</xs:element>
1442
			<xs:element ref="longitudeofCentralMeridian">
1443
				<xs:annotation>
1444
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1445
				</xs:annotation>
1446
			</xs:element>
1447
			<xs:element ref="latitudeOfProjectionOrigin">
1448
				<xs:annotation>
1449
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Origin -  latitude chosen as the origin of rectangular coordinates for a map projection.</xs:documentation>
1450
				</xs:annotation>
1451
			</xs:element>
1452
			<xs:element ref="falseEasting">
1453
				<xs:annotation>
1454
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1455
				</xs:annotation>
1456
			</xs:element>
1457
			<xs:element ref="falseNorthing">
1458
				<xs:annotation>
1459
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1460
				</xs:annotation>
1461
			</xs:element>
1462
		</xs:sequence>
1463
	</xs:complexType>
1464
	<xs:complexType name="EquirectangularType">
1465
		<xs:sequence>
1466
			<xs:element ref="standardParallel">
1467
				<xs:annotation>
1468
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Standard Parallel -  line of constant latitude at which the surface of the Earth and the plane or developable surface intersect.</xs:documentation>
1469
				</xs:annotation>
1470
			</xs:element>
1471
			<xs:element ref="longitudeofCentralMeridian">
1472
				<xs:annotation>
1473
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1474
				</xs:annotation>
1475
			</xs:element>
1476
			<xs:element ref="falseEasting">
1477
				<xs:annotation>
1478
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1479
				</xs:annotation>
1480
			</xs:element>
1481
			<xs:element ref="falseNorthing">
1482
				<xs:annotation>
1483
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1484
				</xs:annotation>
1485
			</xs:element>
1486
		</xs:sequence>
1487
	</xs:complexType>
1488
	<xs:complexType name="GeneralVerticalNear-sidedPerspectiveType">
1489
		<xs:sequence>
1490
			<xs:element ref="HeightOfPerspectivePointAboveSurface"/>
1491
			<xs:element ref="longitudeOfProjectionCenter"/>
1492
			<xs:element ref="latitudeOfProjectionCenter"/>
1493
			<xs:element ref="falseEasting">
1494
				<xs:annotation>
1495
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1496
				</xs:annotation>
1497
			</xs:element>
1498
			<xs:element ref="falseNorthing">
1499
				<xs:annotation>
1500
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1501
				</xs:annotation>
1502
			</xs:element>
1503
		</xs:sequence>
1504
	</xs:complexType>
1505
	<xs:complexType name="LambertAzimuthalEqualAreaType">
1506
		<xs:sequence>
1507
			<xs:element ref="longitudeOfProjectionCenter">
1508
				<xs:annotation>
1509
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Projection Center -  longitude of the point of projection for azimuthal projections.</xs:documentation>
1510
				</xs:annotation>
1511
			</xs:element>
1512
			<xs:element ref="latitudeOfProjectionCenter">
1513
				<xs:annotation>
1514
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Center -  latitude of the point of projection for azimuthal projections.</xs:documentation>
1515
				</xs:annotation>
1516
			</xs:element>
1517
			<xs:element ref="falseEasting">
1518
				<xs:annotation>
1519
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1520
				</xs:annotation>
1521
			</xs:element>
1522
			<xs:element ref="falseNorthing">
1523
				<xs:annotation>
1524
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1525
				</xs:annotation>
1526
			</xs:element>
1527
		</xs:sequence>
1528
	</xs:complexType>
1529
	<xs:complexType name="LambertConformalConicType">
1530
		<xs:sequence>
1531
			<xs:element ref="standardParallel" maxOccurs="unbounded">
1532
				<xs:annotation>
1533
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Standard Parallel -  line of constant latitude at which the surface of the Earth and the plane or developable surface intersect.</xs:documentation>
1534
				</xs:annotation>
1535
			</xs:element>
1536
			<xs:element ref="longitudeofCentralMeridian">
1537
				<xs:annotation>
1538
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1539
				</xs:annotation>
1540
			</xs:element>
1541
			<xs:element ref="latitudeOfProjectionOrigin">
1542
				<xs:annotation>
1543
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Origin -  latitude chosen as the origin of rectangular coordinates for a map projection.</xs:documentation>
1544
				</xs:annotation>
1545
			</xs:element>
1546
			<xs:element ref="falseEasting">
1547
				<xs:annotation>
1548
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1549
				</xs:annotation>
1550
			</xs:element>
1551
			<xs:element ref="falseNorthing">
1552
				<xs:annotation>
1553
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1554
				</xs:annotation>
1555
			</xs:element>
1556
		</xs:sequence>
1557
	</xs:complexType>
1558
	<xs:complexType name="ModifiedStereographicforAlaskaType">
1559
		<xs:sequence>
1560
			<xs:element ref="falseEasting">
1561
				<xs:annotation>
1562
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1563
				</xs:annotation>
1564
			</xs:element>
1565
			<xs:element ref="falseNorthing">
1566
				<xs:annotation>
1567
					<xs:documentation>Source: FGDC-STD-001-1998 Definition:False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1568
				</xs:annotation>
1569
			</xs:element>
1570
		</xs:sequence>
1571
	</xs:complexType>
1572
	<xs:complexType name="MercatorType">
1573
		<xs:sequence>
1574
			<xs:choice>
1575
				<xs:element ref="standardParallel">
1576
					<xs:annotation>
1577
						<xs:documentation>Source: FGDC-STD-001-1998 Definition: Standard Parallel -  line of constant latitude at which the surface of the Earth and the plane or developable surface intersect.</xs:documentation>
1578
					</xs:annotation>
1579
				</xs:element>
1580
				<xs:element ref="scaleFactorAtEquator"/>
1581
			</xs:choice>
1582
			<xs:element ref="longitudeofCentralMeridian">
1583
				<xs:annotation>
1584
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1585
				</xs:annotation>
1586
			</xs:element>
1587
			<xs:element ref="falseEasting">
1588
				<xs:annotation>
1589
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1590
				</xs:annotation>
1591
			</xs:element>
1592
			<xs:element ref="falseNorthing">
1593
				<xs:annotation>
1594
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1595
				</xs:annotation>
1596
			</xs:element>
1597
		</xs:sequence>
1598
	</xs:complexType>
1599
	<xs:complexType name="MillerCylindricalType">
1600
		<xs:sequence>
1601
			<xs:element ref="longitudeofCentralMeridian">
1602
				<xs:annotation>
1603
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1604
				</xs:annotation>
1605
			</xs:element>
1606
			<xs:element ref="falseEasting">
1607
				<xs:annotation>
1608
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1609
				</xs:annotation>
1610
			</xs:element>
1611
			<xs:element ref="falseNorthing">
1612
				<xs:annotation>
1613
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1614
				</xs:annotation>
1615
			</xs:element>
1616
		</xs:sequence>
1617
	</xs:complexType>
1618
	<xs:complexType name="ObliqueMercatorType">
1619
		<xs:sequence>
1620
			<xs:element ref="scaleFactorAtCenterLine"/>
1621
			<xs:choice>
1622
				<xs:element name="obliqueLineAzimuth">
1623
					<xs:annotation>
1624
						<xs:appinfo>
1625
							<doc:tooltip>Oblique Line Azimuth</doc:tooltip>
1626
							<doc:summary>The method used to describe the line along which an oblique mercator map projection is centered using the map projection origin and an azimuth.</doc:summary>
1627
							<doc:description/>
1628
							<doc:example/>
1629
							<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1630
						</xs:appinfo>
1631
					</xs:annotation>
1632
					<xs:complexType>
1633
						<xs:sequence>
1634
							<xs:element ref="azimuthalAngle">
1635
								<xs:annotation>
1636
									<xs:documentation>Source: FGDC-STD-001-1998 Definition: Azimuthal Angle -  angle measured clockwise from north, and expressed in degrees.</xs:documentation>
1637
								</xs:annotation>
1638
							</xs:element>
1639
							<xs:element ref="azimuthMeasurePointLongitude">
1640
								<xs:annotation>
1641
									<xs:documentation>Source: FGDC-STD-001-1998 Definition: Azimuth Measure Point Longitude -  longitude of the map projection origin.</xs:documentation>
1642
								</xs:annotation>
1643
							</xs:element>
1644
						</xs:sequence>
1645
					</xs:complexType>
1646
				</xs:element>
1647
				<xs:element name="ObliqueLinePoint" maxOccurs="unbounded">
1648
					<xs:annotation>
1649
						<xs:appinfo>
1650
							<doc:tooltip>Oblique Line Point</doc:tooltip>
1651
							<doc:summary>The method used to describe the line along which an oblique mercator map projection is centered using two points near the limits of the mapped region that define the center line.</doc:summary>
1652
							<doc:description/>
1653
							<doc:example/>
1654
							<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1655
						</xs:appinfo>
1656
					</xs:annotation>
1657
					<xs:complexType>
1658
						<xs:sequence>
1659
							<xs:element ref="obliqueLineLatitude">
1660
								<xs:annotation>
1661
									<xs:documentation>Source: FGDC-STD-001-1998 Definition: Oblique Line Latitude -  latitude of a point defining the oblique line.</xs:documentation>
1662
								</xs:annotation>
1663
							</xs:element>
1664
							<xs:element ref="obliqueLineLongitude">
1665
								<xs:annotation>
1666
									<xs:documentation>Source: FGDC-STD-001-1998 Definition: Oblique Line Longitude -  longitude of a point defining the oblique line.</xs:documentation>
1667
								</xs:annotation>
1668
							</xs:element>
1669
						</xs:sequence>
1670
					</xs:complexType>
1671
				</xs:element>
1672
			</xs:choice>
1673
			<xs:element ref="latitudeOfProjectionOrigin">
1674
				<xs:annotation>
1675
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Origin -  latitude chosen as the origin of rectangular coordinates for a map projection.</xs:documentation>
1676
				</xs:annotation>
1677
			</xs:element>
1678
			<xs:element ref="falseEasting">
1679
				<xs:annotation>
1680
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1681
				</xs:annotation>
1682
			</xs:element>
1683
			<xs:element ref="falseNorthing">
1684
				<xs:annotation>
1685
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1686
				</xs:annotation>
1687
			</xs:element>
1688
		</xs:sequence>
1689
	</xs:complexType>
1690
	<xs:complexType name="orthographicType">
1691
		<xs:sequence>
1692
			<xs:element ref="longitudeOfProjectionCenter">
1693
				<xs:annotation>
1694
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Projection Center -  longitude of the point of projection for azimuthal projections.</xs:documentation>
1695
				</xs:annotation>
1696
			</xs:element>
1697
			<xs:element ref="latitudeOfProjectionCenter">
1698
				<xs:annotation>
1699
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Center -  latitude of the point of projection for azimuthal projections.</xs:documentation>
1700
				</xs:annotation>
1701
			</xs:element>
1702
			<xs:element ref="falseEasting">
1703
				<xs:annotation>
1704
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1705
				</xs:annotation>
1706
			</xs:element>
1707
			<xs:element ref="falseNorthing">
1708
				<xs:annotation>
1709
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1710
				</xs:annotation>
1711
			</xs:element>
1712
		</xs:sequence>
1713
	</xs:complexType>
1714
	<xs:complexType name="polarStereographicType">
1715
		<xs:sequence>
1716
			<xs:element ref="straightVerticalLongitudeFromPole"/>
1717
			<xs:choice>
1718
				<xs:element ref="standardParallel">
1719
					<xs:annotation>
1720
						<xs:documentation>Source: FGDC-STD-001-1998 Definition: Standard Parallel -  line of constant latitude at which the surface of the Earth and the plane or developable surface intersect.</xs:documentation>
1721
					</xs:annotation>
1722
				</xs:element>
1723
				<xs:element ref="scaleFactorAtProjectionOrigin"/>
1724
			</xs:choice>
1725
			<xs:element ref="falseEasting">
1726
				<xs:annotation>
1727
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1728
				</xs:annotation>
1729
			</xs:element>
1730
			<xs:element ref="falseNorthing">
1731
				<xs:annotation>
1732
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1733
				</xs:annotation>
1734
			</xs:element>
1735
		</xs:sequence>
1736
	</xs:complexType>
1737
	<xs:complexType name="PolyconicType">
1738
		<xs:sequence>
1739
			<xs:element ref="longitudeofCentralMeridian">
1740
				<xs:annotation>
1741
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1742
				</xs:annotation>
1743
			</xs:element>
1744
			<xs:element ref="latitudeOfProjectionOrigin">
1745
				<xs:annotation>
1746
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Origin -  latitude chosen as the origin of rectangular coordinates for a map projection.</xs:documentation>
1747
				</xs:annotation>
1748
			</xs:element>
1749
			<xs:element ref="falseEasting">
1750
				<xs:annotation>
1751
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1752
				</xs:annotation>
1753
			</xs:element>
1754
			<xs:element ref="falseNorthing">
1755
				<xs:annotation>
1756
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1757
				</xs:annotation>
1758
			</xs:element>
1759
		</xs:sequence>
1760
	</xs:complexType>
1761
	<xs:complexType name="RobinsonType">
1762
		<xs:sequence>
1763
			<xs:element ref="longitudeOfProjectionCenter">
1764
				<xs:annotation>
1765
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Projection Center -  longitude of the point of projection for azimuthal projections.</xs:documentation>
1766
				</xs:annotation>
1767
			</xs:element>
1768
			<xs:element ref="falseEasting">
1769
				<xs:annotation>
1770
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1771
				</xs:annotation>
1772
			</xs:element>
1773
			<xs:element ref="falseNorthing">
1774
				<xs:annotation>
1775
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1776
				</xs:annotation>
1777
			</xs:element>
1778
		</xs:sequence>
1779
	</xs:complexType>
1780
	<xs:complexType name="SinusoidalType">
1781
		<xs:sequence>
1782
			<xs:element ref="longitudeofCentralMeridian">
1783
				<xs:annotation>
1784
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1785
				</xs:annotation>
1786
			</xs:element>
1787
			<xs:element ref="falseEasting">
1788
				<xs:annotation>
1789
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1790
				</xs:annotation>
1791
			</xs:element>
1792
			<xs:element ref="falseNorthing">
1793
				<xs:annotation>
1794
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1795
				</xs:annotation>
1796
			</xs:element>
1797
		</xs:sequence>
1798
	</xs:complexType>
1799
	<xs:complexType name="SpaceObliqueMercatorType">
1800
		<xs:sequence>
1801
			<xs:element ref="landsat"/>
1802
			<xs:element ref="pathNumber">
1803
				<xs:annotation>
1804
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Path Number -  number of the orbit of the Landsat satellite.  (Note:  This data element exists solely to provide a parameter needed to define the space oblique mercator projection.  It is not used to identify data originating from a remote sensing vehicle.)</xs:documentation>
1805
				</xs:annotation>
1806
			</xs:element>
1807
			<xs:element ref="falseEasting">
1808
				<xs:annotation>
1809
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1810
				</xs:annotation>
1811
			</xs:element>
1812
			<xs:element ref="falseNorthing">
1813
				<xs:annotation>
1814
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1815
				</xs:annotation>
1816
			</xs:element>
1817
		</xs:sequence>
1818
	</xs:complexType>
1819
	<xs:complexType name="StereographicType">
1820
		<xs:sequence>
1821
			<xs:element ref="longitudeOfProjectionCenter"/>
1822
			<xs:element ref="latitudeOfProjectionCenter"/>
1823
			<xs:element ref="falseEasting"/>
1824
			<xs:element ref="falseNorthing"/>
1825
		</xs:sequence>
1826
	</xs:complexType>
1827
	<xs:complexType name="TransverseMercatorType">
1828
		<xs:sequence>
1829
			<xs:element ref="scaleFactorAtCentralMeridian"/>
1830
			<xs:element ref="longitudeofCentralMeridian">
1831
				<xs:annotation>
1832
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1833
				</xs:annotation>
1834
			</xs:element>
1835
			<xs:element ref="latitudeOfProjectionOrigin">
1836
				<xs:annotation>
1837
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Latitude of Projection Origin -  latitude chosen as the origin of rectangular coordinates for a map projection.</xs:documentation>
1838
				</xs:annotation>
1839
			</xs:element>
1840
			<xs:element ref="falseEasting">
1841
				<xs:annotation>
1842
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1843
				</xs:annotation>
1844
			</xs:element>
1845
			<xs:element ref="falseNorthing">
1846
				<xs:annotation>
1847
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1848
				</xs:annotation>
1849
			</xs:element>
1850
		</xs:sequence>
1851
	</xs:complexType>
1852
	<xs:complexType name="VanderGrintenType">
1853
		<xs:sequence>
1854
			<xs:element ref="longitudeofCentralMeridian">
1855
				<xs:annotation>
1856
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: Longitude of Central Meridian -  the line of longitude at the center of a map projection generally used as the basis for constructing the projection.</xs:documentation>
1857
				</xs:annotation>
1858
			</xs:element>
1859
			<xs:element ref="falseEasting">
1860
				<xs:annotation>
1861
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Easting -  the value added to all "x" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1862
				</xs:annotation>
1863
			</xs:element>
1864
			<xs:element ref="falseNorthing">
1865
				<xs:annotation>
1866
					<xs:documentation>Source: FGDC-STD-001-1998 Definition: False Northing -  the value added to all "y" values in the rectangular coordinates for a map projection.  This value frequently is assigned to eliminate negative numbers.  Expressed in the unit of measure identified in Planar Coordinate Units.</xs:documentation>
1867
				</xs:annotation>
1868
			</xs:element>
1869
		</xs:sequence>
1870
	</xs:complexType>
1871
	<xs:element name="landsat" type="xs:string">
1872
		<xs:annotation>
1873
			<xs:appinfo>
1874
				<doc:tooltip>Landsat Number</doc:tooltip>
1875
				<doc:summary>number of the Landsat satellite. </doc:summary>
1876
				<doc:description>This data element exists solely to provide a parameter needed to define the space oblique mercator projection.  It is not used to identify data originating from a remote sensing vehicle.)</doc:description>
1877
				<doc:example/>
1878
				<doc:lineage>FGDC-STD-001-1998.</doc:lineage>
1879
			</xs:appinfo>
1880
		</xs:annotation>
1881
	</xs:element>
1882
</xs:schema>
    (1-1/1)