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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:ManufacturerParty

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:ManufacturerParty>
   <cbc:IndustryClassificationCode>Dairy</cbc:IndustryClassificationCode>
   <cac:PartyIdentification>
      <cbc:ID schemeID="AuthorisationNumber">M165</cbc:ID>
   </cac:PartyIdentification>
   <cac:PartyName>
      <cbc:Name>ExampleName</cbc:Name>
   </cac:PartyName>
   <cac:PostalAddress>
      <cbc:StreetName>ExampleStreet 1</cbc:StreetName>
      <cbc:CityName>Videbæk</cbc:CityName>
      <cbc:PostalZone>6920</cbc:PostalZone>
      <cac:AddressLine>
         <cbc:Line>ExampleStreet 1, DK-6920 Videbæk</cbc:Line>
      </cac:AddressLine>
      <cac:Country>
         <cbc:IdentificationCode>DK</cbc:IdentificationCode>
         <cbc:Name>Denmark</cbc:Name>
      </cac:Country>
   </cac:PostalAddress>
</cac:ManufacturerParty>