Project

General

Profile

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="cntinfo" type="cntinfoType"/>
4
<xsd:complexType name="cntinfoType">
5
	<xsd:sequence>
6
		<xsd:choice>
7
			<xsd:element ref="cntperp"/>
8
			<xsd:element ref="cntorgp"/>
9
		</xsd:choice>
10
		<xsd:element ref="cntpos" minOccurs="0"/>
11
		<xsd:element ref="cntaddr" maxOccurs="unbounded"/>
12
		<xsd:element ref="cntvoice" maxOccurs="unbounded"/>
13
		<xsd:element ref="cnttdd" minOccurs="0" maxOccurs="unbounded"/>
14
		<xsd:element ref="cntfax" minOccurs="0" maxOccurs="unbounded"/>
15
		<xsd:element ref="cntemail" minOccurs="0" maxOccurs="unbounded"/>
16
		<xsd:element ref="hours" minOccurs="0"/>
17
		<xsd:element ref="cntinst" minOccurs="0"/>
18
	</xsd:sequence>
19
</xsd:complexType>
20

    
21
<xsd:element name="cntperp" type="cntperpType"/>
22
<xsd:complexType name="cntperpType">
23
	<xsd:sequence>
24
		<xsd:element ref="cntper"/>
25
		<xsd:element ref="cntorg" minOccurs="0"/>
26
	</xsd:sequence>
27
</xsd:complexType>
28

    
29
<xsd:element name="cntper" type="cntperType"/>
30
<xsd:simpleType name="cntperType">
31
	<xsd:restriction base="FGDCstring"/>
32
</xsd:simpleType>
33

    
34
<xsd:element name="cntorg" type="cntorgType"/>
35
<xsd:simpleType name="cntorgType">
36
	<xsd:restriction base="FGDCstring"/>
37
</xsd:simpleType>
38

    
39
<xsd:element name="cntorgp" type="cntorgpType"/>
40
<xsd:complexType name="cntorgpType">
41
	<xsd:sequence>
42
		<xsd:element ref="cntorg"/>
43
		<xsd:element ref="cntper" minOccurs="0"/>
44
	</xsd:sequence>
45
</xsd:complexType>
46

    
47
<xsd:element name="cntpos" type="cntposType"/>
48
<xsd:simpleType name="cntposType">
49
	<xsd:restriction base="FGDCstring"/>
50
</xsd:simpleType>
51

    
52
<xsd:element name="cntaddr" type="cntaddrType"/>
53
<xsd:complexType name="cntaddrType">
54
	<xsd:sequence>
55
		<xsd:element ref="addrtype"/>
56
		<xsd:element ref="address" minOccurs="0" maxOccurs="unbounded"/>
57
		<xsd:element ref="city"/>
58
		<xsd:element ref="state"/>
59
		<xsd:element ref="postal"/>
60
		<xsd:element ref="country" minOccurs="0"/>
61
	</xsd:sequence>
62
</xsd:complexType>
63

    
64
<xsd:element name="addrtype" type="addrtypeType"/>
65
<xsd:simpleType name="addrtypeType">
66
	<xsd:restriction base="FGDCstring"/>
67
</xsd:simpleType>
68

    
69
<xsd:element name="address" type="addressType"/>
70
<xsd:simpleType name="addressType">
71
	<xsd:restriction base="FGDCstring"/>
72
</xsd:simpleType>
73

    
74
<xsd:element name="city" type="cityType"/>
75
<xsd:simpleType name="cityType">
76
	<xsd:restriction base="FGDCstring"/>
77
</xsd:simpleType>
78

    
79
<xsd:element name="state" type="stateType"/>
80
<xsd:simpleType name="stateType">
81
	<xsd:restriction base="FGDCstring"/>
82
</xsd:simpleType>
83

    
84
<xsd:element name="postal" type="postalType"/>
85
<xsd:simpleType name="postalType">
86
	<xsd:restriction base="FGDCstring"/>
87
</xsd:simpleType>
88

    
89
<xsd:element name="country" type="countryType"/>
90
<xsd:simpleType name="countryType">
91
	<xsd:restriction base="FGDCstring"/>
92
</xsd:simpleType>
93

    
94
<xsd:element name="cntvoice" type="cntvoiceType"/>
95
<xsd:simpleType name="cntvoiceType">
96
	<xsd:restriction base="FGDCstring"/>
97
</xsd:simpleType>
98

    
99
<xsd:element name="cnttdd" type="cnttddType"/>
100
<xsd:simpleType name="cnttddType">
101
	<xsd:restriction base="FGDCstring"/>
102
</xsd:simpleType>
103

    
104
<xsd:element name="cntfax" type="cntfaxType"/>
105
<xsd:simpleType name="cntfaxType">
106
	<xsd:restriction base="FGDCstring"/>
107
</xsd:simpleType>
108

    
109
<xsd:element name="cntemail" type="cntemailType"/>
110
<xsd:simpleType name="cntemailType">
111
	<xsd:restriction base="FGDCstring"/>
112
</xsd:simpleType>
113

    
114
<xsd:element name="hours" type="hoursType"/>
115
<xsd:simpleType name="hoursType">
116
	<xsd:restriction base="FGDCstring"/>
117
</xsd:simpleType>
118

    
119
<xsd:element name="cntinst" type="cntinstType"/>
120
<xsd:simpleType name="cntinstType">
121
	<xsd:restriction base="FGDCstring"/>
122
</xsd:simpleType>
123

    
124
</xsd:schema>
(10-10/11)