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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:InventoryReportingParty

Element information

Content

Attributes

None

Used in

Sample instance

<cac:InventoryReportingParty>
   <cac:PartyName>
      <cbc:Name>Arancio Forniture spa</cbc:Name>
   </cac:PartyName>
   <cac:PostalAddress>
      <cbc:StreetName>Via Dell'Arcoveggio</cbc:StreetName>
      <cbc:BuildingNumber>405</cbc:BuildingNumber>
      <cbc:Department>Sales and Planning Department</cbc:Department>
      <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 Bianchi</cbc:Name>
      <cbc:Telephone>0039 051 23000008</cbc:Telephone>
      <cbc:Telefax>0039 051 23000025</cbc:Telefax>
      <cbc:ElectronicMail>bianchi@arancioforniture.it</cbc:ElectronicMail>
   </cac:Contact>
</cac:InventoryReportingParty>