cac:OriginatorCustomerParty
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 CallForTendersType (Element CallForTenders)
- Type ContractAwardNoticeType (Element ContractAwardNotice)
- Type ContractNoticeType (Element ContractNotice)
- Type DespatchAdviceType (Element DespatchAdvice)
- Type FulfilmentCancellationType (Element FulfilmentCancellation)
- Type OrderCancellationType (Element OrderCancellation)
- Type OrderChangeType (Element OrderChange)
- Type OrderResponseSimpleType (Element OrderResponseSimple)
- Type OrderResponseType (Element OrderResponse)
- Type OrderType (Element Order)
- Type PriorInformationNoticeType (Element PriorInformationNotice)
- Type QuotationType (Element Quotation)
- Type RequestForQuotationType (Element RequestForQuotation)
- Type StatementType (Element Statement)
- Type TenderType (Element Tender)
- Type cac:RemittanceAdviceLineType (Element cac:RemittanceAdviceLine)
- Type cac:StatementLineType (Element cac:StatementLine)
Sample instance
<cac:OriginatorCustomerParty> <cac:Party> <cac:PartyIdentification> <cbc:ID schemeAgencyID="9" schemeID="GLN">0987678321123</cbc:ID> </cac:PartyIdentification> <cac:PartyName> <cbc:Name>Moderna Produkter AB</cbc:Name> </cac:PartyName> <cac:Contact> <cbc:Telephone>346788</cbc:Telephone> <cbc:Telefax>8567443</cbc:Telefax> <cbc:ElectronicMail>sven@moderna.se</cbc:ElectronicMail> </cac:Contact> <cac:Person> <cbc:FirstName>Sven</cbc:FirstName> <cbc:FamilyName>Pereson</cbc:FamilyName> <cbc:MiddleName>N</cbc:MiddleName> <cbc:JobTitle>Stuffuser</cbc:JobTitle> </cac:Person> </cac:Party> </cac:OriginatorCustomerParty>