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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:BusinessParty

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:BusinessParty>
   <cbc:EndpointID schemeID="GLN" schemeAgencyID="9">9994567987654</cbc:EndpointID>
   <cac:PartyIdentification>
      <cbc:ID schemeID="GB:VAT">GB999999973</cbc:ID>
   </cac:PartyIdentification>
   <cac:PartyName>
      <cbc:Name>World Events Ltd.</cbc:Name>
   </cac:PartyName>
   <cac:PostalAddress>
      <cbc:CityName>London</cbc:CityName>
      <cac:Country>
         <cbc:IdentificationCode>GB</cbc:IdentificationCode>
      </cac:Country>
   </cac:PostalAddress>
</cac:BusinessParty>