cac:BuyerCustomerParty
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.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] An association to Party.
- cac:DeliveryContact [0..1] An association to Delivery Contact.
- cac:AccountingContact [0..1] An association to Accounting Contact (Customer).
- cac:BuyerContact [0..1] An association to Buyer Contact.
Attributes
None
Used in
- Type DespatchAdviceType (Element DespatchAdvice)
- Type InvoiceType (Element Invoice)
- Type OrderCancellationType (Element OrderCancellation)
- Type OrderChangeType (Element OrderChange)
- Type OrderResponseSimpleType (Element OrderResponseSimple)
- Type OrderResponseType (Element OrderResponse)
- Type OrderType (Element Order)
- Type ReceiptAdviceType (Element ReceiptAdvice)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
- Type StatementType (Element Statement)
- Type cac:RemittanceAdviceLineType (Element cac:RemittanceAdviceLine)
- Type cac:StatementLineType (Element cac:StatementLine)
Sample instance
<cac:BuyerCustomerParty> <cbc:CustomerAssignedAccountID>444403</cbc:CustomerAssignedAccountID> <cac:Party> <cac:PartyName> <cbc:Name>Neighborhood Game Stores, Inc.</cbc:Name> </cac:PartyName> <cac:PostalAddress> <cbc:Room>300</cbc:Room> <cbc:StreetName>123 Main St.</cbc:StreetName> <cbc:CityName>Cleveland</cbc:CityName> <cbc:PostalZone>37311</cbc:PostalZone> <cbc:CountrySubentity>OH</cbc:CountrySubentity> <cac:Country> <cbc:IdentificationCode>US</cbc:IdentificationCode> </cac:Country> </cac:PostalAddress> <cac:Contact> <cbc:Name>Steve Smith</cbc:Name> <cbc:Telephone>231-555-1122</cbc:Telephone> </cac:Contact> </cac:Party> </cac:BuyerCustomerParty>