-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHotels.xml
More file actions
130 lines (130 loc) · 3.48 KB
/
Hotels.xml
File metadata and controls
130 lines (130 loc) · 3.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0"?>
<Hotels
xmlns = "https://myfiles.asu.edu/myfiles/?d=www"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://sherylarya.github.io/cse445_a4/Hotels.xsd">
<Hotel id="hotel1" Rating="4.2">
<Name>Westin</Name>
<Phone>480-968-8885</Phone>
<Phone>800-937-8461</Phone>
<Address NearstAirport="Sky Harbor">
<Number>11</Number>
<Street>E 7th St</Street>
<City>Tempe</City>
<State>AZ</State>
<Zip>85281</Zip>
</Address>
</Hotel>
<Hotel id="hotel2">
<Name>Hilton</Name>
<Phone>602-955-3992</Phone>
<Phone>502-853-9000</Phone>
<Address NearstAirport="Sky Harbor International Airport">
<Number>45</Number>
<Street>Main St</Street>
<City>Phoenix</City>
<State>AZ</State>
<Zip>85018</Zip>
</Address>
</Hotel>
<Hotel id="hotel3" Rating="3.8">
<Name>Marriott</Name>
<Phone>415-896-1600</Phone>
<Address NearstAirport="San Francisco International Airport">
<Number>55</Number>
<Street>4th St</Street>
<City>San Francisco</City>
<State>CA</State>
<Zip>94103</Zip>
</Address>
</Hotel>
<Hotel id="hotel4" Rating="4.5">
<Name>Ritz-Carlton</Name>
<Phone>212-308-9100</Phone>
<Phone>602-242-3433</Phone>
<Address NearstAirport="LaGuardia Airport">
<Number>10</Number>
<Street>Avenue of the Americas</Street>
<City>New York</City>
<State>NY</State>
<Zip>10019</Zip>
</Address>
</Hotel>
<Hotel id="hotel5" Rating="4.7">
<Name>Hotel</Name>
<Phone>310-472-1211</Phone>
<Address NearstAirport="Los Angeles International Airport">
<Number>424</Number>
<Street>South Beverly Dr</Street>
<City>Los Angeles</City>
<State>CA</State>
<Zip>90212</Zip>
</Address>
</Hotel>
<Hotel id="hotel6">
<Name>Bellagio</Name>
<Phone>702-693-7111</Phone>
<Address NearstAirport="McCarran International Airport">
<Number>3600</Number>
<Street>S Las Vegas Blvd</Street>
<City>Las Vegas</City>
<State>NV</State>
<Zip>89109</Zip>
</Address>
</Hotel>
<Hotel id="hotel7" Rating="4.6">
<Name>Plaza</Name>
<Phone>212-759-3000</Phone>
<Address NearstAirport="JFK Airport">
<Number>768</Number>
<Street>5th Ave</Street>
<City>New York</City>
<State>NY</State>
<Zip>10019</Zip>
</Address>
</Hotel>
<Hotel id="hotel8">
<Name>Shelborne</Name>
<Phone>305-531-1271</Phone>
<Address NearstAirport="Miami International Airport">
<Number>1801</Number>
<Street>Collins Ave</Street>
<City>Miami Beach</City>
<State>FL</State>
<Zip>33139</Zip>
</Address>
</Hotel>
<Hotel id="hotel9" Rating="3.9">
<Name>Drake</Name>
<Phone>312-787-2200</Phone>
<Address NearstAirport="O'Hare International Airport">
<Number>140</Number>
<Street>E Walton Pl</Street>
<City>Chicago</City>
<State>IL</State>
<Zip>60611</Zip>
</Address>
</Hotel>
<Hotel id="hotel10" Rating="4.3">
<Name>Broadmoor</Name>
<Phone>719-623-5112</Phone>
<Address NearstAirport="Colorado Springs Airport">
<Number>1</Number>
<Street>Lake Ave</Street>
<City>Colorado Springs</City>
<State>CO</State>
<Zip>80906</Zip>
</Address>
</Hotel>
<Hotel id="hotel11" Rating="4.1">
<Name>Zephyr</Name>
<Phone>415-617-6565</Phone>
<Address NearstAirport="San Francisco International Airport">
<Number>250</Number>
<Street>Beach</Street>
<City>San Francisco</City>
<State>CA</State>
<Zip>94133</Zip>
</Address>
</Hotel>
</Hotels>