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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:ManufacturerParty

Element information

Content

Attributes

None

Used in

Sample instance

<cac:ManufacturerParty>
   <cac:PartyName>
      <cbc:Name>AZ Outsourcing srl</cbc:Name>
   </cac:PartyName>
   <cac:PostalAddress>
      <cbc:StreetName>Via Bolognese</cbc:StreetName>
      <cbc:BuildingNumber>199</cbc:BuildingNumber>
      <cbc:CityName>Bologna</cbc:CityName>
      <cbc:PostalZone>40129</cbc:PostalZone>
      <cac:Country>
         <cbc:IdentificationCode>IT</cbc:IdentificationCode>
         <cbc:Name>Italy</cbc:Name>
      </cac:Country>
   </cac:PostalAddress>
   <cac:Contact>
      <cbc:Name>Mr Verdi</cbc:Name>
      <cbc:Telephone>0039 051 25400000</cbc:Telephone>
      <cbc:Telefax>0039 051 25400023</cbc:Telefax>
      <cbc:ElectronicMail>verdi@azoutsourcing.it</cbc:ElectronicMail>
   </cac:Contact>
</cac:ManufacturerParty>