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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:RetailerCustomerParty

Element information

Content

Attributes

None

Used in

Sample instance

<cac:RetailerCustomerParty>
   <cac:Party>
      <cac:PartyName>
         <cbc:Name>Beta Shop</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:StreetName>Via Emilia</cbc:StreetName>
         <cbc:BuildingNumber>1</cbc:BuildingNumber>
         <cbc:CityName>Modena</cbc:CityName>
         <cbc:PostalZone>41121</cbc:PostalZone>
         <cac:Country>
            <cbc:IdentificationCode>IT</cbc:IdentificationCode>
            <cbc:Name>Italy</cbc:Name>
         </cac:Country>
      </cac:PostalAddress>
      <cac:Contact>
         <cbc:Name>Mr Delta</cbc:Name>
         <cbc:Telephone>0039 059 33000000</cbc:Telephone>
         <cbc:Telefax>0039 059 33000055</cbc:Telefax>
         <cbc:ElectronicMail>delta@betashop.it</cbc:ElectronicMail>
      </cac:Contact>
   </cac:Party>
</cac:RetailerCustomerParty>