Example of a Regeneration File
The following lines of code represent the content of a regeneration file that will instruct the Historian ETL Extract tool to create three files with the timestamps 2:25, 2:35, and 2:45 PM on June 7, 2010:
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<a1:ArrayList id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
<_items href="#ref-2"/>
<_size>3</_size>
<_version>3</_version>
</a1:ArrayList>
<SOAP-ENC:Array id="ref-2" SOAP-ENC:arrayType="xsd:anyType[4]">
<item xsi:type="xsd:dateTime">2010-06-07T14:25:00.0000000-04:00</item>
<item xsi:type="xsd:dateTime">2010-06-07T14:35:00.0000000-04:00</item>
<item xsi:type="xsd:dateTime">2010-06-07T14:45:00.0000000-04:00</item>
</SOAP-ENC:Array>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>