1 |
9559
|
tao
|
<?xml version="1.0" encoding="utf-8"?>
|
2 |
|
|
<xs:schema targetNamespace="http://www.isotc211.org/2005/gmx" elementFormDefault="qualified" version="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gmx="http://www.isotc211.org/2005/gmx">
|
3 |
|
|
<!-- ================================= Annotation ================================ -->
|
4 |
|
|
<xs:annotation>
|
5 |
|
|
<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 04-27-2005 17:15:30 ====== </xs:documentation>
|
6 |
|
|
</xs:annotation>
|
7 |
|
|
<!-- ================================== Imports ================================== -->
|
8 |
|
|
<xs:import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/gmd.xsd"/>
|
9 |
|
|
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
|
10 |
|
|
<xs:include schemaLocation="../gmx/catalogues.xsd"/>
|
11 |
|
|
<xs:include schemaLocation="../gmx/extendedTypes.xsd"/>
|
12 |
|
|
<!-- ########################################################################### -->
|
13 |
|
|
<!-- ########################################################################### -->
|
14 |
|
|
<!-- ================================== Classes ================================= -->
|
15 |
|
|
<xs:complexType name="MX_Aggregate_Type">
|
16 |
|
|
<xs:complexContent>
|
17 |
|
|
<xs:extension base="gmd:AbstractDS_Aggregate_Type">
|
18 |
|
|
<xs:sequence>
|
19 |
|
|
<xs:element name="aggregateCatalogue" type="gmx:CT_Catalogue_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
20 |
|
|
<xs:element name="aggregateFile" type="gmx:MX_SupportFile_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
21 |
|
|
</xs:sequence>
|
22 |
|
|
</xs:extension>
|
23 |
|
|
</xs:complexContent>
|
24 |
|
|
</xs:complexType>
|
25 |
|
|
<!-- ........................................................................ -->
|
26 |
|
|
<xs:element name="MX_Aggregate" type="gmx:MX_Aggregate_Type" substitutionGroup="gmd:AbstractDS_Aggregate"/>
|
27 |
|
|
<!-- ........................................................................ -->
|
28 |
|
|
<xs:complexType name="MX_Aggregate_PropertyType">
|
29 |
|
|
<xs:sequence minOccurs="0">
|
30 |
|
|
<xs:element ref="gmx:MX_Aggregate"/>
|
31 |
|
|
</xs:sequence>
|
32 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
33 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
34 |
|
|
</xs:complexType>
|
35 |
|
|
<!-- =========================================================================== -->
|
36 |
|
|
<xs:complexType name="MX_DataSet_Type">
|
37 |
|
|
<xs:complexContent>
|
38 |
|
|
<xs:extension base="gmd:DS_DataSet_Type">
|
39 |
|
|
<xs:sequence>
|
40 |
|
|
<xs:element name="dataFile" type="gmx:MX_DataFile_PropertyType" maxOccurs="unbounded"/>
|
41 |
|
|
<xs:element name="datasetCatalogue" type="gmx:CT_Catalogue_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
42 |
|
|
<xs:element name="supportFile" type="gmx:MX_SupportFile_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
43 |
|
|
</xs:sequence>
|
44 |
|
|
</xs:extension>
|
45 |
|
|
</xs:complexContent>
|
46 |
|
|
</xs:complexType>
|
47 |
|
|
<!-- ........................................................................ -->
|
48 |
|
|
<xs:element name="MX_DataSet" type="gmx:MX_DataSet_Type" substitutionGroup="gmd:DS_DataSet"/>
|
49 |
|
|
<!-- ........................................................................ -->
|
50 |
|
|
<xs:complexType name="MX_DataSet_PropertyType">
|
51 |
|
|
<xs:sequence minOccurs="0">
|
52 |
|
|
<xs:element ref="gmx:MX_DataSet"/>
|
53 |
|
|
</xs:sequence>
|
54 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
55 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
56 |
|
|
</xs:complexType>
|
57 |
|
|
<!-- =========================================================================== -->
|
58 |
|
|
<xs:complexType name="MX_DataFile_Type">
|
59 |
|
|
<xs:complexContent>
|
60 |
|
|
<xs:extension base="gmx:AbstractMX_File_Type">
|
61 |
|
|
<xs:sequence>
|
62 |
|
|
<xs:element name="featureTypes" type="gco:GenericName_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
63 |
|
|
<xs:element name="fileFormat" type="gmd:MD_Format_PropertyType"/>
|
64 |
|
|
</xs:sequence>
|
65 |
|
|
</xs:extension>
|
66 |
|
|
</xs:complexContent>
|
67 |
|
|
</xs:complexType>
|
68 |
|
|
<!-- ........................................................................ -->
|
69 |
|
|
<xs:element name="MX_DataFile" type="gmx:MX_DataFile_Type" substitutionGroup="gmx:AbstractMX_File"/>
|
70 |
|
|
<!-- ........................................................................ -->
|
71 |
|
|
<xs:complexType name="MX_DataFile_PropertyType">
|
72 |
|
|
<xs:sequence minOccurs="0">
|
73 |
|
|
<xs:element ref="gmx:MX_DataFile"/>
|
74 |
|
|
</xs:sequence>
|
75 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
76 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
77 |
|
|
</xs:complexType>
|
78 |
|
|
<!-- =========================================================================== -->
|
79 |
|
|
<xs:complexType name="MX_SupportFile_Type">
|
80 |
|
|
<xs:complexContent>
|
81 |
|
|
<xs:extension base="gmx:AbstractMX_File_Type"/>
|
82 |
|
|
</xs:complexContent>
|
83 |
|
|
</xs:complexType>
|
84 |
|
|
<!-- ........................................................................ -->
|
85 |
|
|
<xs:element name="MX_SupportFile" type="gmx:MX_SupportFile_Type" substitutionGroup="gmx:AbstractMX_File"/>
|
86 |
|
|
<!-- ........................................................................ -->
|
87 |
|
|
<xs:complexType name="MX_SupportFile_PropertyType">
|
88 |
|
|
<xs:sequence minOccurs="0">
|
89 |
|
|
<xs:element ref="gmx:MX_SupportFile"/>
|
90 |
|
|
</xs:sequence>
|
91 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
92 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
93 |
|
|
</xs:complexType>
|
94 |
|
|
<!-- =========================================================================== -->
|
95 |
|
|
<xs:complexType name="AbstractMX_File_Type" abstract="true">
|
96 |
|
|
<xs:complexContent>
|
97 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
98 |
|
|
<xs:sequence>
|
99 |
|
|
<xs:element name="fileName" type="gmx:FileName_PropertyType"/>
|
100 |
|
|
<xs:element name="fileDescription" type="gco:CharacterString_PropertyType"/>
|
101 |
|
|
<xs:element name="fileType" type="gmx:MimeFileType_PropertyType"/>
|
102 |
|
|
</xs:sequence>
|
103 |
|
|
</xs:extension>
|
104 |
|
|
</xs:complexContent>
|
105 |
|
|
</xs:complexType>
|
106 |
|
|
<!-- ........................................................................ -->
|
107 |
|
|
<xs:element name="AbstractMX_File" type="gmx:AbstractMX_File_Type" abstract="true"/>
|
108 |
|
|
<!-- ........................................................................ -->
|
109 |
|
|
<xs:complexType name="MX_File_PropertyType">
|
110 |
|
|
<xs:sequence minOccurs="0">
|
111 |
|
|
<xs:element ref="gmx:AbstractMX_File"/>
|
112 |
|
|
</xs:sequence>
|
113 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
114 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
115 |
|
|
</xs:complexType>
|
116 |
|
|
<!-- =========================================================================== -->
|
117 |
|
|
<!-- ........................................................................ -->
|
118 |
|
|
<xs:element name="MX_ScopeCode" type="gco:CodeListValue_Type" substitutionGroup="gmd:MD_ScopeCode"/>
|
119 |
|
|
<!-- ........................................................................ -->
|
120 |
|
|
<xs:complexType name="MX_ScopeCode_PropertyType">
|
121 |
|
|
<xs:sequence minOccurs="0">
|
122 |
|
|
<xs:element ref="gmx:MX_ScopeCode"/>
|
123 |
|
|
</xs:sequence>
|
124 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
125 |
|
|
</xs:complexType>
|
126 |
|
|
<!-- =========================================================================== -->
|
127 |
|
|
</xs:schema>
|