cac:DeliveryCustomerParty
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 ReceiptAdviceType (Element ReceiptAdvice)
Sample instance
<cac:DeliveryCustomerParty> <cbc:CustomerAssignedAccountID>XFB01</cbc:CustomerAssignedAccountID> <cbc:SupplierAssignedAccountID>GT00978567</cbc:SupplierAssignedAccountID> <cac:Party> <cac:PartyName> <cbc:Name>IYT Corporation</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>Mr Fred Churchill</cbc:Name> <cbc:Telephone>0127 2653214</cbc:Telephone> <cbc:Telefax>0127 2653215</cbc:Telefax> <cbc:ElectronicMail>fred@iytcorporation.gov.uk</cbc:ElectronicMail> </cac:Contact> </cac:Party> </cac:DeliveryCustomerParty>