cac:AccountingContact
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:ContactType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] An identifier for the Contact.
- cbc:Name [0..1] The name of the Contact.
- cbc:Telephone [0..1] The telephone number of the Contact.
- cbc:Telefax [0..1] The fax number of the Contact.
- cbc:ElectronicMail [0..1] The email address of the Contact.
- cbc:Note [0..1] A note such as 'Emergency' or 'After Hours' describing the circumstances in which the Contact can be used.
- cac:OtherCommunication [0..*] An association to Other Communication.
Attributes
None
Used in
- Type cac:SupplierPartyType (Elements cac:AccountingSupplierParty, cac:DespatchSupplierParty, cac:SellerSupplierParty, cac:SupplierParty)
- Type cac:CustomerPartyType (Elements cac:AccountingCustomerParty, cac:BuyerCustomerParty, cac:ContractorCustomerParty, cac:CustomerParty, cac:DeliveryCustomerParty, cac:OriginatorCustomerParty)
Sample instance
<cac:AccountingContact> <cbc:ID>normalizedString</cbc:ID> <cbc:Name>string</cbc:Name> <cbc:Telephone>string</cbc:Telephone> <cbc:Telefax>string</cbc:Telefax> <cbc:ElectronicMail>string</cbc:ElectronicMail> <cbc:Note>string</cbc:Note> <cac:OtherCommunication> <cbc:ChannelCode>normalizedString</cbc:ChannelCode> <cbc:Channel>string</cbc:Channel> <cbc:Value>string</cbc:Value> </cac:OtherCommunication> </cac:AccountingContact>