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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:DeliveryParty

Element information

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

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

Type: cac:PartyType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<cac:DeliveryParty>
   <cac:PartyIdentification>
      <cbc:ID schemeAgencyID="9" schemeID="GLN">67654328394567</cbc:ID>
   </cac:PartyIdentification>
   <cac:PartyName>
      <cbc:Name>Swedish trucking</cbc:Name>
   </cac:PartyName>
   <cac:Contact>
      <cbc:Name>Per</cbc:Name>
      <cbc:Telephone>987098709</cbc:Telephone>
      <cbc:Telefax>34673435</cbc:Telefax>
      <cbc:ElectronicMail>bill@svetruck.se</cbc:ElectronicMail>
   </cac:Contact>
</cac:DeliveryParty>