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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:RepresentativeParty

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:RepresentativeParty>
   <cac:PartyName>
      <cbc:Name>Grenå Tools</cbc:Name>
   </cac:PartyName>
   <cac:PostalAddress>
      <cbc:StreetName>Højdevej 18</cbc:StreetName>
      <cbc:CityName>Grenå</cbc:CityName>
      <cbc:PostalZone>8500</cbc:PostalZone>
      <cac:Country>
         <cbc:IdentificationCode>DK</cbc:IdentificationCode>
         <cbc:Name>Denmark</cbc:Name>
      </cac:Country>
   </cac:PostalAddress>
   <cac:Person>
      <cbc:FirstName>Kirsten</cbc:FirstName>
      <cbc:FamilyName>Jensen</cbc:FamilyName>
      <cac:IdentityDocumentReference>
         <cbc:ID schemeID="Passport">325334535</cbc:ID>
      </cac:IdentityDocumentReference>
   </cac:Person>
</cac:RepresentativeParty>