File: splittable4.xml

package info (click to toggle)
libjibx-java 1.0.1-2
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 15,748 kB
  • ctags: 10,069
  • sloc: java: 29,151; xml: 7,963; makefile: 14
file content (240 lines) | stat: -rw-r--r-- 7,230 bytes parent folder | download | duplicates (10)
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<?xml version="1.0" encoding="UTF-8"?>
<timetable>
    <carriers>
        <carrier>
            <ident>NL</ident>
            <rating>4</rating>
            <URL>http://www.northleft.com</URL>
            <name>Northleft Airlines</name>
        </carrier>
        <carrier>
            <ident>CL</ident>
            <rating>9</rating>
            <URL>http://www.classyskylines.com</URL>
            <name>Classy Skylines</name>
        </carrier>
        <carrier>
            <ident>FF</ident>
            <rating>10</rating>
            <URL>http://www.finefrenchair.com</URL>
            <name>Voies Aériennes Françaises Fines</name>
        </carrier>
    </carriers>
    <airports>
        <airport>
            <ident>BOS</ident>
            <location>Boston, MA</location>
            <name>Logan International Airport</name>
        </airport>
        <airport>
            <ident>SEA</ident>
            <location>Seattle, WA</location>
            <name>Seattle-Tacoma International Airport</name>
        </airport>
        <airport>
            <ident>LAX</ident>
            <location>Los Angeles, CA</location>
            <name>Los Angeles International Airport</name>
        </airport>
    </airports>
    <route>
        <from>BOS</from>
        <to>SEA</to>
        <flight>
            <carrier>CL</carrier>
            <number>796</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>4:12a</depart>
                <arrive>1:26a</arrive>
            </times>
        </flight>
        <flight>
            <carrier>NL</carrier>
            <number>328</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>2:54a</depart>
                <arrive>1:29a</arrive>
            </times>
        </flight>
        <flight>
            <carrier>CL</carrier>
            <number>401</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>4:12a</depart>
                <arrive>1:25a</arrive>
            </times>
        </flight>
    </route>
    <route>
        <from>SEA</from>
        <to>BOS</to>
        <flight>
            <carrier>CL</carrier>
            <number>634</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>7:43a</depart>
                <arrive>9:13a</arrive>
            </times>
        </flight>
        <flight>
            <carrier>NL</carrier>
            <number>508</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>4:38p</depart>
                <arrive>6:12p</arrive>
            </times>
        </flight>
        <flight>
            <carrier>CL</carrier>
            <number>687</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>1:38p</depart>
                <arrive>3:08p</arrive>
            </times>
        </flight>
    </route>
    <route>
        <from>BOS</from>
        <to>LAX</to>
        <flight>
            <carrier>NL</carrier>
            <number>955</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>1:06a</depart>
                <arrive>3:29a</arrive>
            </times>
        </flight>
        <flight>
            <carrier>NL</carrier>
            <number>937</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>2:00a</depart>
                <arrive>3:33a</arrive>
            </times>
        </flight>
        <flight>
            <carrier>NL</carrier>
            <number>933</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>3:37a</depart>
                <arrive>3:28a</arrive>
            </times>
        </flight>
        <flight>
            <carrier>CL</carrier>
            <number>829</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>9:05a</depart>
                <arrive>12:39p</arrive>
            </times>
        </flight>
    </route>
    <route>
        <from>LAX</from>
        <to>BOS</to>
        <flight>
            <carrier>NL</carrier>
            <number>200</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>4:05p</depart>
                <arrive>7:35p</arrive>
            </times>
        </flight>
        <flight>
            <carrier>NL</carrier>
            <number>815</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>3:55a</depart>
                <arrive>7:25a</arrive>
            </times>
        </flight>
        <flight>
            <carrier>NL</carrier>
            <number>300</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>11:40p</depart>
                <arrive>3:14a</arrive>
            </times>
        </flight>
        <flight>
            <carrier>CL</carrier>
            <number>600</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>2:44a</depart>
                <arrive>3:30a</arrive>
            </times>
        </flight>
    </route>
    <route>
        <from>SEA</from>
        <to>LAX</to>
        <flight>
            <carrier>CL</carrier>
            <number>353</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>3:39a</depart>
                <arrive>1:56a</arrive>
            </times>
        </flight>
    </route>
    <route>
        <from>LAX</from>
        <to>SEA</to>
        <flight>
            <carrier>CL</carrier>
            <number>474</number>
            <on-time>0.5</on-time>
            <start-date>2003-01-01</start-date>
            <end-date>2005-12-31</end-date>
            <times>
                <depart>5:50p</depart>
                <arrive>7:56p</arrive>
            </times>
        </flight>
    </route>
</timetable>