Definition Type: ComplexType
Name: RemittanceReferredDocumentAmountType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TaxAmount in schema fields_xsd Drilldown into CreditNoteAmount in schema fields_xsd Drilldown into RemittedAmount in schema fields_xsd Drilldown into DiscountAppliedAmount in schema fields_xsd Drilldown into DuePayableAmount in schema fields_xsdXSD Diagram of RemittanceReferredDocumentAmountType in schema components_xsd1 (Open Applications Group (OAGIS))
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 nsA:DuePayableAmount 0 (1)
DiscountAppliedAmount nsA:DiscountAppliedAmount 0 (1)
RemittedAmount nsA:RemittedAmount 0 (1)
CreditNoteAmount nsA:CreditNoteAmount 0 (1)
TaxAmount nsA:TaxAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:RemittanceReferredDocumentAmounts