cac:SellerContact
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:ContactType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] An identifier for this contact.
- cbc:Name [0..1] The name of this contact. It is recommended that this be used for a functional name and not a personal name.
- cbc:Telephone [0..1] The primary telephone number of this contact.
- cbc:Telefax [0..1] The primary fax number of this contact.
- cbc:ElectronicMail [0..1] The primary email address of this contact.
- cbc:Note [0..*] Free-form text conveying information that is not contained explicitly in other structures; in particular, a textual description of the circumstances under which this contact can be used (e.g., "emergency" or "after hours").
- cac:OtherCommunication [0..*] Another means of communication with this contact.
Attributes
None
Used in
- Type cac:ServiceProviderPartyType (Element cac:ServiceProviderParty)
- Type cac:SupplierPartyType (Elements cac:AccountingSupplierParty, cac:DespatchSupplierParty, cac:SellerSupplierParty, cac:SupplierParty)
Sample instance
<cac:SellerContact> <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:SellerContact>