Definition Type: Element
Name: Header
Containing Schema: PriorRequest.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into DispositionFlag Drilldown into RecordCount Drilldown into TransactionDate Drilldown into ReceiverID Drilldown into SenderIDXSD Diagram of Header
Collapse XSD Schema Code:
<xs:element minOccurs="1" maxOccurs="1" name="Header">
    <xs:complexType>
        <xs:sequence>
            <xs:element minOccurs="1" maxOccurs="1" name="SenderID" type="tns:HeaderSenderID" />
            <xs:element minOccurs="1" maxOccurs="1" name="ReceiverID" type="tns:HeaderReceiverID" />
            <xs:element minOccurs="1" maxOccurs="1" name="TransactionDate" type="tns:HeaderTransactionDate" />
            <xs:element minOccurs="1" maxOccurs="1" name="RecordCount" type="tns:HeaderRecordCount" />
            <xs:element minOccurs="1" maxOccurs="1" name="DispositionFlag" type="tns:HeaderDispositionFlag" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SenderID SenderID 1 1
ReceiverID ReceiverID 1 1
TransactionDate TransactionDate 1 1
RecordCount RecordCount 1 1
DispositionFlag DispositionFlag 1 1