cac:Contact
Information about a specific contact person or department within the party.
About
- Occurrence: [0..1]
- Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Child Elements
Data Field | Occurrence | Definition |
---|---|---|
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:ElectronicMail | [0..1] | The primary email address of this contact. |
Example
<cac:Contact>
<cbc:Name>Thida</cbc:Name>
<cbc:Telephone>012345678</cbc:Telephone>
<cbc:ElectronicMail>test@gmail.com</cbc:ElectronicMail>
</cac:Contact>