1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" blockDefault="#all">
|
3
|
<xsd:element name="metainfo" type="metainfoType"/>
|
4
|
<xsd:complexType name="metainfoType">
|
5
|
<xsd:sequence>
|
6
|
<xsd:element ref="metd"/>
|
7
|
<xsd:element ref="metrd" minOccurs="0"/>
|
8
|
<xsd:element ref="metfrd" minOccurs="0"/>
|
9
|
<xsd:element ref="metc"/>
|
10
|
<xsd:element ref="metstdn"/>
|
11
|
<xsd:element ref="metstdv"/>
|
12
|
<xsd:element ref="mettc" minOccurs="0"/>
|
13
|
<xsd:element ref="metac" minOccurs="0"/>
|
14
|
<xsd:element ref="metuc" minOccurs="0"/>
|
15
|
<xsd:element ref="metsi" minOccurs="0"/>
|
16
|
<xsd:element ref="metextns" minOccurs="0" maxOccurs="unbounded"/>
|
17
|
</xsd:sequence>
|
18
|
</xsd:complexType>
|
19
|
|
20
|
<xsd:element name="metd" type="metdType"/>
|
21
|
<xsd:simpleType name="metdType">
|
22
|
<xsd:restriction base="FGDCdate"/>
|
23
|
</xsd:simpleType>
|
24
|
|
25
|
<xsd:element name="metrd" type="metrdType"/>
|
26
|
<xsd:simpleType name="metrdType">
|
27
|
<xsd:restriction base="FGDCdate"/>
|
28
|
</xsd:simpleType>
|
29
|
|
30
|
<xsd:element name="metfrd" type="metfrdType"/>
|
31
|
<xsd:simpleType name="metfrdType">
|
32
|
<xsd:restriction base="FGDCdate"/>
|
33
|
</xsd:simpleType>
|
34
|
|
35
|
<xsd:element name="metc" type="metcType"/>
|
36
|
<xsd:complexType name="metcType">
|
37
|
<xsd:sequence>
|
38
|
<xsd:element ref="cntinfo"/>
|
39
|
</xsd:sequence>
|
40
|
</xsd:complexType>
|
41
|
|
42
|
<xsd:element name="metstdn" type="metstdnType"/>
|
43
|
<xsd:simpleType name="metstdnType">
|
44
|
<xsd:restriction base="FGDCstring"/>
|
45
|
</xsd:simpleType>
|
46
|
|
47
|
<xsd:element name="metstdv" type="metstdvType"/>
|
48
|
<xsd:simpleType name="metstdvType">
|
49
|
<xsd:restriction base="FGDCstring"/>
|
50
|
</xsd:simpleType>
|
51
|
|
52
|
<xsd:element name="mettc" type="mettcType"/>
|
53
|
<xsd:simpleType name="mettcType">
|
54
|
<xsd:restriction base="xsd:token">
|
55
|
<xsd:enumeration value="local time"/>
|
56
|
<xsd:enumeration value="local time with time differential factor"/>
|
57
|
<xsd:enumeration value="universal time"/>
|
58
|
</xsd:restriction>
|
59
|
</xsd:simpleType>
|
60
|
|
61
|
<xsd:element name="metac" type="metacType"/>
|
62
|
<xsd:simpleType name="metacType">
|
63
|
<xsd:restriction base="FGDCstring"/>
|
64
|
</xsd:simpleType>
|
65
|
|
66
|
<xsd:element name="metuc" type="metucType"/>
|
67
|
<xsd:simpleType name="metucType">
|
68
|
<xsd:restriction base="FGDCstring"/>
|
69
|
</xsd:simpleType>
|
70
|
|
71
|
<xsd:element name="metsi" type="metsiType"/>
|
72
|
<xsd:complexType name="metsiType">
|
73
|
<xsd:sequence>
|
74
|
<xsd:element ref="metscs"/>
|
75
|
<xsd:element ref="metsc"/>
|
76
|
<xsd:element ref="metshd"/>
|
77
|
</xsd:sequence>
|
78
|
</xsd:complexType>
|
79
|
|
80
|
<xsd:element name="metscs" type="metscsType"/>
|
81
|
<xsd:simpleType name="metscsType">
|
82
|
<xsd:restriction base="FGDCstring"/>
|
83
|
</xsd:simpleType>
|
84
|
|
85
|
<xsd:element name="metsc" type="metscType"/>
|
86
|
<xsd:simpleType name="metscType">
|
87
|
<xsd:restriction base="FGDCstring"/>
|
88
|
</xsd:simpleType>
|
89
|
|
90
|
<xsd:element name="metshd" type="metshdType"/>
|
91
|
<xsd:simpleType name="metshdType">
|
92
|
<xsd:restriction base="FGDCstring"/>
|
93
|
</xsd:simpleType>
|
94
|
|
95
|
<xsd:element name="metextns" type="metextnsType"/>
|
96
|
<xsd:complexType name="metextnsType">
|
97
|
<xsd:sequence>
|
98
|
<xsd:element name="onlink" minOccurs="0" maxOccurs="unbounded">
|
99
|
<xsd:simpleType>
|
100
|
<xsd:restriction base="FGDCstring"/>
|
101
|
</xsd:simpleType>
|
102
|
</xsd:element>
|
103
|
<xsd:element ref="metprof" minOccurs="0"/>
|
104
|
</xsd:sequence>
|
105
|
</xsd:complexType>
|
106
|
|
107
|
<xsd:element name="metprof" type="metprofType"/>
|
108
|
<xsd:simpleType name="metprofType">
|
109
|
<xsd:restriction base="FGDCstring"/>
|
110
|
</xsd:simpleType>
|
111
|
|
112
|
</xsd:schema>
|