Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:ReminderLine
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:ReminderLine

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:ReminderLineType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [1..1]An identifier for this reminder line.
    3. cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
    4. cbc:UUID [0..1]A universally unique identifier for this reminder line.
    5. cbc:BalanceBroughtForwardIndicator [0..1]An indication that this reminder line contains a balance brought forward (true) or does not (false).
    6. cbc:DebitLineAmount [0..1]The amount debited on this reminder line.
    7. cbc:CreditLineAmount [0..1]The amount credited on this reminder line.
    8. cbc:AccountingCostCode [0..1]The buyer's accounting cost centre for this reminder line, expressed as a code.
    9. cbc:AccountingCost [0..1]The buyer's accounting cost centre for this reminder line, expressed as text.
    10. cbc:PenaltySurchargePercent [0..1]The penalty for late payment, expressed as a percentage.
    11. cbc:Amount [0..1]The amount on this reminder line.
    12. cbc:PaymentPurposeCode [0..1]A code signifying the business purpose for this payment.
    13. cac:ReminderPeriod [0..*]A period to which this reminder line applies.
    14. cac:BillingReference [0..*]A reference to a billing document associated with this reminder line.
    15. cac:ExchangeRate [0..1]The rate of exchange between the currency of the Reminder and the currency of the document described in the BillingReference.

Attributes

None

Used in

Sample instance

<cac:ReminderLine>
   <cbc:ID>1</cbc:ID>
   <cac:BillingReference>
      <cac:InvoiceDocumentReference>
         <cbc:ID>TOSL108</cbc:ID>
      </cac:InvoiceDocumentReference>
   </cac:BillingReference>
</cac:ReminderLine>