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

Party

0..n sl:FolderReference

Folder Reference

Description
UBL example of Participating Party
<ParticipatingParty>
    <Party>
        <EndPointID scheme="0192">123456785</EndPointID> (1)
        <Name>Delta AS</Name> (2)
        <Contact> (3)
            <Name>Helge Eriksson</Name>
            <Telephone>98765432</Telephone>
            <ElectronicMail>helge.eriksson@delta.no</ElectronicMail>
        </Contact>
    </Party>
    <FolderReference> (4)
        <ID scheme="LOT">lot-01</ID>
    </FolderReference>
</ParticipatingParty>