Definition Type: ComplexType
Name: GenTrailerType
Namespace: http://www.iredes.org/xml
Containing Schema: IRtypes.xsd
Abstract False
Collapse XSD Schema Diagram:
Drilldown into ChkSum Drilldown into FileCloseDateXSD Diagram of GenTrailerType
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FileCloseDate IR:FileCloseDate (1) (1)
ChkSum IR:ChkSum (1) (1)
Collapse Derivation Tree:
Collapse References:
IR:GenTrailer