Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:DeliveryContact
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:DeliveryContact

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:ContactType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [0..1]An identifier for this contact.
    3. 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.
    4. cbc:JobTitle [0..1]The job title or function of this contact
    5. cbc:Department [0..1]The department where this contact works
    6. cbc:Telephone [0..1]The primary telephone number of this contact.
    7. cbc:Telefax [0..1]The primary fax number of this contact.
    8. cbc:ElectronicMail [0..1]The primary email address of this contact.
    9. 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").
    10. cac:OtherCommunication [0..*]Another means of communication with this contact.

Attributes

None

Used in

Sample instance

<cac:DeliveryContact>
   <cbc:Name>Eva Johnsson</cbc:Name>
   <cbc:Telephone>1234356</cbc:Telephone>
   <cbc:Telefax>123455</cbc:Telefax>
   <cbc:ElectronicMail>eva@johnsson.se</cbc:ElectronicMail>
</cac:DeliveryContact>