cac:RemittanceAdviceLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:RemittanceAdviceLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] Identifies the Remittance Advice Line.
- cbc:Note [0..1] Free-form text applying to the Remittance Advice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:DebitLineAmount [0..1] The amount debited on the Remittance Advice Line.
- cbc:CreditLineAmount [0..1] The amount credited on the Remittance Advice Line.
- cbc:BalanceAmount [0..1] The balance amount on the Remittance Advice Line.
- cac:AccountingSupplierParty [0..1] An association to Supplier Accounting Party.
- cac:AccountingCustomerParty [0..1] An association to Customer Accounting Party.
- cac:BuyerCustomerParty [0..1] An association to Buyer.
- cac:SellerSupplierParty [0..1] An association to Seller.
- cac:OriginatorCustomerParty [0..1] An association to Originator.
- cac:PayeeParty [0..1] An association to Payee.
- cac:InvoicePeriod [0..*] An association to Invoice Period.
- cac:BillingReference [0..*] An association to Billing Reference.
- cac:DocumentReference [0..*] An association to Document Reference.
- cac:ExchangeRate [0..1] An association to Exchange Rate (between the Remittance Advice Line currency and the Related Document currency).
Attributes
None
Used in
- Type RemittanceAdviceType (Element RemittanceAdvice)
Sample instance
<cac:RemittanceAdviceLine> <cbc:ID>1</cbc:ID> <cbc:Note>please note that local offices will close for recess for the next three weeks - please send their invoices to central offices for that time</cbc:Note> <cbc:DebitLineAmount currencyID="GBP">107.50</cbc:DebitLineAmount> <cbc:CreditLineAmount currencyID="GBP">0.00</cbc:CreditLineAmount> <cbc:BalanceAmount currencyID="GBP">107.50</cbc:BalanceAmount> <cac:OriginatorCustomerParty> <cac:Party> <cac:PartyName> <cbc:Name>The Terminus</cbc:Name> </cac:PartyName> <cac:PostalAddress> <cbc:StreetName>Avon Way</cbc:StreetName> <cbc:BuildingName>Thereabouts</cbc:BuildingName> <cbc:BuildingNumber>56A</cbc:BuildingNumber> <cbc:CityName>Bridgtow</cbc:CityName> <cbc:PostalZone>ZZ99 1ZZ</cbc:PostalZone> <cbc:CountrySubentity>Avon</cbc:CountrySubentity> <cac:AddressLine> <cbc:Line>3rd Floor, Room 5</cbc:Line> </cac:AddressLine> <cac:Country> <cbc:IdentificationCode>GB</cbc:IdentificationCode> </cac:Country> </cac:PostalAddress> <cac:PartyTaxScheme> <cbc:RegistrationName>Bridgtow District Council</cbc:RegistrationName> <cbc:CompanyID>12356478</cbc:CompanyID> <cbc:ExemptionReason>Local Authority</cbc:ExemptionReason> <cac:TaxScheme> <cbc:ID>UK VAT</cbc:ID> <cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> </cac:TaxScheme> </cac:PartyTaxScheme> <cac:Contact> <cbc:Name>S Massiah</cbc:Name> <cbc:Telephone>0127 98876545</cbc:Telephone> <cbc:Telefax>0127 98876546</cbc:Telefax> <cbc:ElectronicMail>smassiah@the-email.co.uk</cbc:ElectronicMail> </cac:Contact> </cac:Party> </cac:OriginatorCustomerParty> <cac:BillingReference> <cac:InvoiceDocumentReference> <cbc:ID>A00095678</cbc:ID> <cbc:UUID>849FBBCE-E081-40B4-906C-94C5FF9D1AC3</cbc:UUID> <cbc:IssueDate>2005-06-21</cbc:IssueDate> </cac:InvoiceDocumentReference> </cac:BillingReference> </cac:RemittanceAdviceLine>