Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jaxp/javax/xml/jaxp/unittest/transform/Bug8169112.xsl
44021 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsl:stylesheet version="1.0"
3
xmlns:TRI="http://www.exchangenetwork.net/schema/TRI/6"
4
xmlns:sc="urn:us:net:exchangenetwork:sc:1:0"
5
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6
exclude-result-prefixes="TRI sc">
7
<xsl:output method="html" version="4.0" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" doctype-system="http://www.w3.org/TR/html4/loose.dtd" />
8
<xsl:template match="/">
9
<html>
10
<head>
11
<title>TRI Reporting Form</title>
12
<script type="text/javascript">
13
var PhantomJSPrinting = {
14
header: {
15
height: '0.0in',
16
contents: function(pageNum, numPages) { return ""; }
17
},
18
footer: {
19
height: '0.0in',
20
contents: function(pageNum, numPages) { return ""; }
21
}
22
};
23
</script>
24
<style type="text/css">
25
p {
26
font-family: Arial;
27
padding: 0;
28
margin: 0;
29
border: 0;
30
}
31
32
.answerText {
33
color: blue;
34
font-size: 9pt;
35
font-weight: bold;
36
}
37
38
.smallAnswer {
39
color: blue;
40
font-size: 8pt;
41
font-weight: bold;
42
}
43
44
.teqAnswer {
45
color: blue;
46
font-size: 8pt;
47
font-weight: bold;
48
}
49
50
.fieldLabel {
51
font-family: Arial, Helvetica, sans-serif;
52
font-size: 12px;
53
font-weight: bold;
54
padding-right: 5px;
55
}
56
57
a { padding-right: 10px; }
58
59
@page land { size: landscape; margin: 0.1in; }
60
61
.landscapeArea { page: land; width: 1010px; page-break-before: always; }
62
63
@page { margin: 0.1in; }
64
65
}
66
</style>
67
</head>
68
<body style="font-family: arial">
69
<xsl:for-each select="//TRI:Report">
70
<xsl:variable name="formID"><xsl:value-of select="sc:ReportIdentifier"/></xsl:variable>
71
<xsl:variable name="OMBNumberFormR">
72
<xsl:choose>
73
<xsl:when test="TRI:SubmissionReportingYear = '2005'">2070-0093</xsl:when>
74
<xsl:when test="TRI:SubmissionReportingYear = '2006'">2070-0093</xsl:when>
75
<xsl:when test="TRI:SubmissionReportingYear = '2007'">2070-0093</xsl:when>
76
<xsl:when test="TRI:SubmissionReportingYear = '2008'">2070-0093</xsl:when>
77
<xsl:when test="TRI:SubmissionReportingYear = '2009'">2025-0009</xsl:when>
78
<xsl:when test="TRI:SubmissionReportingYear = '2010'">2025-0009</xsl:when>
79
<xsl:when test="TRI:SubmissionReportingYear = '2011'">2025-0009</xsl:when>
80
<xsl:when test="TRI:SubmissionReportingYear = '2012'">2025-0009</xsl:when>
81
</xsl:choose>
82
</xsl:variable>
83
<xsl:variable name="OMBNumberFormA">
84
<xsl:choose>
85
<xsl:when test="TRI:SubmissionReportingYear = '2005'">2070-0143</xsl:when>
86
<xsl:when test="TRI:SubmissionReportingYear = '2006'">2070-0143</xsl:when>
87
<xsl:when test="TRI:SubmissionReportingYear = '2007'">2070-0143</xsl:when>
88
<xsl:when test="TRI:SubmissionReportingYear = '2008'">2070-0143</xsl:when>
89
<xsl:when test="TRI:SubmissionReportingYear = '2009'">2025-0010</xsl:when>
90
<xsl:when test="TRI:SubmissionReportingYear = '2010'">2025-0010</xsl:when>
91
<xsl:when test="TRI:SubmissionReportingYear = '2011'">2025-0009</xsl:when>
92
<xsl:when test="TRI:SubmissionReportingYear = '2012'">2025-0009</xsl:when>
93
</xsl:choose>
94
</xsl:variable>
95
<xsl:variable name="OMBNumberSchedule1">
96
<xsl:choose>
97
<xsl:when test="TRI:SubmissionReportingYear = '2008'">2025-0007</xsl:when>
98
<xsl:when test="TRI:SubmissionReportingYear = '2009'">2025-0007</xsl:when>
99
<xsl:when test="TRI:SubmissionReportingYear = '2010'">2025-0007</xsl:when>
100
<xsl:when test="TRI:SubmissionReportingYear = '2011'">2025-0009</xsl:when>
101
<xsl:when test="TRI:SubmissionReportingYear = '2012'">2025-0009</xsl:when>
102
</xsl:choose>
103
</xsl:variable>
104
105
<xsl:variable name="RevisionDateFormR">
106
<xsl:choose>
107
<xsl:when test="TRI:SubmissionReportingYear = '2005'">08/2005</xsl:when>
108
<xsl:when test="TRI:SubmissionReportingYear = '2006'">08/2006</xsl:when>
109
<xsl:when test="TRI:SubmissionReportingYear = '2007'">01/2008</xsl:when>
110
<xsl:when test="TRI:SubmissionReportingYear = '2008'">08/2008</xsl:when>
111
<xsl:when test="TRI:SubmissionReportingYear = '2009'">10/2009</xsl:when>
112
<xsl:when test="TRI:SubmissionReportingYear = '2010'">10/2009</xsl:when>
113
<xsl:when test="TRI:SubmissionReportingYear = '2011'">10/2011</xsl:when>
114
<xsl:when test="TRI:SubmissionReportingYear = '2012'">10/2012</xsl:when>
115
</xsl:choose>
116
</xsl:variable>
117
<xsl:variable name="RevisionDateFormA">
118
<xsl:choose>
119
<xsl:when test="TRI:SubmissionReportingYear = '2005'">08/2005</xsl:when>
120
<xsl:when test="TRI:SubmissionReportingYear = '2006'">11/2006</xsl:when>
121
<xsl:when test="TRI:SubmissionReportingYear = '2007'">01/2008</xsl:when>
122
<xsl:when test="TRI:SubmissionReportingYear = '2008'">03/2009</xsl:when>
123
<xsl:when test="TRI:SubmissionReportingYear = '2009'">10/2009</xsl:when>
124
<xsl:when test="TRI:SubmissionReportingYear = '2010'">03/2009</xsl:when>
125
<xsl:when test="TRI:SubmissionReportingYear = '2011'">10/2011</xsl:when>
126
<xsl:when test="TRI:SubmissionReportingYear = '2012'">10/2012</xsl:when>
127
</xsl:choose>
128
</xsl:variable>
129
130
<xsl:variable name="ApprovalDateFormR">
131
<xsl:choose>
132
<xsl:when test="TRI:SubmissionReportingYear = '2005'">01/31/2008</xsl:when>
133
<xsl:when test="TRI:SubmissionReportingYear = '2006'">01/31/2008</xsl:when>
134
<xsl:when test="TRI:SubmissionReportingYear = '2007'">01/31/2010</xsl:when>
135
<xsl:when test="TRI:SubmissionReportingYear = '2008'">03/31/2011</xsl:when>
136
<xsl:when test="TRI:SubmissionReportingYear = '2009'">07/31/2011</xsl:when>
137
<xsl:when test="TRI:SubmissionReportingYear = '2010'">07/31/2011</xsl:when>
138
<xsl:when test="TRI:SubmissionReportingYear = '2011'">10/31/2014</xsl:when>
139
<xsl:when test="TRI:SubmissionReportingYear = '2012'">10/31/2014</xsl:when>
140
</xsl:choose>
141
</xsl:variable>
142
<xsl:variable name="ApprovalDateFormA">
143
<xsl:choose>
144
<xsl:when test="TRI:SubmissionReportingYear = '2005'">01/31/2008</xsl:when>
145
<xsl:when test="TRI:SubmissionReportingYear = '2006'">01/31/2008</xsl:when>
146
<xsl:when test="TRI:SubmissionReportingYear = '2007'">03/31/2011</xsl:when>
147
<xsl:when test="TRI:SubmissionReportingYear = '2008'">03/31/2011</xsl:when>
148
<xsl:when test="TRI:SubmissionReportingYear = '2009'">07/31/2011</xsl:when>
149
<xsl:when test="TRI:SubmissionReportingYear = '2010'">07/31/2011</xsl:when>
150
<xsl:when test="TRI:SubmissionReportingYear = '2011'">10/31/2014</xsl:when>
151
<xsl:when test="TRI:SubmissionReportingYear = '2012'">10/31/2014</xsl:when>
152
</xsl:choose>
153
</xsl:variable>
154
<xsl:variable name="ApprovalDateSchedule1">
155
<xsl:choose>
156
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'"> 07/31/2011</xsl:when>
157
<xsl:otherwise>10/31/2014</xsl:otherwise>
158
</xsl:choose>
159
</xsl:variable>
160
161
<xsl:variable name="ScheduleOneNA">
162
<xsl:choose>
163
<xsl:when test="TRI:SubmissionReportingYear &gt; '2007'
164
and TRI:ChemicalIdentification/sc:CASNumber = 'N150'
165
and count(descendant-or-self::TRI:ToxicEquivalencyIdentification[TRI:ToxicEquivalencyNAIndicator = 'false']) &gt; 0">false</xsl:when>
166
<xsl:otherwise>true</xsl:otherwise>
167
</xsl:choose>
168
</xsl:variable>
169
170
<xsl:choose>
171
<xsl:when test="TRI:ReportType/TRI:ReportTypeCode = 'TRI_FORM_R'">
172
<xsl:if test="count(preceding::TRI:Report) &gt; 0">
173
<p style="page-break-before: always">&#160;</p>
174
</xsl:if>
175
176
<!-- Page 1 : Facility Information -->
177
<br/>
178
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" border="0">
179
<tr>
180
<td align="center" width="100%">
181
<span style="font-size: 12pt; color: red; font-weight: bold;" class="noPrint">
182
*** Do not send to EPA: This is the final copy of your form.***
183
&#160;</span>
184
</td>
185
</tr>
186
187
<xsl:if test="SubmissionStatusText">
188
<tr>
189
<td align="left">
190
<span class="fieldLabel" style="color:red">
191
Form Status:
192
<xsl:value-of select="SubmissionStatusText"/>
193
&#160;</span>
194
</td>
195
</tr>
196
</xsl:if>
197
<xsl:if test="ValidationStatusText">
198
<tr>
199
<td align="left">
200
<span class="fieldLabel" style="color:red">
201
Validation Status:
202
<xsl:value-of select="ValidationStatusText"/>
203
&#160;</span>
204
</td>
205
</tr>
206
</xsl:if>
207
208
209
</table>
210
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 8pt" border="0">
211
<tr>
212
<td width="30%">
213
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
214
<p style="font-size: 8pt">
215
Form Approved OMB Number:
216
<span class="smallAnswer">
217
<xsl:value-of select="$OMBNumberFormR"/>
218
&#160;</span>
219
</p>
220
</xsl:if>
221
</td>
222
<td width="10%">
223
<br/>
224
</td>
225
</tr>
226
<tr>
227
<td width="60%">
228
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
229
<p style="font-size: 8pt"><i>(IMPORTANT: Read instructions before completing form; type or use fill-and-print form)</i></p>
230
</xsl:if>
231
</td>
232
<td width="30%">
233
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
234
<p style="font-size: 8pt">
235
Approval Expires:
236
<span class="smallAnswer">
237
<xsl:value-of select="$ApprovalDateFormR"/>
238
&#160;</span>
239
</p>
240
</xsl:if>
241
</td>
242
<td width="10%">
243
<p style="font-size: 8pt">
244
<b>Page 1 of 5 </b>
245
</p>
246
</td>
247
</tr>
248
249
</table>
250
<center>
251
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt;">
252
<tr>
253
<td colspan="2" align="center">
254
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="0" cellspacing="0" cellpadding="0" frame="void">
255
<tr>
256
<td style="font-size: 8pt">
257
<p style="font-size: 10pt"><b>EPA</b></p>
258
</td>
259
<td align="center" style="font-size: 10pt">
260
<p style="font-size: 14pt"><b>FORM R</b></p>
261
</td>
262
</tr>
263
<tr>
264
<td>
265
<p style="font-size: 8pt">
266
United States <br/> Environmental Protection<br/>Agency
267
</p>
268
</td>
269
<td>
270
<p style="font-size: 8pt">
271
Section 313 of the Emergency Planning and Community Right-to-know Act of 1986,
272
<br/>
273
also known as Title III of the Superfund Amendments and Reauthorization Act.
274
</p>
275
</td>
276
</tr>
277
</table>
278
</td>
279
<td style="font-size:8pt">
280
TRI Facility ID Number
281
<hr />
282
<span class="answerText">
283
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
284
&#160;</span>
285
<hr />
286
Toxic Chemical, Category, or Generic Name
287
<hr/>
288
<span class="answerText">
289
<xsl:choose>
290
<xsl:when test="TRI:ChemicalIdentification/TRI:ChemicalNameText='NA'">
291
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalMixtureNameText"/>
292
</xsl:when>
293
<xsl:otherwise>
294
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalNameText"/>
295
</xsl:otherwise>
296
</xsl:choose>
297
&#160;</span>
298
</td>
299
</tr>
300
<tr>
301
<td colspan="3">
302
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt" frame="void">
303
<tr>
304
<td align="center" width="15%">
305
<p style="font-size: 8pt">WHERE TO SEND COMPLETED FORMS: </p>
306
</td>
307
<td nowrap="nowrap">
308
<p style="font-size: 8pt">
309
1. TRI Data Processing Center
310
<br />
311
P.O. Box 10163
312
<br />
313
Fairfax, VA 22038
314
<br />
315
</p>
316
</td>
317
<td nowrap="nowrap">
318
<p style="font-size: 8pt">2. APPROPRIATE STATE OFFICE<br/>(See instructions in Appendix F)</p>
319
</td>
320
</tr>
321
<tr>
322
<td colspan="3"></td>
323
</tr>
324
</table>
325
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" frame="void">
326
<tr>
327
<td width="33%">
328
<p style="font-size: 9pt">This section only applies if you are revising or withdrawing a previously submitted form, otherwise leave blank:</p>
329
</td>
330
<td align="center" width="33%">
331
<p style="font-size: 9pt">
332
Revision (Enter up to two code(s))
333
<br/>
334
<br/>
335
[
336
<span class="answerText">
337
<xsl:value-of select="TRI:ChemicalReportRevisionCode[1]"/>
338
&#160;</span>
339
] [
340
<span class="answerText">
341
<xsl:value-of select="TRI:ChemicalReportRevisionCode[2]"/>
342
&#160;</span>
343
]
344
</p>
345
</td>
346
<td align="center" width="34%">
347
<p style="font-size: 9pt">
348
Withdrawal (Enter up to two code(s))
349
<br/>
350
<br/>
351
[
352
<span class="answerText">
353
<xsl:value-of select="TRI:ChemicalReportWithdrawalCode[1]"/>
354
&#160;</span>
355
] [
356
<span class="answerText">
357
<xsl:value-of select="TRI:ChemicalReportWithdrawalCode[2]"/>
358
&#160;</span>
359
]
360
</p>
361
</td>
362
</tr>
363
</table>
364
</td>
365
</tr>
366
<tr>
367
<td align="left" colspan="3" style="font-size: 8pt">
368
<p style="font-size: 8pt">Important: See Instructions to determine when "Not Applicable (NA)" boxes should be checked.</p>
369
</td>
370
</tr>
371
<tr>
372
<td align="center" colspan="3" style="font-size: 8pt">
373
<p style="font-size: 8pt">Part I. FACILITY IDENTIFICATION INFORMATION </p>
374
</td>
375
</tr>
376
<tr>
377
<td align="left" colspan="3" style="font-size: 8pt">
378
<p style="font-size: 8pt">SECTION 1. REPORTING YEAR :
379
<u><span class="answerText"><xsl:value-of select="TRI:SubmissionReportingYear"/></span></u>
380
</p>
381
</td>
382
</tr>
383
<tr>
384
<td align="left" colspan="3" style="font-size: 8pt">
385
<p style="font-size: 8pt">SECTION 2. TRADE SECRET INFORMATION</p>
386
</td>
387
</tr>
388
<tr>
389
<td align="left" style="font-size: 8pt">
390
<dl>
391
<dt>2.1 Are you claiming the toxic chemical identified on
392
page 2 trade secret?</dt>
393
<dd>
394
[
395
<xsl:choose>
396
<xsl:when test="TRI:ChemicalTradeSecretIndicator = 'true'">
397
<span class="answerText">X</span>
398
</xsl:when>
399
</xsl:choose>
400
] Yes (Answer question 2.2; attach substantiation forms)
401
</dd>
402
<dd>
403
[
404
<xsl:choose>
405
<xsl:when test="TRI:ChemicalTradeSecretIndicator = 'false'">
406
<span class="answerText">X</span>
407
</xsl:when>
408
</xsl:choose>
409
] NO (Do not answer 2.2; go to Section 3)
410
</dd>
411
</dl>
412
</td>
413
<td align="left" style="font-size: 8pt">
414
<dl>
415
<dt>2.2 Is this copy</dt>
416
<dd>
417
[
418
] Sanitized [
419
] Unsanitized
420
</dd>
421
<dd>(Answer only if "Yes" in 2.1)</dd>
422
</dl>
423
</td>
424
<td>
425
<br/>
426
</td>
427
</tr>
428
<tr>
429
<td align="left" colspan="3" style="font-size: 8pt">
430
<p style="font-size: 8pt">SECTION 3. CERTIFICATION (Important: Read and sign after completing all form sections.)</p>
431
</td>
432
</tr>
433
<tr>
434
<td align="left" colspan="3">
435
<p style="font-size: 8pt">
436
I hereby certify that I have reviewed the attached documents and that, to the best of my knowledge and belief, the submitted
437
information is true and complete and that the amounts and values in this report are accurate based on reasonable estimates using data
438
available to the preparers of this report.
439
</p>
440
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt" frame="above">
441
<tr>
442
<td>Name and official title of owner/operator or senior management official:</td>
443
<td>Signature:</td>
444
<td>Date Signed:</td>
445
</tr>
446
<tr>
447
<td>
448
<p>
449
<span class="answerText"><xsl:value-of select="TRI:CertifierName"/>&#160;&#160;&#160;</span>
450
<span class="answerText"><xsl:value-of select="TRI:CertifierTitleText"/></span>
451
</p>
452
</td>
453
<td>
454
<p>
455
<span style="font-size: 9pt; color: red; font-weight: bold;">Reference Copy: Copy of Record Resides in CDX</span>
456
</p>
457
</td>
458
<td>
459
<span class="answerText">
460
<xsl:if test="TRI:CertificationSignedDate != '' and TRI:CertificationSignedDate != '1900-01-01'">
461
<xsl:value-of select="TRI:CertificationSignedDate"/>
462
</xsl:if>
463
</span>
464
</td>
465
</tr>
466
</table>
467
</td>
468
</tr>
469
<tr>
470
<td align="left" colspan="3" style="font-size: 8pt">
471
<p style="font-size: 8pt">SECTION 4. FACILITY IDENTIFICATION </p>
472
</td>
473
</tr>
474
<tr>
475
<td colspan="3">
476
<table summary="table used for layout purposes" width="100%" cellpadding="1" cellspacing="0" border="1" frame="void" style="font-size: 8pt">
477
<tr>
478
<td width="5%" style="font-size: 8pt">
479
<p style="font-size: 8pt">4.1</p>
480
</td>
481
<td colspan="4" width="45%">&#160;</td>
482
<td colspan="2" width="20%">
483
<p style="font-size: 8pt">TRI Facility ID Number</p>
484
</td>
485
<td colspan="2" width="30%">
486
<p>
487
<span class="answerText">
488
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
489
&#160;</span>
490
</p>
491
</td>
492
</tr>
493
494
<xsl:choose>
495
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'">
496
<tr>
497
<td colspan="5">
498
<p style="font-size: 7pt">
499
<u style="font-size: 7pt">Facility or Establishment Name</u>
500
<br/>
501
<span class="answerText">
502
<xsl:value-of select="../TRI:Facility/sc:FacilitySiteName"/>
503
</span>
504
</p>
505
</td>
506
<td colspan="4">
507
<p style="font-size: 7pt">
508
<u style="font-size: 7pt">Facility or Establishment Name or Mailing Address(if different from street address)</u>
509
<br/>
510
<span class="answerText">
511
<xsl:value-of select="../TRI:Facility/TRI:MailingFacilitySiteName"/>
512
</span>
513
</p>
514
</td>
515
</tr>
516
</xsl:when>
517
<xsl:otherwise>
518
<tr>
519
<td colspan="9">
520
<p>
521
<u style="font-size: 7pt">Facility or Establishment Name</u>
522
</p>
523
<p>
524
<span class="answerText">
525
<xsl:value-of select="../TRI:Facility/sc:FacilitySiteName"/>
526
&#160;</span>
527
</p>
528
</td>
529
</tr>
530
</xsl:otherwise>
531
</xsl:choose>
532
533
<tr>
534
<td colspan="5">
535
<p>
536
<u style="font-size: 7pt">Street</u>
537
<br/>
538
<span class="answerText">
539
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:LocationAddressText"/>
540
&#160;</span>
541
</p>
542
</td>
543
<td colspan="4">
544
<p>
545
<u style="font-size: 7pt">Mailing Address (if different from physical street address)</u>
546
<br/>
547
<span class="answerText">
548
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:MailingAddressText"/>
549
&#160;</span>
550
</p>
551
</td>
552
</tr>
553
<tr>
554
<td colspan="5">
555
<p>
556
<xsl:choose>
557
<xsl:when test="TRI:SubmissionReportingYear >= '2012' ">
558
<u style="font-size: 7pt">City/County/Tribe/State/ZIP Code</u>
559
<br/>
560
<span class="answerText">
561
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:LocalityName"/>
562
&#160;</span>
563
/
564
<span class="answerText">
565
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:CountyIdentity/sc:CountyName"/>
566
&#160;</span>
567
/
568
<span class="answerText">
569
BIA Code: <xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:TribalIdentity/sc:TribalCode"/>
570
&#160;</span>
571
/
572
<span class="answerText">
573
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:StateIdentity/sc:StateName"/>
574
&#160;</span>
575
/
576
<span class="answerText">
577
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:AddressPostalCode"/>
578
&#160;</span>
579
</xsl:when>
580
581
<xsl:otherwise>
582
<u style="font-size: 7pt">City/County/State/ZIP Code</u>
583
<br/>
584
<span class="answerText">
585
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:LocalityName"/>
586
&#160;</span>
587
/
588
<span class="answerText">
589
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:CountyIdentity/sc:CountyName"/>
590
&#160;</span>
591
/
592
<span class="answerText">
593
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:StateIdentity/sc:StateName"/>
594
&#160;</span>
595
/
596
<span class="answerText">
597
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:AddressPostalCode"/>
598
&#160;</span>
599
</xsl:otherwise>
600
</xsl:choose>
601
602
</p>
603
</td>
604
<td colspan="3">
605
<p>
606
<u style="font-size: 7pt">City/State/ZIP Code</u>
607
<br/>
608
<span class="answerText">
609
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:MailingAddressCityName"/>
610
&#160;</span>
611
<span class="answerText">
612
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/TRI:ProvinceNameText"/>
613
&#160;</span>
614
/
615
<span class="answerText">
616
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:StateIdentity/sc:StateName"/>
617
&#160;</span>
618
/
619
<span class="answerText">
620
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:AddressPostalCode"/>
621
&#160;</span>
622
</p>
623
</td>
624
<td colspan="1" width="15%">
625
<p>
626
<u style="font-size: 7pt">Country (Non-US)</u>
627
<br/>
628
<span class="answerText">
629
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:CountryIdentity/sc:CountryName"/>
630
&#160;</span>
631
</p>
632
</td>
633
</tr>
634
</table>
635
</td>
636
</tr>
637
<tr>
638
<td colspan="3">
639
<table summary="table used for layout purposes" width="100%" cellpadding="1" cellspacing="0" border="1"
640
frame="void" style="font-size: 8pt">
641
<tr>
642
<td width="5%" style="font-size: 8pt">
643
<p style="font-size: 8pt">4.2</p>
644
</td>
645
<td nowrap="nowrap">
646
<p style="font-size: 8pt">
647
This report contains information for :
648
<br/>
649
(
650
<u>Important: </u>
651
check a or b; check c or d if applicable)
652
</p>
653
</td>
654
<td>
655
<p style="font-size: 8pt">
656
a. [
657
<xsl:choose>
658
<xsl:when test="TRI:SubmissionPartialFacilityIndicator = 'false'">
659
<span class="answerText">X</span>
660
</xsl:when>
661
</xsl:choose>
662
] An Entire facility
663
</p>
664
</td>
665
<td>
666
<p style="font-size: 8pt">
667
b. [
668
<xsl:choose>
669
<xsl:when test="TRI:SubmissionPartialFacilityIndicator = 'true'">
670
<span class="answerText">X</span>
671
</xsl:when>
672
</xsl:choose>
673
] Part of a facility
674
</p>
675
</td>
676
<td>
677
<p style="font-size: 8pt">
678
c. [
679
<xsl:choose>
680
<xsl:when test="TRI:SubmissionFederalFacilityIndicator = 'Y'">
681
<span class="answerText">X</span>
682
</xsl:when>
683
</xsl:choose>
684
] A Federal facility
685
</p>
686
</td>
687
<td>
688
<p style="font-size: 8pt">
689
d. [
690
<xsl:choose>
691
<xsl:when test="TRI:SubmissionGOCOFacilityIndicator = 'true'">
692
<span class="answerText">X</span>
693
</xsl:when>
694
</xsl:choose>
695
] GOCO
696
</p>
697
</td>
698
</tr>
699
</table>
700
</td>
701
</tr>
702
<tr>
703
<td colspan="3">
704
<table summary="table used for layout purposes" width="100%" cellpadding="1" cellspacing="0" border="1"
705
frame="void" style="font-size: 8pt">
706
<tr>
707
<td width="5%" style="font-size: 8pt">
708
<p style="font-size: 8pt">4.3</p>
709
</td>
710
<td colspan="2" nowrap="nowrap" align="center">
711
<p style="font-size: 8pt">Technical Contact name </p>
712
</td>
713
<td colspan="2">
714
<span class="answerText" style="width:150px; word-wrap:break-word;">
715
<xsl:value-of select="TRI:TechnicalContactNameText/sc:IndividualFullName"/>
716
&#160;</span>
717
</td>
718
<td colspan="2" nowrap="nowrap">
719
<p style="font-size: 8pt">
720
<u style="font-size: 7pt">Email Address</u>
721
<br/>
722
<span class="answerText">
723
<xsl:value-of select="TRI:TechnicalContactEmailAddressText"/>
724
&#160;</span>
725
</p>
726
</td>
727
<td colspan="2" nowrap="nowrap">
728
<p style="font-size: 8pt">
729
<xsl:choose>
730
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013' ">
731
<u style="font-size: 7pt">Telephone Number (include area code and ext.)</u>
732
</xsl:when>
733
<xsl:otherwise>
734
<u style="font-size: 7pt">Telephone Number (include area code)</u>
735
</xsl:otherwise>
736
</xsl:choose>
737
<br/>
738
<span class="answerText">
739
<xsl:value-of select="substring(TRI:TechnicalContactPhoneText,1, 3)"/>&#45;<xsl:value-of select="substring(TRI:TechnicalContactPhoneText,4, 3)"/>&#45;<xsl:value-of select="substring(TRI:TechnicalContactPhoneText,7)"/>
740
&#160;</span>
741
<xsl:if test="TRI:SubmissionReportingYear &gt; '2013' ">
742
<span class="answerText">
743
<xsl:if test="string-length(TRI:TechnicalContactPhoneExtText) &gt; 0 ">
744
&#045; &#160;<xsl:value-of select="TRI:TechnicalContactPhoneExtText"/>
745
</xsl:if>
746
&#160;</span>
747
</xsl:if>
748
</p>
749
</td>
750
</tr>
751
<xsl:choose>
752
<xsl:when test="TRI:SubmissionReportingYear >= '2007' or TRI:SubmissionReportingYear &lt;= '2004'">
753
<tr>
754
<td width="5%" style="font-size: 8pt">
755
<p style="font-size: 8pt">4.4</p>
756
</td>
757
<td colspan="2" nowrap="nowrap" align="center">
758
<p style="font-size: 8pt">Public Contact name </p>
759
</td>
760
<td colspan="2">
761
<span class="answerText">
762
<xsl:value-of select="TRI:PublicContactNameText"/>
763
&#160;</span>
764
</td>
765
<td colspan="2" nowrap="nowrap">
766
<p style="font-size: 8pt">
767
<u style="font-size: 7pt">Email Address</u>
768
<br/>
769
<span class="answerText">
770
<xsl:value-of select="TRI:PublicContactEmailAddressText"/>
771
&#160;</span>
772
</p>
773
</td>
774
<td colspan="2" nowrap="nowrap">
775
<p style="font-size: 8pt">
776
<xsl:choose>
777
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013' ">
778
<u style="font-size: 7pt">Telephone Number (include area code and ext.)</u>
779
</xsl:when>
780
<xsl:otherwise>
781
<u style="font-size: 7pt">Telephone Number (include area code)</u>
782
</xsl:otherwise>
783
</xsl:choose>
784
<br/>
785
<span class="answerText">
786
<xsl:if test="string-length(TRI:PublicContactPhoneText) &gt; 0">
787
<xsl:value-of select="substring(TRI:PublicContactPhoneText,1, 3)"/>&#45;<xsl:value-of select="substring(TRI:PublicContactPhoneText,4, 3)"/>&#45;<xsl:value-of select="substring(TRI:PublicContactPhoneText,7)"/>
788
</xsl:if>
789
&#160;</span>
790
<xsl:if test="TRI:SubmissionReportingYear &gt; '2013' ">
791
<span class="answerText">
792
<xsl:if test="string-length(TRI:PublicContactPhoneExtText) &gt; 0 ">
793
&#045; &#160;<xsl:value-of select="TRI:PublicContactPhoneExtText"/>
794
</xsl:if>
795
&#160;</span>
796
</xsl:if>
797
</p>
798
</td>
799
</tr>
800
</xsl:when>
801
<xsl:otherwise>
802
<tr>
803
<td width="5%" style="font-size: 8pt">
804
<p style="font-size: 8pt">4.4</p>
805
</td>
806
<td colspan="2" nowrap="nowrap" align="center">
807
<p style="font-size: 8pt">Public Contact name </p>
808
</td>
809
<td colspan="4">
810
<span class="answerText">
811
<xsl:value-of select="TRI:PublicContactNameText"/>
812
&#160;</span>
813
</td>
814
<td colspan="2" nowrap="nowrap">
815
<p style="font-size: 8pt">
816
<xsl:choose>
817
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013' ">
818
<u style="font-size: 7pt">Telephone Number (include area code and ext.)</u>
819
</xsl:when>
820
<xsl:otherwise>
821
<u style="font-size: 7pt">Telephone Number (include area code)</u>
822
</xsl:otherwise>
823
</xsl:choose>
824
<br/>
825
<span class="answerText">
826
<xsl:if test="string-length(TRI:PublicContactPhoneText) &gt; 0">
827
<xsl:value-of select="substring(TRI:PublicContactPhoneText,1, 3)"/>&#45;<xsl:value-of select="substring(TRI:PublicContactPhoneText,4, 3)"/>&#45;<xsl:value-of select="substring(TRI:PublicContactPhoneText,7)"/>
828
</xsl:if>
829
&#160;</span>
830
<xsl:if test="TRI:SubmissionReportingYear &gt; '2013' ">
831
<span class="answerText">
832
<xsl:if test="string-length(TRI:PublicContactPhoneExtText) &gt; 0 ">
833
&#045; &#160;<xsl:value-of select="TRI:PublicContactPhoneExtText"/>
834
</xsl:if>
835
&#160;</span>
836
</xsl:if>
837
</p>
838
</td>
839
</tr>
840
</xsl:otherwise>
841
</xsl:choose>
842
<xsl:choose>
843
<xsl:when test="TRI:SubmissionReportingYear &lt;= '2005'">
844
<tr>
845
<td width="5%" style="font-size: 8pt">
846
<p style="font-size: 8pt">4.5</p>
847
</td>
848
<td colspan="2" nowrap="nowrap" width="35%"
849
align="center">
850
<p style="font-size: 8pt">SIC Code(s) (4 digits)</p>
851
</td>
852
<td colspan="1" width="10%">
853
<p style="font-size: 8pt">
854
a.
855
<xsl:for-each select="../TRI:Facility/TRI:FacilitySIC">
856
<xsl:choose>
857
<xsl:when test="sc:SICPrimaryIndicator = 'Primary'">
858
<span class="answerText">
859
<xsl:value-of select="sc:SICCode"/>
860
(Primary)
861
&#160;</span>
862
</xsl:when>
863
</xsl:choose>
864
</xsl:for-each>
865
</p>
866
</td>
867
<td colspan="1" width="10%">
868
<p style="font-size: 8pt">
869
b.
870
<xsl:choose>
871
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 1">
872
<span class="answerText">
873
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[2]/sc:SICCode"/>
874
&#160;</span>
875
</xsl:when>
876
</xsl:choose>
877
</p>
878
</td>
879
<td colspan="1" width="10%">
880
<p style="font-size: 8pt">
881
c.
882
<xsl:choose>
883
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 2">
884
<span class="answerText">
885
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[3]/sc:SICCode"/>
886
&#160;</span>
887
</xsl:when>
888
</xsl:choose>
889
</p>
890
</td>
891
<td colspan="1" width="10%">
892
<p style="font-size: 8pt">
893
d.
894
<xsl:choose>
895
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 3">
896
<span class="answerText">
897
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[4]/sc:SICCode"/>
898
&#160;</span>
899
</xsl:when>
900
</xsl:choose>
901
</p>
902
</td>
903
<td colspan="1" width="10%">
904
<p style="font-size: 8pt">
905
e.
906
<xsl:choose>
907
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 4">
908
<span class="answerText">
909
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[5]/sc:SICCode"/>
910
&#160;</span>
911
</xsl:when>
912
</xsl:choose>
913
</p>
914
</td>
915
<td colspan="1" width="10%">
916
<p style="font-size: 8pt">
917
f.
918
<xsl:choose>
919
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 5">
920
<span class="answerText">
921
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[6]/sc:SICCode"/>
922
&#160;</span>
923
</xsl:when>
924
</xsl:choose>
925
</p>
926
</td>
927
</tr>
928
</xsl:when>
929
<xsl:otherwise>
930
<tr>
931
<td width="5%" style="font-size: 8pt">
932
<p style="font-size: 8pt">4.5</p>
933
</td>
934
<td colspan="2" nowrap="nowrap" width="35%"
935
align="center">
936
<p style="font-size: 8pt">NAICS Code(s) (6 digits)</p>
937
</td>
938
<td colspan="1" width="10%">
939
<p style="font-size: 8pt">
940
a.
941
<xsl:for-each select="../TRI:Facility/TRI:FacilityNAICS">
942
<xsl:choose>
943
<xsl:when test="sc:NAICSPrimaryIndicator = 'Primary'">
944
<span class="answerText">
945
<xsl:value-of select="sc:NAICSCode"/>
946
(Primary)
947
&#160;</span>
948
</xsl:when>
949
</xsl:choose>
950
</xsl:for-each>
951
</p>
952
</td>
953
<td colspan="1" width="10%">
954
<p style="font-size: 8pt">
955
b.
956
<xsl:choose>
957
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 1">
958
<xsl:choose>
959
<xsl:when test="../TRI:Facility/TRI:FacilityNAICS[1]/sc:NAICSPrimaryIndicator = 'Unknown'">
960
<span class="answerText">
961
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[1]/sc:NAICSCode"/>
962
&#160;</span>
963
</xsl:when>
964
<xsl:when test="../TRI:Facility/TRI:FacilityNAICS[2]/sc:NAICSPrimaryIndicator = 'Unknown'">
965
<span class="answerText">
966
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[2]/sc:NAICSCode"/>
967
&#160;</span>
968
</xsl:when>
969
</xsl:choose>
970
</xsl:when>
971
</xsl:choose>
972
</p>
973
</td>
974
<td colspan="1" width="10%">
975
<p style="font-size: 8pt">
976
c.
977
<xsl:choose>
978
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 2">
979
<xsl:choose>
980
<xsl:when test="../TRI:Facility/TRI:FacilityNAICS[3]/sc:NAICSPrimaryIndicator = 'Unknown'">
981
<span class="answerText">
982
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[3]/sc:NAICSCode"/>
983
&#160;</span>
984
</xsl:when>
985
</xsl:choose>
986
</xsl:when>
987
</xsl:choose>
988
</p>
989
</td>
990
<td colspan="1" width="10%">
991
<p style="font-size: 8pt">
992
d.
993
<xsl:choose>
994
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 3">
995
<xsl:choose>
996
<xsl:when test="../TRI:Facility/TRI:FacilityNAICS[4]/sc:NAICSPrimaryIndicator = 'Unknown'">
997
<span class="answerText">
998
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[4]/sc:NAICSCode"/>
999
&#160;</span>
1000
</xsl:when>
1001
</xsl:choose>
1002
</xsl:when>
1003
</xsl:choose>
1004
</p>
1005
</td>
1006
<td colspan="1" width="10%">
1007
<p style="font-size: 8pt">
1008
e.
1009
<xsl:choose>
1010
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 4">
1011
<xsl:choose>
1012
<xsl:when test="../TRI:Facility/TRI:FacilityNAICS[5]/sc:NAICSPrimaryIndicator = 'Unknown'">
1013
<span class="answerText">
1014
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[5]/sc:NAICSCode"/>
1015
&#160;</span>
1016
</xsl:when>
1017
</xsl:choose>
1018
</xsl:when>
1019
</xsl:choose>
1020
</p>
1021
</td>
1022
<td colspan="1" width="10%">
1023
<p style="font-size: 8pt">
1024
f.
1025
<xsl:choose>
1026
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 5">
1027
<xsl:choose>
1028
<xsl:when test="../TRI:Facility/TRI:FacilityNAICS[6]/sc:NAICSPrimaryIndicator = 'Unknown'">
1029
<span class="answerText">
1030
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[6]/sc:NAICSCode"/>
1031
&#160;</span>
1032
</xsl:when>
1033
</xsl:choose>
1034
</xsl:when>
1035
</xsl:choose>
1036
</p>
1037
</td>
1038
</tr>
1039
</xsl:otherwise>
1040
</xsl:choose>
1041
<tr>
1042
<td colspan="9">
1043
<table summary="table used for layout purposes" width="100%" cellpadding="1" cellspacing="0"
1044
border="1" frame="void" style="font-size: 8pt"
1045
rules="all">
1046
<tr>
1047
<td width="5%" style="font-size: 8pt">
1048
<p style="font-size: 8pt">4.6</p>
1049
</td>
1050
<td nowrap="nowrap">
1051
<p style="font-size: 8pt">
1052
Dun and Bradstreet
1053
<br/>
1054
Number(s) (9 digits)
1055
</p>
1056
</td>
1057
</tr>
1058
<tr>
1059
<td colspan="2">
1060
<p style="font-size: 8pt">
1061
a.
1062
<span class="answerText">
1063
<xsl:value-of select="../TRI:Facility/TRI:FacilityDunBradstreetCode[1]"/>
1064
&#160;</span>
1065
</p>
1066
</td>
1067
</tr>
1068
<tr>
1069
<td colspan="2">
1070
<p style="font-size: 8pt">
1071
b.
1072
<span class="answerText">
1073
<xsl:value-of select="../TRI:Facility/TRI:FacilityDunBradstreetCode[2]"/>
1074
&#160;</span>
1075
</p>
1076
</td>
1077
</tr>
1078
</table>
1079
</td>
1080
</tr>
1081
<tr>
1082
<td align="left" colspan="9" style="font-size: 8pt">
1083
<p style="font-size: 8pt">SECTION 5. PARENT COMPANY INFORMATION</p>
1084
</td>
1085
</tr>
1086
<tr>
1087
<td width="5%" style="font-size: 8pt">
1088
<p style="font-size: 8pt">5.1</p>
1089
</td>
1090
<td colspan="2" align="left">
1091
<p style="font-size: 8pt">
1092
<xsl:choose>
1093
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'">
1094
Name of Parent Company
1095
</xsl:when>
1096
<xsl:otherwise>
1097
Name of U.S. Parent Company (for TRI Reporting purposes)
1098
</xsl:otherwise>
1099
</xsl:choose>
1100
</p>
1101
</td>
1102
<xsl:choose>
1103
<xsl:when test="TRI:SubmissionReportingYear &gt; '2010'">
1104
<td colspan="5">
1105
<span class="answerText">
1106
<xsl:if test="../TRI:Facility/TRI:ParentCompanyNameText != 'NA'">
1107
<xsl:value-of select="../TRI:Facility/TRI:ParentCompanyNameText"/>
1108
</xsl:if>
1109
&#160;</span>
1110
<br/>
1111
</td>
1112
<td colspan="1">
1113
<p style="font-size: 8pt">
1114
No U.S. Parent Company (for TRI Reporting purposes) [
1115
<xsl:choose>
1116
<xsl:when test="../TRI:Facility/TRI:ParentCompanyNameNAIndicator = 'true'">
1117
<span class="answerText">X</span>
1118
</xsl:when>
1119
</xsl:choose>
1120
]
1121
</p>
1122
</td>
1123
</xsl:when>
1124
<xsl:otherwise>
1125
<td colspan="1">
1126
<p style="font-size: 8pt">
1127
NA [
1128
1129
<xsl:choose>
1130
<xsl:when test="../TRI:Facility/TRI:ParentCompanyNameNAIndicator = 'true'">
1131
<span class="answerText">X</span>
1132
</xsl:when>
1133
</xsl:choose>
1134
]
1135
</p>
1136
</td>
1137
<td colspan="5">
1138
<span class="answerText">
1139
<xsl:value-of select="../TRI:Facility/TRI:ParentCompanyNameText"/>
1140
&#160;</span>
1141
<br/>
1142
</td>
1143
</xsl:otherwise>
1144
</xsl:choose>
1145
1146
</tr>
1147
<tr>
1148
<td width="5%" style="font-size: 8pt">
1149
<p style="font-size: 8pt">5.2</p>
1150
</td>
1151
<td colspan="2" align="left">
1152
<p style="font-size: 8pt">Parent Company's Dun &amp; Bradstreet Number </p>
1153
</td>
1154
<td colspan="1">
1155
<p style="font-size: 8pt">
1156
NA [
1157
<xsl:choose>
1158
<xsl:when test="../TRI:Facility/TRI:ParentDunBradstreetCode = 'NA'">
1159
<span class="answerText">X</span>
1160
</xsl:when>
1161
</xsl:choose>
1162
]
1163
</p>
1164
</td>
1165
<td colspan="5">
1166
<xsl:choose>
1167
<xsl:when test="../TRI:Facility/TRI:ParentDunBradstreetCode != 'NA'">
1168
<span class="answerText">
1169
<xsl:value-of select="../TRI:Facility/TRI:ParentDunBradstreetCode"/>
1170
&#160;</span>
1171
</xsl:when>
1172
</xsl:choose>
1173
<br/>
1174
</td>
1175
</tr>
1176
</table>
1177
</td>
1178
</tr>
1179
</table>
1180
</center>
1181
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 7pt" border="0">
1182
<tr>
1183
<td width="60%">
1184
<p style="font-size: 8pt">
1185
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
1186
EPA Form 9350-1 (Rev. <xsl:value-of select="$RevisionDateFormR"/>) - Previous editions are obsolete.
1187
</xsl:if>
1188
</p>
1189
</td>
1190
<td width="30%">
1191
<p style="font-size: 8pt">Printed using TRI-MEweb</p>
1192
</td>
1193
</tr>
1194
</table>
1195
1196
<p style="page-break-before: always">&#160;</p>
1197
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="1" style="font-size: 8pt" border="0">
1198
<tr>
1199
<!--<td width="90%">
1200
<a name="PG-2_{$formID}"></a>
1201
<p style="font-size: 8pt">
1202
<a href="#PG-1_{$formID}">1</a>
1203
<a href="#PG-2_{$formID}">2</a>
1204
<a href="#PG-3_{$formID}">3</a>
1205
<a href="#PG-4_{$formID}">4</a>
1206
<a href="#PG-5_{$formID}">5</a>
1207
<a href="#PG-6_{$formID}">Additional Info</a>
1208
<xsl:if test="$ScheduleOneNA = 'false'">
1209
<a href="#S1_PG-1_{$formID}">Schedule 1</a>
1210
</xsl:if>
1211
</p>
1212
</td>-->
1213
<td width="10%">
1214
<p style="font-size: 8pt">
1215
<b>Page 2 of 5 </b>
1216
</p>
1217
</td>
1218
</tr>
1219
</table>
1220
<center>
1221
<tr>
1222
<td align="center" width="100%">
1223
<span style="font-size: 12pt; color: red; font-weight: bold;" class="noPrint">
1224
*** Do not send to EPA: This is the final copy of your form.***
1225
&#160;</span>
1226
</td>
1227
</tr>
1228
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt">
1229
<tr>
1230
<td colspan="2">
1231
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1"
1232
cellspacing="0" cellpadding="1" frame="void">
1233
<tr>
1234
<td width="65%" align="center" style="font-size: 10pt">
1235
<p style="font-size: 10pt">
1236
<b>EPA FORM R</b>
1237
<br/>
1238
<b>PART II. CHEMICAL - SPECIFIC INFORMATION</b>
1239
</p>
1240
</td>
1241
<td>
1242
TRI Facility ID Number
1243
<hr />
1244
<span class="answerText">
1245
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
1246
&#160;</span>
1247
<hr />
1248
Toxic Chemical, Category, or Generic Name
1249
<hr/>
1250
<span class="answerText">
1251
<xsl:choose>
1252
<xsl:when test="TRI:ChemicalIdentification/TRI:ChemicalNameText='NA'">
1253
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalMixtureNameText"/>
1254
</xsl:when>
1255
<xsl:otherwise>
1256
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalNameText"/>
1257
</xsl:otherwise>
1258
</xsl:choose>
1259
&#160;</span>
1260
</td>
1261
</tr>
1262
</table>
1263
</td>
1264
</tr>
1265
<tr>
1266
<td colspan="2">
1267
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0"
1268
cellpadding="1">
1269
<tr>
1270
<td align="left" style="font-size: 8pt">
1271
<p style="font-size: 8pt">SECTION 1. TOXIC CHEMICAL IDENTITY </p>
1272
</td>
1273
<td align="left" style="font-size: 8pt">
1274
<p style="font-size: 8pt">(Important: DO NOT complete this section if you are reporting a mixture component in Section 2 below.)</p>
1275
</td>
1276
</tr>
1277
</table>
1278
</td>
1279
</tr>
1280
<tr>
1281
<td align="center" width="5%">
1282
<p style="font-size: 8pt">1.1</p>
1283
</td>
1284
<td width="95%" style="font-size: 8pt">
1285
CAS Number (Important: Enter only one number exactly as it
1286
appears on the Section 313 list. Enter category code if
1287
reporting a chemical category.)
1288
<hr />
1289
<span style="color: blue;text-indent: 5em;font-weight:bold">
1290
<xsl:value-of select="TRI:ChemicalIdentification/sc:CASNumber"/>
1291
&#160;</span>
1292
</td>
1293
</tr>
1294
<tr>
1295
<td align="center" width="5%">
1296
<p style="font-size: 8pt">1.2</p>
1297
</td>
1298
<td style="font-size: 8pt">
1299
Toxic Chemical or Chemical Category Name (Important: Enter
1300
only one name exactly as it appears on the Section 313 list.)
1301
<hr />
1302
<span style="color: blue;font-size: 8pt;text-indent: 5em;font-weight:bold">
1303
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalNameText"/>
1304
&#160;</span>
1305
</td>
1306
</tr>
1307
<tr>
1308
<td align="center" width="5%">
1309
<p style="font-size: 8pt">1.3</p>
1310
</td>
1311
<td style="font-size: 8pt">
1312
Generic Chemical Name (Important: Complete only if Part I,
1313
Section 2.1 is checked "Yes". Generic Name must be
1314
structurally descriptive).
1315
<hr />
1316
<span style="color: blue;font-size: 8pt;text-indent: 5em;font-weight:bold">NA&#160;</span>
1317
</td>
1318
</tr>
1319
1320
<!-- Section 1.4, only display if < RY08 -->
1321
<xsl:if test="TRI:SubmissionReportingYear &lt;= '2008' and TRI:SubmissionReportingYear >= '2000'">
1322
<tr>
1323
<td colspan="2">
1324
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1" cellspacing="0" cellpadding="1" frame="void">
1325
<tr>
1326
<td align="center" width="5%">
1327
<p style="font-size: 8pt">1.4</p>
1328
</td>
1329
<td colspan="17">
1330
<p style="font-size: 8pt">
1331
Distribution of Each Member of the Dioxin and
1332
Dioxin-like Compounds Category.
1333
<br/>
1334
(If there are any numbers in boxes 1-17, then every
1335
field must be filled in with either 0 or some number
1336
between 0.01 and 100. Distribution should be reported
1337
in percentages and the total should equal 100%. If you
1338
do not have speciation data available, indicate NA.)
1339
</p>
1340
</td>
1341
</tr>
1342
<tr>
1343
<xsl:for-each select="TRI:ChemicalIdentification">
1344
<xsl:choose>
1345
<xsl:when test="TRI:DioxinDistributionNAIndicator= 'true'">
1346
<td align="center" width="5%">
1347
<p style="font-size: 8pt">
1348
NA [
1349
<span class="answerText">X</span>
1350
]
1351
</p>
1352
</td>
1353
<td><p style="font-size: 8pt">1<hr/></p></td>
1354
<td><p style="font-size: 8pt">2<hr/></p></td>
1355
<td><p style="font-size: 8pt">3<hr/></p></td>
1356
<td><p style="font-size: 8pt">4<hr/></p></td>
1357
<td><p style="font-size: 8pt">5<hr/></p></td>
1358
<td><p style="font-size: 8pt">6<hr/></p></td>
1359
<td><p style="font-size: 8pt">7<hr/></p></td>
1360
<td><p style="font-size: 8pt">8<hr/></p></td>
1361
<td><p style="font-size: 8pt">9<hr/></p></td>
1362
<td><p style="font-size: 8pt">10<hr/></p></td>
1363
<td><p style="font-size: 8pt">11<hr/></p></td>
1364
<td><p style="font-size: 8pt">12<hr/></p></td>
1365
<td><p style="font-size: 8pt">13<hr/></p></td>
1366
<td><p style="font-size: 8pt">14<hr/></p></td>
1367
<td><p style="font-size: 8pt">15<hr/></p></td>
1368
<td><p style="font-size: 8pt">16<hr/></p></td>
1369
<td><p style="font-size: 8pt">17<hr/></p></td>
1370
</xsl:when>
1371
<xsl:otherwise>
1372
<td align="center" width="5%">
1373
<p style="font-size: 8pt">NA [ ]</p>
1374
</td>
1375
<td>
1376
<p style="font-size: 8pt">
1377
1
1378
<hr/>
1379
<span class="answerText">
1380
<xsl:value-of select="TRI:DioxinDistribution1Percent"/>
1381
&#160;</span>
1382
</p>
1383
</td>
1384
<td>
1385
<p style="font-size: 8pt">
1386
2
1387
<hr/>
1388
<span class="answerText">
1389
<xsl:value-of select="TRI:DioxinDistribution2Percent"/>
1390
&#160;</span>
1391
</p>
1392
</td>
1393
<td>
1394
<p style="font-size: 8pt">
1395
3
1396
<hr/>
1397
<span class="answerText">
1398
<xsl:value-of select="TRI:DioxinDistribution3Percent"/>
1399
&#160;</span>
1400
</p>
1401
</td>
1402
<td>
1403
<p style="font-size: 8pt">
1404
4
1405
<hr/>
1406
<span class="answerText">
1407
<xsl:value-of select="TRI:DioxinDistribution4Percent"/>
1408
&#160;</span>
1409
</p>
1410
</td>
1411
<td>
1412
<p style="font-size: 8pt">
1413
5
1414
<hr/>
1415
<span class="answerText">
1416
<xsl:value-of select="TRI:DioxinDistribution5Percent"/>
1417
&#160;</span>
1418
</p>
1419
</td>
1420
<td>
1421
<p style="font-size: 8pt">
1422
6
1423
<hr/>
1424
<span class="answerText">
1425
<xsl:value-of select="TRI:DioxinDistribution6Percent"/>
1426
&#160;</span>
1427
</p>
1428
</td>
1429
<td>
1430
<p style="font-size: 8pt">
1431
7
1432
<hr/>
1433
<span class="answerText">
1434
<xsl:value-of select="TRI:DioxinDistribution7Percent"/>
1435
&#160;</span>
1436
</p>
1437
</td>
1438
<td>
1439
<p style="font-size: 8pt">
1440
8
1441
<hr/>
1442
<span class="answerText">
1443
<xsl:value-of select="TRI:DioxinDistribution8Percent"/>
1444
&#160;</span>
1445
</p>
1446
</td>
1447
<td>
1448
<p style="font-size: 8pt">
1449
9
1450
<hr/>
1451
<span class="answerText">
1452
<xsl:value-of select="TRI:DioxinDistribution9Percent"/>
1453
&#160;</span>
1454
</p>
1455
</td>
1456
<td>
1457
<p style="font-size: 8pt">
1458
10
1459
<hr/>
1460
<span class="answerText">
1461
<xsl:value-of select="TRI:DioxinDistribution10Percent"/>
1462
&#160;</span>
1463
</p>
1464
</td>
1465
<td>
1466
<p style="font-size: 8pt">
1467
11
1468
<hr/>
1469
<span class="answerText">
1470
<xsl:value-of select="TRI:DioxinDistribution11Percent"/>
1471
&#160;</span>
1472
</p>
1473
</td>
1474
<td>
1475
<p style="font-size: 8pt">
1476
12
1477
<hr/>
1478
<span class="answerText">
1479
<xsl:value-of select="TRI:DioxinDistribution12Percent"/>
1480
&#160;</span>
1481
</p>
1482
</td>
1483
<td>
1484
<p style="font-size: 8pt">
1485
13
1486
<hr/>
1487
<span class="answerText">
1488
<xsl:value-of select="TRI:DioxinDistribution13Percent"/>
1489
&#160;</span>
1490
</p>
1491
</td>
1492
<td>
1493
<p style="font-size: 8pt">
1494
14
1495
<hr/>
1496
<span class="answerText">
1497
<xsl:value-of select="TRI:DioxinDistribution14Percent"/>
1498
&#160;</span>
1499
</p>
1500
</td>
1501
<td>
1502
<p style="font-size: 8pt">
1503
15
1504
<hr/>
1505
<span class="answerText">
1506
<xsl:value-of select="TRI:DioxinDistribution15Percent"/>
1507
&#160;</span>
1508
</p>
1509
</td>
1510
<td>
1511
<p style="font-size: 8pt">
1512
16
1513
<hr/>
1514
<span class="answerText">
1515
<xsl:value-of select="TRI:DioxinDistribution16Percent"/>
1516
&#160;</span>
1517
</p>
1518
</td>
1519
<td>
1520
<p style="font-size: 8pt">
1521
17
1522
<hr/>
1523
<span class="answerText">
1524
<xsl:value-of select="TRI:DioxinDistribution17Percent"/>
1525
&#160;</span>
1526
</p>
1527
</td>
1528
</xsl:otherwise>
1529
</xsl:choose>
1530
</xsl:for-each>
1531
</tr>
1532
</table>
1533
</td>
1534
</tr>
1535
</xsl:if>
1536
<!-- End prior to RY08 dioxin section -->
1537
<tr>
1538
<td colspan="2">
1539
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0"
1540
cellpadding="1">
1541
<tr>
1542
<td align="left" colspan="2" style="font-size: 8pt">
1543
<p style="font-size: 8pt">SECTION 2. MIXTURE COMPONENT
1544
IDENTITY (Important: DO NOT
1545
complete this section if you
1546
completed Section 1.)</p>
1547
</td>
1548
</tr>
1549
</table>
1550
</td>
1551
</tr>
1552
<tr>
1553
<td align="center" width="5%">
1554
<p style="font-size: 8pt">2.1</p>
1555
</td>
1556
<td style="font-size: 8pt">
1557
Generic Chemical Name Provided by Supplier (Important:
1558
Maximum of 70 characters, including numbers, spaces, and
1559
punctuation.)
1560
<hr />
1561
<b style="color: blue;font-size: 9pt; font-family:arial">
1562
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalMixtureNameText"/>
1563
</b>
1564
<br />
1565
</td>
1566
</tr>
1567
<tr>
1568
<td colspan="2">
1569
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0" cellpadding="1">
1570
<tr>
1571
<td align="left" colspan="2" style="font-size: 8pt">
1572
SECTION 3. ACTIVITIES AND USES OF THE TOXIC CHEMICAL AT THE FACILITY
1573
<br />
1574
(Important: Check all that apply.)
1575
</td>
1576
</tr>
1577
</table>
1578
</td>
1579
</tr>
1580
<tr>
1581
<td colspan="2">
1582
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1" cellspacing="0" cellpadding="1" frame="void">
1583
<tr>
1584
<td align="center" width="5%">3.1</td>
1585
<td>Manufacture the toxic chemical:</td>
1586
<td align="center" width="5%">3.2</td>
1587
<td>Process the toxic chemical:</td>
1588
<td align="center" width="5%">3.3</td>
1589
<td>Otherwise use the toxic chemical:</td>
1590
</tr>
1591
<tr>
1592
<td colspan="2" align="center">
1593
a. [
1594
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1595
<xsl:choose>
1596
<xsl:when test="TRI:ChemicalProducedIndicator = 'true'">
1597
<span class="answerText">X</span>
1598
</xsl:when>
1599
</xsl:choose>
1600
</xsl:for-each>
1601
] Produce b. [
1602
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1603
<xsl:choose>
1604
<xsl:when test="TRI:ChemicalImportedIndicator = 'true'">
1605
<span class="answerText">X</span>
1606
</xsl:when>
1607
</xsl:choose>
1608
</xsl:for-each>
1609
] Import
1610
</td>
1611
<td colspan="4"><br /></td>
1612
</tr>
1613
<tr>
1614
<td colspan="2" style="font-size: 8pt">
1615
<dl>
1616
<dt>If produce or import:</dt>
1617
<dd>
1618
c. [
1619
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1620
<xsl:choose>
1621
<xsl:when test="TRI:ChemicalUsedProcessedIndicator = 'true'">
1622
<span class="answerText">X</span>
1623
</xsl:when>
1624
</xsl:choose>
1625
</xsl:for-each>
1626
] For on-site use/processing
1627
</dd>
1628
<dd>
1629
d. [
1630
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1631
<xsl:choose>
1632
<xsl:when test="TRI:ChemicalSalesDistributionIndicator = 'true'">
1633
<span class="answerText">X</span>
1634
</xsl:when>
1635
</xsl:choose>
1636
</xsl:for-each>
1637
] For sale/distribution
1638
</dd>
1639
<dd>
1640
e. [
1641
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1642
<xsl:choose>
1643
<xsl:when test="TRI:ChemicalByproductIndicator = 'true'">
1644
<span class="answerText">X</span>
1645
</xsl:when>
1646
</xsl:choose>
1647
</xsl:for-each>
1648
] As a byproduct
1649
</dd>
1650
<dd>
1651
f. [
1652
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1653
<xsl:choose>
1654
<xsl:when test="TRI:ChemicalManufactureImpurityIndicator = 'true'">
1655
<span class="answerText">X</span>
1656
</xsl:when>
1657
</xsl:choose>
1658
</xsl:for-each>
1659
] As an impurity
1660
</dd>
1661
</dl>
1662
</td>
1663
<td colspan="2" style="font-size: 8pt">
1664
<dl>
1665
<dd>
1666
a. [
1667
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1668
<xsl:choose>
1669
<xsl:when test="TRI:ChemicalReactantIndicator = 'true'">
1670
<span class="answerText">X</span>
1671
</xsl:when>
1672
</xsl:choose>
1673
</xsl:for-each>
1674
] As a reactant
1675
</dd>
1676
<dd>
1677
b. [
1678
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1679
<xsl:choose>
1680
<xsl:when test="TRI:ChemicalFormulationComponentIndicator= 'true'">
1681
<span class="answerText">X</span>
1682
</xsl:when>
1683
</xsl:choose>
1684
</xsl:for-each>
1685
] As a formulation component
1686
</dd>
1687
<dd>
1688
c. [
1689
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1690
<xsl:choose>
1691
<xsl:when test="TRI:ChemicalArticleComponentIndicator= 'true'">
1692
<span class="answerText">X</span>
1693
</xsl:when>
1694
</xsl:choose>
1695
</xsl:for-each>
1696
] As an article component
1697
</dd>
1698
<dd>
1699
d. [
1700
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1701
<xsl:choose>
1702
<xsl:when test="TRI:ChemicalRepackagingIndicator= 'true'">
1703
<span class="answerText">X</span>
1704
</xsl:when>
1705
</xsl:choose>
1706
</xsl:for-each>
1707
] Repackaging
1708
</dd>
1709
<dd>
1710
e. [
1711
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1712
<xsl:choose>
1713
<xsl:when test="TRI:ChemicalProcessImpurityIndicator= 'true'">
1714
<span class="answerText">X</span>
1715
</xsl:when>
1716
</xsl:choose>
1717
</xsl:for-each>
1718
] As an impurity
1719
</dd>
1720
</dl>
1721
</td>
1722
<td colspan="2" style="font-size: 8pt">
1723
<dl>
1724
<dd>
1725
a. [
1726
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1727
<xsl:choose>
1728
<xsl:when test="TRI:ChemicalProcessingAidIndicator = 'true'">
1729
<span class="answerText">X</span>
1730
</xsl:when>
1731
</xsl:choose>
1732
</xsl:for-each>
1733
] As a chemical processing aid
1734
</dd>
1735
<dd>
1736
b. [
1737
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1738
<xsl:choose>
1739
<xsl:when test="TRI:ChemicalManufactureAidIndicator = 'true'">
1740
<span class="answerText">X</span>
1741
</xsl:when>
1742
</xsl:choose>
1743
</xsl:for-each>
1744
] As a manufacturing aid
1745
</dd>
1746
<dd>
1747
c. [
1748
<xsl:for-each select="TRI:ChemicalActivitiesAndUses">
1749
<xsl:choose>
1750
<xsl:when test="TRI:ChemicalAncillaryUsageIndicator= 'true'">
1751
<span class="answerText">X</span>
1752
</xsl:when>
1753
</xsl:choose>
1754
</xsl:for-each>
1755
] Ancillary or other use
1756
</dd>
1757
</dl>
1758
</td>
1759
</tr>
1760
</table>
1761
</td>
1762
</tr>
1763
<tr>
1764
<td colspan="2">
1765
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0"
1766
cellpadding="1">
1767
<tr>
1768
<td align="left" colspan="2" style="font-size: 8pt">
1769
<p style="font-size: 8pt">SECTION 4. MAXIMUM AMOUNT OF
1770
THE TOXIC CHEMICAL ON-SITE AT
1771
ANY TIME DURING THE CALENDAR
1772
YEAR </p>
1773
</td>
1774
</tr>
1775
</table>
1776
</td>
1777
</tr>
1778
<tr>
1779
<td align="right" width="5%">
1780
<p style="font-size: 8pt">4.1</p>
1781
</td>
1782
<td style="font-size: 8pt">
1783
[
1784
<span class="answerText">
1785
<xsl:if test="not(string-length(TRI:MaximumChemicalAmountCode)=0)">
1786
<xsl:value-of select="TRI:MaximumChemicalAmountCode"/>
1787
</xsl:if>
1788
&#160;</span>
1789
] (Enter two-digit code from instruction package.)
1790
</td>
1791
</tr>
1792
<tr>
1793
<td colspan="2">
1794
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0"
1795
cellpadding="1">
1796
<tr>
1797
<td align="left" colspan="2" style="font-size: 8pt">
1798
<p style="font-size: 8pt">SECTION 5.QUANTITY OF THE
1799
TOXIC CHEMICAL ENTERING EACH
1800
ENVIRONMENTAL MEDIUM ON-SITE </p>
1801
</td>
1802
</tr>
1803
</table>
1804
</td>
1805
</tr>
1806
<tr>
1807
<td colspan="2">
1808
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1"
1809
cellspacing="0" cellpadding="1" frame="void">
1810
<tr>
1811
<td colspan="3"></td>
1812
<td>
1813
<p style="font-size: 8pt">
1814
A. Total Release (pounds/year*)
1815
<br/>
1816
(Enter range code or estimate**)
1817
</p>
1818
</td>
1819
<td>
1820
<p style="font-size: 8pt">
1821
B. Basis of Estimate
1822
<br/>
1823
(Enter code)
1824
</p>
1825
</td>
1826
<td>
1827
<p style="font-size: 8pt">C. Percent from Stormwater</p>
1828
</td>
1829
</tr>
1830
<tr>
1831
<td align="center" width="5%">
1832
<p style="font-size: 8pt">5.1</p>
1833
</td>
1834
<td align="left">
1835
<p style="font-size: 8pt">
1836
Fugitive or non-point
1837
<br/>
1838
air emissions
1839
</p>
1840
</td>
1841
<td style="font-size: 8pt">
1842
<p style="font-size: 8pt">
1843
NA [
1844
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
1845
<xsl:choose>
1846
<xsl:when test="TRI:EnvironmentalMediumCode = 'AIR FUG'">
1847
<xsl:choose>
1848
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
1849
<span class="answerText">X</span>
1850
</xsl:when>
1851
</xsl:choose>
1852
</xsl:when>
1853
</xsl:choose>
1854
</xsl:for-each>
1855
]
1856
</p>
1857
</td>
1858
<td>
1859
<p style="font-size: 8pt">
1860
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
1861
<xsl:choose>
1862
<xsl:when test="TRI:EnvironmentalMediumCode = 'AIR FUG'">
1863
<span class="answerText">
1864
<xsl:choose>
1865
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
1866
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
1867
<br/>
1868
</xsl:when>
1869
<xsl:otherwise>
1870
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
1871
<br/>
1872
</xsl:otherwise>
1873
</xsl:choose>
1874
&#160;</span>
1875
</xsl:when>
1876
</xsl:choose>
1877
</xsl:for-each>
1878
<br/>
1879
</p>
1880
</td>
1881
<td>
1882
<p style="font-size: 8pt">
1883
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
1884
<xsl:choose>
1885
<xsl:when test="TRI:EnvironmentalMediumCode = 'AIR FUG'">
1886
<span class="answerText">
1887
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
1888
&#160;</span>
1889
</xsl:when>
1890
</xsl:choose>
1891
</xsl:for-each>
1892
<br/>
1893
</p>
1894
</td>
1895
<td style="background-color: gray">&#160;</td>
1896
</tr>
1897
<tr>
1898
<td align="center" width="5%">
1899
<p style="font-size: 8pt">5.2</p>
1900
</td>
1901
<td align="left">
1902
<p style="font-size: 8pt">
1903
Stack or point
1904
<br/>
1905
air emissions
1906
</p>
1907
</td>
1908
<td style="font-size: 8pt">
1909
<p style="font-size: 8pt">
1910
NA [
1911
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
1912
<xsl:choose>
1913
<xsl:when test="TRI:EnvironmentalMediumCode = 'AIR STACK'">
1914
<xsl:choose>
1915
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
1916
<span class="answerText">X</span>
1917
</xsl:when>
1918
</xsl:choose>
1919
</xsl:when>
1920
</xsl:choose>
1921
</xsl:for-each>
1922
]
1923
</p>
1924
</td>
1925
<td>
1926
<p style="font-size: 8pt">
1927
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
1928
<xsl:choose>
1929
<xsl:when test="TRI:EnvironmentalMediumCode = 'AIR STACK'">
1930
<span class="answerText">
1931
<xsl:choose>
1932
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
1933
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
1934
<br/>
1935
</xsl:when>
1936
<xsl:otherwise>
1937
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
1938
<br/>
1939
</xsl:otherwise>
1940
</xsl:choose>
1941
&#160;</span>
1942
</xsl:when>
1943
</xsl:choose>
1944
</xsl:for-each>
1945
<br/>
1946
</p>
1947
</td>
1948
<td>
1949
<p style="font-size: 8pt">
1950
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
1951
<xsl:choose>
1952
<xsl:when test="TRI:EnvironmentalMediumCode = 'AIR STACK'">
1953
<span class="answerText">
1954
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
1955
&#160;</span>
1956
</xsl:when>
1957
</xsl:choose>
1958
</xsl:for-each>
1959
<br/>
1960
</p>
1961
</td>
1962
<td style="background-color: gray">&#160;</td>
1963
</tr>
1964
<tr>
1965
<td align="center" width="5%">
1966
<p style="font-size: 8pt">5.3</p>
1967
</td>
1968
<td align="left">
1969
<p style="font-size: 8pt">
1970
Discharges to receiving streams or
1971
<br/>
1972
water bodies (Enter one name per box)
1973
</p>
1974
</td>
1975
<td>
1976
<xsl:choose>
1977
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'">
1978
&#160;
1979
</xsl:when>
1980
<xsl:otherwise>
1981
<p style="font-size: 8pt">
1982
NA [
1983
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
1984
<xsl:choose>
1985
<xsl:when test="TRI:EnvironmentalMediumCode = 'WATER'">
1986
<xsl:choose>
1987
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
1988
<span class="answerText">X</span>
1989
</xsl:when>
1990
</xsl:choose>
1991
</xsl:when>
1992
</xsl:choose>
1993
</xsl:for-each>
1994
]
1995
</p>
1996
</xsl:otherwise>
1997
</xsl:choose>
1998
</td>
1999
<td colspan="2" style="background-color: gray">&#160;</td>
2000
<td style="background-color: gray">&#160;</td>
2001
</tr>
2002
<tr>
2003
<td colspan="2" style="font-size: 9pt" align="center">
2004
<p style="font-size: 8pt">Stream or Water Body Name </p>
2005
</td>
2006
<xsl:choose>
2007
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013'">
2008
<td style="font-size: 9pt" align="center">
2009
<p style="font-size: 8pt">Reach Code (optional)</p>
2010
</td>
2011
</xsl:when>
2012
</xsl:choose>
2013
<td>
2014
<br/>
2015
</td>
2016
<td>
2017
<br/>
2018
</td>
2019
<td>
2020
<br/>
2021
</td>
2022
</tr>
2023
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2024
<xsl:choose>
2025
<xsl:when test="TRI:EnvironmentalMediumCode = 'WATER'">
2026
<xsl:choose>
2027
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2028
<tr>
2029
<td align="center" width="5%">
2030
<p style="font-size: 8pt">5.3.1</p>
2031
</td>
2032
<td colspan="2">
2033
<p style="font-size: 8pt">
2034
<span class="answerText">NA&#160;</span>
2035
<br/>
2036
</p>
2037
</td>
2038
<td></td>
2039
<td></td>
2040
<td></td>
2041
<xsl:choose>
2042
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013'">
2043
<td></td>
2044
</xsl:when>
2045
</xsl:choose>
2046
</tr>
2047
</xsl:when>
2048
<xsl:otherwise>
2049
<tr>
2050
<td align="center" width="5%">
2051
<p style="font-size: 8pt">
2052
5.3.<xsl:value-of select="TRI:WaterStream/TRI:WaterSequenceNumber"/>
2053
</p>
2054
</td>
2055
<td>
2056
<p style="font-size: 8pt">
2057
<span class="answerText">
2058
<xsl:value-of select="TRI:WaterStream/TRI:StreamName"/>
2059
&#160;</span>
2060
<br/>
2061
</p>
2062
</td>
2063
<xsl:choose>
2064
<xsl:when test="../TRI:SubmissionReportingYear &gt; '2013'">
2065
<td>
2066
<p style="font-size: 8pt">
2067
<span class="answerText">
2068
<xsl:value-of select="TRI:WaterStream/TRI:StreamReachCode"/>
2069
&#160;</span>
2070
<br/>
2071
</p>
2072
</td>
2073
</xsl:when>
2074
</xsl:choose>
2075
<td>
2076
<p style="font-size: 8pt">
2077
<span class="answerText">
2078
<xsl:choose>
2079
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2080
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2081
</xsl:when>
2082
<xsl:otherwise>
2083
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2084
</xsl:otherwise>
2085
</xsl:choose>
2086
&#160;</span>
2087
<br/>
2088
</p>
2089
</td>
2090
<td>
2091
<p style="font-size: 8pt">
2092
<span class="answerText">
2093
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2094
&#160;</span>
2095
<br/>
2096
</p>
2097
</td>
2098
<td>
2099
<p style="font-size: 8pt">
2100
<span class="answerText">
2101
<xsl:choose>
2102
<xsl:when test="TRI:WaterStream/TRI:ReleaseStormWaterNAIndicator = 'true'">NA</xsl:when>
2103
<xsl:otherwise><xsl:value-of select="TRI:WaterStream/TRI:ReleaseStormWaterPercent"/>%</xsl:otherwise>
2104
</xsl:choose>
2105
&#160;</span>
2106
<br/>
2107
</p>
2108
</td>
2109
</tr>
2110
</xsl:otherwise>
2111
</xsl:choose>
2112
</xsl:when>
2113
</xsl:choose>
2114
</xsl:for-each>
2115
</table>
2116
</td>
2117
</tr>
2118
</table>
2119
</center>
2120
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0"
2121
style="font-size: 8pt" border="0">
2122
<tr>
2123
<td colspan="2" align="right">
2124
<p style="font-size: 8pt">*For Dioxin and Dioxin-like Compounds,
2125
report in grams/year</p>
2126
</td>
2127
</tr>
2128
<tr>
2129
<td width="50%">
2130
<p style="font-size: 8pt">
2131
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
2132
EPA Form 9350-1 (Rev. <xsl:value-of select="$RevisionDateFormR"/>) - Previous editions are obsolete.
2133
</xsl:if>
2134
</p>
2135
</td>
2136
<td width="50%" align="right">
2137
<p style="font-size: 8pt">**Range Codes: A=1-10 pounds; B=11-499
2138
pounds; C=500-999 pounds.</p>
2139
</td>
2140
</tr>
2141
</table>
2142
<p style="page-break-before: always">&#160;</p>
2143
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="1"
2144
style="font-size: 8pt" border="0">
2145
<tr>
2146
<!--<td width="90%">
2147
<a name="PG-3_{$formID}"></a>
2148
<p style="font-size: 8pt">
2149
<a href="#PG-1_{$formID}">1</a>
2150
<a href="#PG-2_{$formID}">2</a>
2151
<a href="#PG-3_{$formID}">3</a>
2152
<a href="#PG-4_{$formID}">4</a>
2153
<a href="#PG-5_{$formID}">5</a>
2154
<a href="#PG-6_{$formID}">Additional Info</a>
2155
<xsl:if test="$ScheduleOneNA = 'false'">
2156
<a href="#S1_PG-1_{$formID}">Schedule 1</a>
2157
</xsl:if>
2158
</p>
2159
</td>-->
2160
<td width="10%">
2161
<p style="font-size: 8pt">
2162
<b>Page 3 of 5 </b>
2163
</p>
2164
</td>
2165
</tr>
2166
</table>
2167
<center>
2168
<tr>
2169
<td align="center" width="100%">
2170
<span style="font-size: 12pt; color: red; font-weight: bold;" class="noPrint">
2171
*** Do not send to EPA: This is the final copy of your form.***
2172
&#160;</span>
2173
</td>
2174
</tr>
2175
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%"
2176
style="font-size: 8pt">
2177
<tr>
2178
<td colspan="2">
2179
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1" cellspacing="0" cellpadding="1" frame="void">
2180
<tr>
2181
<td width="65%" align="center" style="font-size: 10pt">
2182
<p style="font-size: 10pt">
2183
<b>EPA FORM R</b>
2184
<br/>
2185
<b>PART II. CHEMICAL - SPECIFIC INFORMATION (CONTINUED)</b>
2186
</p>
2187
</td>
2188
<td>
2189
TRI Facility ID Number
2190
<hr />
2191
<span class="answerText">
2192
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
2193
&#160;</span>
2194
<hr />
2195
Toxic Chemical, Category, or Generic Name
2196
<hr />
2197
<span class="answerText">
2198
<xsl:choose>
2199
<xsl:when test="TRI:ChemicalIdentification/TRI:ChemicalNameText='NA'">
2200
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalMixtureNameText"/>
2201
</xsl:when>
2202
<xsl:otherwise>
2203
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalNameText"/>
2204
</xsl:otherwise>
2205
</xsl:choose>
2206
&#160;</span>
2207
</td>
2208
</tr>
2209
</table>
2210
</td>
2211
</tr>
2212
<tr>
2213
<td colspan="2">
2214
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0"
2215
cellpadding="1">
2216
<tr>
2217
<td align="left" style="font-size: 8pt" colspan="2">
2218
<p style="font-size: 8pt">
2219
SECTION 5. QUANTITY OF THE TOXIC CHEMICAL ENTERING
2220
EACH ENVIRONMENTAL MEDIUM ON-SITE
2221
<font style="font-size: 7pt">(Continued)</font>
2222
</p>
2223
</td>
2224
</tr>
2225
</table>
2226
</td>
2227
</tr>
2228
<tr>
2229
<td colspan="2">
2230
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1"
2231
cellspacing="0" cellpadding="1" frame="void">
2232
<tr>
2233
<td colspan="2"></td>
2234
<td style="font-size: 8pt" align="center">
2235
<p style="font-size: 8pt">
2236
<b>NA</b>
2237
</p>
2238
</td>
2239
<td align="center">
2240
<p style="font-size: 8pt">A. Total Release
2241
(pounds/year*) (Enter range
2242
code** or estimate)</p>
2243
</td>
2244
<td align="center">
2245
<p style="font-size: 8pt">B. Basis of Estimate (Enter
2246
code)</p>
2247
</td>
2248
</tr>
2249
<xsl:choose>
2250
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013'">
2251
<tr>
2252
<td width="5%" align="center">
2253
<p style="font-size: 8pt">5.4-5.5</p>
2254
</td>
2255
<td align="left">
2256
<p style="font-size: 8pt">
2257
Disposal to land on-site
2258
<br/>
2259
</p>
2260
</td>
2261
<td colspan="3" style="background-color: gray">&#160;</td>
2262
</tr>
2263
</xsl:when>
2264
</xsl:choose>
2265
<xsl:choose>
2266
<xsl:when test="TRI:SubmissionReportingYear &gt;= '1991' and TRI:SubmissionReportingYear &lt;= '1995'">
2267
<tr>
2268
<td width="5%" align="center">
2269
<p style="font-size: 8pt">5.4</p>
2270
</td>
2271
<td align="left">
2272
<p style="font-size: 8pt">
2273
UIC Injections Aggregate
2274
</p>
2275
</td>
2276
<td align="left">
2277
<p style="font-size: 8pt">
2278
[
2279
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2280
<xsl:choose>
2281
<xsl:when test="TRI:EnvironmentalMediumCode = 'UNINJ8795'">
2282
<xsl:choose>
2283
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2284
<span class="answerText">X</span>
2285
</xsl:when>
2286
</xsl:choose>
2287
</xsl:when>
2288
</xsl:choose>
2289
</xsl:for-each>
2290
]
2291
</p>
2292
</td>
2293
<td align="left">
2294
<p style="font-size: 8pt">
2295
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2296
<xsl:choose>
2297
<xsl:when test="TRI:EnvironmentalMediumCode = 'UNINJ8795'">
2298
<span class="answerText">
2299
<xsl:choose>
2300
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2301
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2302
<br/>
2303
</xsl:when>
2304
<xsl:otherwise>
2305
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2306
<br/>
2307
</xsl:otherwise>
2308
</xsl:choose>
2309
&#160;</span>
2310
</xsl:when>
2311
</xsl:choose>
2312
</xsl:for-each>
2313
<br/>
2314
</p>
2315
</td>
2316
<td align="left">
2317
<p style="font-size: 8pt">
2318
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2319
<xsl:choose>
2320
<xsl:when test="TRI:EnvironmentalMediumCode = 'UNINJ8795'">
2321
<span class="answerText">
2322
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2323
&#160;</span>
2324
</xsl:when>
2325
</xsl:choose>
2326
</xsl:for-each>
2327
<br/>
2328
</p>
2329
</td>
2330
</tr>
2331
</xsl:when>
2332
<xsl:otherwise>
2333
<tr>
2334
<td width="5%" align="center">
2335
<p style="font-size: 8pt">5.4.1</p>
2336
</td>
2337
<td align="left">
2338
<p style="font-size: 8pt">
2339
<xsl:choose>
2340
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013'">
2341
Class I Underground
2342
<br/>
2343
Injection wells
2344
</xsl:when>
2345
<xsl:otherwise>
2346
Underground Injection onsite
2347
<br/>
2348
to Class I wells
2349
</xsl:otherwise>
2350
</xsl:choose>
2351
</p>
2352
</td>
2353
<td align="left">
2354
<p style="font-size: 8pt">
2355
[
2356
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2357
<xsl:choose>
2358
<xsl:when test="TRI:EnvironmentalMediumCode = 'UNINJ I'">
2359
<xsl:choose>
2360
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2361
<span class="answerText">X</span>
2362
</xsl:when>
2363
</xsl:choose>
2364
</xsl:when>
2365
</xsl:choose>
2366
</xsl:for-each>
2367
]
2368
</p>
2369
</td>
2370
<td align="left">
2371
<p style="font-size: 8pt">
2372
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2373
<xsl:choose>
2374
<xsl:when test="TRI:EnvironmentalMediumCode = 'UNINJ I'">
2375
<span class="answerText">
2376
<xsl:choose>
2377
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2378
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2379
<br/>
2380
</xsl:when>
2381
<xsl:otherwise>
2382
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2383
<br/>
2384
</xsl:otherwise>
2385
</xsl:choose>
2386
&#160;</span>
2387
</xsl:when>
2388
</xsl:choose>
2389
</xsl:for-each>
2390
</p>
2391
<br/>
2392
</td>
2393
<td align="left">
2394
<p style="font-size: 8pt">
2395
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2396
<xsl:choose>
2397
<xsl:when test="TRI:EnvironmentalMediumCode = 'UNINJ I'">
2398
<span class="answerText">
2399
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2400
&#160;</span>
2401
</xsl:when>
2402
</xsl:choose>
2403
</xsl:for-each>
2404
</p>
2405
<br/>
2406
</td>
2407
</tr>
2408
<tr>
2409
<td width="5%" align="center">
2410
<p style="font-size: 8pt">5.4.2</p>
2411
</td>
2412
<td align="left">
2413
<p style="font-size: 8pt">
2414
<xsl:choose>
2415
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013'">
2416
Class II-V Underground
2417
<br/>
2418
Injection wells
2419
</xsl:when>
2420
<xsl:otherwise>
2421
Underground Injection onsite
2422
<br/>
2423
to Class II-V wells
2424
</xsl:otherwise>
2425
</xsl:choose>
2426
</p>
2427
</td>
2428
<td align="left">
2429
<p style="font-size: 8pt">
2430
[
2431
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2432
<xsl:choose>
2433
<xsl:when test="TRI:EnvironmentalMediumCode = 'UNINJ IIV'">
2434
<xsl:choose>
2435
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2436
<span class="answerText">X</span>
2437
</xsl:when>
2438
</xsl:choose>
2439
</xsl:when>
2440
</xsl:choose>
2441
</xsl:for-each>
2442
]
2443
</p>
2444
</td>
2445
<td align="left">
2446
<p style="font-size: 8pt">
2447
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2448
<xsl:choose>
2449
<xsl:when test="TRI:EnvironmentalMediumCode = 'UNINJ IIV'">
2450
<span class="answerText">
2451
<xsl:choose>
2452
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2453
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2454
<br/>
2455
</xsl:when>
2456
<xsl:otherwise>
2457
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2458
<br/>
2459
</xsl:otherwise>
2460
</xsl:choose>
2461
&#160;</span>
2462
</xsl:when>
2463
</xsl:choose>
2464
</xsl:for-each>
2465
<br/>
2466
</p>
2467
</td>
2468
<td align="left">
2469
<p style="font-size: 8pt">
2470
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2471
<xsl:choose>
2472
<xsl:when test="TRI:EnvironmentalMediumCode = 'UNINJ IIV'">
2473
<span class="answerText">
2474
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2475
&#160;</span>
2476
</xsl:when>
2477
</xsl:choose>
2478
</xsl:for-each>
2479
<br/>
2480
</p>
2481
</td>
2482
</tr>
2483
</xsl:otherwise>
2484
</xsl:choose>
2485
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014'">
2486
<tr>
2487
<td width="5%" align="center">
2488
<p style="font-size: 8pt">5.5</p>
2489
</td>
2490
<td align="left">
2491
<p style="font-size: 8pt">
2492
Disposal to land on-site
2493
<br/>
2494
</p>
2495
</td>
2496
<td colspan="3" style="background-color: gray">&#160;</td>
2497
</tr>
2498
</xsl:if>
2499
<xsl:choose>
2500
<xsl:when test="TRI:SubmissionReportingYear &gt;= '1991' and TRI:SubmissionReportingYear &lt;= '1995'">
2501
<tr>
2502
<td width="5%" align="center">
2503
<p style="font-size: 8pt">5.5.1</p>
2504
</td>
2505
<td align="left">
2506
<p style="font-size: 8pt">
2507
Total Landfill Releases
2508
<br/>
2509
<br/>
2510
</p>
2511
</td>
2512
<td align="left">
2513
<p style="font-size: 8pt">
2514
[
2515
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2516
<xsl:choose>
2517
<xsl:when test="TRI:EnvironmentalMediumCode = 'LANDF8795'">
2518
<xsl:choose>
2519
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2520
<span class="answerText">X</span>
2521
</xsl:when>
2522
</xsl:choose>
2523
</xsl:when>
2524
</xsl:choose>
2525
</xsl:for-each>
2526
]
2527
</p>
2528
</td>
2529
<td align="left">
2530
<p style="font-size: 8pt">
2531
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2532
<xsl:choose>
2533
<xsl:when test="TRI:EnvironmentalMediumCode = 'LANDF8795'">
2534
<span class="answerText">
2535
<xsl:choose>
2536
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2537
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2538
<br/>
2539
</xsl:when>
2540
<xsl:otherwise>
2541
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2542
<br/>
2543
</xsl:otherwise>
2544
</xsl:choose>
2545
&#160;</span>
2546
</xsl:when>
2547
</xsl:choose>
2548
</xsl:for-each>
2549
<br/>
2550
</p>
2551
</td>
2552
<td align="left">
2553
<p style="font-size: 8pt">
2554
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2555
<xsl:choose>
2556
<xsl:when test="TRI:EnvironmentalMediumCode = 'LANDF8795'">
2557
<span class="answerText">
2558
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2559
&#160;</span>
2560
</xsl:when>
2561
</xsl:choose>
2562
</xsl:for-each>
2563
<br/>
2564
</p>
2565
</td>
2566
</tr>
2567
</xsl:when>
2568
<xsl:otherwise>
2569
<tr>
2570
<td width="5%" align="center">
2571
<p style="font-size: 8pt">5.5.1.A</p>
2572
</td>
2573
<td align="left">
2574
<p style="font-size: 8pt">
2575
RCRA subtitle C landfills
2576
<br/>
2577
<br/>
2578
</p>
2579
</td>
2580
<td align="left">
2581
<p style="font-size: 8pt">
2582
[
2583
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2584
<xsl:choose>
2585
<xsl:when test="TRI:EnvironmentalMediumCode = 'RCRA C'">
2586
<xsl:choose>
2587
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2588
<span class="answerText">X</span>
2589
</xsl:when>
2590
</xsl:choose>
2591
</xsl:when>
2592
</xsl:choose>
2593
</xsl:for-each>
2594
]
2595
</p>
2596
</td>
2597
<td align="left">
2598
<p style="font-size: 8pt">
2599
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2600
<xsl:choose>
2601
<xsl:when test="TRI:EnvironmentalMediumCode = 'RCRA C'">
2602
<span class="answerText">
2603
<xsl:choose>
2604
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2605
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2606
<br/>
2607
</xsl:when>
2608
<xsl:otherwise>
2609
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2610
<br/>
2611
</xsl:otherwise>
2612
</xsl:choose>
2613
&#160;</span>
2614
</xsl:when>
2615
</xsl:choose>
2616
</xsl:for-each>
2617
<br/>
2618
</p>
2619
</td>
2620
<td align="left">
2621
<p style="font-size: 8pt">
2622
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2623
<xsl:choose>
2624
<xsl:when test="TRI:EnvironmentalMediumCode = 'RCRA C'">
2625
<span class="answerText">
2626
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2627
&#160;</span>
2628
</xsl:when>
2629
</xsl:choose>
2630
</xsl:for-each>
2631
<br/>
2632
</p>
2633
</td>
2634
</tr>
2635
2636
<tr>
2637
<td width="5%" align="center">
2638
<p style="font-size: 8pt">5.5.1.B</p>
2639
</td>
2640
<td align="left">
2641
<p style="font-size: 8pt">
2642
Other landfills
2643
<br/>
2644
<br/>
2645
</p>
2646
</td>
2647
<td align="left">
2648
<p style="font-size: 8pt">
2649
[
2650
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2651
<xsl:choose>
2652
<xsl:when test="TRI:EnvironmentalMediumCode = 'OTH LANDF'">
2653
<xsl:choose>
2654
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2655
<span class="answerText">X</span>
2656
</xsl:when>
2657
</xsl:choose>
2658
</xsl:when>
2659
</xsl:choose>
2660
</xsl:for-each>
2661
]
2662
</p>
2663
</td>
2664
<td align="left">
2665
<p style="font-size: 8pt">
2666
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2667
<xsl:choose>
2668
<xsl:when test="TRI:EnvironmentalMediumCode = 'OTH LANDF'">
2669
<span class="answerText">
2670
<xsl:choose>
2671
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2672
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2673
<br/>
2674
</xsl:when>
2675
<xsl:otherwise>
2676
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2677
<br/>
2678
</xsl:otherwise>
2679
</xsl:choose>
2680
&#160;</span>
2681
</xsl:when>
2682
</xsl:choose>
2683
</xsl:for-each>
2684
<br/>
2685
</p>
2686
</td>
2687
<td align="left">
2688
<p style="font-size: 8pt">
2689
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2690
<xsl:choose>
2691
<xsl:when test="TRI:EnvironmentalMediumCode = 'OTH LANDF'">
2692
<span class="answerText">
2693
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2694
&#160;</span>
2695
</xsl:when>
2696
</xsl:choose>
2697
</xsl:for-each>
2698
<br/>
2699
</p>
2700
</td>
2701
</tr>
2702
</xsl:otherwise>
2703
</xsl:choose>
2704
<tr>
2705
<td width="5%" align="center">
2706
<p style="font-size: 8pt">5.5.2</p>
2707
</td>
2708
<td align="left">
2709
<p style="font-size: 8pt">
2710
Land treatment/application
2711
<br/>
2712
farming
2713
</p>
2714
</td>
2715
<td align="left">
2716
<p style="font-size: 8pt">
2717
[
2718
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2719
<xsl:choose>
2720
<xsl:when test="TRI:EnvironmentalMediumCode = 'LAND TREA'">
2721
<xsl:choose>
2722
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2723
<span class="answerText">X</span>
2724
</xsl:when>
2725
</xsl:choose>
2726
</xsl:when>
2727
</xsl:choose>
2728
</xsl:for-each>
2729
]
2730
</p>
2731
</td>
2732
<td align="left">
2733
<p style="font-size: 8pt">
2734
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2735
<xsl:choose>
2736
<xsl:when test="TRI:EnvironmentalMediumCode = 'LAND TREA'">
2737
<span class="answerText">
2738
<xsl:choose>
2739
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2740
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2741
<br/>
2742
</xsl:when>
2743
<xsl:otherwise>
2744
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2745
<br/>
2746
</xsl:otherwise>
2747
</xsl:choose>
2748
&#160;</span>
2749
</xsl:when>
2750
</xsl:choose>
2751
</xsl:for-each>
2752
<br/>
2753
</p>
2754
</td>
2755
<td align="left">
2756
<p style="font-size: 8pt">
2757
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2758
<xsl:choose>
2759
<xsl:when test="TRI:EnvironmentalMediumCode = 'LAND TREA'">
2760
<span class="answerText">
2761
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2762
&#160;</span>
2763
</xsl:when>
2764
</xsl:choose>
2765
</xsl:for-each>
2766
<br/>
2767
</p>
2768
</td>
2769
</tr>
2770
<xsl:choose>
2771
<xsl:when test="TRI:SubmissionReportingYear &gt;= '1991' and TRI:SubmissionReportingYear &lt;= '2002'">
2772
<tr>
2773
<td width="5%" align="center">
2774
<p style="font-size: 8pt">5.5.3</p>
2775
</td>
2776
<td align="left">
2777
<p style="font-size: 8pt">
2778
Surface impoundment
2779
<br/>
2780
<br/>
2781
</p>
2782
</td>
2783
<td align="left">
2784
<p style="font-size: 8pt">
2785
[
2786
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2787
<xsl:choose>
2788
<xsl:when test="TRI:EnvironmentalMediumCode = 'SURF IMP'">
2789
<xsl:choose>
2790
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2791
<span class="answerText">X</span>
2792
</xsl:when>
2793
</xsl:choose>
2794
</xsl:when>
2795
</xsl:choose>
2796
</xsl:for-each>
2797
]
2798
</p>
2799
</td>
2800
<td align="left">
2801
<p style="font-size: 8pt">
2802
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2803
<xsl:choose>
2804
<xsl:when test="TRI:EnvironmentalMediumCode = 'SURF IMP'">
2805
<span class="answerText">
2806
<xsl:choose>
2807
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2808
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2809
<br/>
2810
</xsl:when>
2811
<xsl:otherwise>
2812
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2813
<br/>
2814
</xsl:otherwise>
2815
</xsl:choose>
2816
&#160;</span>
2817
</xsl:when>
2818
</xsl:choose>
2819
</xsl:for-each>
2820
<br/>
2821
</p>
2822
</td>
2823
<td align="left">
2824
<p style="font-size: 8pt">
2825
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2826
<xsl:choose>
2827
<xsl:when test="TRI:EnvironmentalMediumCode = 'SURF IMP'">
2828
<span class="answerText">
2829
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2830
&#160;</span>
2831
</xsl:when>
2832
</xsl:choose>
2833
</xsl:for-each>
2834
<br/>
2835
</p>
2836
</td>
2837
</tr>
2838
</xsl:when>
2839
<xsl:otherwise>
2840
<tr>
2841
<td width="5%" align="center">
2842
<p style="font-size: 8pt">5.5.3A</p>
2843
</td>
2844
<td align="left">
2845
<p style="font-size: 8pt">
2846
RCRA Subtitle C
2847
<br/>
2848
surface impoundments
2849
</p>
2850
</td>
2851
<td align="left">
2852
<p style="font-size: 8pt">
2853
[
2854
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2855
<xsl:choose>
2856
<xsl:when test="TRI:EnvironmentalMediumCode = 'SI 5.5.3A'">
2857
<xsl:choose>
2858
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2859
<span class="answerText">X</span>
2860
</xsl:when>
2861
</xsl:choose>
2862
</xsl:when>
2863
</xsl:choose>
2864
</xsl:for-each>
2865
]
2866
</p>
2867
</td>
2868
<td align="left">
2869
<p style="font-size: 8pt">
2870
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2871
<xsl:choose>
2872
<xsl:when test="TRI:EnvironmentalMediumCode = 'SI 5.5.3A'">
2873
<span class="answerText">
2874
<xsl:choose>
2875
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2876
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2877
<br/>
2878
</xsl:when>
2879
<xsl:otherwise>
2880
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2881
<br/>
2882
</xsl:otherwise>
2883
</xsl:choose>
2884
&#160;</span>
2885
</xsl:when>
2886
</xsl:choose>
2887
</xsl:for-each>
2888
<br/>
2889
</p>
2890
</td>
2891
<td align="left">
2892
<p style="font-size: 8pt">
2893
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2894
<xsl:choose>
2895
<xsl:when test="TRI:EnvironmentalMediumCode = 'SI 5.5.3A'">
2896
<span class="answerText">
2897
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2898
&#160;</span>
2899
</xsl:when>
2900
</xsl:choose>
2901
</xsl:for-each>
2902
<br/>
2903
</p>
2904
</td>
2905
</tr>
2906
<tr>
2907
<td width="5%" align="center">
2908
<p style="font-size: 8pt">5.5.3B</p>
2909
</td>
2910
<td align="left">
2911
<p style="font-size: 8pt">
2912
Other surface impoundments
2913
<br/>
2914
<br/>
2915
</p>
2916
</td>
2917
<td align="left">
2918
<p style="font-size: 8pt">
2919
[
2920
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2921
<xsl:choose>
2922
<xsl:when test="TRI:EnvironmentalMediumCode = 'SI 5.5.3B'">
2923
<xsl:choose>
2924
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2925
<span class="answerText">X</span>
2926
</xsl:when>
2927
</xsl:choose>
2928
</xsl:when>
2929
</xsl:choose>
2930
</xsl:for-each>
2931
]
2932
</p>
2933
</td>
2934
<td align="left">
2935
<p style="font-size: 8pt">
2936
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2937
<xsl:choose>
2938
<xsl:when test="TRI:EnvironmentalMediumCode = 'SI 5.5.3B'">
2939
<span class="answerText">
2940
<xsl:choose>
2941
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
2942
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
2943
<br/>
2944
</xsl:when>
2945
<xsl:otherwise>
2946
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
2947
<br/>
2948
</xsl:otherwise>
2949
</xsl:choose>
2950
&#160;</span>
2951
</xsl:when>
2952
</xsl:choose>
2953
</xsl:for-each>
2954
<br/>
2955
</p>
2956
</td>
2957
<td align="left">
2958
<p style="font-size: 8pt">
2959
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2960
<xsl:choose>
2961
<xsl:when test="TRI:EnvironmentalMediumCode = 'SI 5.5.3B'">
2962
<span class="answerText">
2963
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
2964
&#160;</span>
2965
</xsl:when>
2966
</xsl:choose>
2967
</xsl:for-each>
2968
<br/>
2969
</p>
2970
</td>
2971
</tr>
2972
</xsl:otherwise>
2973
</xsl:choose>
2974
<tr>
2975
<td width="5%" align="center">
2976
<p style="font-size: 8pt">5.5.4</p>
2977
</td>
2978
<td align="left">
2979
<p style="font-size: 8pt">
2980
Other disposal
2981
<br/>
2982
<br/>
2983
</p>
2984
</td>
2985
<td align="left">
2986
<p style="font-size: 8pt">
2987
[
2988
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
2989
<xsl:choose>
2990
<xsl:when test="TRI:EnvironmentalMediumCode = 'OTH DISP'">
2991
<xsl:choose>
2992
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
2993
<span class="answerText">X</span>
2994
</xsl:when>
2995
</xsl:choose>
2996
</xsl:when>
2997
</xsl:choose>
2998
</xsl:for-each>
2999
]
3000
</p>
3001
</td>
3002
<td align="left">
3003
<p style="font-size: 8pt">
3004
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
3005
<xsl:choose>
3006
<xsl:when test="TRI:EnvironmentalMediumCode = 'OTH DISP'">
3007
<span class="answerText">
3008
<xsl:choose>
3009
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
3010
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityMeasure"/>
3011
<br/>
3012
</xsl:when>
3013
<xsl:otherwise>
3014
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:WasteQuantityRangeCode"/>
3015
<br/>
3016
</xsl:otherwise>
3017
</xsl:choose>
3018
&#160;</span>
3019
</xsl:when>
3020
</xsl:choose>
3021
</xsl:for-each>
3022
<br/>
3023
</p>
3024
</td>
3025
<td align="left">
3026
<p style="font-size: 8pt">
3027
<xsl:for-each select="TRI:OnsiteReleaseQuantity">
3028
<xsl:choose>
3029
<xsl:when test="TRI:EnvironmentalMediumCode = 'OTH DISP'">
3030
<span class="answerText">
3031
<xsl:value-of select="TRI:OnsiteWasteQuantity/TRI:QuantityBasisEstimationCode"/>
3032
&#160;</span>
3033
</xsl:when>
3034
</xsl:choose>
3035
</xsl:for-each>
3036
<br/>
3037
</p>
3038
</td>
3039
</tr>
3040
</table>
3041
</td>
3042
</tr>
3043
<tr>
3044
<td colspan="2">
3045
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1"
3046
cellspacing="0" cellpadding="1" frame="void">
3047
<tr>
3048
<xsl:choose>
3049
<xsl:when test="TRI:SubmissionReportingYear &lt; '2014'">
3050
<td align="left" colspan="8" style="font-size: 8pt">
3051
<p style="font-size: 8pt">SECTION 6. TRANSFER(S) OF THE
3052
TOXIC CHEMICAL IN WASTES TO
3053
OFF-SITE LOCATIONS </p>
3054
</td>
3055
</xsl:when>
3056
<xsl:otherwise>
3057
<td align="left" colspan="10" style="font-size: 8pt">
3058
<p style="font-size: 8pt">SECTION 6. TRANSFER(S) OF THE
3059
TOXIC CHEMICAL IN WASTES TO
3060
OFF-SITE LOCATIONS </p>
3061
</td>
3062
</xsl:otherwise>
3063
</xsl:choose>
3064
</tr>
3065
3066
<xsl:choose>
3067
<xsl:when test="TRI:SubmissionReportingYear &gt; '2010'">
3068
<xsl:choose>
3069
<xsl:when test="TRI:POTWWasteQuantity/TRI:WasteQuantityNAIndicator = 'true' or not(TRI:POTWWasteQuantity)">
3070
<tr>
3071
<td align="left" style="font-size: 8pt;">
3072
<p style="font-size: 8pt">6.1 DISCHARGES TO PUBLICLY
3073
OWNED TREATMENT WORKS (POTWs)</p>
3074
</td>
3075
<td align="left" style="font-size: 8pt">
3076
<p style="font-size: 8pt">
3077
NA [
3078
<xsl:if test="TRI:POTWWasteQuantity/TRI:WasteQuantityNAIndicator = 'true' or not(TRI:POTWWasteQuantity)">
3079
<span class="answerText">X</span>
3080
</xsl:if>
3081
]
3082
</p>
3083
</td>
3084
</tr>
3085
</xsl:when>
3086
<xsl:otherwise>
3087
<tr>
3088
<td align="left" style="font-size: 8pt;" colspan="3">
3089
<p style="font-size: 8pt">6.1 DISCHARGES TO PUBLICLY
3090
OWNED TREATMENT WORKS (POTWs)</p>
3091
</td>
3092
<xsl:choose>
3093
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013' ">
3094
<td align="left" style="font-size: 8pt" colspan="8"> <!-- 2014 -->
3095
<p style="font-size: 8pt">
3096
NA [
3097
<xsl:if test="TRI:POTWWasteQuantity/TRI:WasteQuantityNAIndicator = 'true' or not(TRI:POTWWasteQuantity)">
3098
<span class="answerText">X</span>
3099
</xsl:if>
3100
]
3101
</p>
3102
</td>
3103
</xsl:when>
3104
<xsl:otherwise>
3105
<td align="left" style="font-size: 6pt" colspan="6"> <!-- 2013 Issue here -->
3106
<p style="font-size: 8pt">
3107
NA [
3108
<xsl:if test="TRI:POTWWasteQuantity/TRI:WasteQuantityNAIndicator = 'true' or not(TRI:POTWWasteQuantity)">
3109
<span class="answerText">X</span>
3110
</xsl:if>
3111
]
3112
</p>
3113
</td>
3114
</xsl:otherwise>
3115
</xsl:choose>
3116
</tr>
3117
</xsl:otherwise>
3118
</xsl:choose>
3119
</xsl:when>
3120
<xsl:otherwise>
3121
<tr>
3122
<td align="left" colspan="8" style="font-size: 8pt">
3123
<p style="font-size: 8pt">6.1 DISCHARGES TO PUBLICLY
3124
OWNED TREATMENT WORKS (POTWs)</p>
3125
</td>
3126
</tr>
3127
<tr>
3128
<td align="left" colspan="8" style="font-size: 8pt">
3129
<p style="font-size: 8pt">6.1.A Total Quantity
3130
Transferred to POTWs and Basis
3131
of Estimate</p>
3132
</td>
3133
</tr>
3134
<tr>
3135
<td align="left" colspan="4">
3136
<p style="font-size: 8pt">
3137
6.1.A.1 Total Transfers (pounds/year*)
3138
<br/>
3139
(Enter range code** or estimate)
3140
</p>
3141
</td>
3142
<td align="center" colspan="4">
3143
<p style="font-size: 8pt">
3144
6.1.A.2 Basis of Estimate
3145
<br/>
3146
(Enter code)
3147
</p>
3148
</td>
3149
</tr>
3150
<tr>
3151
<td align="center" colspan="4">
3152
<p style="font-size: 8pt">
3153
<span class="answerText">
3154
<xsl:choose>
3155
<xsl:when test="TRI:POTWWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">NA</xsl:when>
3156
<xsl:otherwise>
3157
<xsl:choose>
3158
<xsl:when test="TRI:POTWWasteQuantity/TRI:WasteQuantityMeasure >= '0'">
3159
<xsl:value-of select="TRI:POTWWasteQuantity/TRI:WasteQuantityMeasure"/>
3160
<br/>
3161
</xsl:when>
3162
<xsl:otherwise>
3163
<xsl:value-of select="TRI:POTWWasteQuantity/TRI:WasteQuantityRangeCode"/>
3164
<br/>
3165
</xsl:otherwise>
3166
</xsl:choose>
3167
</xsl:otherwise>
3168
</xsl:choose>
3169
</span>
3170
<br/>
3171
</p>
3172
</td>
3173
<td align="center" colspan="4">
3174
<p style="font-size: 8pt">
3175
<span class="answerText">
3176
<xsl:value-of select="TRI:POTWWasteQuantity/TRI:QuantityBasisEstimationCode"/>
3177
</span>
3178
<br/>
3179
</p>
3180
</td>
3181
</tr>
3182
</xsl:otherwise>
3183
</xsl:choose>
3184
3185
<xsl:for-each select="TRI:TransferLocation">
3186
<xsl:if test="TRI:POTWIndicator = 'true'">
3187
<tr>
3188
<td align="center" colspan="2">
3189
<p style="font-size: 8pt">
3190
<br/>
3191
<xsl:choose>
3192
<xsl:when test="../TRI:SubmissionReportingYear &gt; '2010'">
3193
6.1.<xsl:value-of select="TRI:TransferLocationSequenceNumber"/>
3194
</xsl:when>
3195
<xsl:otherwise>
3196
6.1.B.<xsl:value-of select="TRI:TransferLocationSequenceNumber"/>
3197
</xsl:otherwise>
3198
</xsl:choose>
3199
<br/>
3200
<u>POTW Name</u>
3201
<br/>
3202
</p>
3203
</td>
3204
<xsl:choose>
3205
<xsl:when test="../TRI:SubmissionReportingYear &gt; '2013' ">
3206
<td align="left" colspan="8"> <!-- 2014 -->
3207
<p style="font-size: 8pt">
3208
<span class="answerText">
3209
<xsl:value-of select="sc:FacilitySiteName"/>
3210
&#160;</span>
3211
<br/>
3212
</p>
3213
</td>
3214
3215
</xsl:when>
3216
<xsl:otherwise>
3217
<td align="left" colspan="6"> <!-- 2013 -->
3218
<p style="font-size: 8pt">
3219
<span class="answerText">
3220
<xsl:value-of select="sc:FacilitySiteName"/>
3221
&#160;</span>
3222
<br/>
3223
</p>
3224
</td>
3225
</xsl:otherwise>
3226
</xsl:choose>
3227
</tr>
3228
<tr>
3229
<td align="center" colspan="2" width="25%">
3230
<p style="font-size: 8pt">
3231
<br/>
3232
POTW Address
3233
<br/>
3234
</p>
3235
</td>
3236
<xsl:choose>
3237
<xsl:when test="../TRI:SubmissionReportingYear &gt; '2013' ">
3238
<td align="left" colspan="8"> <!-- 2014 -->
3239
<p style="font-size: 8pt">
3240
<span class="answerText">
3241
<xsl:value-of select="sc:LocationAddress/sc:LocationAddressText"/>
3242
&#160; </span>
3243
<br/>
3244
</p>
3245
</td>
3246
</xsl:when>
3247
<xsl:otherwise>
3248
<td align="left" colspan="6"> <!-- 2013 -->
3249
<p style="font-size: 8pt">
3250
<span class="answerText">
3251
<xsl:value-of select="sc:LocationAddress/sc:LocationAddressText"/>
3252
&#160; </span>
3253
<br/>
3254
</p>
3255
</td>
3256
</xsl:otherwise>
3257
</xsl:choose>
3258
</tr>
3259
<tr>
3260
<td width="5%">
3261
<p style="font-size: 8pt">
3262
<br/>
3263
City
3264
<br/>
3265
</p>
3266
</td>
3267
<td>
3268
<p style="font-size: 8pt">
3269
<span class="answerText">
3270
<xsl:value-of select="sc:LocationAddress/sc:LocalityName"/>
3271
&#160;</span>
3272
<br/>
3273
</p>
3274
</td>
3275
<xsl:choose>
3276
<xsl:when test="../TRI:SubmissionReportingYear &lt; '2011'">
3277
<td width="5%">
3278
<p style="font-size: 8pt">
3279
<br/>
3280
State
3281
<br/>
3282
</p>
3283
</td>
3284
<td>
3285
<p style="font-size: 8pt">
3286
<span class="answerText">
3287
<xsl:value-of select="sc:LocationAddress/sc:StateIdentity/sc:StateName"/>
3288
</span>
3289
<br/>
3290
</p>
3291
</td>
3292
<td width="5%">
3293
<p style="font-size: 8pt">
3294
<br/>
3295
County
3296
<br/>
3297
</p>
3298
</td>
3299
<td>
3300
<p style="font-size: 8pt">
3301
<span class="answerText">
3302
<xsl:value-of select="sc:LocationAddress/sc:CountyIdentity/sc:CountyName"/>
3303
&#160;</span>
3304
<br/>
3305
</p>
3306
</td>
3307
</xsl:when>
3308
<xsl:otherwise>
3309
<td width="5%">
3310
<p style="font-size: 8pt">
3311
<br/>
3312
County
3313
<br/>
3314
</p>
3315
</td>
3316
<td>
3317
<p style="font-size: 8pt">
3318
<span class="answerText">
3319
<xsl:value-of select="sc:LocationAddress/sc:CountyIdentity/sc:CountyName"/>
3320
</span>
3321
<br/>
3322
</p>
3323
</td>
3324
<td width="5%">
3325
<p style="font-size: 8pt">
3326
<br/>
3327
State
3328
<br/>
3329
</p>
3330
</td>
3331
<td>
3332
<p style="font-size: 8pt">
3333
<span class="answerText">
3334
<xsl:value-of select="sc:LocationAddress/sc:StateIdentity/sc:StateName"/>
3335
&#160;</span>
3336
<br/>
3337
</p>
3338
</td>
3339
</xsl:otherwise>
3340
</xsl:choose>
3341
<td width="5%">
3342
<p style="font-size: 8pt">
3343
<br/>
3344
ZIP
3345
<br/>
3346
</p>
3347
</td>
3348
<td>
3349
<p style="font-size: 8pt">
3350
<span class="answerText">
3351
<xsl:value-of select="sc:LocationAddress/sc:AddressPostalCode"/>
3352
</span>
3353
<br/>
3354
</p>
3355
</td>
3356
<!-- Country column for RY-2014 and later -->
3357
<xsl:if test="../TRI:SubmissionReportingYear &gt; '2013' ">
3358
<td width="5%">
3359
<p style="font-size: 8pt">
3360
<br/>
3361
Country
3362
<br/>
3363
(Non-US)
3364
</p>
3365
</td>
3366
3367
<td>
3368
<p style="font-size: 8pt">
3369
<span class="answerText">
3370
<xsl:value-of select="sc:LocationAddress/sc:CountryIdentity/sc:CountryName"/>
3371
&#160;</span>
3372
<br/>
3373
</p>
3374
</td>
3375
</xsl:if>
3376
3377
</tr>
3378
3379
<xsl:if test="../TRI:SubmissionReportingYear &gt; '2010'">
3380
<tr>
3381
<xsl:choose>
3382
<xsl:when test="../TRI:SubmissionReportingYear &gt; '2013' ">
3383
<td align="center" colspan="5"> <!-- 2014-->
3384
<p style="font-size: 8pt">
3385
A. Quantity Transferred to this POTW
3386
<br/>
3387
(pounds/year*) (Enter range code**or estimate)
3388
</p>
3389
</td>
3390
</xsl:when>
3391
<xsl:otherwise>
3392
<td align="center" colspan="4"> <!-- 2013 -->
3393
<p style="font-size: 8pt">
3394
A. Quantity Transferred to this POTW
3395
<br/>
3396
(pounds/year*) (Enter range code**or estimate)
3397
</p>
3398
</td>
3399
3400
</xsl:otherwise>
3401
</xsl:choose>
3402
<xsl:choose>
3403
<xsl:when test="../TRI:SubmissionReportingYear &gt; '2013' ">
3404
<td align="center" colspan="5"> <!-- 2014-->
3405
<p style="font-size: 8pt">
3406
B. Basis of Estimate
3407
<br/>
3408
(Enter code)
3409
</p>
3410
</td>
3411
</xsl:when>
3412
<xsl:otherwise>
3413
<td align="center" colspan="4"> <!-- 2013 -->
3414
<p style="font-size: 8pt">
3415
B. Basis of Estimate
3416
<br/>
3417
(Enter code)
3418
</p>
3419
</td>
3420
3421
</xsl:otherwise>
3422
</xsl:choose>
3423
</tr>
3424
3425
<xsl:variable name="locationSequence" select="TRI:TransferLocationSequenceNumber"/>
3426
<xsl:for-each select="../TRI:POTWWasteQuantity">
3427
<xsl:if test="TRI:POTWSequenceNumber = $locationSequence">
3428
<tr>
3429
<xsl:choose>
3430
<xsl:when test="../TRI:SubmissionReportingYear &gt; '2013' ">
3431
<td align="center" colspan="5"> <!-- 2014 -->
3432
<p style="font-size: 8pt">
3433
<span class="answerText">
3434
<xsl:choose>
3435
<xsl:when test="TRI:WasteQuantityNAIndicator = 'true'">NA</xsl:when>
3436
<xsl:otherwise>
3437
<xsl:choose>
3438
<xsl:when test="TRI:WasteQuantityMeasure >= '0'">
3439
<xsl:value-of select="TRI:WasteQuantityMeasure"/>
3440
</xsl:when>
3441
<xsl:otherwise>
3442
<xsl:value-of select="TRI:WasteQuantityRangeCode"/>
3443
<br/>
3444
</xsl:otherwise>
3445
</xsl:choose>
3446
</xsl:otherwise>
3447
</xsl:choose>
3448
&#160;</span>
3449
<br/>
3450
</p>
3451
</td>
3452
</xsl:when>
3453
<xsl:otherwise>
3454
<td align="center" colspan="4"> <!-- 2013 -->
3455
<p style="font-size: 8pt">
3456
<span class="answerText">
3457
<xsl:choose>
3458
<xsl:when test="TRI:WasteQuantityNAIndicator = 'true'">NA</xsl:when>
3459
<xsl:otherwise>
3460
<xsl:choose>
3461
<xsl:when test="TRI:WasteQuantityMeasure >= '0'">
3462
<xsl:value-of select="TRI:WasteQuantityMeasure"/>
3463
</xsl:when>
3464
<xsl:otherwise>
3465
<xsl:value-of select="TRI:WasteQuantityRangeCode"/>
3466
<br/>
3467
</xsl:otherwise>
3468
</xsl:choose>
3469
</xsl:otherwise>
3470
</xsl:choose>
3471
&#160;</span>
3472
<br/>
3473
</p>
3474
</td>
3475
</xsl:otherwise>
3476
</xsl:choose>
3477
<xsl:choose>
3478
<xsl:when test="../TRI:SubmissionReportingYear &gt; '2013' ">
3479
<td align="center" colspan="5"> <!-- 2014 -->
3480
<p style="font-size: 8pt">
3481
<span class="answerText">
3482
<xsl:value-of select="TRI:QuantityBasisEstimationCode"/>
3483
&#160;</span>
3484
<br/>
3485
</p>
3486
</td>
3487
</xsl:when>
3488
<xsl:otherwise>
3489
<td align="center" colspan="4"> <!-- 2013 -->
3490
<p style="font-size: 8pt">
3491
<span class="answerText">
3492
<xsl:value-of select="TRI:QuantityBasisEstimationCode"/>
3493
&#160;</span>
3494
<br/>
3495
</p>
3496
</td>
3497
3498
</xsl:otherwise>
3499
</xsl:choose>
3500
</tr>
3501
</xsl:if>
3502
</xsl:for-each>
3503
</xsl:if>
3504
3505
3506
</xsl:if>
3507
</xsl:for-each>
3508
</table>
3509
</td>
3510
</tr>
3511
</table>
3512
</center>
3513
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="1"
3514
style="font-size: 8pt" border="0">
3515
<tr>
3516
<td colspan="2" align="right">
3517
<p style="font-size: 8pt">*For Dioxin and Dioxin-like Compounds, report in grams/year</p>
3518
</td>
3519
</tr>
3520
<tr>
3521
<td width="50%">
3522
<p style="font-size: 8pt">
3523
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
3524
EPA Form 9350-1 (Rev. <xsl:value-of select="$RevisionDateFormR"/>) - Previous editions are obsolete.
3525
</xsl:if>
3526
</p>
3527
</td>
3528
<td width="50%" align="right">
3529
<p style="font-size: 8pt">**Range Codes: A=1-10 pounds; B=11-499 pounds; C=500-999 pounds.</p>
3530
</td>
3531
</tr>
3532
</table>
3533
<p style="page-break-before: always">&#160;</p>
3534
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="1"
3535
style="font-size: 8pt" border="0" rules="all">
3536
<tr>
3537
<!--<td width="90%">
3538
<a name="PG-4_{$formID}"></a>
3539
<p style="font-size: 8pt">
3540
<a href="#PG-1_{$formID}">1</a>
3541
<a href="#PG-2_{$formID}">2</a>
3542
<a href="#PG-3_{$formID}">3</a>
3543
<a href="#PG-4_{$formID}">4</a>
3544
<a href="#PG-5_{$formID}">5</a>
3545
<a href="#PG-6_{$formID}">Additional Info</a>
3546
<xsl:if test="$ScheduleOneNA = 'false'">
3547
<a href="#S1_PG-1_{$formID}">Schedule 1</a>
3548
</xsl:if>
3549
</p>
3550
</td>-->
3551
<td width="10%">
3552
<p style="font-size: 8pt">
3553
<b>Page 4 of 5 </b>
3554
</p>
3555
</td>
3556
</tr>
3557
</table>
3558
<center>
3559
<tr>
3560
<td align="center" width="100%">
3561
<span style="font-size: 12pt; color: red; font-weight: bold;" class="noPrint">
3562
*** Do not send to EPA: This is the final copy of your form.***
3563
&#160;</span>
3564
</td>
3565
</tr>
3566
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%"
3567
style="font-size: 8pt">
3568
<tr>
3569
<td colspan="2">
3570
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1" cellspacing="0" cellpadding="1" frame="void">
3571
<tr>
3572
<td width="65%" align="center" style="font-size: 10pt">
3573
<p style="font-size: 10pt">
3574
<b>EPA FORM R</b>
3575
<br/>
3576
<b>PART II. CHEMICAL - SPECIFIC INFORMATION (CONTINUED)</b>
3577
</p>
3578
</td>
3579
<td>
3580
TRI Facility ID Number
3581
<hr />
3582
<span class="answerText">
3583
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
3584
&#160;</span>
3585
<hr />
3586
Toxic Chemical, Category, or Generic Name
3587
<hr />
3588
<span class="answerText">
3589
<xsl:choose>
3590
<xsl:when test="TRI:ChemicalIdentification/TRI:ChemicalNameText='NA'">
3591
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalMixtureNameText"/>
3592
</xsl:when>
3593
<xsl:otherwise>
3594
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalNameText"/>
3595
</xsl:otherwise>
3596
</xsl:choose>
3597
&#160;</span>
3598
</td>
3599
</tr>
3600
</table>
3601
</td>
3602
</tr>
3603
<tr>
3604
<td colspan="2">
3605
<table summary="table used for layout purposes" width="100%" border="0" style="font-size: 8pt" cellspacing="0"
3606
cellpadding="1">
3607
<xsl:if test="TRI:SubmissionReportingYear &gt; '2010'">
3608
<tr>
3609
<td align="left" style="font-size: 8pt; width: 405px; border-right: ridge 2px;">
3610
<p style="font-size: 8pt">SECTION 6.2 TRANSFERS TO OTHER OFF-SITE LOCATIONS </p>
3611
</td>
3612
<td align="left" style="font-size: 8pt;">
3613
<p style="font-size: 8pt">
3614
NA [
3615
3616
<xsl:if test="not(TRI:TransferLocation)">
3617
3618
<span class="answerText">X</span>
3619
3620
</xsl:if>
3621
3622
]
3623
</p>
3624
</td>
3625
</tr>
3626
</xsl:if>
3627
<xsl:if test="TRI:SubmissionReportingYear &lt; '2011'">
3628
<tr>
3629
<td align="left" style="font-size: 8pt;">
3630
<p style="font-size: 8pt">SECTION 6.2 TRANSFERS TO OTHER OFF-SITE LOCATIONS </p>
3631
</td>
3632
</tr>
3633
</xsl:if>
3634
</table>
3635
</td>
3636
</tr>
3637
<xsl:for-each select="TRI:TransferLocation">
3638
<xsl:if test="TRI:POTWIndicator = 'false'">
3639
<tr>
3640
<td colspan="2">
3641
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1" cellspacing="0" cellpadding="1" frame="void">
3642
<tr>
3643
<xsl:choose>
3644
<xsl:when test="../TRI:TransferLocation[1]/TRI:POTWIndicator = 'true'">
3645
<td width="55%" style="font-size: 10pt">
3646
<p style="font-size: 8pt">
3647
6.2.<xsl:value-of select="count(preceding-sibling::TRI:TransferLocation) - 1"/>
3648
Off-Site EPA Identification Number (RCRA ID
3649
No.)
3650
</p>
3651
</td>
3652
</xsl:when>
3653
<xsl:otherwise>
3654
<td width="55%" style="font-size: 10pt">
3655
<p style="font-size: 8pt">
3656
6.2.<xsl:value-of select="count(preceding-sibling::TRI:TransferLocation) + 1"/>
3657
Off-Site EPA Identification Number (RCRA ID No.)
3658
</p>
3659
</td>
3660
</xsl:otherwise>
3661
</xsl:choose>
3662
<td>
3663
<p style="font-size: 8pt">
3664
<span class="answerText">
3665
<xsl:value-of select="TRI:RCRAIdentificationNumber"/>
3666
&#160;</span>
3667
<br/>
3668
</p>
3669
</td>
3670
</tr>
3671
<tr>
3672
<td width="25%" style="text-indent: 2em">
3673
<p style="font-size: 8pt">Off-Site Location Name: </p>
3674
</td>
3675
<td>
3676
<p style="font-size: 8pt">
3677
<span class="answerText">
3678
<xsl:value-of select="sc:FacilitySiteName"/>
3679
&#160;</span>
3680
<br/>
3681
</p>
3682
</td>
3683
</tr>
3684
<tr>
3685
<td width="25%" style="text-indent: 2em">
3686
<p style="font-size: 8pt">Off-Site Address: </p>
3687
</td>
3688
<td>
3689
<p style="font-size: 8pt">
3690
<span class="answerText">
3691
<xsl:value-of select="sc:LocationAddress/sc:LocationAddressText"/>
3692
&#160;</span>
3693
<br/>
3694
</p>
3695
</td>
3696
</tr>
3697
</table>
3698
</td>
3699
</tr>
3700
<tr>
3701
<td colspan="2">
3702
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1"
3703
cellspacing="0" cellpadding="1" frame="void">
3704
<tr>
3705
<td width="5%">
3706
<p style="font-size: 8pt">City</p>
3707
</td>
3708
<td width="20%">
3709
<p style="font-size: 8pt">
3710
<span class="answerText">
3711
<xsl:value-of select="sc:LocationAddress/sc:LocalityName"/>
3712
&#160;</span>
3713
<br/>
3714
</p>
3715
</td>
3716
<xsl:choose>
3717
<xsl:when test="../TRI:SubmissionReportingYear &lt; '2011'">
3718
<td width="5%">
3719
<p style="font-size: 8pt">State</p>
3720
</td>
3721
<td width="5%">
3722
<p style="font-size: 8pt">
3723
<span class="answerText">
3724
<xsl:value-of select="sc:LocationAddress/sc:StateIdentity/sc:StateName"/>
3725
</span>
3726
<br/>
3727
</p>
3728
</td>
3729
<td width="10%">
3730
<p style="font-size: 8pt">County</p>
3731
</td>
3732
<td width="20%">
3733
<p style="font-size: 8pt">
3734
<span class="answerText">
3735
<xsl:value-of select="sc:LocationAddress/sc:CountyIdentity/sc:CountyName"/>
3736
</span>
3737
<br/>
3738
</p>
3739
</td>
3740
</xsl:when>
3741
<xsl:otherwise>
3742
<td width="10%">
3743
<p style="font-size: 8pt">County</p>
3744
</td>
3745
<td width="20%">
3746
<p style="font-size: 8pt">
3747
<span class="answerText">
3748
<xsl:value-of select="sc:LocationAddress/sc:CountyIdentity/sc:CountyName"/>
3749
</span>
3750
<br/>
3751
</p>
3752
</td>
3753
<td width="5%">
3754
<p style="font-size: 8pt">State</p>
3755
</td>
3756
<td width="5%">
3757
<p style="font-size: 8pt">
3758
<span class="answerText">
3759
<xsl:value-of select="sc:LocationAddress/sc:StateIdentity/sc:StateName"/>
3760
&#160;</span>
3761
<br/>
3762
</p>
3763
</td>
3764
</xsl:otherwise>
3765
</xsl:choose>
3766
<td width="5%">
3767
<p style="font-size: 8pt">ZIP</p>
3768
</td>
3769
<td width="15%">
3770
<p style="font-size: 8pt">
3771
<span class="answerText">
3772
<xsl:value-of select="sc:LocationAddress/sc:AddressPostalCode"/>
3773
&#160;</span>
3774
<br/>
3775
</p>
3776
</td>
3777
<td width="10%">
3778
<p style="font-size: 8pt">
3779
Country
3780
<br/>
3781
(Non-US)
3782
</p>
3783
</td>
3784
<td width="5%">
3785
<p style="font-size: 8pt">
3786
<span class="answerText">
3787
<xsl:value-of select="sc:LocationAddress/sc:CountryIdentity/sc:CountryName"/>
3788
&#160;</span>
3789
<br/>
3790
</p>
3791
</td>
3792
</tr>
3793
<tr>
3794
<td colspan="6" style="text-indent: 4em">
3795
<p style="font-size: 8pt">Is location under control
3796
of reporting facility or
3797
parent company?</p>
3798
</td>
3799
<td colspan="4" style="font-size: 8pt">
3800
<p style="font-size: 8pt">
3801
<br/>
3802
[
3803
<xsl:choose>
3804
<xsl:when test="sc:FacilitySiteName = 'NA'"></xsl:when>
3805
<xsl:otherwise>
3806
<xsl:choose>
3807
<xsl:when test="TRI:ControlledLocationIndicator = 'true'">
3808
<span class="answerText">X</span>
3809
</xsl:when>
3810
</xsl:choose>
3811
</xsl:otherwise>
3812
</xsl:choose>
3813
] Yes [
3814
<xsl:choose>
3815
<xsl:when test="sc:FacilitySiteName = 'NA'"></xsl:when>
3816
<xsl:otherwise>
3817
<xsl:choose>
3818
<xsl:when test="TRI:ControlledLocationIndicator = 'false'">
3819
<span class="answerText">X</span>
3820
</xsl:when>
3821
</xsl:choose>
3822
</xsl:otherwise>
3823
</xsl:choose>
3824
] No
3825
<br/>
3826
</p>
3827
</td>
3828
</tr>
3829
</table>
3830
</td>
3831
</tr>
3832
<tr>
3833
<td colspan="2">
3834
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1"
3835
cellspacing="0" cellpadding="1" frame="void">
3836
<tr>
3837
<td align="center">
3838
<p style="font-size: 8pt">
3839
A. Total Transfer (pounds/year*)
3840
<br/>
3841
(Enter range code** or estimate)
3842
</p>
3843
</td>
3844
<td align="center">
3845
<p style="font-size: 8pt">
3846
B. Basis of Estimate
3847
<br/>
3848
(Enter code)
3849
</p>
3850
</td>
3851
<td align="center">
3852
<p style="font-size: 8pt">
3853
C. Type of Waste Treatment/Disposal/
3854
<br/>
3855
Recycling/Energy Recovery (Enter code)
3856
</p>
3857
</td>
3858
</tr>
3859
<xsl:for-each select="TRI:TransferQuantity">
3860
<tr style="height: 25px">
3861
<td style="text-indent: 2em">
3862
<p style="font-size: 8pt">
3863
<xsl:value-of select="count(preceding-sibling::TRI:TransferQuantity) + 1"/>
3864
.
3865
<span class="answerText">
3866
<xsl:choose>
3867
<xsl:when test="TRI:TransferWasteQuantity/TRI:WasteQuantityMeasure[.!='']">
3868
<xsl:value-of select="TRI:TransferWasteQuantity/TRI:WasteQuantityMeasure"/>
3869
</xsl:when>
3870
<xsl:otherwise>
3871
<xsl:value-of select="TRI:TransferWasteQuantity/TRI:WasteQuantityRangeCode"/>
3872
</xsl:otherwise>
3873
</xsl:choose>
3874
&#160;</span>
3875
</p>
3876
</td>
3877
<td style="text-indent: 1em">
3878
<p style="font-size: 8pt">
3879
<xsl:value-of select="count(preceding-sibling::TRI:TransferQuantity) + 1"/>
3880
.
3881
<span class="answerText">
3882
<xsl:value-of select="TRI:TransferWasteQuantity/TRI:QuantityBasisEstimationCode"/>
3883
&#160;</span>
3884
</p>
3885
</td>
3886
<td style="text-indent: 2em">
3887
<p style="font-size: 8pt">
3888
<xsl:value-of select="count(preceding-sibling::TRI:TransferQuantity) + 1"/>
3889
.
3890
<span class="answerText">
3891
<xsl:value-of select="TRI:WasteManagementTypeCode"/>
3892
&#160;</span>
3893
</p>
3894
</td>
3895
</tr>
3896
</xsl:for-each>
3897
</table>
3898
</td>
3899
</tr>
3900
</xsl:if>
3901
</xsl:for-each>
3902
<tr>
3903
<td colspan="2">
3904
<xsl:choose>
3905
<xsl:when test="TRI:SubmissionReportingYear &gt;= '1991' and TRI:SubmissionReportingYear &lt; '2005'">
3906
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1"
3907
cellspacing="0" cellpadding="1" frame="void">
3908
<tr>
3909
<td colspan="7" style="font-size: 8pt">
3910
<p style="font-size: 8pt">SECTION 7A. ONSITE WASTE TREATMENT METHODS AND EFFICIENCY</p>
3911
</td>
3912
</tr>
3913
<tr>
3914
<td colspan="7">
3915
<p style="font-size: 8pt">
3916
[
3917
<xsl:choose>
3918
<xsl:when test="TRI:WasteTreatmentNAIndicator = 'true'">
3919
<span class="answerText">X</span>
3920
</xsl:when>
3921
<xsl:otherwise></xsl:otherwise>
3922
</xsl:choose>
3923
] Not Applicable (NA) - Check here if no on-site waste
3924
treatment is applied to any waste stream containing
3925
the toxic chemical or chemical category.
3926
</p>
3927
</td>
3928
</tr>
3929
<tr>
3930
<td width="15%" align="center">
3931
<p style="font-size: 8pt">
3932
a. General
3933
<br/>
3934
Waste Stream
3935
<br/>
3936
(enter code)
3937
</p>
3938
</td>
3939
<td width="45%" align="center">
3940
<p style="font-size: 8pt">
3941
b. Waste Treatment Method(s) Sequence
3942
<br/>
3943
[enter 3-character code(s)]
3944
</p>
3945
</td>
3946
<td align="center">
3947
<p style="font-size: 8pt">
3948
c. Influent Concentration
3949
</p>
3950
</td>
3951
<td align="center">
3952
<p style="font-size: 8pt">
3953
d. % Waste Treatment
3954
<br/>
3955
Efficiency
3956
</p>
3957
</td>
3958
<td align="center">
3959
<p style="font-size: 8pt">
3960
e. Based on
3961
<br/>
3962
Operating Data?
3963
</p>
3964
</td>
3965
</tr>
3966
<xsl:choose>
3967
<xsl:when test="TRI:WasteTreatmentNAIndicator = 'true'"></xsl:when>
3968
<xsl:otherwise>
3969
<xsl:for-each select="TRI:WasteTreatmentDetails">
3970
<tr>
3971
<td align="center">
3972
<p style="font-size: 8pt">
3973
<b style="color: black;font-size: 9pt">
3974
7A.
3975
<xsl:value-of select="count(preceding-sibling::TRI:WasteTreatmentDetails) + 1"/>
3976
a
3977
</b>
3978
<br/>
3979
</p>
3980
</td>
3981
<td width="45%" align="center">
3982
<p style="font-size: 8pt">
3983
<b style="color: black;font-size: 9pt">
3984
7A.
3985
<xsl:value-of select="count(preceding-sibling::TRI:WasteTreatmentDetails) + 1"/>
3986
b
3987
</b>
3988
</p>
3989
</td>
3990
<td align="center">
3991
<p style="font-size: 8pt">
3992
<b style="color: black;font-size: 9pt">
3993
7A.
3994
<xsl:value-of select="count(preceding-sibling::TRI:WasteTreatmentDetails) + 1"/>
3995
c
3996
</b>
3997
<br/>
3998
</p>
3999
</td>
4000
<td align="center">
4001
<p style="font-size: 8pt">
4002
<b style="color: black;font-size: 9pt">
4003
7A.
4004
<xsl:value-of select="count(preceding-sibling::TRI:WasteTreatmentDetails) + 1"/>
4005
d
4006
</b>
4007
<br/>
4008
</p>
4009
</td>
4010
<td align="center">
4011
<p style="font-size: 8pt">
4012
<b style="color: black;font-size: 9pt">
4013
7A.
4014
<xsl:value-of select="count(preceding-sibling::TRI:WasteTreatmentDetails) + 1"/>
4015
e
4016
</b>
4017
<br/>
4018
</p>
4019
</td>
4020
</tr>
4021
<tr>
4022
<td align="center">
4023
<p style="font-size: 8pt">
4024
<span class="answerText">
4025
<xsl:value-of select="TRI:WasteStreamTypeCode"/>
4026
&#160;</span>
4027
</p>
4028
</td>
4029
<td width="45%" align="center">
4030
<p style="font-size: 8pt">
4031
<xsl:for-each select="TRI:WasteTreatmentMethod">
4032
<xsl:value-of select="TRI:WasteTreatmentSequenceNumber + 1"/>
4033
:
4034
<span class="answerText">
4035
<xsl:value-of select="TRI:WasteTreatmentMethodCode"/>
4036
<xsl:text> </xsl:text>
4037
&#160;</span>
4038
</xsl:for-each>
4039
</p>
4040
</td>
4041
<td align="center">
4042
<span class="answerText">
4043
<xsl:value-of select="TRI:InfluentConcentrationRangeCode"/>
4044
&#160;</span>
4045
</td>
4046
<td align="center">
4047
<span class="answerText">
4048
<xsl:value-of select="TRI:TreatmentEfficiencyEstimatePercent"/>
4049
&#160;</span>
4050
</td>
4051
<td align="center">
4052
<span class="answerText">
4053
<xsl:choose>
4054
<xsl:when test="TRI:OperatingDataIndicator = 'true'">
4055
<span class="answerText">X</span>
4056
</xsl:when>
4057
<xsl:otherwise></xsl:otherwise>
4058
</xsl:choose>
4059
&#160;</span>
4060
</td>
4061
</tr>
4062
</xsl:for-each>
4063
</xsl:otherwise>
4064
</xsl:choose>
4065
</table>
4066
</xsl:when>
4067
<xsl:otherwise>
4068
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1"
4069
cellspacing="0" cellpadding="1" frame="void">
4070
<tr>
4071
<td colspan="5" style="font-size: 8pt">
4072
<p style="font-size: 8pt">SECTION 7A. ONSITE WASTE TREATMENT METHODS AND EFFICIENCY</p>
4073
</td>
4074
</tr>
4075
<tr>
4076
<td colspan="5">
4077
<p style="font-size: 8pt">
4078
[
4079
<xsl:choose>
4080
<xsl:when test="TRI:WasteTreatmentNAIndicator = 'true'">
4081
<span class="answerText">X</span>
4082
</xsl:when>
4083
<xsl:otherwise></xsl:otherwise>
4084
</xsl:choose>
4085
] Not Applicable (NA) - Check here if no on-site waste
4086
treatment is applied to any waste stream containing
4087
the toxic chemical or chemical category.
4088
</p>
4089
</td>
4090
</tr>
4091
<tr>
4092
<td width="15%" align="center">
4093
<p style="font-size: 8pt">
4094
a. General
4095
<br/>
4096
Waste Stream
4097
<br/>
4098
(enter code)
4099
</p>
4100
</td>
4101
<td width="45%" align="center">
4102
<p style="font-size: 8pt">
4103
b. Waste Treatment Method(s) Sequence
4104
<br/>
4105
[enter 3-character code(s)]
4106
</p>
4107
</td>
4108
<td align="center">
4109
<p style="font-size: 8pt">
4110
d. Waste Treatment
4111
<br/>
4112
Efficiency
4113
<br/>
4114
Estimate
4115
</p>
4116
</td>
4117
</tr>
4118
<xsl:choose>
4119
<xsl:when test="TRI:WasteTreatmentNAIndicator = 'true'"></xsl:when>
4120
<xsl:otherwise>
4121
<xsl:for-each select="TRI:WasteTreatmentDetails">
4122
<tr>
4123
<td align="center">
4124
<p style="font-size: 8pt">
4125
<b style="color: black;font-size: 9pt">
4126
7A.
4127
<xsl:value-of select="count(preceding-sibling::TRI:WasteTreatmentDetails) + 1"/>
4128
a
4129
</b>
4130
<br/>
4131
</p>
4132
</td>
4133
<td width="45%" align="center">
4134
<p style="font-size: 8pt">
4135
<b style="color: black;font-size: 9pt">
4136
7A.
4137
<xsl:value-of select="count(preceding-sibling::TRI:WasteTreatmentDetails) + 1"/>
4138
b
4139
</b>
4140
</p>
4141
</td>
4142
<td align="center">
4143
<p style="font-size: 8pt">
4144
<b style="color: black;font-size: 9pt">
4145
7A.
4146
<xsl:value-of select="count(preceding-sibling::TRI:WasteTreatmentDetails) + 1"/>
4147
d
4148
</b>
4149
<br/>
4150
</p>
4151
</td>
4152
</tr>
4153
<tr>
4154
<td align="center">
4155
<p style="font-size: 8pt">
4156
<span class="answerText">
4157
<xsl:value-of select="TRI:WasteStreamTypeCode"/>
4158
&#160;</span>
4159
</p>
4160
</td>
4161
<td width="45%" align="center">
4162
<p style="font-size: 8pt">
4163
<xsl:for-each select="TRI:WasteTreatmentMethod">
4164
<xsl:value-of select="TRI:WasteTreatmentSequenceNumber + 1"/>
4165
:
4166
<span class="answerText">
4167
<xsl:value-of select="TRI:WasteTreatmentMethodCode"/>
4168
<xsl:text> </xsl:text>
4169
&#160;</span>
4170
</xsl:for-each>
4171
</p>
4172
</td>
4173
<td align="center">
4174
<span class="answerText">
4175
<xsl:value-of select="TRI:TreatmentEfficiencyRangeCode"/>
4176
&#160;</span>
4177
</td>
4178
</tr>
4179
</xsl:for-each>
4180
</xsl:otherwise>
4181
</xsl:choose>
4182
</table>
4183
</xsl:otherwise>
4184
</xsl:choose>
4185
</td>
4186
</tr>
4187
</table>
4188
</center>
4189
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="1"
4190
style="font-size: 8pt" border="0">
4191
<tr>
4192
<td colspan="2" align="right">
4193
<p style="font-size: 8pt">*For Dioxin and Dioxin-like Compounds,
4194
report in grams/year</p>
4195
</td>
4196
</tr>
4197
<tr>
4198
<td width="50%">
4199
<p style="font-size: 8pt">
4200
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
4201
EPA Form 9350-1 (Rev. <xsl:value-of select="$RevisionDateFormR"/>) - Previous editions are obsolete.
4202
</xsl:if>
4203
</p>
4204
</td>
4205
<td width="50%" align="right">
4206
<p style="font-size: 8pt">**Range Codes: A=1-10 pounds; B=11-499
4207
pounds; C=500-999 pounds.</p>
4208
</td>
4209
</tr>
4210
</table>
4211
<p style="page-break-before: always">&#160;</p>
4212
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="1"
4213
style="font-size: 8pt" border="0">
4214
<tr>
4215
<!--<td width="90%">
4216
<a name="PG-5_{$formID}"></a>
4217
<p style="font-size: 8pt">
4218
<a href="#PG-1_{$formID}">1</a>
4219
<a href="#PG-2_{$formID}">2</a>
4220
<a href="#PG-3_{$formID}">3</a>
4221
<a href="#PG-4_{$formID}">4</a>
4222
<a href="#PG-5_{$formID}">5</a>
4223
<a href="#PG-6_{$formID}">Additional Info</a>
4224
<xsl:if test="$ScheduleOneNA = 'false'">
4225
<a href="#S1_PG-1_{$formID}">Schedule 1</a>
4226
</xsl:if>
4227
</p>
4228
</td>-->
4229
<td width="10%">
4230
<p style="font-size: 8pt">
4231
<b>Page 5 of 5 </b>
4232
</p>
4233
</td>
4234
</tr>
4235
</table>
4236
<center>
4237
<tr>
4238
<td align="center" width="100%">
4239
<span style="font-size: 12pt; color: red; font-weight: bold;" class="noPrint">
4240
*** Do not send to EPA: This is the final copy of your form.***
4241
&#160;</span>
4242
</td>
4243
</tr>
4244
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%"
4245
style="font-size: 8pt">
4246
<tr>
4247
<td colspan="2">
4248
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1" cellspacing="0" cellpadding="1" frame="void">
4249
<tr>
4250
<td width="65%" align="center" style="font-size: 10pt">
4251
<p style="font-size: 10pt">
4252
<b>EPA FORM R</b>
4253
<br/>
4254
<b>PART II. CHEMICAL - SPECIFIC INFORMATION (CONTINUED)</b>
4255
</p>
4256
</td>
4257
<td>
4258
TRI Facility ID Number
4259
<hr />
4260
<span class="answerText">
4261
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
4262
&#160;</span>
4263
<hr />
4264
Toxic Chemical, Category, or Generic Name
4265
<hr />
4266
<span class="answerText">
4267
<xsl:choose>
4268
<xsl:when test="TRI:ChemicalIdentification/TRI:ChemicalNameText='NA'">
4269
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalMixtureNameText"/>
4270
</xsl:when>
4271
<xsl:otherwise>
4272
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalNameText"/>
4273
</xsl:otherwise>
4274
</xsl:choose>
4275
&#160;</span>
4276
</td>
4277
</tr>
4278
</table>
4279
</td>
4280
</tr>
4281
<tr>
4282
<td colspan="2">
4283
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0" cellpadding="1" border="0" frame="void">
4284
<tr>
4285
<td align="left" colspan="8">SECTION 7B. ON-SITE ENERGY RECOVERY PROCESSES</td>
4286
</tr>
4287
<tr>
4288
<td align="left" colspan="8">
4289
[
4290
<xsl:for-each select="TRI:OnsiteRecoveryProcess">
4291
<xsl:choose>
4292
<xsl:when test="TRI:EnergyRecoveryNAIndicator = 'true'">
4293
<span class="answerText">X</span>
4294
</xsl:when>
4295
</xsl:choose>
4296
</xsl:for-each>
4297
] NA - Check here if no on-site
4298
energy recovery is applied to any waste
4299
<br />
4300
stream containing the toxic chemical or chemical
4301
category.
4302
</td>
4303
</tr>
4304
<tr>
4305
<td align="left" colspan="8">
4306
<p style="font-size: 8pt">
4307
Energy Recovery Methods [Enter 3-character code(s)]
4308
<br/>
4309
<br/>
4310
</p>
4311
</td>
4312
</tr>
4313
<tr>
4314
<td align="left" colspan="8">
4315
<xsl:for-each select="TRI:OnsiteRecoveryProcess">
4316
<xsl:choose>
4317
<xsl:when test="TRI:EnergyRecoveryNAIndicator = 'true'"></xsl:when>
4318
<xsl:otherwise>
4319
<xsl:for-each select="TRI:EnergyRecoveryMethodCode">
4320
<span style="border: solid; border-width: thin; padding-left:20px; padding-right:20px;">
4321
<xsl:value-of select="count(preceding-sibling::*) + 1"/>.
4322
<span class="answerText">
4323
<xsl:value-of select="."/>
4324
&#160;</span>
4325
&#160;</span>&#160;&#160;
4326
</xsl:for-each>
4327
</xsl:otherwise>
4328
</xsl:choose>
4329
</xsl:for-each>
4330
&#160;
4331
</td>
4332
</tr>
4333
</table>
4334
</td>
4335
</tr>
4336
<tr>
4337
<td colspan="2">
4338
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0" cellpadding="1" border="0" frame="void">
4339
<tr>
4340
<td align="left" colspan="6">
4341
SECTION 7C. ON-SITE RECYCLING PROCESSES
4342
</td>
4343
</tr>
4344
<tr>
4345
<td align="left" colspan="6">
4346
[
4347
<xsl:for-each select="TRI:OnsiteRecyclingProcess">
4348
<xsl:choose>
4349
<xsl:when test="TRI:OnsiteRecyclingNAIndicator = 'true'">
4350
<span class="answerText">X</span>
4351
</xsl:when>
4352
</xsl:choose>
4353
</xsl:for-each>
4354
] NA - Check here if no on-site
4355
recycling is applied to any waste
4356
<br/>
4357
stream containing the toxic chemical or chemical
4358
category.
4359
</td>
4360
</tr>
4361
<tr>
4362
<td align="left" colspan="6">
4363
<p style="font-size: 8pt">
4364
Recycling Methods [Enter 3-character code(s)]
4365
<br/>
4366
<br/>
4367
</p>
4368
</td>
4369
</tr>
4370
<tr>
4371
<td>
4372
<xsl:for-each select="TRI:OnsiteRecyclingProcess">
4373
<xsl:choose>
4374
<xsl:when test="TRI:OnsiteRecyclingNAIndicator = 'true'"></xsl:when>
4375
<xsl:otherwise>
4376
<xsl:for-each select="TRI:OnsiteRecyclingMethodCode">
4377
<span style="border: solid; border-width: thin; padding-left: 20px; padding-right:20px; width: 85px;">
4378
<xsl:value-of select="count(preceding-sibling::*) + 1"/>.
4379
<span class="answerText">
4380
<xsl:value-of select="."/>
4381
&#160;</span>
4382
&#160;</span>&#160;&#160;
4383
</xsl:for-each>
4384
</xsl:otherwise>
4385
</xsl:choose>
4386
</xsl:for-each>
4387
</td>
4388
</tr>
4389
</table>
4390
</td>
4391
</tr>
4392
<tr>
4393
<td colspan="2">
4394
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1" cellspacing="0" cellpadding="1" frame="void">
4395
<tr>
4396
<td colspan="6" align="left" style="font-size: 8pt">
4397
<p style="font-size: 8pt">SECTION 8. SOURCE REDUCTION AND WASTE MANAGEMENT</p>
4398
</td>
4399
</tr>
4400
<tr>
4401
<td colspan="2"></td>
4402
<td align="center">
4403
<p style="font-size: 8pt">
4404
Column A
4405
<br />
4406
Prior Year
4407
<br />
4408
(pounds/year*)
4409
</p>
4410
</td>
4411
<td align="center">
4412
<p style="font-size: 8pt">
4413
Column B
4414
<br/>
4415
Current Reporting Year
4416
<br/>
4417
(pounds/year*)
4418
</p>
4419
</td>
4420
<td align="center">
4421
<p style="font-size: 8pt">
4422
Column C
4423
<br/>
4424
Following Year
4425
<br/>
4426
(pounds/year*)
4427
</p>
4428
</td>
4429
<td align="center">
4430
<p style="font-size: 8pt">
4431
Column D
4432
<br/>
4433
Second Following Year
4434
<br/>
4435
(pounds/year*)
4436
</p>
4437
</td>
4438
</tr>
4439
<xsl:choose>
4440
<xsl:when test="TRI:SubmissionReportingYear &gt;= '1991' and TRI:SubmissionReportingYear &lt;= '2002'">
4441
<tr>
4442
<td width="5%" align="center">
4443
<p style="font-size: 8pt">8.1</p>
4444
</td>
4445
<td align="left">
4446
<p style="font-size: 8pt">
4447
Quantity Released
4448
</p>
4449
</td>
4450
<td>
4451
<p style="font-size: 8pt">
4452
<xsl:for-each select="TRI:SourceReductionQuantity">
4453
<xsl:for-each select="TRI:OnsiteUICDisposalQuantity">
4454
<xsl:choose>
4455
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
4456
<xsl:choose>
4457
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4458
<span class="answerText">NA&#160;</span>
4459
</xsl:when>
4460
<xsl:otherwise>
4461
<span class="answerText">
4462
<xsl:value-of select="TRI:TotalQuantity"/>
4463
&#160;</span>
4464
</xsl:otherwise>
4465
</xsl:choose>
4466
</xsl:when>
4467
</xsl:choose>
4468
</xsl:for-each>
4469
</xsl:for-each>
4470
<br/>
4471
</p>
4472
</td>
4473
<td>
4474
<p style="font-size: 8pt">
4475
<xsl:for-each select="TRI:SourceReductionQuantity">
4476
<xsl:for-each select="TRI:OnsiteUICDisposalQuantity">
4477
<xsl:choose>
4478
<xsl:when test="TRI:YearOffsetMeasure = '0'">
4479
<xsl:choose>
4480
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4481
<span class="answerText">NA&#160;</span>
4482
</xsl:when>
4483
<xsl:otherwise>
4484
<span class="answerText">
4485
<xsl:value-of select="TRI:TotalQuantity"/>
4486
&#160;</span>
4487
</xsl:otherwise>
4488
</xsl:choose>
4489
</xsl:when>
4490
</xsl:choose>
4491
</xsl:for-each>
4492
</xsl:for-each>
4493
<br/>
4494
</p>
4495
</td>
4496
<td>
4497
<p style="font-size: 8pt">
4498
<xsl:for-each select="TRI:SourceReductionQuantity">
4499
<xsl:for-each select="TRI:OnsiteUICDisposalQuantity">
4500
<xsl:choose>
4501
<xsl:when test="TRI:YearOffsetMeasure = '1'">
4502
<xsl:choose>
4503
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4504
<span class="answerText">NA&#160;</span>
4505
</xsl:when>
4506
<xsl:otherwise>
4507
<span class="answerText">
4508
<xsl:value-of select="TRI:TotalQuantity"/>
4509
&#160;</span>
4510
</xsl:otherwise>
4511
</xsl:choose>
4512
</xsl:when>
4513
</xsl:choose>
4514
</xsl:for-each>
4515
</xsl:for-each>
4516
<br/>
4517
</p>
4518
</td>
4519
<td>
4520
<p style="font-size: 8pt">
4521
<xsl:for-each select="TRI:SourceReductionQuantity">
4522
<xsl:for-each select="TRI:OnsiteUICDisposalQuantity">
4523
<xsl:choose>
4524
<xsl:when test="TRI:YearOffsetMeasure = '2'">
4525
<xsl:choose>
4526
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4527
<span class="answerText">NA&#160;</span>
4528
</xsl:when>
4529
<xsl:otherwise>
4530
<span class="answerText">
4531
<xsl:value-of select="TRI:TotalQuantity"/>
4532
&#160;</span>
4533
</xsl:otherwise>
4534
</xsl:choose>
4535
</xsl:when>
4536
</xsl:choose>
4537
</xsl:for-each>
4538
</xsl:for-each>
4539
<br/>
4540
</p>
4541
</td>
4542
</tr>
4543
</xsl:when>
4544
<xsl:otherwise>
4545
<tr>
4546
<xsl:choose>
4547
<xsl:when test="TRI:SubmissionReportingYear &lt; '2014'">
4548
<td width="5%" align="center">
4549
<p style="font-size: 8pt">8.1</p>
4550
</td>
4551
<td align="center">
4552
<p style="font-size: 8pt">&#160;</p>
4553
</td>
4554
</xsl:when>
4555
<xsl:otherwise>
4556
<td width="5%" align="center" colspan="2">
4557
<p style="font-size: 8pt">8.1 - 8.7 Production-Related Waste Managed</p>
4558
</td>
4559
</xsl:otherwise>
4560
</xsl:choose>
4561
4562
<td>
4563
<p style="background-color: gray">
4564
<br/>
4565
</p>
4566
</td>
4567
<td>
4568
<p style="background-color: gray">
4569
<br/>
4570
</p>
4571
</td>
4572
<td>
4573
<p style="background-color: gray">
4574
<br/>
4575
</p>
4576
</td>
4577
<td>
4578
<p style="background-color: gray">
4579
<br/>
4580
</p>
4581
</td>
4582
</tr>
4583
<tr>
4584
<td width="5%" align="center">
4585
<p style="font-size: 8pt">8.1a</p>
4586
</td>
4587
<td align="left">
4588
<p style="font-size: 8pt">
4589
Total on-site disposal to Class I
4590
<br/>
4591
Underground Injection Wells, RCRA
4592
<br/>
4593
Subtitle C landfills, and other landfills
4594
</p>
4595
</td>
4596
<td>
4597
<p style="font-size: 8pt">
4598
<xsl:for-each select="TRI:SourceReductionQuantity">
4599
<xsl:for-each select="TRI:OnsiteUICDisposalQuantity">
4600
<xsl:choose>
4601
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
4602
<xsl:choose>
4603
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4604
<span class="answerText">NA&#160;</span>
4605
</xsl:when>
4606
<xsl:otherwise>
4607
<span class="answerText">
4608
<xsl:value-of select="TRI:TotalQuantity"/>
4609
&#160;</span>
4610
</xsl:otherwise>
4611
</xsl:choose>
4612
</xsl:when>
4613
</xsl:choose>
4614
</xsl:for-each>
4615
</xsl:for-each>
4616
<br/>
4617
</p>
4618
</td>
4619
<td>
4620
<p style="font-size: 8pt">
4621
<xsl:for-each select="TRI:SourceReductionQuantity">
4622
<xsl:for-each select="TRI:OnsiteUICDisposalQuantity">
4623
<xsl:choose>
4624
<xsl:when test="TRI:YearOffsetMeasure = '0'">
4625
<xsl:choose>
4626
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4627
<span class="answerText">NA&#160;</span>
4628
</xsl:when>
4629
<xsl:otherwise>
4630
<span class="answerText">
4631
<xsl:value-of select="TRI:TotalQuantity"/>
4632
&#160;</span>
4633
</xsl:otherwise>
4634
</xsl:choose>
4635
</xsl:when>
4636
</xsl:choose>
4637
</xsl:for-each>
4638
</xsl:for-each>
4639
<br/>
4640
</p>
4641
</td>
4642
<td>
4643
<p style="font-size: 8pt">
4644
<xsl:for-each select="TRI:SourceReductionQuantity">
4645
<xsl:for-each select="TRI:OnsiteUICDisposalQuantity">
4646
<xsl:choose>
4647
<xsl:when test="TRI:YearOffsetMeasure = '1'">
4648
<xsl:choose>
4649
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4650
<span class="answerText">NA&#160;</span>
4651
</xsl:when>
4652
<xsl:otherwise>
4653
<span class="answerText">
4654
<xsl:value-of select="TRI:TotalQuantity"/>
4655
&#160;</span>
4656
</xsl:otherwise>
4657
</xsl:choose>
4658
</xsl:when>
4659
</xsl:choose>
4660
</xsl:for-each>
4661
</xsl:for-each>
4662
<br/>
4663
</p>
4664
</td>
4665
<td>
4666
<p style="font-size: 8pt">
4667
<xsl:for-each select="TRI:SourceReductionQuantity">
4668
<xsl:for-each select="TRI:OnsiteUICDisposalQuantity">
4669
<xsl:choose>
4670
<xsl:when test="TRI:YearOffsetMeasure = '2'">
4671
<xsl:choose>
4672
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4673
<span class="answerText">NA&#160;</span>
4674
</xsl:when>
4675
<xsl:otherwise>
4676
<span class="answerText">
4677
<xsl:value-of select="TRI:TotalQuantity"/>
4678
&#160;</span>
4679
</xsl:otherwise>
4680
</xsl:choose>
4681
</xsl:when>
4682
</xsl:choose>
4683
</xsl:for-each>
4684
</xsl:for-each>
4685
<br/>
4686
</p>
4687
</td>
4688
</tr>
4689
<tr>
4690
<td width="5%" align="center">
4691
<p style="font-size: 8pt">8.1b</p>
4692
</td>
4693
<td align="left">
4694
<p style="font-size: 8pt">
4695
Total other on-site disposal or other
4696
<br/>
4697
releases
4698
</p>
4699
</td>
4700
<td>
4701
<p style="font-size: 8pt">
4702
<xsl:for-each select="TRI:SourceReductionQuantity">
4703
<xsl:for-each select="TRI:OnsiteOtherDisposalQuantity">
4704
<xsl:choose>
4705
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
4706
<xsl:choose>
4707
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4708
<span class="answerText">NA&#160;</span>
4709
</xsl:when>
4710
<xsl:otherwise>
4711
<span class="answerText">
4712
<xsl:value-of select="TRI:TotalQuantity"/>
4713
&#160;</span>
4714
</xsl:otherwise>
4715
</xsl:choose>
4716
</xsl:when>
4717
</xsl:choose>
4718
</xsl:for-each>
4719
</xsl:for-each>
4720
<br/>
4721
</p>
4722
</td>
4723
<td>
4724
<p style="font-size: 8pt">
4725
<xsl:for-each select="TRI:SourceReductionQuantity">
4726
<xsl:for-each select="TRI:OnsiteOtherDisposalQuantity">
4727
<xsl:choose>
4728
<xsl:when test="TRI:YearOffsetMeasure = '0'">
4729
<xsl:choose>
4730
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4731
<span class="answerText">NA&#160;</span>
4732
</xsl:when>
4733
<xsl:otherwise>
4734
<span class="answerText">
4735
<xsl:value-of select="TRI:TotalQuantity"/>
4736
&#160;</span>
4737
</xsl:otherwise>
4738
</xsl:choose>
4739
</xsl:when>
4740
</xsl:choose>
4741
</xsl:for-each>
4742
</xsl:for-each>
4743
<br/>
4744
</p>
4745
</td>
4746
<td>
4747
<p style="font-size: 8pt">
4748
<xsl:for-each select="TRI:SourceReductionQuantity">
4749
<xsl:for-each select="TRI:OnsiteOtherDisposalQuantity">
4750
<xsl:choose>
4751
<xsl:when test="TRI:YearOffsetMeasure = '1'">
4752
<xsl:choose>
4753
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4754
<span class="answerText">NA&#160;</span>
4755
</xsl:when>
4756
<xsl:otherwise>
4757
<span class="answerText">
4758
<xsl:value-of select="TRI:TotalQuantity"/>
4759
&#160;</span>
4760
</xsl:otherwise>
4761
</xsl:choose>
4762
</xsl:when>
4763
</xsl:choose>
4764
</xsl:for-each>
4765
</xsl:for-each>
4766
<br/>
4767
</p>
4768
</td>
4769
<td>
4770
<p style="font-size: 8pt">
4771
<xsl:for-each select="TRI:SourceReductionQuantity">
4772
<xsl:for-each select="TRI:OnsiteOtherDisposalQuantity">
4773
<xsl:choose>
4774
<xsl:when test="TRI:YearOffsetMeasure = '2'">
4775
<xsl:choose>
4776
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4777
<span class="answerText">NA&#160;</span>
4778
</xsl:when>
4779
<xsl:otherwise>
4780
<span class="answerText">
4781
<xsl:value-of select="TRI:TotalQuantity"/>
4782
&#160;</span>
4783
</xsl:otherwise>
4784
</xsl:choose>
4785
</xsl:when>
4786
</xsl:choose>
4787
</xsl:for-each>
4788
</xsl:for-each>
4789
<br/>
4790
</p>
4791
</td>
4792
</tr>
4793
<tr>
4794
<td width="5%" align="center">
4795
<p style="font-size: 8pt">8.1c</p>
4796
</td>
4797
<td align="left">
4798
<p style="font-size: 8pt">
4799
Total off-site disposal to Class I
4800
<br/>
4801
Underground Injection Wells, RCRA
4802
<br/>
4803
Subtitle C landfills, and other landfills
4804
</p>
4805
</td>
4806
<td>
4807
<p style="font-size: 8pt">
4808
<xsl:for-each select="TRI:SourceReductionQuantity">
4809
<xsl:for-each select="TRI:OffsiteUICDisposalQuantity">
4810
<xsl:choose>
4811
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
4812
<xsl:choose>
4813
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4814
<span class="answerText">NA&#160;</span>
4815
</xsl:when>
4816
<xsl:otherwise>
4817
<span class="answerText">
4818
<xsl:value-of select="TRI:TotalQuantity"/>
4819
&#160;</span>
4820
</xsl:otherwise>
4821
</xsl:choose>
4822
</xsl:when>
4823
</xsl:choose>
4824
</xsl:for-each>
4825
</xsl:for-each>
4826
<br/>
4827
</p>
4828
</td>
4829
<td>
4830
<p style="font-size: 8pt">
4831
<xsl:for-each select="TRI:SourceReductionQuantity">
4832
<xsl:for-each select="TRI:OffsiteUICDisposalQuantity">
4833
<xsl:choose>
4834
<xsl:when test="TRI:YearOffsetMeasure = '0'">
4835
<xsl:choose>
4836
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4837
<span class="answerText">NA&#160;</span>
4838
</xsl:when>
4839
<xsl:otherwise>
4840
<span class="answerText">
4841
<xsl:value-of select="TRI:TotalQuantity"/>
4842
&#160;</span>
4843
</xsl:otherwise>
4844
</xsl:choose>
4845
</xsl:when>
4846
</xsl:choose>
4847
</xsl:for-each>
4848
</xsl:for-each>
4849
<br/>
4850
</p>
4851
</td>
4852
<td>
4853
<p style="font-size: 8pt">
4854
<xsl:for-each select="TRI:SourceReductionQuantity">
4855
<xsl:for-each select="TRI:OffsiteUICDisposalQuantity">
4856
<xsl:choose>
4857
<xsl:when test="TRI:YearOffsetMeasure = '1'">
4858
<xsl:choose>
4859
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4860
<span class="answerText">NA&#160;</span>
4861
</xsl:when>
4862
<xsl:otherwise>
4863
<span class="answerText">
4864
<xsl:value-of select="TRI:TotalQuantity"/>
4865
&#160;</span>
4866
</xsl:otherwise>
4867
</xsl:choose>
4868
</xsl:when>
4869
</xsl:choose>
4870
</xsl:for-each>
4871
</xsl:for-each>
4872
<br/>
4873
</p>
4874
</td>
4875
<td>
4876
<p style="font-size: 8pt">
4877
<xsl:for-each select="TRI:SourceReductionQuantity">
4878
<xsl:for-each select="TRI:OffsiteUICDisposalQuantity">
4879
<xsl:choose>
4880
<xsl:when test="TRI:YearOffsetMeasure = '2'">
4881
<xsl:choose>
4882
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4883
<span class="answerText">NA&#160;</span>
4884
</xsl:when>
4885
<xsl:otherwise>
4886
<span class="answerText">
4887
<xsl:value-of select="TRI:TotalQuantity"/>
4888
&#160;</span>
4889
</xsl:otherwise>
4890
</xsl:choose>
4891
</xsl:when>
4892
</xsl:choose>
4893
</xsl:for-each>
4894
</xsl:for-each>
4895
<br/>
4896
</p>
4897
</td>
4898
</tr>
4899
<tr>
4900
<td width="5%" align="center">
4901
<p style="font-size: 8pt">8.1d</p>
4902
</td>
4903
<td align="left">
4904
<p style="font-size: 8pt">
4905
Total other off-site disposal or other
4906
<br/>
4907
releases
4908
</p>
4909
</td>
4910
<td>
4911
<p style="font-size: 8pt">
4912
<xsl:for-each select="TRI:SourceReductionQuantity">
4913
<xsl:for-each select="TRI:OffsiteOtherDisposalQuantity">
4914
<xsl:choose>
4915
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
4916
<xsl:choose>
4917
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4918
<span class="answerText">NA&#160;</span>
4919
</xsl:when>
4920
<xsl:otherwise>
4921
<span class="answerText">
4922
<xsl:value-of select="TRI:TotalQuantity"/>
4923
&#160;</span>
4924
</xsl:otherwise>
4925
</xsl:choose>
4926
</xsl:when>
4927
</xsl:choose>
4928
</xsl:for-each>
4929
</xsl:for-each>
4930
<br/>
4931
</p>
4932
</td>
4933
<td>
4934
<p style="font-size: 8pt">
4935
<xsl:for-each select="TRI:SourceReductionQuantity">
4936
<xsl:for-each select="TRI:OffsiteOtherDisposalQuantity">
4937
<xsl:choose>
4938
<xsl:when test="TRI:YearOffsetMeasure = '0'">
4939
<xsl:choose>
4940
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4941
<span class="answerText">NA&#160;</span>
4942
</xsl:when>
4943
<xsl:otherwise>
4944
<span class="answerText">
4945
<xsl:value-of select="TRI:TotalQuantity"/>
4946
&#160;</span>
4947
</xsl:otherwise>
4948
</xsl:choose>
4949
</xsl:when>
4950
</xsl:choose>
4951
</xsl:for-each>
4952
</xsl:for-each>
4953
<br/>
4954
</p>
4955
</td>
4956
<td>
4957
<p style="font-size: 8pt">
4958
<xsl:for-each select="TRI:SourceReductionQuantity">
4959
<xsl:for-each select="TRI:OffsiteOtherDisposalQuantity">
4960
<xsl:choose>
4961
<xsl:when test="TRI:YearOffsetMeasure = '1'">
4962
<xsl:choose>
4963
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4964
<span class="answerText">NA&#160;</span>
4965
</xsl:when>
4966
<xsl:otherwise>
4967
<span class="answerText">
4968
<xsl:value-of select="TRI:TotalQuantity"/>
4969
&#160;</span>
4970
</xsl:otherwise>
4971
</xsl:choose>
4972
</xsl:when>
4973
</xsl:choose>
4974
</xsl:for-each>
4975
</xsl:for-each>
4976
<br/>
4977
</p>
4978
</td>
4979
<td>
4980
<p style="font-size: 8pt">
4981
<xsl:for-each select="TRI:SourceReductionQuantity">
4982
<xsl:for-each select="TRI:OffsiteOtherDisposalQuantity">
4983
<xsl:choose>
4984
<xsl:when test="TRI:YearOffsetMeasure = '2'">
4985
<xsl:choose>
4986
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
4987
<span class="answerText">NA&#160;</span>
4988
</xsl:when>
4989
<xsl:otherwise>
4990
<span class="answerText">
4991
<xsl:value-of select="TRI:TotalQuantity"/>
4992
&#160;</span>
4993
</xsl:otherwise>
4994
</xsl:choose>
4995
</xsl:when>
4996
</xsl:choose>
4997
</xsl:for-each>
4998
</xsl:for-each>
4999
<br/>
5000
</p>
5001
</td>
5002
</tr>
5003
</xsl:otherwise>
5004
</xsl:choose>
5005
<tr>
5006
<td width="5%" align="center">
5007
<p style="font-size: 8pt">8.2</p>
5008
</td>
5009
<td align="left">
5010
<p style="font-size: 8pt">
5011
Quantity used for energy recovery
5012
<br/>
5013
on-site
5014
</p>
5015
</td>
5016
<td>
5017
<p style="font-size: 8pt">
5018
<xsl:for-each select="TRI:SourceReductionQuantity">
5019
<xsl:for-each select="TRI:OnsiteEnergyRecoveryQuantity">
5020
<xsl:choose>
5021
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
5022
<xsl:choose>
5023
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5024
<span class="answerText">NA&#160;</span>
5025
</xsl:when>
5026
<xsl:otherwise>
5027
<span class="answerText">
5028
<xsl:value-of select="TRI:TotalQuantity"/>
5029
&#160;</span>
5030
</xsl:otherwise>
5031
</xsl:choose>
5032
</xsl:when>
5033
</xsl:choose>
5034
</xsl:for-each>
5035
</xsl:for-each>
5036
<br/>
5037
</p>
5038
</td>
5039
<td>
5040
<p style="font-size: 8pt">
5041
<xsl:for-each select="TRI:SourceReductionQuantity">
5042
<xsl:for-each select="TRI:OnsiteEnergyRecoveryQuantity">
5043
<xsl:choose>
5044
<xsl:when test="TRI:YearOffsetMeasure = '0'">
5045
<xsl:choose>
5046
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5047
<span class="answerText">NA&#160;</span>
5048
</xsl:when>
5049
<xsl:otherwise>
5050
<span class="answerText">
5051
<xsl:value-of select="TRI:TotalQuantity"/>
5052
&#160;</span>
5053
</xsl:otherwise>
5054
</xsl:choose>
5055
</xsl:when>
5056
</xsl:choose>
5057
</xsl:for-each>
5058
</xsl:for-each>
5059
<br/>
5060
</p>
5061
</td>
5062
<td>
5063
<p style="font-size: 8pt">
5064
<xsl:for-each select="TRI:SourceReductionQuantity">
5065
<xsl:for-each select="TRI:OnsiteEnergyRecoveryQuantity">
5066
<xsl:choose>
5067
<xsl:when test="TRI:YearOffsetMeasure = '1'">
5068
<xsl:choose>
5069
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5070
<span class="answerText">NA&#160;</span>
5071
</xsl:when>
5072
<xsl:otherwise>
5073
<span class="answerText">
5074
<xsl:value-of select="TRI:TotalQuantity"/>
5075
&#160;</span>
5076
</xsl:otherwise>
5077
</xsl:choose>
5078
</xsl:when>
5079
</xsl:choose>
5080
</xsl:for-each>
5081
</xsl:for-each>
5082
<br/>
5083
</p>
5084
</td>
5085
<td>
5086
<p style="font-size: 8pt">
5087
<xsl:for-each select="TRI:SourceReductionQuantity">
5088
<xsl:for-each select="TRI:OnsiteEnergyRecoveryQuantity">
5089
<xsl:choose>
5090
<xsl:when test="TRI:YearOffsetMeasure = '2'">
5091
<xsl:choose>
5092
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5093
<span class="answerText">NA&#160;</span>
5094
</xsl:when>
5095
<xsl:otherwise>
5096
<span class="answerText">
5097
<xsl:value-of select="TRI:TotalQuantity"/>
5098
&#160;</span>
5099
</xsl:otherwise>
5100
</xsl:choose>
5101
</xsl:when>
5102
</xsl:choose>
5103
</xsl:for-each>
5104
</xsl:for-each>
5105
<br/>
5106
</p>
5107
</td>
5108
</tr>
5109
<tr>
5110
<td width="5%" align="center">
5111
<p style="font-size: 8pt">8.3</p>
5112
</td>
5113
<td align="left">
5114
<p style="font-size: 8pt">
5115
Quantity used for energy recovery
5116
<br/>
5117
off-site
5118
</p>
5119
</td>
5120
<td>
5121
<p style="font-size: 8pt">
5122
<xsl:for-each select="TRI:SourceReductionQuantity">
5123
<xsl:for-each select="TRI:OffsiteEnergyRecoveryQuantity">
5124
<xsl:choose>
5125
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
5126
<xsl:choose>
5127
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5128
<span class="answerText">NA&#160;</span>
5129
</xsl:when>
5130
<xsl:otherwise>
5131
<span class="answerText">
5132
<xsl:value-of select="TRI:TotalQuantity"/>
5133
&#160;</span>
5134
</xsl:otherwise>
5135
</xsl:choose>
5136
</xsl:when>
5137
</xsl:choose>
5138
</xsl:for-each>
5139
</xsl:for-each>
5140
<br/>
5141
</p>
5142
</td>
5143
<td>
5144
<p style="font-size: 8pt">
5145
<xsl:for-each select="TRI:SourceReductionQuantity">
5146
<xsl:for-each select="TRI:OffsiteEnergyRecoveryQuantity">
5147
<xsl:choose>
5148
<xsl:when test="TRI:YearOffsetMeasure = '0'">
5149
<xsl:choose>
5150
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5151
<span class="answerText">NA&#160;</span>
5152
</xsl:when>
5153
<xsl:otherwise>
5154
<span class="answerText">
5155
<xsl:value-of select="TRI:TotalQuantity"/>
5156
&#160;</span>
5157
</xsl:otherwise>
5158
</xsl:choose>
5159
</xsl:when>
5160
</xsl:choose>
5161
</xsl:for-each>
5162
</xsl:for-each>
5163
<br/>
5164
</p>
5165
</td>
5166
<td>
5167
<p style="font-size: 8pt">
5168
<xsl:for-each select="TRI:SourceReductionQuantity">
5169
<xsl:for-each select="TRI:OffsiteEnergyRecoveryQuantity">
5170
<xsl:choose>
5171
<xsl:when test="TRI:YearOffsetMeasure = '1'">
5172
<xsl:choose>
5173
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5174
<span class="answerText">NA&#160;</span>
5175
</xsl:when>
5176
<xsl:otherwise>
5177
<span class="answerText">
5178
<xsl:value-of select="TRI:TotalQuantity"/>
5179
&#160;</span>
5180
</xsl:otherwise>
5181
</xsl:choose>
5182
</xsl:when>
5183
</xsl:choose>
5184
</xsl:for-each>
5185
</xsl:for-each>
5186
<br/>
5187
</p>
5188
</td>
5189
<td>
5190
<p style="font-size: 8pt">
5191
<xsl:for-each select="TRI:SourceReductionQuantity">
5192
<xsl:for-each select="TRI:OffsiteEnergyRecoveryQuantity">
5193
<xsl:choose>
5194
<xsl:when test="TRI:YearOffsetMeasure = '2'">
5195
<xsl:choose>
5196
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5197
<span class="answerText">NA&#160;</span>
5198
</xsl:when>
5199
<xsl:otherwise>
5200
<span class="answerText">
5201
<xsl:value-of select="TRI:TotalQuantity"/>
5202
&#160;</span>
5203
</xsl:otherwise>
5204
</xsl:choose>
5205
</xsl:when>
5206
</xsl:choose>
5207
</xsl:for-each>
5208
</xsl:for-each>
5209
<br/>
5210
</p>
5211
</td>
5212
</tr>
5213
<tr>
5214
<td width="5%" align="center">
5215
<p style="font-size: 8pt">8.4</p>
5216
</td>
5217
<td align="left">
5218
<p style="font-size: 8pt">
5219
Quantity recycled on-site
5220
<br/>
5221
<br/>
5222
</p>
5223
</td>
5224
<td>
5225
<p style="font-size: 8pt">
5226
<xsl:for-each select="TRI:SourceReductionQuantity">
5227
<xsl:for-each select="TRI:OnsiteRecycledQuantity">
5228
<xsl:choose>
5229
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
5230
<xsl:choose>
5231
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5232
<span class="answerText">NA&#160;</span>
5233
</xsl:when>
5234
<xsl:otherwise>
5235
<span class="answerText">
5236
<xsl:value-of select="TRI:TotalQuantity"/>
5237
&#160;</span>
5238
</xsl:otherwise>
5239
</xsl:choose>
5240
</xsl:when>
5241
</xsl:choose>
5242
</xsl:for-each>
5243
</xsl:for-each>
5244
<br/>
5245
</p>
5246
</td>
5247
<td>
5248
<p style="font-size: 8pt">
5249
<xsl:for-each select="TRI:SourceReductionQuantity">
5250
<xsl:for-each select="TRI:OnsiteRecycledQuantity">
5251
<xsl:choose>
5252
<xsl:when test="TRI:YearOffsetMeasure = '0'">
5253
<xsl:choose>
5254
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5255
<span class="answerText">NA&#160;</span>
5256
</xsl:when>
5257
<xsl:otherwise>
5258
<span class="answerText">
5259
<xsl:value-of select="TRI:TotalQuantity"/>
5260
&#160;</span>
5261
</xsl:otherwise>
5262
</xsl:choose>
5263
</xsl:when>
5264
</xsl:choose>
5265
</xsl:for-each>
5266
</xsl:for-each>
5267
<br/>
5268
</p>
5269
</td>
5270
<td>
5271
<p style="font-size: 8pt">
5272
<xsl:for-each select="TRI:SourceReductionQuantity">
5273
<xsl:for-each select="TRI:OnsiteRecycledQuantity">
5274
<xsl:choose>
5275
<xsl:when test="TRI:YearOffsetMeasure = '1'">
5276
<xsl:choose>
5277
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5278
<span class="answerText">NA&#160;</span>
5279
</xsl:when>
5280
<xsl:otherwise>
5281
<span class="answerText">
5282
<xsl:value-of select="TRI:TotalQuantity"/>
5283
&#160;</span>
5284
</xsl:otherwise>
5285
</xsl:choose>
5286
</xsl:when>
5287
</xsl:choose>
5288
</xsl:for-each>
5289
</xsl:for-each>
5290
<br/>
5291
</p>
5292
</td>
5293
<td>
5294
<p style="font-size: 8pt">
5295
<xsl:for-each select="TRI:SourceReductionQuantity">
5296
<xsl:for-each select="TRI:OnsiteRecycledQuantity">
5297
<xsl:choose>
5298
<xsl:when test="TRI:YearOffsetMeasure = '2'">
5299
<xsl:choose>
5300
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5301
<span class="answerText">NA&#160;</span>
5302
</xsl:when>
5303
<xsl:otherwise>
5304
<span class="answerText">
5305
<xsl:value-of select="TRI:TotalQuantity"/>
5306
&#160;</span>
5307
</xsl:otherwise>
5308
</xsl:choose>
5309
</xsl:when>
5310
</xsl:choose>
5311
</xsl:for-each>
5312
</xsl:for-each>
5313
<br/>
5314
</p>
5315
</td>
5316
</tr>
5317
<tr>
5318
<td width="5%" align="center">
5319
<p style="font-size: 8pt">8.5</p>
5320
</td>
5321
<td align="left">
5322
<p style="font-size: 8pt">
5323
Quantity recycled off-site
5324
<br/>
5325
<br/>
5326
</p>
5327
</td>
5328
<td>
5329
<p style="font-size: 8pt">
5330
<xsl:for-each select="TRI:SourceReductionQuantity">
5331
<xsl:for-each select="TRI:OffsiteRecycledQuantity">
5332
<xsl:choose>
5333
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
5334
<xsl:choose>
5335
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5336
<span class="answerText">NA&#160;</span>
5337
</xsl:when>
5338
<xsl:otherwise>
5339
<span class="answerText">
5340
<xsl:value-of select="TRI:TotalQuantity"/>
5341
&#160;</span>
5342
</xsl:otherwise>
5343
</xsl:choose>
5344
</xsl:when>
5345
</xsl:choose>
5346
</xsl:for-each>
5347
</xsl:for-each>
5348
<br/>
5349
</p>
5350
</td>
5351
<td>
5352
<p style="font-size: 8pt">
5353
<xsl:for-each select="TRI:SourceReductionQuantity">
5354
<xsl:for-each select="TRI:OffsiteRecycledQuantity">
5355
<xsl:choose>
5356
<xsl:when test="TRI:YearOffsetMeasure = '0'">
5357
<xsl:choose>
5358
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5359
<span class="answerText">NA&#160;</span>
5360
</xsl:when>
5361
<xsl:otherwise>
5362
<span class="answerText">
5363
<xsl:value-of select="TRI:TotalQuantity"/>
5364
&#160;</span>
5365
</xsl:otherwise>
5366
</xsl:choose>
5367
</xsl:when>
5368
</xsl:choose>
5369
</xsl:for-each>
5370
</xsl:for-each>
5371
<br/>
5372
</p>
5373
</td>
5374
<td>
5375
<p style="font-size: 8pt">
5376
<xsl:for-each select="TRI:SourceReductionQuantity">
5377
<xsl:for-each select="TRI:OffsiteRecycledQuantity">
5378
<xsl:choose>
5379
<xsl:when test="TRI:YearOffsetMeasure = '1'">
5380
<xsl:choose>
5381
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5382
<span class="answerText">NA&#160;</span>
5383
</xsl:when>
5384
<xsl:otherwise>
5385
<span class="answerText">
5386
<xsl:value-of select="TRI:TotalQuantity"/>
5387
&#160;</span>
5388
</xsl:otherwise>
5389
</xsl:choose>
5390
</xsl:when>
5391
</xsl:choose>
5392
</xsl:for-each>
5393
</xsl:for-each>
5394
<br/>
5395
</p>
5396
</td>
5397
<td>
5398
<p style="font-size: 8pt">
5399
<xsl:for-each select="TRI:SourceReductionQuantity">
5400
<xsl:for-each select="TRI:OffsiteRecycledQuantity">
5401
<xsl:choose>
5402
<xsl:when test="TRI:YearOffsetMeasure = '2'">
5403
<xsl:choose>
5404
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5405
<span class="answerText">NA&#160;</span>
5406
</xsl:when>
5407
<xsl:otherwise>
5408
<span class="answerText">
5409
<xsl:value-of select="TRI:TotalQuantity"/>
5410
&#160;</span>
5411
</xsl:otherwise>
5412
</xsl:choose>
5413
</xsl:when>
5414
</xsl:choose>
5415
</xsl:for-each>
5416
</xsl:for-each>
5417
<br/>
5418
</p>
5419
</td>
5420
</tr>
5421
<tr>
5422
<td width="5%" align="center">
5423
<p style="font-size: 8pt">8.6</p>
5424
</td>
5425
<td align="left">
5426
<p style="font-size: 8pt">
5427
Quantity treated on-site
5428
<br/>
5429
<br/>
5430
</p>
5431
</td>
5432
<td>
5433
<p style="font-size: 8pt">
5434
<xsl:for-each select="TRI:SourceReductionQuantity">
5435
<xsl:for-each select="TRI:OnsiteTreatedQuantity">
5436
<xsl:choose>
5437
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
5438
<xsl:choose>
5439
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5440
<span class="answerText">NA&#160;</span>
5441
</xsl:when>
5442
<xsl:otherwise>
5443
<span class="answerText">
5444
<xsl:value-of select="TRI:TotalQuantity"/>
5445
&#160;</span>
5446
</xsl:otherwise>
5447
</xsl:choose>
5448
</xsl:when>
5449
</xsl:choose>
5450
</xsl:for-each>
5451
</xsl:for-each>
5452
<br/>
5453
</p>
5454
</td>
5455
<td>
5456
<p style="font-size: 8pt">
5457
<xsl:for-each select="TRI:SourceReductionQuantity">
5458
<xsl:for-each select="TRI:OnsiteTreatedQuantity">
5459
<xsl:choose>
5460
<xsl:when test="TRI:YearOffsetMeasure = '0'">
5461
<xsl:choose>
5462
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5463
<span class="answerText">NA&#160;</span>
5464
</xsl:when>
5465
<xsl:otherwise>
5466
<span class="answerText">
5467
<xsl:value-of select="TRI:TotalQuantity"/>
5468
&#160;</span>
5469
</xsl:otherwise>
5470
</xsl:choose>
5471
</xsl:when>
5472
</xsl:choose>
5473
</xsl:for-each>
5474
</xsl:for-each>
5475
<br/>
5476
</p>
5477
</td>
5478
<td>
5479
<p style="font-size: 8pt">
5480
<xsl:for-each select="TRI:SourceReductionQuantity">
5481
<xsl:for-each select="TRI:OnsiteTreatedQuantity">
5482
<xsl:choose>
5483
<xsl:when test="TRI:YearOffsetMeasure = '1'">
5484
<xsl:choose>
5485
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5486
<span class="answerText">NA&#160;</span>
5487
</xsl:when>
5488
<xsl:otherwise>
5489
<span class="answerText">
5490
<xsl:value-of select="TRI:TotalQuantity"/>
5491
&#160;</span>
5492
</xsl:otherwise>
5493
</xsl:choose>
5494
</xsl:when>
5495
</xsl:choose>
5496
</xsl:for-each>
5497
</xsl:for-each>
5498
<br/>
5499
</p>
5500
</td>
5501
<td>
5502
<p style="font-size: 8pt">
5503
<xsl:for-each select="TRI:SourceReductionQuantity">
5504
<xsl:for-each select="TRI:OnsiteTreatedQuantity">
5505
<xsl:choose>
5506
<xsl:when test="TRI:YearOffsetMeasure = '2'">
5507
<xsl:choose>
5508
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5509
<span class="answerText">NA&#160;</span>
5510
</xsl:when>
5511
<xsl:otherwise>
5512
<span class="answerText">
5513
<xsl:value-of select="TRI:TotalQuantity"/>
5514
&#160;</span>
5515
</xsl:otherwise>
5516
</xsl:choose>
5517
</xsl:when>
5518
</xsl:choose>
5519
</xsl:for-each>
5520
</xsl:for-each>
5521
<br/>
5522
</p>
5523
</td>
5524
</tr>
5525
<tr>
5526
<td width="5%" align="center">
5527
<p style="font-size: 8pt">8.7</p>
5528
</td>
5529
<td align="left">
5530
<p style="font-size: 8pt">
5531
Quantity treated off-site
5532
<br/>
5533
<br/>
5534
</p>
5535
</td>
5536
<td>
5537
<p style="font-size: 8pt">
5538
<xsl:for-each select="TRI:SourceReductionQuantity">
5539
<xsl:for-each select="TRI:OffsiteTreatedQuantity">
5540
<xsl:choose>
5541
<xsl:when test="TRI:YearOffsetMeasure = '-1'">
5542
<xsl:choose>
5543
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5544
<span class="answerText">NA&#160;</span>
5545
</xsl:when>
5546
<xsl:otherwise>
5547
<span class="answerText">
5548
<xsl:value-of select="TRI:TotalQuantity"/>
5549
&#160;</span>
5550
</xsl:otherwise>
5551
</xsl:choose>
5552
</xsl:when>
5553
</xsl:choose>
5554
</xsl:for-each>
5555
</xsl:for-each>
5556
<br/>
5557
</p>
5558
</td>
5559
<td>
5560
<p style="font-size: 8pt">
5561
<xsl:for-each select="TRI:SourceReductionQuantity">
5562
<xsl:for-each select="TRI:OffsiteTreatedQuantity">
5563
<xsl:choose>
5564
<xsl:when test="TRI:YearOffsetMeasure = '0'">
5565
<xsl:choose>
5566
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5567
<span class="answerText">NA&#160;</span>
5568
</xsl:when>
5569
<xsl:otherwise>
5570
<span class="answerText">
5571
<xsl:value-of select="TRI:TotalQuantity"/>
5572
&#160;</span>
5573
</xsl:otherwise>
5574
</xsl:choose>
5575
</xsl:when>
5576
</xsl:choose>
5577
</xsl:for-each>
5578
</xsl:for-each>
5579
<br/>
5580
</p>
5581
</td>
5582
<td>
5583
<p style="font-size: 8pt">
5584
<xsl:for-each select="TRI:SourceReductionQuantity">
5585
<xsl:for-each select="TRI:OffsiteTreatedQuantity">
5586
<xsl:choose>
5587
<xsl:when test="TRI:YearOffsetMeasure = '1'">
5588
<xsl:choose>
5589
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5590
<span class="answerText">NA&#160;</span>
5591
</xsl:when>
5592
<xsl:otherwise>
5593
<span class="answerText">
5594
<xsl:value-of select="TRI:TotalQuantity"/>
5595
&#160;</span>
5596
</xsl:otherwise>
5597
</xsl:choose>
5598
</xsl:when>
5599
</xsl:choose>
5600
</xsl:for-each>
5601
</xsl:for-each>
5602
<br/>
5603
</p>
5604
</td>
5605
<td>
5606
<p style="font-size: 8pt">
5607
<xsl:for-each select="TRI:SourceReductionQuantity">
5608
<xsl:for-each select="TRI:OffsiteTreatedQuantity">
5609
<xsl:choose>
5610
<xsl:when test="TRI:YearOffsetMeasure = '2'">
5611
<xsl:choose>
5612
<xsl:when test="TRI:TotalQuantityNAIndicator = 'true'">
5613
<span class="answerText">NA&#160;</span>
5614
</xsl:when>
5615
<xsl:otherwise>
5616
<span class="answerText">
5617
<xsl:value-of select="TRI:TotalQuantity"/>
5618
&#160;</span>
5619
</xsl:otherwise>
5620
</xsl:choose>
5621
</xsl:when>
5622
</xsl:choose>
5623
</xsl:for-each>
5624
</xsl:for-each>
5625
<br/>
5626
</p>
5627
</td>
5628
</tr>
5629
<tr>
5630
<td width="5%" align="center">
5631
<p style="font-size: 8pt">8.8</p>
5632
</td>
5633
<td colspan="2" align="left">
5634
<p style="font-size: 8pt">
5635
<xsl:choose>
5636
<xsl:when test="TRI:SubmissionReportingYear &lt; '2014'">
5637
Quantity released to the environment as a result of
5638
remedial actions,
5639
<br/>
5640
catastrophic events, or one-time events not associated
5641
with production processes (pounds/year)
5642
</xsl:when>
5643
<xsl:otherwise>
5644
Non-production-related waste managed**
5645
</xsl:otherwise>
5646
</xsl:choose>
5647
</p>
5648
</td>
5649
<td colspan="3">
5650
<span class="answerText">
5651
<xsl:choose>
5652
<xsl:when test="TRI:SourceReductionQuantity/TRI:OneTimeReleaseNAIndicator = 'true'">NA</xsl:when>
5653
<xsl:otherwise>
5654
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OneTimeReleaseQuantity"/>
5655
</xsl:otherwise>
5656
</xsl:choose>
5657
&#160;</span>
5658
<br/>
5659
</td>
5660
</tr>
5661
<tr>
5662
<td width="5%" align="center">
5663
<p style="font-size: 8pt">8.9</p>
5664
</td>
5665
<xsl:choose>
5666
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013'">
5667
<td colspan="2" align="left">
5668
<p style="font-size: 8pt">
5669
<xsl:choose>
5670
<xsl:when test="TRI:SourceReductionQuantity/TRI:ProductionRatioType = 'PRODUCTION'">[<span class="answerText">X</span>]</xsl:when>
5671
<xsl:otherwise>[&#160;]</xsl:otherwise>
5672
</xsl:choose>
5673
Production ratio or
5674
<xsl:choose>
5675
<xsl:when test="TRI:SourceReductionQuantity/TRI:ProductionRatioType = 'ACTIVITY'">[<span class="answerText">X</span>]</xsl:when>
5676
<xsl:otherwise>[&#160;]</xsl:otherwise>
5677
</xsl:choose>
5678
Activity ratio (select one and enter value to right)
5679
</p>
5680
</td>
5681
</xsl:when>
5682
<xsl:otherwise>
5683
<td colspan="2" align="left">
5684
<p style="font-size: 8pt">Production ratio or activity index</p>
5685
</td>
5686
</xsl:otherwise>
5687
</xsl:choose>
5688
<td colspan="3">
5689
<span class="answerText">
5690
<xsl:choose>
5691
<xsl:when test="TRI:SourceReductionQuantity/TRI:ProductionRatioNAIndicator = 'true'">NA</xsl:when>
5692
<xsl:otherwise>
5693
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:ProductionRatioMeasure"/>
5694
</xsl:otherwise>
5695
</xsl:choose>
5696
&#160;</span>
5697
<br/>
5698
</td>
5699
</tr>
5700
<tr>
5701
<td width="5%" align="center">
5702
<p style="font-size: 8pt">8.10</p>
5703
</td>
5704
<xsl:choose>
5705
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'">
5706
<td colspan="5">
5707
<p style="font-size: 8pt">
5708
Did your facility engage in any source reduction activities for this chemical during the reporting
5709
year? If not, enter "NA" in Section 8.10.1 and answer Section 8.11.
5710
</p>
5711
</td>
5712
</xsl:when>
5713
<xsl:otherwise>
5714
<td colspan="2">
5715
<p style="font-size: 8pt">
5716
Did your facility engage in any newly implemented source reduction activities for this
5717
chemical during the reporting year?
5718
<br/>
5719
If so, complete the following section; if not, check NA.
5720
</p>
5721
</td>
5722
<td colspan="3">
5723
NA [
5724
<xsl:choose>
5725
<xsl:when test="TRI:SourceReductionNAIndicator = 'true'">
5726
<span class="answerText">X</span>
5727
</xsl:when>
5728
<xsl:otherwise>&#160;</xsl:otherwise>
5729
</xsl:choose>
5730
]
5731
5732
<br/>
5733
</td>
5734
</xsl:otherwise>
5735
</xsl:choose>
5736
5737
</tr>
5738
</table>
5739
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1"
5740
cellspacing="0" cellpadding="1" frame="above">
5741
<tr>
5742
<td width="5%"></td>
5743
<td align="center">
5744
<p style="font-size: 8pt">
5745
Source Reduction Activities
5746
<br/>
5747
(Enter code(s))
5748
</p>
5749
</td>
5750
<td colspan="3" align="center">
5751
<p style="font-size: 8pt">Methods to Identify Activity
5752
(Enter code(s))</p>
5753
</td>
5754
<xsl:if test="TRI:SubmissionReportingYear &gt; '2013'">
5755
<td align="center">
5756
<p style="font-size: 8pt">Estimated annual
5757
reduction
5758
(Enter code(s))
5759
(optional)</p>
5760
</td>
5761
</xsl:if>
5762
</tr>
5763
<xsl:choose>
5764
<xsl:when test="TRI:SourceReductionNAIndicator = 'true'">
5765
<tr>
5766
<td width="5%" align="center">
5767
<p style="font-size: 8pt">8.10.1</p>
5768
</td>
5769
<td>
5770
<p style="font-size: 8pt">
5771
<b style="color: blue;font-size: 9pt">NA</b>
5772
<br/>
5773
</p>
5774
</td>
5775
<td style="text-indent: 1em">
5776
<p style="font-size: 8pt">
5777
<br/>
5778
<br/>
5779
</p>
5780
</td>
5781
<td style="text-indent: 1em">
5782
<p style="font-size: 8pt">
5783
<br/>
5784
<br/>
5785
</p>
5786
</td>
5787
<td style="text-indent: 1em">
5788
<p style="font-size: 8pt">
5789
<br/>
5790
<br/>
5791
</p>
5792
</td>
5793
</tr>
5794
</xsl:when>
5795
<xsl:otherwise>
5796
<xsl:for-each select="TRI:SourceReductionActivity">
5797
<tr>
5798
<td width="5%" align="center">
5799
<p style="font-size: 8pt">
5800
8.10.<xsl:value-of select="count(preceding-sibling::TRI:SourceReductionActivity) + 1"/>
5801
</p>
5802
</td>
5803
<td>
5804
<p style="font-size: 8pt">
5805
<span class="answerText">
5806
<xsl:value-of select="TRI:SourceReductionActivityCode"/>
5807
&#160;</span>
5808
<br/>
5809
</p>
5810
</td>
5811
<td style="text-indent: 1em" width="15%"
5812
align="center">
5813
<p style="font-size: 8pt">
5814
<span class="answerText">
5815
<xsl:value-of select="TRI:SourceReductionMethodCode[1]"/>
5816
&#160;</span>
5817
<br/>
5818
<br/>
5819
</p>
5820
</td>
5821
<td style="text-indent: 1em" width="15%"
5822
align="center">
5823
<p style="font-size: 8pt">
5824
<span class="answerText">
5825
<xsl:value-of select="TRI:SourceReductionMethodCode[2]"/>
5826
&#160;</span>
5827
<br/>
5828
<br/>
5829
</p>
5830
</td>
5831
<td style="text-indent: 1em" width="15%"
5832
align="center">
5833
<p style="font-size: 8pt">
5834
<span class="answerText">
5835
<xsl:value-of select="TRI:SourceReductionMethodCode[3]"/>
5836
&#160;</span>
5837
<br/>
5838
<br/>
5839
</p>
5840
</td>
5841
<xsl:choose>
5842
<xsl:when test="../TRI:SubmissionReportingYear &gt; '2013'">
5843
<td style="text-indent: 1em" width="15%"
5844
align="center">
5845
<p style="font-size: 8pt">
5846
<span class="answerText">
5847
<xsl:value-of select="TRI:SourceReductionEfficiencyCode"/>
5848
&#160;</span>
5849
<br/>
5850
<br/>
5851
</p>
5852
</td>
5853
</xsl:when>
5854
</xsl:choose>
5855
</tr>
5856
</xsl:for-each>
5857
</xsl:otherwise>
5858
</xsl:choose>
5859
<xsl:if test="TRI:SubmissionReportingYear &lt; '2011'">
5860
<tr>
5861
5862
<td width="5%" align="center">
5863
<p style="font-size: 8pt">8.11</p>
5864
</td>
5865
<td colspan="2">
5866
5867
<p style="font-size: 8pt">If you wish to submit
5868
additional optional
5869
information on source
5870
reduction, recycling, or
5871
pollution control activities,
5872
check "Yes."</p>
5873
</td>
5874
<td colspan="2" style="font-size: 8pt">
5875
<p style="font-size: 8pt">
5876
Yes [
5877
5878
<xsl:choose>
5879
<xsl:when test="TRI:SubmissionAdditionalDataIndicator = 'true'">
5880
<span class="answerText">X</span>
5881
</xsl:when>
5882
</xsl:choose>
5883
]
5884
5885
</p>
5886
</td>
5887
</tr>
5888
</xsl:if>
5889
</table>
5890
</td>
5891
</tr>
5892
</table>
5893
</center>
5894
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0"
5895
style="font-size: 8pt" border="0">
5896
<tr>
5897
<td width="50%">
5898
<p style="font-size: 8pt">
5899
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
5900
EPA Form 9350-1 (Rev. <xsl:value-of select="$RevisionDateFormR"/>) - Previous editions are obsolete.
5901
</xsl:if>
5902
</p>
5903
</td>
5904
<td align="right">
5905
<p style="font-size: 8pt">
5906
*For Dioxin and Dioxin-like Compounds, report in grams/year<br/>
5907
<xsl:if test="TRI:SubmissionReportingYear &gt; '2013'">
5908
** Includes quantities released to the environment or transferred off-site as a result of remedial actions, catastrophic events, or other one-time events not associated with production processes
5909
</xsl:if>
5910
</p>
5911
</td>
5912
</tr>
5913
</table>
5914
<p style="page-break-before: always">&#160;</p>
5915
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="1"
5916
style="font-size: 8pt" border="0">
5917
<tr>
5918
<!-- <td width="90%">
5919
<a name="PG-6_{$formID}"></a>
5920
<p style="font-size: 8pt">
5921
<a href="#PG-1_{$formID}">1</a>
5922
<a href="#PG-2_{$formID}">2</a>
5923
<a href="#PG-3_{$formID}">3</a>
5924
<a href="#PG-4_{$formID}">4</a>
5925
<a href="#PG-5_{$formID}">5</a>
5926
<a href="#PG-6_{$formID}">Additional Info</a>
5927
<xsl:if test="$ScheduleOneNA = 'false'">
5928
<a href="#S1_PG-1_{$formID}">Schedule 1</a>
5929
</xsl:if>
5930
</p>
5931
</td>-->
5932
</tr>
5933
</table>
5934
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%"
5935
style="font-size: 8pt">
5936
<tr>
5937
<td colspan="2">
5938
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="1" cellspacing="0" cellpadding="1" frame="void">
5939
<tr>
5940
<td>
5941
TRI Facility ID Number
5942
<hr />
5943
<span class="answerText">
5944
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
5945
&#160;</span>
5946
<hr />
5947
Toxic Chemical, Category, or Generic Name
5948
<hr />
5949
<span class="answerText">
5950
<xsl:choose>
5951
<xsl:when test="TRI:ChemicalIdentification/TRI:ChemicalNameText='NA'">
5952
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalMixtureNameText"/>
5953
</xsl:when>
5954
<xsl:otherwise>
5955
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalNameText"/>
5956
</xsl:otherwise>
5957
</xsl:choose>
5958
&#160;</span>
5959
</td>
5960
</tr>
5961
</table>
5962
</td>
5963
</tr>
5964
</table>
5965
<br/>
5966
<table border="1" width="99%" style="font-size: 8pt" cellspacing="0" cellpadding="1">
5967
<tr>
5968
<td align="left" style="font-size: 8pt">
5969
<p style="font-size: 8pt">
5970
<b>Additional optional information on source reduction,
5971
recycling, or pollution control activities.</b>
5972
</p>
5973
</td>
5974
</tr>
5975
<tr>
5976
<td align="left" style="font-size: 8pt">
5977
<span class="answerText">
5978
<xsl:value-of select="TRI:OptionalInformationText"/>
5979
&#160;
5980
</span>
5981
</td>
5982
</tr>
5983
</table>
5984
<br/>
5985
<xsl:choose>
5986
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013'">
5987
<table summary="table used for layout purposes" border="1" width="99%" style="font-size: 8pt" cellspacing="0" cellpadding="1">
5988
<tr>
5989
<td colspan="2" align="left" style="font-size: 8pt">
5990
<p style="font-size: 8pt">
5991
<b>Section 8.11: If you wish to submit additional optional information on source reduction, recycling, or pollution control activities, provide it here.</b>
5992
</p>
5993
</td>
5994
</tr>
5995
<tr>
5996
<td style="width: 20%;">
5997
<p style="font-size: 8pt">
5998
<b>Topic</b>
5999
</p>
6000
</td>
6001
<td>
6002
<p style="font-size: 8pt">
6003
<b>Comment</b>
6004
</p>
6005
</td>
6006
</tr>
6007
<xsl:for-each select="TRI:TRIComment">
6008
<xsl:if test="TRI:TRICommentSection = '8.11'">
6009
<tr>
6010
<td style="width: 20%;">
6011
<p style="font-size: 8pt">
6012
<xsl:value-of select="TRI:TRICommentTypeDescription"/>
6013
</p>
6014
</td>
6015
<td>
6016
<p style="font-size: 8pt">
6017
<xsl:value-of select="TRI:TRICommentText"/>
6018
</p>
6019
</td>
6020
</tr>
6021
</xsl:if>
6022
</xsl:for-each>
6023
</table>
6024
<br/>
6025
<table summary="table used for layout purposes" border="1" width="99%" style="font-size: 8pt" cellspacing="0" cellpadding="1">
6026
<tr>
6027
<td colspan="2" align="left" style="font-size: 8pt">
6028
<p style="font-size: 8pt">
6029
<b>Section 9.1: If you wish to submit any miscellaneous, additional, or optional information regarding your Form R submission, provide it here.</b>
6030
</p>
6031
</td>
6032
</tr>
6033
<tr>
6034
<td style="width: 20%;">
6035
<p style="font-size: 8pt">
6036
<b>Topic</b>
6037
</p>
6038
</td>
6039
<td>
6040
<p style="font-size: 8pt">
6041
<b>Comment</b>
6042
</p>
6043
</td>
6044
</tr>
6045
<xsl:for-each select="TRI:TRIComment">
6046
<xsl:if test="TRI:TRICommentSection = '9.1'">
6047
<xsl:if test="TRI:TRICommentText !=''">
6048
<tr>
6049
<td style="width: 20%;">
6050
<p style="font-size: 8pt">
6051
<xsl:value-of select="TRI:TRICommentTypeDescription"/>
6052
</p>
6053
</td>
6054
<td>
6055
<p style="font-size: 8pt">
6056
<xsl:value-of select="TRI:TRICommentText"/>
6057
</p>
6058
</td>
6059
</tr>
6060
</xsl:if>
6061
</xsl:if>
6062
</xsl:for-each>
6063
</table>
6064
</xsl:when>
6065
<xsl:when test="TRI:SubmissionReportingYear &gt; '2010'">
6066
<table summary="table used for layout purposes" border="1" width="99%" style="font-size: 8pt" cellspacing="0" cellpadding="1">
6067
<tr>
6068
<td align="left" style="font-size: 8pt">
6069
<p style="font-size: 8pt">
6070
<b>Miscellaneous, additional, or optional information regarding the Form R submission</b>
6071
</p>
6072
</td>
6073
</tr>
6074
<tr>
6075
<td align="left" style="font-size: 8pt">
6076
<span class="answerText">
6077
<xsl:value-of select="TRI:MiscellaneousInformationText"/>
6078
&#160;</span>
6079
</td>
6080
</tr>
6081
</table>
6082
</xsl:when>
6083
</xsl:choose>
6084
6085
<p style="page-break-before: always"></p>
6086
6087
<xsl:if test="$ScheduleOneNA = 'false'">
6088
<!-- Schedule 1 Page One -->
6089
6090
<xsl:call-template name="ScheduleOnePageOne">
6091
<xsl:with-param name="baseStreamID">0</xsl:with-param>
6092
<xsl:with-param name="formID"><xsl:value-of select="$formID" /></xsl:with-param>
6093
<xsl:with-param name="OMBNumberSchedule1"><xsl:value-of select="$OMBNumberSchedule1" /></xsl:with-param>
6094
<xsl:with-param name="ApprovalDateSchedule1"><xsl:value-of select="$ApprovalDateSchedule1" /></xsl:with-param>
6095
</xsl:call-template>
6096
6097
<!-- Additional Page One(s) if necessary -->
6098
<xsl:for-each select="TRI:OnsiteReleaseQuantity/TRI:WaterStream">
6099
<xsl:if test="TRI:WaterSequenceNumber > 2 and TRI:WaterSequenceNumber mod 3 = 0">
6100
<xsl:variable name="baseStreamID" select="TRI:WaterSequenceNumber" />
6101
<xsl:for-each select="../..">
6102
<xsl:call-template name="ScheduleOnePageOne">
6103
<xsl:with-param name="baseStreamID"><xsl:value-of select="$baseStreamID" /></xsl:with-param>
6104
<xsl:with-param name="formID"><xsl:value-of select="$formID" /></xsl:with-param>
6105
<xsl:with-param name="OMBNumberSchedule1"><xsl:value-of select="$OMBNumberSchedule1" /></xsl:with-param>
6106
<xsl:with-param name="ApprovalDateSchedule1"><xsl:value-of select="$ApprovalDateSchedule1" /></xsl:with-param>
6107
</xsl:call-template>
6108
</xsl:for-each>
6109
</xsl:if>
6110
</xsl:for-each>
6111
6112
<!-- Schedule 1 Page Two -->
6113
<div class="landscapeArea">
6114
<tr>
6115
<td align="center" width="100%">
6116
<span style="font-size: 12pt; color: red; font-weight: bold;" class="noPrint">
6117
*** Do not send to EPA: This is the final copy of your form.***
6118
&#160;</span>
6119
</td>
6120
</tr>
6121
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 8pt" border="0">
6122
<tr>
6123
<td width="30%">
6124
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
6125
Form Approved OMB Number:<span class="smallAnswer"><xsl:value-of select="$OMBNumberSchedule1" />&#160;</span><br />
6126
Approval Expires: <span class="smallAnswer"><xsl:value-of select="$ApprovalDateSchedule1" />&#160;</span>
6127
</xsl:if>
6128
</td>
6129
<td width="10%">
6130
<p style="font-size: 8pt"><b>Page 2 of 4</b></p>
6131
</td>
6132
</tr>
6133
</table>
6134
6135
<center>
6136
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt;">
6137
6138
<tr>
6139
<td colspan="26" align="center">
6140
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="0" cellspacing="0" cellpadding="0" frame="void">
6141
<tr>
6142
<td style="font-size: 10pt"><b> EPA </b></td>
6143
<td align="center" style="font-size: 14pt"><b>FORM R Schedule 1</b></td>
6144
<td><p style="font-size: 8pt">TRI Facility ID Number:</p></td>
6145
</tr>
6146
<tr>
6147
<td>
6148
<p style="font-size: 8pt">United States<br />Environmental Protection<br />Agency</p>
6149
</td>
6150
<td align="center">
6151
<p style="font-size: 14pt"><b>PART II. CHEMICAL-SPECIFIC INFORMATION (continued)</b></p>
6152
</td>
6153
<td class="answerText"><xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/></td>
6154
</tr>
6155
</table>
6156
</td>
6157
</tr>
6158
6159
<tr>
6160
<td align="left" colspan="26" style="font-size: 8pt">
6161
<p style="font-size: 9pt"><b>Section 5. Quantity Of Dioxin And Dioxin-Like Compounds Entering Each Environmental Medium On-site (continued)</b></p>
6162
</td>
6163
</tr>
6164
6165
<tr>
6166
<td colspan="2" rowspan="3" style="background-color: gray">&#160;</td>
6167
<td align="center" colspan="6" style="font-size: 8pt">
6168
<p style="font-size: 8pt"><b>5.4</b>&#160;&#160; Underground Injection</p>
6169
</td>
6170
<td align="center" colspan="18" style="font-size: 8pt">
6171
<p style="font-size: 8pt"><b>5.5</b>&#160;&#160; Disposal to Land On-site</p>
6172
</td>
6173
</tr>
6174
6175
<tr>
6176
<td style="font-size: 8pt" align="center"><b>5.4.1</b></td>
6177
<td align="center" style="font-size: 8pt">NA</td>
6178
<td align="center" class="smallAnswer">
6179
<xsl:if test="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator[../../TRI:EnvironmentalMediumCode = 'UNINJ I'] = 'true'">
6180
X
6181
</xsl:if>&#160;
6182
</td>
6183
6184
<td style="font-size: 8pt" align="center"><b>5.4.2</b></td>
6185
<td align="center" style="font-size: 8pt">NA</td>
6186
<td align="center" class="smallAnswer">
6187
<xsl:if test="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator[../../TRI:EnvironmentalMediumCode = 'UNINJ IIV'] = 'true'">
6188
X
6189
</xsl:if>&#160;
6190
</td>
6191
6192
<td style="font-size: 8pt" align="center"><b>5.5.1A</b></td>
6193
<td align="center" style="font-size: 8pt">NA</td>
6194
<td align="center" class="smallAnswer">
6195
<xsl:if test="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator[../../TRI:EnvironmentalMediumCode = 'RCRA C'] = 'true'">
6196
X
6197
</xsl:if>&#160;
6198
</td>
6199
6200
<td style="font-size: 8pt" align="center"><b>5.5.1B</b></td>
6201
<td align="center" style="font-size: 8pt">NA</td>
6202
<td align="center" class="smallAnswer">
6203
<xsl:if test="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator[../../TRI:EnvironmentalMediumCode = 'OTH LANDF'] = 'true'">
6204
X
6205
</xsl:if>&#160;
6206
</td>
6207
6208
<td style="font-size: 8pt" align="center"><b>5.5.2</b></td>
6209
<td align="center" style="font-size: 8pt">NA</td>
6210
<td align="center" class="smallAnswer">
6211
<xsl:if test="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator[../../TRI:EnvironmentalMediumCode = 'LAND TREA'] = 'true'">
6212
X
6213
</xsl:if>&#160;
6214
</td>
6215
6216
<td style="font-size: 8pt" align="center"><b>5.5.3A</b></td>
6217
<td align="center" style="font-size: 8pt">NA</td>
6218
<td align="center" class="smallAnswer">
6219
<xsl:if test="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator[../../TRI:EnvironmentalMediumCode = 'SI 5.5.3A'] = 'true'">
6220
X
6221
</xsl:if>&#160;
6222
</td>
6223
6224
<td style="font-size: 8pt" align="center"><b>5.5.3B</b></td>
6225
<td align="center" style="font-size: 8pt">NA</td>
6226
<td align="center" class="smallAnswer">
6227
<xsl:if test="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator[../../TRI:EnvironmentalMediumCode = 'SI 5.5.3B'] = 'true'">
6228
X
6229
</xsl:if>&#160;
6230
</td>
6231
6232
<td style="font-size: 8pt" align="center"><b>5.5.4</b></td>
6233
<td align="center" style="font-size: 8pt">NA</td>
6234
<td align="center" class="smallAnswer">
6235
<xsl:if test="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator[../../TRI:EnvironmentalMediumCode = 'OTH DISP'] = 'true'">
6236
X
6237
</xsl:if>&#160;
6238
</td>
6239
6240
</tr>
6241
6242
<tr>
6243
<td colspan="3" style="font-size: 8pt" align="center">
6244
<xsl:choose>
6245
<xsl:when test="TRI:SubmissionReportingYear &lt; '2014'">
6246
Underground Injection on-site to Class I Wells
6247
</xsl:when>
6248
<xsl:otherwise>
6249
Class I Underground Injection Wells
6250
</xsl:otherwise>
6251
</xsl:choose>
6252
</td>
6253
<td colspan="3" style="font-size: 8pt" align="center">
6254
<xsl:choose>
6255
<xsl:when test="TRI:SubmissionReportingYear &lt; '2014'">
6256
Underground Injection on-site to Class II-V Wells
6257
</xsl:when>
6258
<xsl:otherwise>
6259
Class II-V Underground Injection Wells
6260
</xsl:otherwise>
6261
</xsl:choose>
6262
6263
</td>
6264
<td colspan="3" style="font-size: 8pt" align="center">
6265
RCRA Subtitle C landfills
6266
</td>
6267
<td colspan="3" style="font-size: 8pt" align="center">
6268
Other landfills
6269
</td>
6270
<td colspan="3" style="font-size: 8pt" align="center">
6271
Land treatment/application farming
6272
</td>
6273
<td colspan="3" style="font-size: 8pt" align="center">
6274
RCRA Subtitle C surface impoundment
6275
</td>
6276
<td colspan="3" style="font-size: 8pt" align="center">
6277
Other surface impoundment
6278
</td>
6279
<td colspan="3" style="font-size: 8pt" align="center">
6280
Other disposal
6281
</td>
6282
</tr>
6283
6284
<xsl:call-template name="ScheduleOnePageTwoRow" />
6285
6286
</table>
6287
</center>
6288
6289
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 7pt" border="0">
6290
<tr>
6291
<td width="60%">
6292
<p style="font-size: 8pt">
6293
EPA Form 9350-3
6294
</p>
6295
</td>
6296
<td width="30%">
6297
<p style="font-size: 8pt">Printed using TRI-MEweb</p>
6298
</td>
6299
</tr>
6300
</table>
6301
</div>
6302
6303
<!-- Schedule 1 Page Three -->
6304
<xsl:variable name="potwTEQ" select="TRI:POTWWasteQuantity/TRI:ToxicEquivalencyIdentification" />
6305
6306
<div style="width: 1010px;" class="landscapeArea">
6307
<tr>
6308
<td align="center" width="100%">
6309
<span style="font-size: 12pt; color: red; font-weight: bold;" class="noPrint">
6310
*** Do not send to EPA: This is the final copy of your form.***
6311
&#160;</span>
6312
</td>
6313
</tr>
6314
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 8pt" border="0">
6315
<tr>
6316
<td width="30%">
6317
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
6318
Form Approved OMB Number:<span class="smallAnswer"><xsl:value-of select="$OMBNumberSchedule1" />&#160;</span><br />
6319
Approval Expires: <span class="smallAnswer"><xsl:value-of select="$ApprovalDateSchedule1" />&#160;</span>
6320
</xsl:if>
6321
</td>
6322
<td width="10%">
6323
<p style="font-size: 8pt"><b>Page 3 of 4</b></p>
6324
</td>
6325
</tr>
6326
</table>
6327
6328
<center>
6329
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt;">
6330
<tr>
6331
<td colspan="18" align="center">
6332
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="0" cellspacing="0" cellpadding="0" frame="void">
6333
<tr>
6334
<td style="font-size: 8pt">
6335
<p style="font-size: 10pt"><b> EPA </b></p>
6336
</td>
6337
<td align="center" style="font-size: 10pt">
6338
<p style="font-size: 14pt"><b>FORM R Schedule 1</b></p>
6339
</td>
6340
<td>
6341
<p style="font-size: 8pt">TRI Facility ID Number:</p>
6342
</td>
6343
</tr>
6344
<tr>
6345
<td>
6346
<p style="font-size: 8pt">United States<br />Environmental Protection<br />Agency</p>
6347
</td>
6348
<td align="center">
6349
<p style="font-size: 14pt"><b>PART II. CHEMICAL-SPECIFIC INFORMATION (continued)</b></p>
6350
</td>
6351
<td>
6352
<p style="font-size: 8pt">
6353
<span class="answerText">
6354
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
6355
&#160;</span>
6356
</p>
6357
</td>
6358
</tr>
6359
</table>
6360
</td>
6361
</tr>
6362
6363
<tr>
6364
<td align="left" colspan="18" style="font-size: 8pt">
6365
<p style="font-size: 9pt"><b>SECTION 6. TRANSFERS OF DIOXIN AND DIOXIN-LIKE COMPOUNDS IN WASTES TO OFF-SITE LOCATIONS</b></p>
6366
</td>
6367
</tr>
6368
<tr>
6369
<xsl:choose>
6370
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'">
6371
<td align="left" colspan="18" style="font-size: 8pt" width="50%">
6372
<p style="font-size: 9pt"><b>6.1 DISCHARGES TO PUBLICLY-OWNED TREATMENT WORKS (POTWs)</b></p>
6373
</td>
6374
</xsl:when>
6375
<xsl:otherwise>
6376
<td align="left" colspan="9" style="font-size: 8pt" width="50%">
6377
<p style="font-size: 9pt"><b>6.1 DISCHARGES TO PUBLICLY-OWNED TREATMENT WORKS (POTWs)</b></p>
6378
</td>
6379
<td align="left" colspan="9" style="font-size: 8pt" width="50%">
6380
<p style="font-size: 8pt">
6381
NA [
6382
<xsl:if test="TRI:POTWWasteQuantity/TRI:WasteQuantityNAIndicator = 'true' or not(TRI:POTWWasteQuantity)">
6383
<span class="answerText">X</span>
6384
</xsl:if>
6385
]
6386
</p>
6387
</td>
6388
</xsl:otherwise>
6389
</xsl:choose>
6390
</tr>
6391
<xsl:for-each select="TRI:POTWWasteQuantity">
6392
<xsl:choose>
6393
<xsl:when test="../TRI:SubmissionReportingYear &lt; '2011'">
6394
<tr>
6395
<td colspan="18" align="center" style="font-size: 8pt"><b>6.1.A.3 Mass (grams) of each compound in the category (1-17)
6396
</b>
6397
</td>
6398
</tr>
6399
<tr>
6400
<td style="font-size: 8pt">1</td>
6401
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency1Value" />&#160;</td>
6402
6403
<td style="font-size: 8pt">2</td>
6404
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency2Value" />&#160;</td>
6405
6406
<td style="font-size: 8pt">3</td>
6407
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency3Value" />&#160;</td>
6408
6409
<td style="font-size: 8pt">4</td>
6410
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency4Value" />&#160;</td>
6411
6412
<td style="font-size: 8pt">5</td>
6413
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency5Value" />&#160;</td>
6414
6415
<td style="font-size: 8pt">6</td>
6416
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency6Value" />&#160;</td>
6417
6418
<td style="font-size: 8pt">7</td>
6419
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency7Value" />&#160;</td>
6420
6421
<td style="font-size: 8pt">8</td>
6422
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency8Value" />&#160;</td>
6423
6424
<td style="font-size: 8pt">9</td>
6425
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency9Value" />&#160;</td>
6426
</tr>
6427
<tr>
6428
<td style="font-size: 8pt">10</td>
6429
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency10Value" />&#160;</td>
6430
6431
<td style="font-size: 8pt">11</td>
6432
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency11Value" />&#160;</td>
6433
6434
<td style="font-size: 8pt">12</td>
6435
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency12Value" />&#160;</td>
6436
6437
<td style="font-size: 8pt">13</td>
6438
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency13Value" />&#160;</td>
6439
6440
<td style="font-size: 8pt">14</td>
6441
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency14Value" />&#160;</td>
6442
6443
<td style="font-size: 8pt">15</td>
6444
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency15Value" />&#160;</td>
6445
6446
<td style="font-size: 8pt">16</td>
6447
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency16Value" />&#160;</td>
6448
6449
<td style="font-size: 8pt">17</td>
6450
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency17Value" />&#160;</td>
6451
6452
<td colspan="2" style="background-color:gray">&#160;</td>
6453
</tr>
6454
</xsl:when>
6455
<xsl:otherwise>
6456
<tr>
6457
<td colspan="2" align="left" style="font-size: 9pt"><b>6.1.<xsl:value-of select="TRI:POTWSequenceNumber" />
6458
</b></td>
6459
<td colspan="16" align="left" style="font-size: 8pt"><b>C. Mass (grams) of each compound in the category (1-17)
6460
</b></td>
6461
</tr>
6462
<tr>
6463
<td align="center" colspan="2" style="font-size: 8pt">
6464
<b><xsl:value-of select="TRI:POTWSequenceNumber" />.</b>
6465
</td>
6466
<td style="font-size: 8pt">1</td>
6467
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency1Value" />&#160;</td>
6468
6469
<td style="font-size: 8pt">2</td>
6470
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency2Value" />&#160;</td>
6471
6472
<td style="font-size: 8pt">3</td>
6473
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency3Value" />&#160;</td>
6474
6475
<td style="font-size: 8pt">4</td>
6476
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency4Value" />&#160;</td>
6477
6478
<td style="font-size: 8pt">5</td>
6479
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency5Value" />&#160;</td>
6480
6481
<td style="font-size: 8pt">6</td>
6482
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency6Value" />&#160;</td>
6483
6484
<td style="font-size: 8pt">7</td>
6485
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency7Value" />&#160;</td>
6486
6487
<td style="font-size: 8pt">8</td>
6488
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency8Value" />&#160;</td>
6489
</tr>
6490
<tr>
6491
<td style="font-size: 8pt">9</td>
6492
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency9Value" />&#160;</td>
6493
6494
<td style="font-size: 8pt">10</td>
6495
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency10Value" />&#160;</td>
6496
6497
<td style="font-size: 8pt">11</td>
6498
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency11Value" />&#160;</td>
6499
6500
<td style="font-size: 8pt">12</td>
6501
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency12Value" />&#160;</td>
6502
6503
<td style="font-size: 8pt">13</td>
6504
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency13Value" />&#160;</td>
6505
6506
<td style="font-size: 8pt">14</td>
6507
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency14Value" />&#160;</td>
6508
6509
<td style="font-size: 8pt">15</td>
6510
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency15Value" />&#160;</td>
6511
6512
<td style="font-size: 8pt">16</td>
6513
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency16Value" />&#160;</td>
6514
6515
<td style="font-size: 8pt">17</td>
6516
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency17Value" />&#160;</td>
6517
</tr>
6518
</xsl:otherwise>
6519
</xsl:choose>
6520
6521
</xsl:for-each>
6522
<tr>
6523
<xsl:choose>
6524
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'">
6525
<td align="left" colspan="18" style="font-size: 8pt">
6526
<p style="font-size: 9pt"><b>6.2 TRANSFERS TO OTHER OFF-SITE LOCATIONS</b></p>
6527
</td>
6528
</xsl:when>
6529
<xsl:otherwise>
6530
<td align="left" colspan="9" style="font-size: 8pt">
6531
<p style="font-size: 9pt"><b>6.2 TRANSFERS TO OTHER OFF-SITE LOCATIONS</b></p>
6532
</td>
6533
<td align="left" colspan="9" style="font-size: 8pt;">
6534
<p style="font-size: 8pt">
6535
NA [
6536
6537
<xsl:if test="not(TRI:TransferLocation)">
6538
6539
<span class="answerText">X</span>
6540
6541
</xsl:if>
6542
6543
]
6544
</p>
6545
</td>
6546
</xsl:otherwise>
6547
</xsl:choose>
6548
</tr>
6549
6550
6551
<!-- Loop through transfers; if not potw write header and call template for transfer TEQ quantities -->
6552
<xsl:for-each select="TRI:TransferLocation">
6553
<xsl:if test="TRI:POTWIndicator = 'false'">
6554
<tr>
6555
<td colspan="2" align="left" style="font-size: 8pt">
6556
<p style="font-size: 9pt">
6557
<xsl:choose>
6558
<xsl:when test="../TRI:TransferLocation[1]/TRI:POTWIndicator = 'true'">
6559
<b>6.2.<xsl:value-of select="count(preceding-sibling::TRI:TransferLocation)-1"/></b>
6560
</xsl:when>
6561
<xsl:otherwise>
6562
<b>6.2.<xsl:value-of select="count(preceding-sibling::TRI:TransferLocation)-1"/></b>
6563
</xsl:otherwise>
6564
</xsl:choose>
6565
</p>
6566
</td>
6567
<td colspan="16" align="left" style="font-size: 8pt">
6568
<p style="font-size: 8pt"><b>D. Mass (grams) of each compound in the category (1-17)</b></p>
6569
</td>
6570
</tr>
6571
6572
<!-- Loop through TEQ values -->
6573
<xsl:for-each select="TRI:TransferQuantity">
6574
<xsl:call-template name="ScheduleOnePageThreeRow" />
6575
</xsl:for-each>
6576
6577
</xsl:if>
6578
</xsl:for-each>
6579
6580
<!-- Put in 2 blank section 6.2 TEQ sections if there is no data -->
6581
<xsl:if test="count(TRI:TransferLocation) = 0 or (count(TRI:TransferLocation) = 1 and TRI:TransferLocation[1]/TRI:POTWIndicator = 'true')">
6582
<xsl:call-template name="ScheduleOnePageThreeRowBlank"><xsl:with-param name="i">1</xsl:with-param></xsl:call-template>
6583
<xsl:call-template name="ScheduleOnePageThreeRowBlank"><xsl:with-param name="i">2</xsl:with-param></xsl:call-template>
6584
</xsl:if>
6585
6586
<tr>
6587
<td align="left" colspan="18" style="font-size: 8pt">
6588
<!--p style="font-size: 8pt">
6589
If additional pages of Section 6.2 are attached, indicate the total number of pages in this box&#160;&#160;
6590
<span style="border: 1px solid black; padding: 2px; text-align:center; width: 25px;">
6591
&#160;
6592
&#160;</span>
6593
<br />
6594
and indicate the Section 6.2 page number in this box&#160;&#160;
6595
<span style="border: 1px solid black; padding: 2px; text-align:center; width: 25px;">
6596
&#160;
6597
&#160;</span>&#160;
6598
(example: 1,2,3, etc.)
6599
</p-->
6600
&#160;
6601
</td>
6602
</tr>
6603
6604
</table>
6605
</center>
6606
6607
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 7pt" border="0">
6608
<tr>
6609
<td width="60%">
6610
<p style="font-size: 8pt">
6611
EPA Form 9350-3
6612
</p>
6613
</td>
6614
<td width="30%">
6615
<p style="font-size: 8pt">Printed using TRI-MEweb</p>
6616
</td>
6617
</tr>
6618
</table>
6619
</div>
6620
6621
<!-- Schedule 1 Page Four -->
6622
6623
<div width="1010px;" class="landscapeArea">
6624
<tr>
6625
<td align="center" width="100%">
6626
<span style="font-size: 12pt; color: red; font-weight: bold;" class="noPrint">
6627
*** Do not send to EPA: This is the final copy of your form.***
6628
&#160;</span>
6629
</td>
6630
</tr>
6631
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 8pt" border="0">
6632
<tr>
6633
<td width="30%">
6634
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
6635
Form Approved OMB Number:<span class="smallAnswer"><xsl:value-of select="$OMBNumberSchedule1" />&#160;</span><br />
6636
Approval Expires: <span class="smallAnswer"><xsl:value-of select="$ApprovalDateSchedule1" />&#160;</span>
6637
</xsl:if>
6638
</td>
6639
<td width="10%">
6640
<p style="font-size: 8pt"><b>Page 4 of 4</b></p>
6641
</td>
6642
</tr>
6643
</table>
6644
6645
<center>
6646
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt;">
6647
<tr>
6648
<td colspan="13" align="center">
6649
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="0" cellspacing="0" cellpadding="0" frame="void">
6650
<tr>
6651
<td style="font-size: 8pt">
6652
<p style="font-size: 10pt"><b> EPA </b></p>
6653
</td>
6654
<td align="center" style="font-size: 10pt">
6655
<p style="font-size: 14pt"><b>FORM R Schedule 1</b></p>
6656
</td>
6657
<td>
6658
<p style="font-size: 8pt">TRI Facility ID Number:</p>
6659
</td>
6660
</tr>
6661
<tr>
6662
<td>
6663
<p style="font-size: 8pt">United States<br />Environmental Protection<br />Agency</p>
6664
</td>
6665
<td align="center">
6666
<p style="font-size: 14pt"><b>PART II. CHEMICAL-SPECIFIC INFORMATION (continued)</b></p>
6667
</td>
6668
<td>
6669
<p style="font-size: 8pt">
6670
<span class="answerText">
6671
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
6672
&#160;</span>
6673
</p>
6674
</td>
6675
</tr>
6676
</table>
6677
</td>
6678
</tr>
6679
6680
<tr>
6681
<td align="left" colspan="13" style="font-size: 8pt">
6682
<p style="font-size: 9pt"><b>SECTION 8. SOURCE REDUCTION AND WASTE MANAGEMENT FOR DIOXIN AND DIOXIN-LIKE COMPOUNDS (current year only)</b></p>
6683
</td>
6684
</tr>
6685
6686
6687
<tr>
6688
<td colspan="2" rowspan="2" style="background-color:gray">&#160;</td>
6689
<td align="center" style="font-size: 8pt">
6690
<p style="font-size: 8pt">8.1a</p>
6691
</td>
6692
<td align="center" style="font-size: 8pt">
6693
<p style="font-size: 8pt">8.1b</p>
6694
</td>
6695
<td align="center" style="font-size: 8pt">
6696
<p style="font-size: 8pt">8.1c</p>
6697
</td>
6698
<td align="center" style="font-size: 8pt">
6699
<p style="font-size: 8pt">8.1d</p>
6700
</td>
6701
<td align="center" style="font-size: 8pt">
6702
<p style="font-size: 8pt">8.2</p>
6703
</td>
6704
<td align="center" style="font-size: 8pt">
6705
<p style="font-size: 8pt">8.3</p>
6706
</td>
6707
<td align="center" style="font-size: 8pt">
6708
<p style="font-size: 8pt">8.4</p>
6709
</td>
6710
<td align="center" style="font-size: 8pt">
6711
<p style="font-size: 8pt">8.5</p>
6712
</td>
6713
<td align="center" style="font-size: 8pt">
6714
<p style="font-size: 8pt">8.6</p>
6715
</td>
6716
<td align="center" style="font-size: 8pt">
6717
<p style="font-size: 8pt">8.7</p>
6718
</td>
6719
<td align="center" style="font-size: 8pt">
6720
<p style="font-size: 8pt">8.8</p>
6721
</td>
6722
</tr>
6723
6724
<tr>
6725
<td align="center" style="font-size: 8pt">
6726
<p style="font-size: 8pt">Total on-site disposal to Class 1 Underground Injection Wells, RCRA Subtitle C landfills, and other landfills</p>
6727
</td>
6728
<td align="center" style="font-size: 8pt">
6729
<p style="font-size: 8pt">Total other on-site disposal or other releases</p>
6730
</td>
6731
<td align="center" style="font-size: 8pt">
6732
<p style="font-size: 8pt">Total off-site disposal to Class 1 Underground Injection Wells, RCRA Subtitle C landfills, and other landfills</p>
6733
</td>
6734
<td align="center" style="font-size: 8pt">
6735
<p style="font-size: 8pt">Total other off-site disposal or other releases</p>
6736
</td>
6737
<td align="center" style="font-size: 8pt">
6738
<p style="font-size: 8pt">Quantity used for energy recovery on-site</p>
6739
</td>
6740
<td align="center" style="font-size: 8pt">
6741
<p style="font-size: 8pt">Quantity used for energy recovery off-site</p>
6742
</td>
6743
<td align="center" style="font-size: 8pt">
6744
<p style="font-size: 8pt">Quantity recycled on-site</p>
6745
</td>
6746
<td align="center" style="font-size: 8pt">
6747
<p style="font-size: 8pt">Quantity recycled off-site</p>
6748
</td>
6749
<td align="center" style="font-size: 8pt">
6750
<p style="font-size: 8pt">Quantity treated on-site</p>
6751
</td>
6752
<td align="center" style="font-size: 8pt">
6753
<p style="font-size: 8pt">Quantity treated off-site</p>
6754
</td>
6755
<td align="center" style="font-size: 8pt">
6756
<p style="font-size: 8pt">Quantity released to the environment as a result of remedial actions, catastrophic events, or one-time events not associated with production processes</p>
6757
</td>
6758
</tr>
6759
6760
<xsl:call-template name="ScheduleOnePageFourRow" />
6761
6762
</table>
6763
</center>
6764
6765
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 7pt" border="0">
6766
<tr>
6767
<td width="60%">
6768
<p style="font-size: 8pt">
6769
EPA Form 9350-3
6770
</p>
6771
</td>
6772
<td width="30%">
6773
<p style="font-size: 8pt">Printed using TRI-MEweb</p>
6774
</td>
6775
</tr>
6776
</table>
6777
</div>
6778
</xsl:if>
6779
6780
</xsl:when>
6781
<xsl:otherwise>
6782
<!-- Begin Form A : Form A data will be grouped together by revision codes, withdrawal codes, and public and technical contact infomration.
6783
So, the following test chooses only to enter the form a section if the form a data encountered has not been encountered yet.
6784
-->
6785
6786
<xsl:if test="count(preceding::TRI:Report[TRI:ReportType/TRI:ReportTypeCode = current()/TRI:ReportType/TRI:ReportTypeCode
6787
and concat(TRI:TechnicalContactNameText/sc:IndividualFullName, 'xx') = concat(current()/TRI:TechnicalContactNameText/sc:IndividualFullName, 'xx')
6788
and concat(TRI:TechnicalContactPhoneText, 'xx') = concat(current()/TRI:TechnicalContactPhoneText, 'xx')
6789
and concat(TRI:TechnicalContactEmailAddressText, 'xx') = concat(current()/TRI:TechnicalContactEmailAddressText, 'xx')
6790
and concat(TRI:PublicContactNameText/sc:IndividualFullName, 'xx') = concat(current()/TRI:PublicContactNameText/sc:IndividualFullName, 'xx')
6791
and concat(TRI:PublicContactPhoneText, 'xx') = concat(current()/TRI:PublicContactPhoneText, 'xx')
6792
and concat(TRI:PublicContactEmailAddressText, 'xx') = concat(current()/TRI:PublicContactEmailAddressText, 'xx')
6793
and sc:RevisionIndicator = current()/sc:RevisionIndicator
6794
and concat(TRI:ChemicalReportRevisionCode[1], 'xx') = concat(current()/TRI:ChemicalReportRevisionCode[1], 'xx')
6795
and concat(TRI:ChemicalReportRevisionCode[2], 'xx') = concat(current()/TRI:ChemicalReportRevisionCode[2], 'xx')
6796
and concat(TRI:ChemicalReportWithdrawalCode[1], 'xx') = concat(current()/TRI:ChemicalReportWithdrawalCode[1], 'xx')
6797
and concat(TRI:ChemicalReportWithdrawalCode[2], 'xx') = concat(current()/TRI:ChemicalReportWithdrawalCode[2], 'xx')
6798
and ../TRI:Facility = current()/../TRI:Facility
6799
]) = 0">
6800
<xsl:if test="count(preceding::TRI:Report) &gt; 0">
6801
<p style="page-break-before: always">&#160;</p>
6802
</xsl:if>
6803
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" border="0">
6804
<tr>
6805
<td align="center" width="100%">
6806
<span style="font-size: 12pt; color: red; font-weight: bold;" class="noPrint">
6807
*** File Copy Only: Do Not Submit Paper Form to EPA ***
6808
&#160;</span>
6809
</td>
6810
</tr>
6811
6812
<xsl:if test="SubmissionStatusText">
6813
<tr>
6814
<td>
6815
<span class="fieldLabel" style="color:red">
6816
Form Status:
6817
<xsl:value-of select="SubmissionStatusText"/>
6818
&#160;</span>
6819
</td>
6820
</tr>
6821
</xsl:if>
6822
<xsl:if test="ValidationStatusText">
6823
<tr>
6824
<td>
6825
<span class="fieldLabel" style="color:red">
6826
Validation Status:
6827
<xsl:value-of select="ValidationStatusText"/>
6828
&#160;</span>
6829
</td>
6830
</tr>
6831
</xsl:if>
6832
6833
</table>
6834
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 8pt" border="0">
6835
<tr>
6836
<td width="30%">
6837
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
6838
<p style="font-size: 8pt">
6839
Form Approved OMB Number:
6840
<span class="smallAnswer">
6841
<xsl:value-of select="$OMBNumberFormA"/>
6842
&#160;</span>
6843
</p>
6844
</xsl:if>
6845
</td>
6846
<td width="10%">
6847
<br/>
6848
</td>
6849
</tr>
6850
<tr>
6851
<td width="60%">
6852
<p style="font-size: 8pt">
6853
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
6854
<i>(IMPORTANT: Read instructions before completing form; type or use fill-and-print form)</i>
6855
</xsl:if>
6856
</p>
6857
</td>
6858
<td width="30%">
6859
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
6860
<p style="font-size: 8pt">
6861
Approval Expires:
6862
<span class="smallAnswer">
6863
<xsl:value-of select="$ApprovalDateFormA"/>
6864
&#160;</span>
6865
</p>
6866
</xsl:if>
6867
</td>
6868
<td width="10%">
6869
<br/>
6870
</td>
6871
</tr>
6872
</table>
6873
<center>
6874
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-family: 'Arial'; font-size: 8pt">
6875
<tr>
6876
<td colspan="2" align="center">
6877
<table summary="table used for layout purposes" width="100%" style="font-size: 10pt" cellspacing="0" cellpadding="1">
6878
<tr>
6879
<td width="20%">
6880
<p style="font-size: 9pt">
6881
<span style="font-weight:bold">
6882
United States
6883
<br/>
6884
Environmental Protection Agency
6885
&#160;</span>
6886
</p>
6887
</td>
6888
<td nowrap="nowrap" align="center">
6889
<p style="font-size: 10pt">
6890
<span style="font-weight:bold">
6891
TOXICS CHEMICAL RELEASE INVENTORY
6892
<br/>
6893
FORM A
6894
&#160;</span>
6895
</p>
6896
</td>
6897
</tr>
6898
</table>
6899
</td>
6900
<td style="font-size: 8pt">
6901
TRI Facility ID Number
6902
<hr />
6903
<span class="answerText">
6904
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>&#160;</span>
6905
</td>
6906
</tr>
6907
<tr>
6908
<td colspan="3">
6909
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt" frame="void">
6910
<tr>
6911
<td align="center" width="15%">
6912
<p style="font-size: 8pt">WHERE TO SEND COMPLETED FORMS: </p>
6913
</td>
6914
<td nowrap="nowrap">
6915
<p style="font-size: 8pt">
6916
1. TRI Data Processing Center
6917
<br />
6918
P.O. Box 10163
6919
<br />
6920
Fairfax, VA 22038
6921
<br />
6922
<span style="font-size: 8pt; color: red; font-weight: bold;">
6923
*** File Copy Only: Do Not Submit Paper Form to EPA ***
6924
&#160;</span>
6925
</p>
6926
</td>
6927
<td nowrap="nowrap">
6928
<p style="font-size: 8pt">
6929
2. APPROPRIATE STATE OFFICE
6930
<br/>
6931
(See instructions in Appendix F)
6932
</p>
6933
</td>
6934
</tr>
6935
<tr>
6936
<td colspan="3"></td>
6937
</tr>
6938
</table>
6939
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" frame="void">
6940
<tr>
6941
<td width="33%">
6942
<p style="font-size: 9pt">This section only applies if you are revising or withdrawing a previously submitted form, otherwise leave blank:</p>
6943
</td>
6944
<td align="center" width="33%">
6945
<p style="font-size: 9pt">
6946
Revision (Enter up to two code(s))
6947
<br/>
6948
<br/>
6949
[
6950
<span class="answerText">
6951
<xsl:value-of select="TRI:ChemicalReportRevisionCode[1]"/>
6952
&#160;</span>
6953
] [
6954
<span class="answerText">
6955
<xsl:value-of select="TRI:ChemicalReportRevisionCode[2]"/>
6956
&#160;</span>
6957
]
6958
</p>
6959
</td>
6960
<td align="center" width="34%">
6961
<p style="font-size: 9pt">
6962
Withdrawal (Enter up to two code(s))
6963
<br/>
6964
<br/>
6965
[
6966
<span class="answerText">
6967
<xsl:value-of select="TRI:ChemicalReportWithdrawalCode[1]"/>
6968
&#160;</span>
6969
] [
6970
<span class="answerText">
6971
<xsl:value-of select="TRI:ChemicalReportWithdrawalCode[2]"/>
6972
&#160;</span>
6973
]
6974
</p>
6975
</td>
6976
</tr>
6977
</table>
6978
</td>
6979
</tr>
6980
<tr>
6981
<td align="left" colspan="3" style="font-size: 8pt">
6982
<p style="font-size: 8pt">Important: See Instructions to determine when "Not Applicable (NA)" boxes should be checked.</p>
6983
</td>
6984
</tr>
6985
<tr>
6986
<td align="center" colspan="3">
6987
<p style="font-size: 8pt">Part I. FACILITY IDENTIFICATION INFORMATION </p>
6988
</td>
6989
</tr>
6990
<tr>
6991
<td align="left" colspan="3" style="font-size: 8pt">
6992
SECTION 1. REPORTING YEAR :
6993
<u><span class="answerText"><xsl:value-of select="TRI:SubmissionReportingYear"/></span></u>
6994
<br />
6995
</td>
6996
</tr>
6997
<tr>
6998
<td align="left" colspan="3">
6999
<p style="font-size: 8pt">SECTION 2. TRADE SECRET INFORMATION </p>
7000
</td>
7001
</tr>
7002
<tr>
7003
<td align="left" style="font-size: 8pt">
7004
<dl>
7005
<dt>
7006
2.1 Are you claiming the toxic chemical identified on page 2 trade secret?
7007
</dt>
7008
<dd>
7009
[
7010
<xsl:choose>
7011
<xsl:when test="TRI:ChemicalTradeSecretIndicator = 'true'">
7012
<span class="answerText">X</span>
7013
</xsl:when>
7014
</xsl:choose>
7015
] Yes (Answer question 2.2; attach substantiation forms)
7016
</dd>
7017
<dd>
7018
[
7019
<xsl:choose>
7020
<xsl:when test="TRI:ChemicalTradeSecretIndicator = 'false'">
7021
<span class="answerText">X</span>
7022
</xsl:when>
7023
</xsl:choose>
7024
] NO (Do not answer 2.2; go to Section 3)
7025
</dd>
7026
</dl>
7027
</td>
7028
<td align="left">
7029
<dl>
7030
<dt>
7031
2.2 Is this copy
7032
</dt>
7033
<dd>
7034
<p style="font-size: 8pt">[ ] Sanitized [ ] Unsanitized</p>
7035
</dd>
7036
<dd>
7037
<p style="font-size: 8pt">(Answer only if "Yes" in 2.1)</p>
7038
</dd>
7039
</dl>
7040
</td>
7041
<td>
7042
<br/>
7043
</td>
7044
</tr>
7045
<tr>
7046
<td align="left" colspan="3">
7047
<p style="font-size: 8pt">SECTION 3. CERTIFICATION (Important: Read and sign after completing all form sections.)</p>
7048
</td>
7049
</tr>
7050
<tr>
7051
<td align="left" colspan="3">
7052
<p style="font-size: 8pt">
7053
<xsl:choose>
7054
<xsl:when test="TRI:SubmissionReportingYear = '2006'">
7055
Pursuant to 40 CFR 372.27(a)(1), "I hereby certify that to the best of my knowledge and belief for the
7056
toxic chemical(s) listed in this statement, for this reporting year, the annual reportable amount for each
7057
chemical, as defined in 40 CFR 372.27(a)(1), did not exceed 5,000 pounds, which included no more than 2,000
7058
pounds of total disposal or other releases to the environment, and that the chemical was manufactured,
7059
or processed, or otherwise used in an amount not exceeding 1 million pounds during this reporting
7060
year;" and/or Pursuant to 40 CFR 372.27(a)(2), "I hereby certify that to the best of my knowledge and
7061
belief for the toxic chemical(s) of special concern listed in this statement, there were zero disposals or
7062
other releases to the environment (including disposals or other releases that resulted from catastrophic
7063
events) for this reporting year, the "Annual Reportable Amount of a Chemical of Special Concern"
7064
for each such chemical, as defined in 40 CFR 372.27(a)(2), did not exceed 500 pounds for this
7065
reporting year, and that the chemical was manufactured, or processed, or otherwise used in an
7066
amount not exceeding 1 million pounds during this reporting year."
7067
</xsl:when>
7068
<xsl:when test="TRI:SubmissionReportingYear = '2007'">
7069
Pursuant to 40 CFR 372.27(a)(1), "I hereby certify that to the best of my knowledge and belief for the
7070
toxic chemical(s) listed in this statement, for this reporting year, the annual reportable amount for each
7071
chemical, as defined in 40 CFR 372.27(a)(1), did not exceed 5,000 pounds, which included no more than 2,000
7072
pounds of total disposal or other releases to the environment, and that the chemical was manufactured,
7073
or processed, or otherwise used in an amount not exceeding 1 million pounds during this reporting
7074
year;" and/or Pursuant to 40 CFR 372.27(a)(2), "I hereby certify that to the best of my knowledge and
7075
belief for the toxic chemical(s) of special concern listed in this statement, there were zero disposals or
7076
other releases to the environment (including disposals or other releases that resulted from catastrophic
7077
events) for this reporting year, the "Annual Reportable Amount of a Chemical of Special Concern"
7078
for each such chemical, as defined in 40 CFR 372.27(a)(2), did not exceed 500 pounds for this
7079
reporting year, and that the chemical was manufactured, or processed, or otherwise used in an
7080
amount not exceeding 1 million pounds during this reporting year."
7081
</xsl:when>
7082
<xsl:otherwise>
7083
I hereby certify that to the best of my knowledge and belief, for each toxic chemical listed in the statement,
7084
the annual reportable amount as defined in 40 CFR 372.27 (a), did not exceed 500 pounds for this reporting year
7085
and the chemical was manufactured, processed, or otherwise used in an amount not exceeding 1 million pounds during
7086
this reporting year.
7087
</xsl:otherwise>
7088
</xsl:choose>
7089
</p>
7090
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt" frame="above">
7091
<tr>
7092
<td>
7093
<p style="font-size: 8pt">Name and official title of owner/operator or senior management official:</p>
7094
</td>
7095
<td>
7096
<p style="font-size: 8pt">Signature:</p>
7097
</td>
7098
<td>
7099
<p style="font-size: 8pt">Date Signed: </p>
7100
</td>
7101
</tr>
7102
<tr>
7103
<td>
7104
<p>
7105
<span class="answerText"><xsl:value-of select="TRI:CertifierName"/>&#160;&#160;&#160;</span>
7106
<span class="answerText"><xsl:value-of select="TRI:CertifierTitleText"/></span>
7107
</p>
7108
</td>
7109
<td>
7110
<p>
7111
<span style="font-size: 9pt; color: red; font-weight: bold;">Reference Copy: Copy of Record Resides in CDX</span>
7112
</p>
7113
</td>
7114
<td>
7115
<span class="answerText">
7116
<xsl:if test="TRI:CertificationSignedDate != '' and TRI:CertificationSignedDate != '1900-01-01'">
7117
<xsl:value-of select="TRI:CertificationSignedDate"/>
7118
</xsl:if>
7119
</span>
7120
</td>
7121
</tr>
7122
</table>
7123
</td>
7124
</tr>
7125
<tr>
7126
<td align="left" colspan="3">
7127
<p style="font-size: 8pt">SECTION 4. FACILITY IDENTIFICATION </p>
7128
</td>
7129
</tr>
7130
<tr>
7131
<td colspan="3">
7132
<table summary="table used for layout purposes" width="100%" cellpadding="1" cellspacing="0" border="1" frame="void" style="font-size: 8pt">
7133
<tr>
7134
<td width="5%">4.1</td>
7135
<td colspan="4" width="45%">&#160;</td>
7136
<td colspan="2" width="20%">TRI Facility ID Number</td>
7137
<td colspan="2" width="30%">
7138
<p>
7139
<span class="answerText">
7140
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
7141
&#160;</span>
7142
</p>
7143
</td>
7144
</tr>
7145
<xsl:choose>
7146
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'">
7147
<tr>
7148
<td colspan="5">
7149
<p style="font-size: 7pt">
7150
<u style="font-size: 7pt">Facility or Establishment Name</u>
7151
<br/>
7152
<span class="answerText">
7153
<xsl:value-of select="../TRI:Facility/sc:FacilitySiteName"/>
7154
</span>
7155
</p>
7156
</td>
7157
<td colspan="4">
7158
<p style="font-size: 7pt">
7159
<u style="font-size: 7pt">Facility or Establishment Name or Mailing Address(if different from street address)</u>
7160
<br/>
7161
<span class="answerText">
7162
<xsl:value-of select="../TRI:Facility/TRI:MailingFacilitySiteName"/>
7163
</span>
7164
</p>
7165
</td>
7166
</tr>
7167
</xsl:when>
7168
<xsl:otherwise>
7169
<tr>
7170
<td colspan="9">
7171
<p>
7172
<u style="font-size: 7pt">Facility or Establishment Name</u>
7173
</p>
7174
<p>
7175
<span class="answerText">
7176
<xsl:value-of select="../TRI:Facility/sc:FacilitySiteName"/>
7177
&#160;</span>
7178
</p>
7179
</td>
7180
</tr>
7181
</xsl:otherwise>
7182
</xsl:choose>
7183
<tr>
7184
<td colspan="5">
7185
<p>
7186
<u style="font-size: 7pt">Street</u>
7187
</p>
7188
<p>
7189
<span class="answerText">
7190
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:LocationAddressText"/>
7191
&#160;</span>
7192
</p>
7193
</td>
7194
<td colspan="4">
7195
<p>
7196
<u style="font-size: 7pt">Mailing Address (if different from physical street address)</u>
7197
</p>
7198
<p>
7199
<span class="answerText">
7200
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:MailingAddressText"/>
7201
&#160;</span>
7202
</p>
7203
</td>
7204
</tr>
7205
<tr>
7206
<td colspan="5">
7207
<p>
7208
<xsl:choose>
7209
<xsl:when test="TRI:SubmissionReportingYear >= '2012' ">
7210
<u style="font-size: 7pt">City/County/Tribe/State/ZIP Code</u>
7211
<br/>
7212
<span class="answerText">
7213
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:LocalityName"/>
7214
&#160;</span>
7215
/
7216
<span class="answerText">
7217
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:CountyIdentity/sc:CountyName"/>
7218
&#160;</span>
7219
/
7220
<span class="answerText">
7221
BIA Code: <xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:TribalIdentity/sc:TribalCode"/>
7222
&#160;</span>
7223
/
7224
<span class="answerText">
7225
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:StateIdentity/sc:StateName"/>
7226
&#160;</span>
7227
/
7228
<span class="answerText">
7229
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:AddressPostalCode"/>
7230
&#160;</span>
7231
</xsl:when>
7232
7233
<xsl:otherwise>
7234
<u style="font-size: 7pt">City/County/State/ZIP Code</u>
7235
<br/>
7236
<span class="answerText">
7237
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:LocalityName"/>
7238
&#160;</span>
7239
/
7240
<span class="answerText">
7241
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:CountyIdentity/sc:CountyName"/>
7242
&#160;</span>
7243
/
7244
<span class="answerText">
7245
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:StateIdentity/sc:StateName"/>
7246
&#160;</span>
7247
/
7248
<span class="answerText">
7249
<xsl:value-of select="../TRI:Facility/sc:LocationAddress/sc:AddressPostalCode"/>
7250
&#160;</span>
7251
</xsl:otherwise>
7252
</xsl:choose>
7253
</p>
7254
</td>
7255
<td colspan="3">
7256
<p>
7257
<u style="font-size: 7pt">City/State/ZIP Code</u>
7258
<br/>
7259
<span class="answerText">
7260
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:MailingAddressCityName"/>
7261
&#160;</span>
7262
/
7263
<span class="answerText">
7264
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:StateIdentity/sc:StateName"/>
7265
&#160;</span>
7266
/
7267
<span class="answerText">
7268
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:AddressPostalCode"/>
7269
&#160;</span>
7270
</p>
7271
</td>
7272
<td colspan="1" width="15%">
7273
<p>
7274
<u style="font-size: 7pt">Country (Non-US)</u>
7275
<br/>
7276
<span class="answerText">
7277
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/sc:CountryIdentity/sc:CountryName"/>
7278
&#160;</span>
7279
/
7280
<span class="answerText">
7281
<xsl:value-of select="../TRI:Facility/TRI:MailingAddress/TRI:ProvinceNameText"/>
7282
&#160;</span>
7283
</p>
7284
</td>
7285
</tr>
7286
<tr>
7287
<td width="5%">
7288
<p style="font-size: 8pt">4.2</p>
7289
</td>
7290
<td colspan="4">
7291
<p style="font-size: 8pt">
7292
This report contains information for : (
7293
<u>Important:</u>
7294
check c or d if applicable)
7295
</p>
7296
</td>
7297
<td colspan="2">
7298
c. [
7299
<xsl:choose>
7300
<xsl:when test="TRI:SubmissionFederalFacilityIndicator = 'Y'">
7301
<span class="answerText">X</span>
7302
</xsl:when>
7303
</xsl:choose>
7304
] A Federal facility
7305
</td>
7306
<td colspan="2">
7307
d. [
7308
<xsl:choose>
7309
<xsl:when test="TRI:SubmissionGOCOFacilityIndicator = 'true'">
7310
<span class="answerText">X</span>
7311
</xsl:when>
7312
</xsl:choose>
7313
] GOCO
7314
</td>
7315
</tr>
7316
<tr>
7317
<td width="5%">
7318
<p style="font-size: 8pt">4.3</p>
7319
</td>
7320
<td colspan="2" nowrap="nowrap" align="center">
7321
<p style="font-size: 8pt">Technical Contact name</p>
7322
</td>
7323
<td colspan="2">
7324
<span class="answerText">
7325
<xsl:value-of select="TRI:TechnicalContactNameText/sc:IndividualFullName"/>
7326
&#160;</span>
7327
</td>
7328
<td colspan="2" nowrap="nowrap">
7329
<p>
7330
<u style="font-size: 7pt">Email Address</u>
7331
<br/>
7332
<span class="answerText">
7333
<xsl:value-of select="TRI:TechnicalContactEmailAddressText"/>
7334
&#160;</span>
7335
</p>
7336
</td>
7337
<td colspan="2" nowrap="nowrap">
7338
<p>
7339
<xsl:choose>
7340
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013' ">
7341
<u style="font-size: 7pt">Telephone Number (include area code and ext.)</u>
7342
</xsl:when>
7343
<xsl:otherwise>
7344
<u style="font-size: 7pt">Telephone Number (include area code)</u>
7345
</xsl:otherwise>
7346
</xsl:choose>
7347
<br/>
7348
<span class="answerText">
7349
<xsl:value-of select="substring(TRI:TechnicalContactPhoneText,1, 3)"/>&#45;<xsl:value-of select="substring(TRI:TechnicalContactPhoneText,4, 3)"/>&#45;<xsl:value-of select="substring(TRI:TechnicalContactPhoneText,7)"/>
7350
&#160;</span>
7351
<xsl:if test="TRI:SubmissionReportingYear &gt; '2013' ">
7352
<span class="answerText">
7353
<xsl:if test="string-length(TRI:TechnicalContactPhoneExtText) &gt; 0 ">
7354
&#045; &#160;<xsl:value-of select="TRI:TechnicalContactPhoneExtText"/>
7355
</xsl:if>
7356
&#160;</span>
7357
</xsl:if>
7358
</p>
7359
</td>
7360
</tr>
7361
<xsl:choose>
7362
<xsl:when test="TRI:SubmissionReportingYear >= '2007' or TRI:SubmissionReportingYear &lt;= '2004'">
7363
<tr>
7364
<td width="5%" style="font-size: 8pt">
7365
<p style="font-size: 8pt">4.4</p>
7366
</td>
7367
<td colspan="2" nowrap="nowrap" align="center">
7368
<p style="font-size: 8pt">Public Contact name </p>
7369
</td>
7370
<td colspan="2">
7371
<span class="answerText">
7372
<xsl:value-of select="TRI:PublicContactNameText"/>
7373
&#160;</span>
7374
</td>
7375
<td colspan="2" nowrap="nowrap">
7376
<p style="font-size: 8pt">
7377
<u style="font-size: 7pt">Email Address</u>
7378
<br/>
7379
<span class="answerText">
7380
<xsl:value-of select="TRI:PublicContactEmailAddressText"/>
7381
&#160;</span>
7382
</p>
7383
</td>
7384
<td colspan="2" nowrap="nowrap">
7385
<p style="font-size: 8pt">
7386
<xsl:choose>
7387
<xsl:when test="TRI:SubmissionReportingYear &gt; '2013' ">
7388
<u style="font-size: 7pt">Telephone Number (include area code and ext.)</u>
7389
</xsl:when>
7390
<xsl:otherwise>
7391
<u style="font-size: 7pt">Telephone Number (include area code)</u>
7392
</xsl:otherwise>
7393
</xsl:choose>
7394
<br/>
7395
<span class="answerText">
7396
<xsl:if test="string-length(TRI:PublicContactPhoneText) &gt; 0">
7397
<xsl:value-of select="substring(TRI:PublicContactPhoneText,1, 3)"/>&#45;<xsl:value-of select="substring(TRI:PublicContactPhoneText,4, 3)"/>&#45;<xsl:value-of select="substring(TRI:PublicContactPhoneText,7)"/>
7398
</xsl:if>
7399
&#160;</span>
7400
<xsl:if test="TRI:SubmissionReportingYear &gt; '2013' ">
7401
<span class="answerText">
7402
<xsl:if test="string-length(TRI:PublicContactPhoneExtText) &gt; 0 ">
7403
&#045; &#160;<xsl:value-of select="TRI:PublicContactPhoneExtText"/>
7404
</xsl:if>
7405
&#160;</span>
7406
</xsl:if>
7407
7408
</p>
7409
</td>
7410
</tr>
7411
</xsl:when>
7412
<xsl:otherwise>
7413
<tr>
7414
<td width="5%">
7415
<p style="font-size: 8pt">4.4</p>
7416
</td>
7417
<td colspan="8">
7418
<p style="font-size: 8pt">Intentionally left blank</p>
7419
</td>
7420
</tr>
7421
</xsl:otherwise>
7422
</xsl:choose>
7423
<xsl:choose>
7424
<xsl:when test="TRI:SubmissionReportingYear &lt;= '2005'">
7425
<tr>
7426
<td width="5%" style="font-size: 8pt">
7427
<p style="font-size: 8pt">4.5</p>
7428
</td>
7429
<td colspan="2" nowrap="nowrap" width="35%" align="center">
7430
<p style="font-size: 8pt">SIC Code(s) (4 digits)</p>
7431
</td>
7432
<td colspan="1" width="10%">
7433
<p style="font-size: 8pt">
7434
a.
7435
<xsl:for-each select="../TRI:Facility/TRI:FacilitySIC">
7436
<xsl:choose>
7437
<xsl:when test="sc:SICPrimaryIndicator = 'Primary'">
7438
<span class="answerText">
7439
<xsl:value-of select="sc:SICCode"/>
7440
(Primary)
7441
&#160;</span>
7442
</xsl:when>
7443
</xsl:choose>
7444
</xsl:for-each>
7445
</p>
7446
</td>
7447
<td colspan="1" width="10%">
7448
<p style="font-size: 8pt">
7449
b.
7450
<xsl:choose>
7451
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 1">
7452
<span class="answerText">
7453
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[2]/sc:SICCode"/>
7454
&#160;</span>
7455
</xsl:when>
7456
</xsl:choose>
7457
</p>
7458
</td>
7459
<td colspan="1" width="10%">
7460
<p style="font-size: 8pt">
7461
c.
7462
<xsl:choose>
7463
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 2">
7464
<span class="answerText">
7465
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[3]/sc:SICCode"/>
7466
&#160;</span>
7467
</xsl:when>
7468
</xsl:choose>
7469
</p>
7470
</td>
7471
<td colspan="1" width="10%">
7472
<p style="font-size: 8pt">
7473
d.
7474
<xsl:choose>
7475
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 3">
7476
<span class="answerText">
7477
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[4]/sc:SICCode"/>
7478
&#160;</span>
7479
</xsl:when>
7480
</xsl:choose>
7481
</p>
7482
</td>
7483
<td colspan="1" width="10%">
7484
<p style="font-size: 8pt">
7485
e.
7486
<xsl:choose>
7487
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 4">
7488
<span class="answerText">
7489
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[5]/sc:SICCode"/>
7490
&#160;</span>
7491
</xsl:when>
7492
</xsl:choose>
7493
</p>
7494
</td>
7495
<td colspan="1" width="10%">
7496
<p style="font-size: 8pt">
7497
f.
7498
<xsl:choose>
7499
<xsl:when test="count(../TRI:Facility/TRI:FacilitySIC) > 5">
7500
<span class="answerText">
7501
<xsl:value-of select="../TRI:Facility/TRI:FacilitySIC[6]/sc:SICCode"/>
7502
&#160;</span>
7503
</xsl:when>
7504
</xsl:choose>
7505
</p>
7506
</td>
7507
</tr>
7508
</xsl:when>
7509
<xsl:otherwise>
7510
<tr>
7511
<td width="5%" style="font-size: 8pt">
7512
<p style="font-size: 8pt">4.5</p>
7513
</td>
7514
<td colspan="2" nowrap="nowrap" width="35%" align="center">
7515
<p style="font-size: 8pt">NAICS Code(s) (6 digits)</p>
7516
</td>
7517
<td colspan="1" width="10%">
7518
<p style="font-size: 8pt">
7519
a.
7520
<xsl:for-each select="../TRI:Facility/TRI:FacilityNAICS">
7521
<xsl:choose>
7522
<xsl:when test="sc:NAICSPrimaryIndicator = 'Primary'">
7523
<span class="answerText">
7524
<xsl:value-of select="sc:NAICSCode"/>
7525
(Primary)
7526
&#160;</span>
7527
</xsl:when>
7528
</xsl:choose>
7529
</xsl:for-each>
7530
</p>
7531
</td>
7532
<td colspan="1" width="10%">
7533
<p style="font-size: 8pt">
7534
b.
7535
<xsl:choose>
7536
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 1">
7537
<span class="answerText">
7538
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[2]/sc:NAICSCode"/>
7539
&#160;</span>
7540
</xsl:when>
7541
</xsl:choose>
7542
</p>
7543
</td>
7544
<td colspan="1" width="10%">
7545
<p style="font-size: 8pt">
7546
c.
7547
<xsl:choose>
7548
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 2">
7549
<span class="answerText">
7550
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[3]/sc:NAICSCode"/>
7551
&#160;</span>
7552
</xsl:when>
7553
</xsl:choose>
7554
</p>
7555
</td>
7556
<td colspan="1" width="10%">
7557
<p style="font-size: 8pt">
7558
d.
7559
<xsl:choose>
7560
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 3">
7561
<span class="answerText">
7562
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[4]/sc:NAICSCode"/>
7563
&#160;</span>
7564
</xsl:when>
7565
</xsl:choose>
7566
</p>
7567
</td>
7568
<td colspan="1" width="10%">
7569
<p style="font-size: 8pt">
7570
e.
7571
<xsl:choose>
7572
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 4">
7573
<span class="answerText">
7574
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[5]/sc:NAICSCode"/>
7575
&#160;</span>
7576
</xsl:when>
7577
</xsl:choose>
7578
</p>
7579
</td>
7580
<td colspan="1" width="10%">
7581
<p style="font-size: 8pt">
7582
f.
7583
<xsl:choose>
7584
<xsl:when test="count(../TRI:Facility/TRI:FacilityNAICS) > 5">
7585
<span class="answerText">
7586
<xsl:value-of select="../TRI:Facility/TRI:FacilityNAICS[6]/sc:NAICSCode"/>
7587
&#160;</span>
7588
</xsl:when>
7589
</xsl:choose>
7590
</p>
7591
</td>
7592
</tr>
7593
</xsl:otherwise>
7594
</xsl:choose>
7595
<tr>
7596
<td colspan="9">
7597
<table summary="table used for layout purposes" width="100%" cellpadding="1" cellspacing="0" border="1" frame="void" style="font-size: 8pt" rules="all">
7598
<tr>
7599
<td width="5%" style="font-size: 8pt">
7600
<p style="font-size: 8pt">4.7</p>
7601
</td>
7602
<td nowrap="nowrap">
7603
<p style="font-size: 8pt">
7604
Dun and Bradstreet
7605
<br/>
7606
Number(s) (9 digits)
7607
</p>
7608
</td>
7609
</tr>
7610
<tr>
7611
<td colspan="2">
7612
<p style="font-size: 8pt">
7613
a.
7614
<span class="answerText">
7615
<xsl:value-of select="../TRI:Facility/TRI:FacilityDunBradstreetCode[1]"/>
7616
&#160;</span>
7617
</p>
7618
</td>
7619
</tr>
7620
<tr>
7621
<td colspan="2">
7622
<p style="font-size: 8pt">
7623
b.
7624
<span class="answerText">
7625
<xsl:value-of select="../TRI:Facility/TRI:FacilityDunBradstreetCode[2]"/>
7626
&#160;</span>
7627
</p>
7628
</td>
7629
</tr>
7630
</table>
7631
</td>
7632
</tr>
7633
<tr>
7634
<td align="left" colspan="9">
7635
<p style="font-size: 8pt">SECTION 5. PARENT COMPANY INFORMATION</p>
7636
</td>
7637
</tr>
7638
<tr>
7639
<td width="5%" style="font-size: 8pt">
7640
<p style="font-size: 8pt">5.1</p>
7641
</td>
7642
<td colspan="2" align="center">
7643
<p style="font-size: 8pt">
7644
<xsl:choose>
7645
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'">
7646
Name of Parent Company
7647
</xsl:when>
7648
<xsl:otherwise>
7649
Name of U.S. Parent Company (for TRI Reporting purposes)
7650
</xsl:otherwise>
7651
</xsl:choose>
7652
</p>
7653
</td>
7654
<xsl:choose>
7655
<xsl:when test="TRI:SubmissionReportingYear &gt; '2010'">
7656
<td colspan="5">
7657
<span class="answerText">
7658
<xsl:if test="../TRI:Facility/TRI:ParentCompanyNameText != 'NA'">
7659
<xsl:value-of select="../TRI:Facility/TRI:ParentCompanyNameText"/>
7660
</xsl:if>
7661
&#160;</span>
7662
<br/>
7663
</td>
7664
<td colspan="1">
7665
<p style="font-size: 8pt">
7666
No U.S. Parent Company (for TRI Reporting purposes) [
7667
<xsl:choose>
7668
<xsl:when test="../TRI:Facility/TRI:ParentCompanyNameNAIndicator = 'true'">
7669
<span class="answerText">X</span>
7670
</xsl:when>
7671
</xsl:choose>
7672
]
7673
</p>
7674
</td>
7675
</xsl:when>
7676
<xsl:otherwise>
7677
<td colspan="1">
7678
<p style="font-size: 8pt">
7679
NA [
7680
7681
<xsl:choose>
7682
<xsl:when test="../TRI:Facility/TRI:ParentCompanyNameNAIndicator = 'true'">
7683
<span class="answerText">X</span>
7684
</xsl:when>
7685
</xsl:choose>
7686
]
7687
</p>
7688
</td>
7689
<td colspan="5">
7690
<span class="answerText">
7691
<xsl:value-of select="../TRI:Facility/TRI:ParentCompanyNameText"/>
7692
&#160;</span>
7693
<br/>
7694
</td>
7695
</xsl:otherwise>
7696
</xsl:choose>
7697
</tr>
7698
<tr>
7699
<td width="5%" style="font-size: 8pt">
7700
<p style="font-size: 8pt">5.2</p>
7701
</td>
7702
<td colspan="2" align="left">
7703
<p style="font-size: 8pt">Parent Company's Dun &amp; Bradstreet Number </p>
7704
</td>
7705
<td colspan="1">
7706
<p style="font-size: 8pt">
7707
NA [
7708
<xsl:choose>
7709
<xsl:when test="../TRI:Facility/TRI:ParentDunBradstreetCode = 'NA'">
7710
<span class="answerText">X</span>
7711
</xsl:when>
7712
</xsl:choose>
7713
]
7714
</p>
7715
</td>
7716
<td colspan="5">
7717
<xsl:choose>
7718
<xsl:when test="../TRI:Facility/TRI:ParentDunBradstreetCode != 'NA'">
7719
<span class="answerText">
7720
<xsl:value-of select="../TRI:Facility/TRI:ParentDunBradstreetCode"/>
7721
&#160;</span>
7722
</xsl:when>
7723
</xsl:choose>
7724
<br/>
7725
</td>
7726
</tr>
7727
</table>
7728
</td>
7729
</tr>
7730
</table>
7731
</center>
7732
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="1" style="font-size: 8pt" border="0">
7733
<tr>
7734
<td width="60%">
7735
<p style="font-size: 8pt">
7736
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
7737
EPA Form 9350-2 (Rev. <xsl:value-of select="$RevisionDateFormA"/>) - Previous editions are obsolete.
7738
</xsl:if>
7739
</p>
7740
</td>
7741
<td width="30%">
7742
<p style="font-size: 8pt">Printed using TRI-MEweb</p>
7743
</td>
7744
</tr>
7745
</table>
7746
7747
<!-- Start Form A Page Two -->
7748
<xsl:for-each select="//TRI:Report[TRI:ReportType/TRI:ReportTypeCode = current()/TRI:ReportType/TRI:ReportTypeCode
7749
and concat(TRI:TechnicalContactNameText/sc:IndividualFullName, 'xx') = concat(current()/TRI:TechnicalContactNameText/sc:IndividualFullName, 'xx')
7750
and concat(TRI:TechnicalContactPhoneText, 'xx') = concat(current()/TRI:TechnicalContactPhoneText, 'xx')
7751
and concat(TRI:TechnicalContactEmailAddressText, 'xx') = concat(current()/TRI:TechnicalContactEmailAddressText, 'xx')
7752
and concat(TRI:PublicContactNameText/sc:IndividualFullName, 'xx') = concat(current()/TRI:PublicContactNameText/sc:IndividualFullName, 'xx')
7753
and concat(TRI:PublicContactPhoneText, 'xx') = concat(current()/TRI:PublicContactPhoneText, 'xx')
7754
and concat(TRI:PublicContactEmailAddressText, 'xx') = concat(current()/TRI:PublicContactEmailAddressText, 'xx')
7755
and sc:RevisionIndicator = current()/sc:RevisionIndicator
7756
and concat(TRI:ChemicalReportRevisionCode[1], 'xx') = concat(current()/TRI:ChemicalReportRevisionCode[1], 'xx')
7757
and concat(TRI:ChemicalReportRevisionCode[2], 'xx') = concat(current()/TRI:ChemicalReportRevisionCode[2], 'xx')
7758
and concat(TRI:ChemicalReportWithdrawalCode[1], 'xx') = concat(current()/TRI:ChemicalReportWithdrawalCode[1], 'xx')
7759
and concat(TRI:ChemicalReportWithdrawalCode[2], 'xx') = concat(current()/TRI:ChemicalReportWithdrawalCode[2], 'xx')
7760
and ../TRI:Facility = current()/../TRI:Facility
7761
]">
7762
<xsl:choose>
7763
<xsl:when test="(position() - 1) mod 4 = 0">
7764
<p style="page-break-before: always">&#160;</p>
7765
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 7pt" border="0">
7766
<tr>
7767
<td width="60%">
7768
<p style="font-size: 8pt">
7769
<xsl:call-template name="FormAPage2Links">
7770
<xsl:with-param name="reportID"><xsl:value-of select="$formID"/></xsl:with-param>
7771
<xsl:with-param name="lastPosition"><xsl:value-of select="last()"/></xsl:with-param>
7772
<xsl:with-param name="currentPosition">4</xsl:with-param>
7773
</xsl:call-template>
7774
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
7775
IMPORTANT: Read instructions before completing form; type or use fill-and-print form
7776
</xsl:if>
7777
</p>
7778
</td>
7779
<td width="10%">
7780
7781
</td>
7782
</tr>
7783
</table>
7784
7785
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt">
7786
<tr>
7787
<td colspan="2">
7788
<table summary="table used for layout purposes" width="100%" style="font-size: 10pt" cellspacing="0" cellpadding="1">
7789
<tr>
7790
<td width="80%" align="center" style="font-size: 9pt">
7791
<span style="font-weight:bold">EPA FORM A</span>
7792
<br/>
7793
<span style="font-weight:bold">PART II. CHEMICAL IDENTIFICATION</span>
7794
<br/>
7795
<p style="font-size: 8pt">
7796
<xsl:choose>
7797
<xsl:when test="TRI:SubmissionReportingYear = '2005'">
7798
Do not use this form for reporting PBT chemicals including Dioxin and Dioxin-like Compounds*
7799
</xsl:when>
7800
<xsl:otherwise>
7801
Do not use this form for reporting Dioxin and Dioxin-like Compounds*</xsl:otherwise>
7802
</xsl:choose>
7803
</p>
7804
</td>
7805
</tr>
7806
</table>
7807
</td>
7808
<td>TRI Facility ID Number
7809
<hr />
7810
<span class="answerText">
7811
<xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/>
7812
&#160;</span>
7813
</td>
7814
</tr>
7815
</table>
7816
</xsl:when>
7817
</xsl:choose>
7818
7819
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt">
7820
<tr>
7821
<td colspan="2">
7822
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0" cellpadding="1">
7823
<tr>
7824
<td align="left" width="75%">
7825
<p style="font-size: 7pt">SECTION 1. TOXIC CHEMICAL IDENTITY</p>
7826
</td>
7827
<td align="right">
7828
<p style="font-size: 7pt">Report <span class="smallAnswer"><xsl:value-of select="position()"/></span> of <span class="smallAnswer"><xsl:value-of select="last()"/></span></p>
7829
</td>
7830
</tr>
7831
</table>
7832
</td>
7833
</tr>
7834
<xsl:for-each select="TRI:ChemicalIdentification">
7835
<tr>
7836
<td align="center" width="5%">
7837
<p style="font-size: 7pt">1.1</p>
7838
</td>
7839
<td width="95%" style="font-size: 7pt">
7840
CAS Number (Important: Enter only one number as it appears on the
7841
Section 313 list. Enter category code if reporting a chemical
7842
category.)
7843
<hr/>
7844
<span style="color: blue;text-indent: 5em;font-weight:bold">
7845
<xsl:value-of select="sc:CASNumber"/>
7846
&#160;</span>
7847
</td>
7848
</tr>
7849
<tr>
7850
<td align="center" width="5%">
7851
<p style="font-family: arial;font-size: 7pt">1.2</p>
7852
</td>
7853
<td style="font-size: 7pt">
7854
Toxic Chemical or Chemical Category Name (Important: Enter only one
7855
name exactly as it appears on the Section 313 list.)
7856
<hr/>
7857
<span style="color: blue;font-size: 7pt;text-indent: 5em;font-weight:bold">
7858
<xsl:value-of select="TRI:ChemicalNameText"/>
7859
&#160;</span>
7860
</td>
7861
</tr>
7862
</xsl:for-each>
7863
<tr>
7864
<td align="center" width="5%">
7865
<p style=" font-family: arial;font-size: 7pt">1.3</p>
7866
</td>
7867
<td style="font-size: 7pt">
7868
Generic Chemical Name (Important: Complete only if Part I, Section
7869
2.1 is checked "Yes". Generic Name must be structurally descriptive).
7870
<hr/>
7871
<span style="color: blue;font-size: 7pt;text-indent: 5em;font-weight:bold">NA</span>
7872
</td>
7873
</tr>
7874
<tr>
7875
<td colspan="2">
7876
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" cellspacing="0"
7877
cellpadding="1">
7878
<tr>
7879
<td align="left" colspan="2">
7880
<p style="font-family: arial;font-size: 8pt">
7881
SECTION 2. MIXTURE COMPONENT IDENTITY (Important: DO NOT complete this section if you completed Section 1.)
7882
</p>
7883
</td>
7884
</tr>
7885
</table>
7886
</td>
7887
</tr>
7888
<tr>
7889
<td align="center" width="5%">
7890
<p style="font-family: arial;font-size: 7pt">2.1</p>
7891
</td>
7892
<td style="font-size: 8pt">
7893
Generic Chemical Name Provided by Supplier (Important: Maximum of 70
7894
characters, including numbers, spaces, and punctuation.)
7895
<hr/>
7896
<b style="color: blue;font-size: 9pt; font-family:arial">
7897
<xsl:value-of select="TRI:ChemicalIdentification/TRI:ChemicalMixtureNameText"/>
7898
</b>
7899
<br/>
7900
</td>
7901
</tr>
7902
</table>
7903
<br />
7904
<xsl:choose>
7905
<xsl:when test="((position() mod 4 = 0) or (position() = last()))">
7906
7907
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 7pt" border="0">
7908
<tr>
7909
<td colspan="2" align="center">
7910
<p style="font-family: arial;font-size: 7pt">
7911
<xsl:choose>
7912
<xsl:when test="TRI:SubmissionReportingYear = '2005'">
7913
*See the TRI Reporting Forms and Instructions Manual for the list of PBT
7914
Chemicals(including Dioxin and Dioxin-like Compounds)
7915
</xsl:when>
7916
<xsl:otherwise>*See the TRI Reporting Forms and Instructions
7917
Manual for the TRI-listed Dioxin and Dioxin-like
7918
Compounds</xsl:otherwise>
7919
</xsl:choose>
7920
</p>
7921
</td>
7922
</tr>
7923
<tr>
7924
<td width="60%">
7925
<p style="font-family: arial;font-size: 7pt">
7926
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
7927
EPA Form 9350-2 (Rev. <xsl:value-of select="$RevisionDateFormA"/>) - Previous editions are obsolete.
7928
</xsl:if>
7929
</p>
7930
</td>
7931
<td width="40%" align="right" style="font-size: 7pt">
7932
<p style="font-family: arial;font-size: 7pt">&#160;</p>
7933
</td>
7934
</tr>
7935
</table>
7936
</xsl:when>
7937
</xsl:choose>
7938
<!-- End Form A Page Two -->
7939
</xsl:for-each>
7940
</xsl:if>
7941
</xsl:otherwise>
7942
</xsl:choose>
7943
</xsl:for-each>
7944
</body>
7945
</html>
7946
</xsl:template>
7947
7948
<xsl:template name="ScheduleOnePageOne">
7949
<xsl:param name="baseStreamID" />
7950
<xsl:param name="formID" />
7951
7952
<xsl:param name="OMBNumberSchedule1" />
7953
<xsl:param name="ApprovalDateSchedule1" />
7954
7955
<xsl:param name="fugitiveRelease" select="TRI:OnsiteReleaseQuantity[TRI:EnvironmentalMediumCode = 'AIR FUG' and $baseStreamID = 0]" />
7956
<xsl:param name="stackRelease" select="TRI:OnsiteReleaseQuantity[TRI:EnvironmentalMediumCode = 'AIR STACK' and $baseStreamID = 0]" />
7957
<xsl:param name="firstStreamRelease" select="TRI:OnsiteReleaseQuantity[TRI:WaterStream/TRI:WaterSequenceNumber = $baseStreamID + 1]" />
7958
<xsl:param name="secondStreamRelease" select="TRI:OnsiteReleaseQuantity[TRI:WaterStream/TRI:WaterSequenceNumber = $baseStreamID + 2]" />
7959
<xsl:param name="thirdStreamRelease" select="TRI:OnsiteReleaseQuantity[TRI:WaterStream/TRI:WaterSequenceNumber = $baseStreamID + 3]" />
7960
7961
<div class="landscapeArea">
7962
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 8pt" border="0">
7963
<tr>
7964
<td width="30%">
7965
<xsl:if test="TRI:SubmissionReportingYear &lt; '2014' ">
7966
Form Approved OMB Number:<span class="smallAnswer"><xsl:value-of select="$OMBNumberSchedule1" />&#160;</span><br />
7967
Approval Expires: <span class="smallAnswer"><xsl:value-of select="$ApprovalDateSchedule1" />&#160;</span>
7968
</xsl:if>
7969
</td>
7970
<td width="10%">
7971
<p style="font-size: 8pt"><b>Page 1 of 4</b></p>
7972
</td>
7973
</tr>
7974
</table>
7975
7976
<center>
7977
<table summary="table used for layout purposes" border="1" cellspacing="0" cellpadding="1" width="100%" style="font-size: 8pt;">
7978
7979
<tr>
7980
<td colspan="13" align="center">
7981
<table summary="table used for layout purposes" width="100%" style="font-size: 8pt" border="0" cellspacing="0" cellpadding="0" frame="void">
7982
<tr>
7983
<td style="font-size: 10pt"><b> EPA </b></td>
7984
<td align="center" style="font-size: 14pt"><b>FORM R Schedule 1</b></td>
7985
<td><p style="font-size: 8pt">TRI Facility ID Number:</p></td>
7986
</tr>
7987
<tr>
7988
<td><p style="font-size: 8pt">United States<br />Environmental Protection<br />Agency</p></td>
7989
<td align="center"><p style="font-size: 14pt"><b>PART II. CHEMICAL-SPECIFIC INFORMATION (continued)</b></p></td>
7990
<td class="answerText"><xsl:value-of select="../TRI:Facility/TRI:FacilityIdentifier"/></td>
7991
</tr>
7992
</table>
7993
</td>
7994
</tr>
7995
7996
<tr>
7997
<td align="left" colspan="13" style="font-size: 8pt">
7998
<p style="font-size: 9pt"><b>Section 5. Quantity Of Dioxin And Dioxin-Like Compounds Entering Each Environmental Medium On-site</b></p>
7999
</td>
8000
</tr>
8001
8002
<tr>
8003
<td colspan="2" rowspan="2" style="background-color: gray">&#160;</td>
8004
<td align="center" style="font-size: 8pt"><b>5.1</b></td>
8005
<td align="center" style="font-size: 8pt">NA</td>
8006
<td align="center" class="smallAnswer">
8007
<xsl:if test="$fugitiveRelease/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
8008
X
8009
</xsl:if>&#160;
8010
</td>
8011
8012
<td align="center" style="font-size: 8pt"><b>5.2</b></td>
8013
<td align="center" style="font-size: 8pt">NA</td>
8014
<td align="center" class="smallAnswer">
8015
<xsl:if test="$stackRelease/TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
8016
X
8017
</xsl:if>&#160;
8018
</td>
8019
8020
<td align="center" colspan="5" style="font-size: 8pt">
8021
<b>5.3</b>&#160;&#160;&#160;Discharges to receiving streams or water
8022
bodies&#160;&#160;&#160;&#160;&#160;&#160;
8023
<xsl:choose>
8024
<xsl:when test="TRI:SubmissionReportingYear &lt; '2011'">
8025
&#160;
8026
</xsl:when>
8027
<xsl:otherwise>
8028
NA&#160;&#160;&#160;
8029
[&#160;<xsl:for-each select="TRI:OnsiteReleaseQuantity">
8030
<xsl:choose>
8031
<xsl:when test="TRI:EnvironmentalMediumCode = 'WATER'">
8032
<xsl:choose>
8033
<xsl:when test="TRI:OnsiteWasteQuantity/TRI:WasteQuantityNAIndicator = 'true'">
8034
<span class="smallAnswer">X</span>
8035
</xsl:when>
8036
</xsl:choose>
8037
</xsl:when>
8038
</xsl:choose>
8039
</xsl:for-each>&#160;]
8040
</xsl:otherwise>
8041
</xsl:choose>
8042
</td>
8043
</tr>
8044
<tr>
8045
<td align="center" colspan="3" style="font-size: 8pt">
8046
<p style="font-size: 8pt">Fugitive or non-point air emissions</p>
8047
</td>
8048
8049
<td align="center" colspan="3" style="font-size: 8pt">
8050
<p style="font-size: 8pt">Stack or point air emissions</p>
8051
</td>
8052
8053
<td align="center" colspan="3" style="font-size: 8pt">
8054
<p style="font-size: 8pt">5.3.<xsl:value-of select="$baseStreamID + 1" />&#160;
8055
<xsl:value-of select="$firstStreamRelease/TRI:WaterStream/TRI:StreamName" />
8056
</p>
8057
</td>
8058
<td align="center" style="font-size: 8pt">
8059
<p style="font-size: 8pt">5.3.<xsl:value-of select="$baseStreamID + 2" />&#160;
8060
<xsl:value-of select="$secondStreamRelease/TRI:WaterStream/TRI:StreamName" />
8061
</p>
8062
</td>
8063
<td align="center" style="font-size: 8pt">
8064
<p style="font-size: 8pt">5.3.<xsl:value-of select="$baseStreamID + 3" />&#160;
8065
<xsl:value-of select="$thirdStreamRelease/TRI:WaterStream/TRI:StreamName" />
8066
</p>
8067
</td>
8068
</tr>
8069
8070
<xsl:call-template name="ScheduleOnePageOneRow">
8071
<xsl:with-param name="baseStreamID"><xsl:value-of select="$baseStreamID" /></xsl:with-param>
8072
</xsl:call-template>
8073
8074
<tr>
8075
<td align="left" colspan="13" style="font-size: 8pt">
8076
<p style="font-size: 8pt">
8077
If additional pages of Section 6.1 or 6.2 are attached, indicate the total number of pages in this box&#160;&#160;
8078
<span style="border: 1px solid black; padding: 2px; text-align:center; width: 25px;">
8079
<xsl:if test="count(TRI:OnsiteReleaseQuantity/TRI:WaterStream) &gt; 3">
8080
<span class="answerText"><xsl:value-of select="(floor(count(TRI:OnsiteReleaseQuantity/TRI:WaterStream) div 3)) + 1" />&#160;</span>
8081
</xsl:if>&#160;
8082
&#160;</span>
8083
<br />
8084
and indicate the Section 6.1 or 6.2 page number in this box&#160;&#160;
8085
<span style="border: 1px solid black; padding: 2px; text-align:center; width: 25px;">
8086
<xsl:if test="count(TRI:OnsiteReleaseQuantity/TRI:WaterStream) &gt; 3">
8087
<span class="answerText"><xsl:value-of select="($baseStreamID div 3) + 1" />&#160;</span>
8088
</xsl:if>&#160;
8089
&#160;</span>&#160;
8090
(Example: 1,2,3, etc.)
8091
</p>
8092
</td>
8093
</tr>
8094
8095
</table>
8096
</center>
8097
8098
<table summary="table used for layout purposes" width="100%" cellspacing="0" cellpadding="0" style="font-size: 7pt" border="0">
8099
<tr>
8100
<td width="60%">
8101
<p style="font-size: 8pt">
8102
EPA Form 9350-3
8103
</p>
8104
</td>
8105
<td width="30%">
8106
<p style="font-size: 8pt">Printed using TRI-MEweb</p>
8107
</td>
8108
</tr>
8109
</table>
8110
</div>
8111
</xsl:template>
8112
8113
<xsl:template name="ScheduleOnePageOneRow">
8114
<xsl:param name="baseStreamID" />
8115
<xsl:param name="i">1</xsl:param>
8116
<xsl:param name="teqNodeName"><xsl:value-of select="concat('TRI:ToxicEquivalency',$i,'Value')" /></xsl:param>
8117
<xsl:param name="fugitiveTEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'AIR FUG' and $baseStreamID = 0]" />
8118
<xsl:param name="stackTEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'AIR STACK' and $baseStreamID = 0]" />
8119
<xsl:param name="firstStreamTEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:WaterStream/TRI:WaterSequenceNumber = $baseStreamID + 1]" />
8120
<xsl:param name="secondStreamTEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:WaterStream/TRI:WaterSequenceNumber = $baseStreamID + 2]" />
8121
<xsl:param name="thirdStreamTEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:WaterStream/TRI:WaterSequenceNumber = $baseStreamID + 3]" />
8122
8123
<xsl:if test="$i &lt; 18">
8124
<tr>
8125
<xsl:if test="$i = 1">
8126
<td align="center" rowspan="17" style="font-size: 8pt">
8127
<p style="font-size: 8pt"><b>D. Mass<br />(grams)<br />of<br />each<br />compound<br />in<br />the<br />category<br />(1-17)</b></p>
8128
</td>
8129
</xsl:if>
8130
8131
<td align="center" style="font-size: 8pt">
8132
<xsl:value-of select="$i" />
8133
</td>
8134
<td align="center" colspan="3" class="teqAnswer">
8135
<xsl:value-of select="$fugitiveTEQ/*[name() = $teqNodeName]" /><br />
8136
</td>
8137
<td align="center" colspan="3" class="teqAnswer">
8138
<xsl:value-of select="$stackTEQ/*[name() = $teqNodeName]" /><br />
8139
</td>
8140
<td align="center" colspan="3" class="teqAnswer">
8141
<xsl:value-of select="$firstStreamTEQ/*[name() = $teqNodeName]" /><br />
8142
</td>
8143
<td align="center" class="teqAnswer">
8144
<xsl:value-of select="$secondStreamTEQ/*[name() = $teqNodeName]" /><br />
8145
</td>
8146
<td align="center" class="teqAnswer">
8147
<xsl:value-of select="$thirdStreamTEQ/*[name() = $teqNodeName]" /><br />
8148
</td>
8149
</tr>
8150
8151
<xsl:call-template name="ScheduleOnePageOneRow">
8152
<xsl:with-param name="i"><xsl:value-of select="$i + 1" /></xsl:with-param>
8153
<xsl:with-param name="baseStreamID"><xsl:value-of select="$baseStreamID" /></xsl:with-param>
8154
</xsl:call-template>
8155
</xsl:if>
8156
</xsl:template>
8157
8158
<xsl:template name="ScheduleOnePageTwoRow">
8159
<xsl:param name="i">1</xsl:param>
8160
<xsl:param name="teqNodeName"><xsl:value-of select="concat('TRI:ToxicEquivalency',$i,'Value')" /></xsl:param>
8161
<xsl:param name="uicClass1TEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'UNINJ I']" />
8162
<xsl:param name="uicClass25TEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'UNINJ IIV']" />
8163
<xsl:param name="rcraLandfillTEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'RCRA C']" />
8164
<xsl:param name="otherLandfillTEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'OTH LANDF']" />
8165
<xsl:param name="farmingTEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'LAND TREA']" />
8166
<xsl:param name="rcraSITEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'SI 5.5.3A']" />
8167
<xsl:param name="otherSITEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'SI 5.5.3B']" />
8168
<xsl:param name="otherTEQ" select="TRI:OnsiteReleaseQuantity/TRI:OnsiteWasteQuantity/TRI:ToxicEquivalencyIdentification[../../TRI:EnvironmentalMediumCode = 'OTH DISP']" />
8169
8170
<xsl:if test="$i &lt; 18">
8171
<tr>
8172
<xsl:if test="$i = 1">
8173
<td align="center" rowspan="17" style="font-size: 8pt">
8174
<b>C. Mass<br />(grams)<br />of<br />each<br />compound<br />in<br />the<br />category<br />(1-17)</b>
8175
</td>
8176
</xsl:if>
8177
<td align="center" style="font-size: 8pt">
8178
<xsl:value-of select="$i" />
8179
</td>
8180
<td colspan="3" align="center" class="teqAnswer">
8181
<xsl:value-of select="$uicClass1TEQ/*[name() = $teqNodeName]" /><br />
8182
</td>
8183
<td colspan="3" align="center" class="teqAnswer">
8184
<xsl:value-of select="$uicClass25TEQ/*[name() = $teqNodeName]" /><br />
8185
</td>
8186
<td colspan="3" align="center" class="teqAnswer">
8187
<xsl:value-of select="$rcraLandfillTEQ/*[name() = $teqNodeName]" /><br />
8188
</td>
8189
<td colspan="3" align="center" class="teqAnswer">
8190
<xsl:value-of select="$otherLandfillTEQ/*[name() = $teqNodeName]" /><br />
8191
</td>
8192
<td colspan="3" align="center" class="teqAnswer">
8193
<xsl:value-of select="$farmingTEQ/*[name() = $teqNodeName]" /><br />
8194
</td>
8195
<td colspan="3" align="center" class="teqAnswer">
8196
<xsl:value-of select="$rcraSITEQ/*[name() = $teqNodeName]" /><br />
8197
</td>
8198
<td colspan="3" align="center" class="teqAnswer">
8199
<xsl:value-of select="$otherSITEQ/*[name() = $teqNodeName]" /><br />
8200
</td>
8201
<td colspan="3" align="center" class="teqAnswer">
8202
<xsl:value-of select="$otherTEQ/*[name() = $teqNodeName]" /><br />
8203
</td>
8204
</tr>
8205
8206
<xsl:call-template name="ScheduleOnePageTwoRow">
8207
<xsl:with-param name="i"><xsl:value-of select="$i + 1" /></xsl:with-param>
8208
</xsl:call-template>
8209
</xsl:if>
8210
</xsl:template>
8211
8212
<xsl:template name="ScheduleOnePageThreeRowBlank">
8213
<xsl:param name="i">1</xsl:param>
8214
8215
<tr>
8216
<td colspan="2" align="left" style="font-size: 9pt"><b>6.2_<xsl:value-of select="$i" /></b></td>
8217
<td colspan="16" align="left" style="font-size: 8pt"><b>. Mass (grams) of each compound in the Category (1-17)</b></td>
8218
</tr>
8219
8220
<xsl:call-template name="ScheduleOnePageThreeDetailBlank"><xsl:with-param name="j">1</xsl:with-param></xsl:call-template>
8221
<xsl:call-template name="ScheduleOnePageThreeDetailBlank"><xsl:with-param name="j">2</xsl:with-param></xsl:call-template>
8222
<xsl:call-template name="ScheduleOnePageThreeDetailBlank"><xsl:with-param name="j">3</xsl:with-param></xsl:call-template>
8223
<xsl:call-template name="ScheduleOnePageThreeDetailBlank"><xsl:with-param name="j">4</xsl:with-param></xsl:call-template>
8224
</xsl:template>
8225
8226
<xsl:template name="ScheduleOnePageThreeDetailBlank">
8227
<xsl:param name="j">1</xsl:param>
8228
8229
<tr>
8230
<td align="center" colspan="2" style="font-size: 8pt">
8231
<b><xsl:value-of select="$j" />.</b>
8232
</td>
8233
<td style="font-size: 8pt">1</td><td>&#160;</td>
8234
<td style="font-size: 8pt">2</td><td>&#160;</td>
8235
<td style="font-size: 8pt">3</td><td>&#160;</td>
8236
<td style="font-size: 8pt">4</td><td>&#160;</td>
8237
<td style="font-size: 8pt">5</td><td>&#160;</td>
8238
<td style="font-size: 8pt">6</td><td>&#160;</td>
8239
<td style="font-size: 8pt">7</td><td>&#160;</td>
8240
<td style="font-size: 8pt">8</td><td>&#160;</td>
8241
</tr>
8242
<tr>
8243
<td style="font-size: 8pt">9</td><td>&#160;</td>
8244
<td style="font-size: 8pt">10</td><td>&#160;</td>
8245
<td style="font-size: 8pt">11</td><td>&#160;</td>
8246
<td style="font-size: 8pt">12</td><td>&#160;</td>
8247
<td style="font-size: 8pt">13</td><td>&#160;</td>
8248
<td style="font-size: 8pt">14</td><td>&#160;</td>
8249
<td style="font-size: 8pt">15</td><td>&#160;</td>
8250
<td style="font-size: 8pt">16</td><td>&#160;</td>
8251
<td style="font-size: 8pt">17</td><td>&#160;</td>
8252
</tr>
8253
</xsl:template>
8254
8255
<xsl:template name="ScheduleOnePageThreeRow">
8256
<tr>
8257
<td align="center" colspan="2" style="font-size: 8pt">
8258
<b><xsl:value-of select="TRI:TransferSequenceNumber + 1" />.</b>
8259
</td>
8260
<td style="font-size: 8pt">1</td>
8261
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency1Value" />&#160;</td>
8262
8263
<td style="font-size: 8pt">2</td>
8264
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency2Value" />&#160;</td>
8265
8266
<td style="font-size: 8pt">3</td>
8267
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency3Value" />&#160;</td>
8268
8269
<td style="font-size: 8pt">4</td>
8270
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency4Value" />&#160;</td>
8271
8272
<td style="font-size: 8pt">5</td>
8273
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency5Value" />&#160;</td>
8274
8275
<td style="font-size: 8pt">6</td>
8276
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency6Value" />&#160;</td>
8277
8278
<td style="font-size: 8pt">7</td>
8279
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency7Value" />&#160;</td>
8280
8281
<td style="font-size: 8pt">8</td>
8282
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency8Value" />&#160;</td>
8283
</tr>
8284
8285
<tr>
8286
<td style="font-size: 8pt">9</td>
8287
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency9Value" />&#160;</td>
8288
8289
<td style="font-size: 8pt">10</td>
8290
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency10Value" />&#160;</td>
8291
8292
<td style="font-size: 8pt">11</td>
8293
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency11Value" />&#160;</td>
8294
8295
<td style="font-size: 8pt">12</td>
8296
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency12Value" />&#160;</td>
8297
8298
<td style="font-size: 8pt">13</td>
8299
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency13Value" />&#160;</td>
8300
8301
<td style="font-size: 8pt">14</td>
8302
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency14Value" />&#160;</td>
8303
8304
<td style="font-size: 8pt">15</td>
8305
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency15Value" />&#160;</td>
8306
8307
<td style="font-size: 8pt">16</td>
8308
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency16Value" />&#160;</td>
8309
8310
<td style="font-size: 8pt">17</td>
8311
<td align="center" class="teqAnswer"><xsl:value-of select="TRI:TransferWasteQuantity/TRI:ToxicEquivalencyIdentification/TRI:ToxicEquivalency17Value" />&#160;</td>
8312
</tr>
8313
</xsl:template>
8314
8315
<xsl:template name="ScheduleOnePageFourRow">
8316
<xsl:param name="i">1</xsl:param>
8317
<xsl:param name="teqNodeName"><xsl:value-of select="concat('TRI:ToxicEquivalency',$i,'Value')" /></xsl:param>
8318
8319
<xsl:if test="$i &lt; 18">
8320
<tr>
8321
<xsl:if test="$i = 1">
8322
<td rowspan="17" align="center" style="font-size: 8pt">
8323
<b>F. Mass<br />(grams)<br />of<br />each<br />compound<br />in<br />the<br />category<br />(1-17)</b>
8324
</td>
8325
</xsl:if>
8326
8327
<td align="center" style="font-size: 8pt"><xsl:value-of select="$i" /></td>
8328
<td align="center" class="teqAnswer">
8329
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OnsiteUICDisposalQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8330
</td>
8331
<td align="center" class="teqAnswer">
8332
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OnsiteOtherDisposalQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8333
</td>
8334
<td align="center" class="teqAnswer">
8335
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OffsiteUICDisposalQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8336
</td>
8337
<td align="center" class="teqAnswer">
8338
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OffsiteOtherDisposalQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8339
</td>
8340
<td align="center" class="teqAnswer">
8341
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OnsiteEnergyRecoveryQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8342
</td>
8343
<td align="center" class="teqAnswer">
8344
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OffsiteEnergyRecoveryQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8345
</td>
8346
<td align="center" class="teqAnswer">
8347
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OnsiteRecycledQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8348
</td>
8349
<td align="center" class="teqAnswer">
8350
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OffsiteRecycledQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8351
</td>
8352
<td align="center" class="teqAnswer">
8353
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OnsiteTreatedQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8354
</td>
8355
<td align="center" class="teqAnswer">
8356
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:OffsiteTreatedQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8357
</td>
8358
<td align="center" class="teqAnswer">
8359
<xsl:value-of select="TRI:SourceReductionQuantity/TRI:ToxicEquivalencyIdentification/*[name() = $teqNodeName]" /><br />
8360
</td>
8361
</tr>
8362
8363
<xsl:call-template name="ScheduleOnePageFourRow">
8364
<xsl:with-param name="i"><xsl:value-of select="$i + 1" /></xsl:with-param>
8365
</xsl:call-template>
8366
8367
</xsl:if>
8368
</xsl:template>
8369
8370
<xsl:template name="FormAPage2Links">
8371
<xsl:param name="lastPosition">0</xsl:param>
8372
<xsl:param name="currentPosition">0</xsl:param>
8373
<xsl:param name="reportID">0</xsl:param>
8374
<xsl:if test="$currentPosition &lt;= $lastPosition and $lastPosition &gt; 4">
8375
<xsl:call-template name="FormAPage2Links">
8376
<xsl:with-param name="lastPosition"><xsl:value-of select="$lastPosition"/></xsl:with-param>
8377
<xsl:with-param name="currentPosition"><xsl:value-of select="$currentPosition + 1"/></xsl:with-param>
8378
<xsl:with-param name="reportID"><xsl:value-of select="$reportID"/></xsl:with-param>
8379
</xsl:call-template>
8380
</xsl:if>
8381
</xsl:template>
8382
</xsl:stylesheet>
8383
8384