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