cac:AccountingCustomerParty
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:CustomerPartyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:CustomerAssignedAccountID [0..1] An identifier for the customer's account, assigned by the customer itself.
- cbc:SupplierAssignedAccountID [0..1] An identifier for the customer's account, assigned by the supplier.
- cbc:AdditionalAccountID [0..*] An identifier for the customer's account, assigned by a third party.
- cac:Party [0..1] The customer party itself.
- cac:DeliveryContact [0..1] A customer contact for deliveries.
- cac:AccountingContact [0..1] A customer contact for accounting.
- cac:BuyerContact [0..1] A customer contact for purchasing.
Attributes
None
Used in
- Type CreditNoteType (Element CreditNote)
- Type DebitNoteType (Element DebitNote)
- Type FreightInvoiceType (Element FreightInvoice)
- Type InvoiceType (Element Invoice)
- Type OrderChangeType (Element OrderChange)
- Type OrderResponseSimpleType (Element OrderResponseSimple)
- Type OrderResponseType (Element OrderResponse)
- Type OrderType (Element Order)
- Type ReminderType (Element Reminder)
- Type RemittanceAdviceType (Element RemittanceAdvice)
- Type SelfBilledCreditNoteType (Element SelfBilledCreditNote)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
- Type StatementType (Element Statement)
- Type cac:RemittanceAdviceLineType (Element cac:RemittanceAdviceLine)
- Type cac:StatementLineType (Element cac:StatementLine)
Sample instance
<cac:AccountingCustomerParty> <cac:Party> <cbc:EndpointID schemeID="GLN" schemeAgencyID="9">1234567987654</cbc:EndpointID> <cac:PartyIdentification> <cbc:ID schemeID="ZZZ">345KS5324</cbc:ID> </cac:PartyIdentification> <cac:PartyName> <cbc:Name>Buyercompany ltd</cbc:Name> </cac:PartyName> <cac:PostalAddress> <cbc:ID schemeID="GLN" schemeAgencyID="9">1238764941386</cbc:ID> <cbc:Postbox>123</cbc:Postbox> <cbc:StreetName>Anystreet</cbc:StreetName> <cbc:AdditionalStreetName>Back door</cbc:AdditionalStreetName> <cbc:BuildingNumber>8</cbc:BuildingNumber> <cbc:Department>Accounting department</cbc:Department> <cbc:CityName>Anytown</cbc:CityName> <cbc:PostalZone>101</cbc:PostalZone> <cbc:CountrySubentity>RegionB</cbc:CountrySubentity> <cac:Country> <cbc:IdentificationCode listID="ISO3166-1" listAgencyID="6">BE</cbc:IdentificationCode> </cac:Country> </cac:PostalAddress> <cac:PartyTaxScheme> <cbc:CompanyID schemeID="BEVAT" schemeAgencyID="ZZZ">BE54321</cbc:CompanyID> <cac:TaxScheme> <cbc:ID schemeID="UN/ECE 5153" schemeAgencyID="6">VAT</cbc:ID> </cac:TaxScheme> </cac:PartyTaxScheme> <cac:PartyLegalEntity> <cbc:RegistrationName>The buyercompany inc.</cbc:RegistrationName> <cbc:CompanyID schemeAgencyID="ZZZ" schemeID="ZZZ">5645342123</cbc:CompanyID> <cac:RegistrationAddress> <cbc:CityName>Mainplace</cbc:CityName> <cbc:CountrySubentity>RegionB</cbc:CountrySubentity> <cac:Country> <cbc:IdentificationCode>BE</cbc:IdentificationCode> </cac:Country> </cac:RegistrationAddress> </cac:PartyLegalEntity> <cac:Contact> <cbc:Telephone>5121230</cbc:Telephone> <cbc:Telefax>5121231</cbc:Telefax> <cbc:ElectronicMail>john@buyercompany.eu</cbc:ElectronicMail> </cac:Contact> <cac:Person> <cbc:FirstName>John</cbc:FirstName> <cbc:FamilyName>X</cbc:FamilyName> <cbc:MiddleName>Doe</cbc:MiddleName> <cbc:JobTitle>Purchasing manager</cbc:JobTitle> </cac:Person> </cac:Party> </cac:AccountingCustomerParty>