cac:RetailerCustomerParty
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:CustomerPartyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- 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 InstructionForReturnsType (Element InstructionForReturns)
- Type InventoryReportType (Element InventoryReport)
- Type StockAvailabilityReportType (Element StockAvailabilityReport)
Sample instance
<cac:RetailerCustomerParty> <cac:Party> <cac:PartyName> <cbc:Name>Beta Shop</cbc:Name> </cac:PartyName> <cac:PostalAddress> <cbc:StreetName>Via Emilia</cbc:StreetName> <cbc:BuildingNumber>1</cbc:BuildingNumber> <cbc:CityName>Modena</cbc:CityName> <cbc:PostalZone>41121</cbc:PostalZone> <cac:Country> <cbc:IdentificationCode>IT</cbc:IdentificationCode> <cbc:Name>Italy</cbc:Name> </cac:Country> </cac:PostalAddress> <cac:Contact> <cbc:Name>Mr Delta</cbc:Name> <cbc:Telephone>0039 059 33000000</cbc:Telephone> <cbc:Telefax>0039 059 33000055</cbc:Telefax> <cbc:ElectronicMail>delta@betashop.it</cbc:ElectronicMail> </cac:Contact> </cac:Party> </cac:RetailerCustomerParty>