Definition Type: ComplexType
Name: RemittanceReferredDocumentAmountType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: FinancialComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TaxAmount in schema fields_xsd1 Drilldown into CreditNoteAmount in schema fields_xsd1 Drilldown into RemittedAmount in schema fields_xsd1 Drilldown into DiscountAppliedAmount in schema fields_xsd1 Drilldown into DuePayableAmount in schema fields_xsd1XSD Diagram of RemittanceReferredDocumentAmountType in schema financialcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RemittanceReferredDocumentAmountType">
    <xsd:choice>
        <xsd:element ref="DuePayableAmount" minOccurs="0" />
        <xsd:element ref="DiscountAppliedAmount" minOccurs="0" />
        <xsd:element ref="RemittedAmount" minOccurs="0" />
        <xsd:element ref="CreditNoteAmount" minOccurs="0" />
        <xsd:element ref="TaxAmount" minOccurs="0" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DuePayableAmount oa:DuePayableAmount 0 (1)
DiscountAppliedAmount oa:DiscountAppliedAmount 0 (1)
RemittedAmount oa:RemittedAmount 0 (1)
CreditNoteAmount oa:CreditNoteAmount 0 (1)
TaxAmount oa:TaxAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:RemittanceReferredDocumentAmounts