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