<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="GenTrailerType">
<xsd:sequence>
<xsd:element name="FileCloseDate" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Date/time stamp of closing the Data Set. This value is written immediately before the checksum is calculated. Keep in mind that different application objects possibly contained in the IREDES data set may be created at different dates/times. This is stated in the profile internal time tags! </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ChkSum" type="xsd:hexBinary">
<xsd:annotation>
<xsd:documentation>Check sum including all data Objects in the Data Set Checksum is calculated over the ENTIRE XML file ready to send using the value string "0" as ChkSum value. After calculating the checksum the resulting value is written into the ChkSum tag thereby replacing the "0" string. Thereafter the Data Set is issued. Interpretation is done in reverse order also using "0" as a defined value of the ChkSum tag for checksum validation. The algorithm is: CRC32</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|