-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples: Add minimal example for voluntary form E6
Example with the minimum amount of information required to satisfy the rules. Add corresponding validation report.
- Loading branch information
1 parent
ac2f71f
commit a38130c
Showing
2 changed files
with
368 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Voluntary form E6 with minimal amount of information. | ||
--> | ||
<ContractAwardNotice xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:efac="http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1" xmlns:efext="http://data.europa.eu/p27/eforms-ubl-extensions/1" xmlns:efbc="http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<ext:UBLExtensions> | ||
<ext:UBLExtension> | ||
<ext:ExtensionContent> | ||
<efext:EformsExtension> | ||
<efac:ContractModification> | ||
<efbc:ChangedNoticeIdentifier schemeName="ojs-notice-id">987654-2025</efbc:ChangedNoticeIdentifier> | ||
<efbc:ModifiedContractIdentifier schemeName="contract">CON-0001</efbc:ModifiedContractIdentifier> | ||
<efac:Change> | ||
<efbc:ChangeDescription languageID="ENG">Extension of ...</efbc:ChangeDescription> | ||
</efac:Change> | ||
<efac:ChangeReason> | ||
<cbc:ReasonCode listName="modification-justification">mod-cir</cbc:ReasonCode> | ||
<efbc:ReasonDescription languageID="ENG">Reasons why...</efbc:ReasonDescription> | ||
</efac:ChangeReason> | ||
</efac:ContractModification> | ||
<efac:NoticeResult> | ||
<efac:LotTender> | ||
<cbc:ID schemeName="tender">TEN-0001</cbc:ID> | ||
<cac:LegalMonetaryTotal> | ||
<cbc:PayableAmount currencyID="EUR">95414</cbc:PayableAmount> | ||
</cac:LegalMonetaryTotal> | ||
<efac:TenderingParty> | ||
<cbc:ID schemeName="tendering-party">TPA-0001</cbc:ID> | ||
</efac:TenderingParty> | ||
<efac:TenderLot> | ||
<cbc:ID schemeName="Lot">LOT-0001</cbc:ID> | ||
</efac:TenderLot> | ||
<efac:TenderReference> | ||
<cbc:ID>REF/xyz/01</cbc:ID> | ||
</efac:TenderReference> | ||
</efac:LotTender> | ||
<efac:SettledContract> | ||
<cbc:ID schemeName="contract">CON-0001</cbc:ID> | ||
<cbc:IssueDate>2025-09-07+02:00</cbc:IssueDate> | ||
<efac:ContractReference> | ||
<cbc:ID>x-y-z</cbc:ID> | ||
</efac:ContractReference> | ||
<efac:LotTender> | ||
<cbc:ID schemeName="tender">TEN-0001</cbc:ID> | ||
</efac:LotTender> | ||
</efac:SettledContract> | ||
<efac:TenderingParty> | ||
<cbc:ID schemeName="tendering-party">TPA-0001</cbc:ID> | ||
<efac:Tenderer> | ||
<cbc:ID schemeName="organization">ORG-0002</cbc:ID> | ||
</efac:Tenderer> | ||
</efac:TenderingParty> | ||
</efac:NoticeResult> | ||
<efac:NoticeSubType> | ||
<cbc:SubTypeCode listName="notice-subtype">E6</cbc:SubTypeCode> | ||
</efac:NoticeSubType> | ||
<efac:Organizations> | ||
<efac:Organization> | ||
<efac:Company> | ||
<cac:PartyIdentification> | ||
<cbc:ID schemeName="organization">ORG-0001</cbc:ID> | ||
</cac:PartyIdentification> | ||
<cac:PartyName> | ||
<cbc:Name languageID="ENG">Buyer Org</cbc:Name> | ||
</cac:PartyName> | ||
<cac:PostalAddress> | ||
<cbc:CityName>Luxembourg</cbc:CityName> | ||
<cbc:PostalZone>2985</cbc:PostalZone> | ||
<cbc:CountrySubentityCode listName="nuts">LU000</cbc:CountrySubentityCode> | ||
<cac:Country> | ||
<cbc:IdentificationCode listName="country">LUX</cbc:IdentificationCode> | ||
</cac:Country> | ||
</cac:PostalAddress> | ||
<cac:PartyLegalEntity> | ||
<cbc:CompanyID>123-456-789</cbc:CompanyID> | ||
</cac:PartyLegalEntity> | ||
<cac:Contact> | ||
<cbc:Telephone>(+12)34567890</cbc:Telephone> | ||
<cbc:ElectronicMail>contact@example.com</cbc:ElectronicMail> | ||
</cac:Contact> | ||
</efac:Company> | ||
</efac:Organization> | ||
<efac:Organization> | ||
<efac:Company> | ||
<cac:PartyIdentification> | ||
<cbc:ID schemeName="organization">ORG-0002</cbc:ID> | ||
</cac:PartyIdentification> | ||
<cac:PartyName> | ||
<cbc:Name languageID="ENG">Some Corp</cbc:Name> | ||
</cac:PartyName> | ||
<cac:PostalAddress> | ||
<cbc:CityName>Luxembourg</cbc:CityName> | ||
<cbc:PostalZone>2985</cbc:PostalZone> | ||
<cbc:CountrySubentityCode listName="nuts">LU000</cbc:CountrySubentityCode> | ||
<cac:Country> | ||
<cbc:IdentificationCode listName="country">LUX</cbc:IdentificationCode> | ||
</cac:Country> | ||
</cac:PostalAddress> | ||
<cac:PartyLegalEntity> | ||
<cbc:CompanyID>111-456-999</cbc:CompanyID> | ||
</cac:PartyLegalEntity> | ||
<cac:Contact> | ||
<cbc:Telephone>(+12)11167999</cbc:Telephone> | ||
<cbc:ElectronicMail>contact@example-corp.com</cbc:ElectronicMail> | ||
</cac:Contact> | ||
</efac:Company> | ||
</efac:Organization> | ||
</efac:Organizations> | ||
</efext:EformsExtension> | ||
</ext:ExtensionContent> | ||
</ext:UBLExtension> | ||
</ext:UBLExtensions> | ||
<cbc:UBLVersionID>2.3</cbc:UBLVersionID> | ||
<cbc:CustomizationID>eforms-sdk-1.13</cbc:CustomizationID> | ||
<cbc:ID schemeName="notice-id">7cfbc521-2ab2-4bc6-bc36-fadb5c6bf276</cbc:ID> | ||
<cbc:ContractFolderID>fe306d4f-0f50-46db-82f1-10c1b287bb21</cbc:ContractFolderID> | ||
<cbc:IssueDate>2025-10-23+01:00</cbc:IssueDate> | ||
<cbc:IssueTime>00:00:00+01:00</cbc:IssueTime> | ||
<cbc:VersionID>01</cbc:VersionID> | ||
<cbc:RegulatoryDomain>other</cbc:RegulatoryDomain> | ||
<cbc:NoticeTypeCode listName="cont-modif">can-modif</cbc:NoticeTypeCode> | ||
<cbc:NoticeLanguageCode>ENG</cbc:NoticeLanguageCode> | ||
<cac:ContractingParty> | ||
<cac:Party> | ||
<cac:PartyIdentification> | ||
<cbc:ID schemeName="organization">ORG-0001</cbc:ID> | ||
</cac:PartyIdentification> | ||
</cac:Party> | ||
</cac:ContractingParty> | ||
<cac:ProcurementProject> | ||
<cbc:Name languageID="ENG">Procurement title</cbc:Name> | ||
<cbc:Description languageID="ENG">Procurement description.</cbc:Description> | ||
<cac:MainCommodityClassification> | ||
<cbc:ItemClassificationCode listName="cpv">77310000</cbc:ItemClassificationCode> | ||
</cac:MainCommodityClassification> | ||
</cac:ProcurementProject> | ||
<cac:ProcurementProjectLot> | ||
<cbc:ID schemeName="Lot">LOT-0001</cbc:ID> | ||
<cac:TenderingTerms> | ||
<cac:AppealTerms> | ||
<cac:AppealReceiverParty> | ||
<cac:PartyIdentification> | ||
<cbc:ID schemeName="organization">ORG-0001</cbc:ID> | ||
</cac:PartyIdentification> | ||
</cac:AppealReceiverParty> | ||
</cac:AppealTerms> | ||
</cac:TenderingTerms> | ||
<cac:ProcurementProject> | ||
<cbc:Description languageID="ENG">Lot description.</cbc:Description> | ||
</cac:ProcurementProject> | ||
</cac:ProcurementProjectLot> | ||
<cac:TenderResult> | ||
<cbc:AwardDate>2000-01-01Z</cbc:AwardDate> | ||
</cac:TenderResult> | ||
</ContractAwardNotice> |
Oops, something went wrong.