Definition Type: ComplexType
Name: TransferPaymentType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: FinancialComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PaymentTransaction in schema financialcomponents_xsd Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into FirstAgentParty in schema components_xsd1 Drilldown into DebtorParty in schema financialcomponents_xsd Drilldown into FirstAgentPaymentMethodCode in schema fields_xsd1 Drilldown into RequestedExecutionDateTime in schema fields_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into IDsGroup in schema components_xsd1XSD Diagram of TransferPaymentType in schema financialcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TransferPaymentType">
    <xsd:sequence>
        <xsd:group ref="IDsGroup" minOccurs="0" />
        <xsd:element ref="RequestedExecutionDateTime" minOccurs="0" />
        <xsd:element ref="FirstAgentPaymentMethodCode" minOccurs="0" />
        <xsd:element ref="DebtorParty" minOccurs="0" />
        <xsd:element ref="FirstAgentParty" minOccurs="0" />
        <xsd:group ref="FreeFormTextGroup" minOccurs="0" />
        <xsd:element ref="PaymentTransaction" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oa:ID 0 unbounded
RequestedExecutionDateTime oa:RequestedExecutionDateTime 0 (1)
FirstAgentPaymentMethodCode oa:FirstAgentPaymentMethodCode 0 (1)
DebtorParty oa:DebtorParty 0 (1)
FirstAgentParty oa:FirstAgentParty 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
PaymentTransaction oa:PaymentTransaction 0 unbounded
<xs:group> oa:IDsGroup 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)