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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:EndorserParty

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:EndorserPartyType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:RoleCode [1..1]A code specifying the role of the party providing the endorsement (e.g., issuer, embassy, insurance, etc.).
    3. cbc:SequenceNumeric [1..1]A number indicating the order of the endorsement provided by this party in the sequence in which endorsements are to be applied.
    4. cac:Party [1..1]The party endorsing the application.
    5. cac:SignatoryContact [1..1]The individual representing the exporter who signs the Certificate of Origin application before submitting it to the issuer party.

Attributes

None

Used in

Sample instance

<cac:EndorserParty>
   <cbc:RoleCode>Champer</cbc:RoleCode>
   <cbc:SequenceNumeric>1</cbc:SequenceNumeric>
   <cac:Party>
      <cac:PartyName>
         <cbc:Name>Dansk Industri</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:ID>6916</cbc:ID>
         <cbc:StreetName>Vesterbrogade 1L, 1.sal</cbc:StreetName>
         <cbc:CityName>København V.</cbc:CityName>
         <cbc:PostalZone>1620</cbc:PostalZone>
         <cac:Country>
            <cbc:IdentificationCode>DK</cbc:IdentificationCode>
            <cbc:Name>Denmark</cbc:Name>
         </cac:Country>
      </cac:PostalAddress>
      <cac:PartyLegalEntity>
         <cbc:CompanyID>16077593</cbc:CompanyID>
      </cac:PartyLegalEntity>
   </cac:Party>
   <cac:SignatoryContact>
      <cbc:ID>ML</cbc:ID>
      <cbc:Name>Mette Lind</cbc:Name>
   </cac:SignatoryContact>
</cac:EndorserParty>