A COR is the user's receipt of what was submitted to TCEQ. It is snapshot of the data
at the time of submission. The COR contains:
- The data and identifying tags.
- The person who submitted the data.
- The date and time of the submission.
- The IP address from where the data was submitted.
- The certification statement for the form.
- The confirmation number.
- The hash code.

A COR and it's XSL stylesheet can be viewed and downloaded from the Submission Log.
-
Log into SUNSS at https://www3.tceq.texas.gov/sunss/
using your web browser.
-
On the SUNSS Home Page, press the Submissions button located in
the second row of navigation buttons at the top of the page.
-
Enter search criteria to locate the desired COR. You can search based on
program area, form name, ID, date range, and/or confirmation number.
Press Search to continue or Cancel
to return to the SUNSS Home page.
-
The application will display all records that meet your search criteria and have been submitted
using your user name and email address.
-
You can view a COR by selecting "View COR" from the dropdown box and pressing
Go.
-
To save the COR, select the "Save COR" option. You should save the file with a
.xml extension.
-
To save the COR's XSL (see definition below), select the "Save XSL" option.
You should save the file with a .xsl extension.

A COR is an XML document which can be viewed by any XML-compliant browser.

XML is self-descriptive code used for data storage. It is easily configured and
understood by both humans and programs. XML is customizable, versatile, has information
structure, and will be widely used in the future. SUNSS uses XML to give its customers a
COR (copy of record) when the customer submits data. SUNSS transcribes the submitted data
into XML and makes it available to the user for viewing or download.

You will need to download the appropriate XSL file to your computer. To download a COR's XSL,
please see the
How do I access my COR/XSL above.

<contact>
<first_name>John</first_name>
<last_name>Hancock</last_name>
<company>TWDB</company>
<company_address>
<street>1700 North Congress</street>
<city>Austin</city>
<state>Texas</state>
<zip>78751</zip>
</company_address>
</contact>
<contact>
<first_name>Jane</first_name>
<last_name>Doe</last_name>
<company>TNRCC</company>
<company_address>
<street>12100 Park 35 Circle</street>
<city>Austin</city>
<state>Texas</state>
<zip>78753</zip>
</company_address>
</contact>
From this example it could be determined that this may be a persons information from a
contact list. Each item of information is wrapped within descriptive tags. All XML
files have a file extension of .xml on their file name.

An XSL is a stylesheet that provides a way to format and arrange XML. SUNSS uses
XSL to display the COR XML data exactly as it appeared at the time of submission.

The second line of the XML COR contains a link to the specific XSL that is needed.
To download a COR's XSL, please see the
How do I access my COR/XSL
above.
