Cardinality
0..n
Namespace
es urn:fdc:anskaffelser.no:2019:ehf:schema:ParticipantList-1
Child elements
Card Name Description
1..1 es:Party

Party information

0..n es:FolderReference

Folder Reference

Rules
Identifier/Error message Flag
EHF-T14L-B01101
Element 'es:Party' MUST be provided.
fatal
EHF-T14L-B01102
Document MUST NOT contain elements not part of the data model.
fatal
Description
Example of Participating Party
<ParticipatingParty>
  <Party>
    <CompanyID scheme="0192">987654325</CompanyID> (1)
    <Name>Delta AS</Name> (2)
    <ElectronicMail>post@delta.no</ElectronicMail>
    <Contact> (3)
      <Name>Helge Eriksson</Name>
      <Telephone>+4798765432</Telephone>
      <ElectronicMail>helge.eriksson@delta.no</ElectronicMail>
    </Contact>
  </Party>
  <FolderReference> (4)
    <ID scheme="LOT">01</ID>
  </FolderReference>
</ParticipatingParty>