Schema Central  >  UBL 2.3  >  UBL-PriorInformationNotice-2.3.xsd  >  PriorInformationNotice
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

PriorInformationNotice

This element MUST be conveyed as the root element in any instance document based on this Schema expression

Element information

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

Schema document: maindoc/UBL-PriorInformationNotice-2.3.xsd

Type: PriorInformationNoticeType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:UBLVersionID [0..1]Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.
    3. cbc:CustomizationID [0..1]Identifies a user-defined customization of UBL for a specific use.
    4. cbc:ProfileID [0..1]Identifies a user-defined profile of the customization of UBL being used.
    5. cbc:ProfileExecutionID [0..1]Identifies an instance of executing a profile, to associate all transactions in a collaboration.
    6. cbc:ID [0..1]An identifier for this document, assigned by the sender.
    7. cbc:CopyIndicator [0..1]Indicates whether this document is a copy (true) or not (false).
    8. cbc:UUID [0..1]A universally unique identifier for an instance of this document.
    9. cbc:ContractFolderID [0..1]An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs.
    10. cbc:IssueDate [1..1]The date, assigned by the sender, on which this document was issued.
    11. cbc:IssueTime [0..1]The time, assigned by the sender, at which this document was issued.
    12. cbc:Note [0..*]Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.
    13. cbc:VersionID [0..1]An identifier of the current version of the Prior Information Notice.
    14. cbc:PreviousVersionID [0..1]An identifier of the previous version of the Prior Information Notice which is superceded by this version.
    15. cbc:RequestedPublicationDate [0..1]The requested publication date for this Prior Information Notice.
    16. cbc:PlannedDate [0..1]The date planned by the Contracting Party for publication of the contract notice.
    17. cbc:RegulatoryDomain [0..*]Information about the law that defines the regulatory domain.
    18. cbc:NoticeTypeCode [0..1]The type of notice (PIN, Qualification, Reduce time...)
    19. cbc:NoticeLanguageCode [0..1]The language used for this prior information notice.
    20. cac:AdditionalNoticeLanguage [0..*]An additional official language used for this prior information notice.
    21. cac:DocumentReference [0..*]A reference to another document associated with this document.
    22. cac:Signature [0..*]A signature applied to this document.
    23. cac:ContractingParty [1..*]The contracting party or parties in case of joint procurement.
    24. cac:OriginatorCustomerParty [0..*]A party who originated the tendering process.
    25. cac:ReceiverParty [0..1]The party receiving this document.
    26. cac:TenderingTerms [0..1]The tendering terms associated with this tendering process.
    27. cac:TenderingProcess [0..1]A description of the tendering process itself.
    28. cac:ProcurementProject [0..1]An overall definition of this procurement project.
    29. cac:ProcurementProjectLot [0..*]One of the procurement project lots into which this contract can be split.

Attributes

None

Sample instance

<PriorInformationNotice>
   <cbc:IssueDate>2016-05-29</cbc:IssueDate>
   <cac:ContractingParty>
      <cac:Party>
         <cac:PartyIdentification>
            <cbc:ID>Other</cbc:ID>
         </cac:PartyIdentification>
      </cac:Party>
   </cac:ContractingParty>
   <cac:TenderingTerms>
      <cac:TenderPreparation>
         <cbc:TenderEnvelopeID>abc</cbc:TenderEnvelopeID>
         <cac:TenderEncryptionData>
            <cbc:MessageFormat>1.2.840.113549.1.9.16.0.1</cbc:MessageFormat>
            <cac:EncryptionCertificateAttachment>
               <cbc:EmbeddedDocument>;lkajdf;lkasd;ljkasdf;lkja;sdlfkja;sldfkja;sdlfjkas;dlkfjas;dlfjas;dlkfjas;dlkfja;slkdjf</cbc:EmbeddedDocument>
            </cac:EncryptionCertificateAttachment>
            <cac:EncryptionCertificatePathChain>
               <cbc:Value>TRUST2408 OCES Primary CA – TRUST2408 OCES CA II</cbc:Value>
            </cac:EncryptionCertificatePathChain>
            <cac:EncryptionSymmetricAlgorithm>
               <cbc:OID>2.16.840.1.101.3.4.1.2</cbc:OID>
            </cac:EncryptionSymmetricAlgorithm>
            <cac:EncryptionSymmetricAlgorithm>
               <cbc:OID>2.16.840.1.101.3.4.1.42</cbc:OID>
            </cac:EncryptionSymmetricAlgorithm>
         </cac:TenderEncryptionData>
      </cac:TenderPreparation>
   </cac:TenderingTerms>
</PriorInformationNotice>