diff --git a/src/main/resources/eu/europa/ted/eforms/sdk/analysis/drools/noticeTypeRules.drl b/src/main/resources/eu/europa/ted/eforms/sdk/analysis/drools/noticeTypeRules.drl index 1e7a1cc..36503b2 100644 --- a/src/main/resources/eu/europa/ted/eforms/sdk/analysis/drools/noticeTypeRules.drl +++ b/src/main/resources/eu/europa/ted/eforms/sdk/analysis/drools/noticeTypeRules.drl @@ -177,6 +177,15 @@ then results.add(new ValidationResult($nti, "Notice subtype " + $expected + " does not have a notice type definition", ValidationStatusEnum.ERROR)); end +rule "Privacy fields are present in the expected group" +when + $field : /noticeTypes[ $nt: this ]/fields[ $fieldId: id, $unpublishGroupId: unpublishGroupId, $unpublishGroupId != null ] + $privacyField : /fields[ id == $fieldId ]/referencedPrivacyFieldIds + not (exists /noticeTypes[ id == $nt.id ]/fields[ id == $privacyField, parent.id == $unpublishGroupId ]) +then + results.add(new ValidationResult($nt, "Field " + $fieldId + " is missing the privacy field " + $privacyField + " under " + $unpublishGroupId, ValidationStatusEnum.ERROR)); +end + // TEDEFO-1845: Warning // For every field in a notice type definition, all its repeatable ancestor should be in this notice type definition rule "All repeatable ancestors of a field are in the notice type definition" diff --git a/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/fields/fields.json b/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/fields/fields.json new file mode 100644 index 0000000..1583630 --- /dev/null +++ b/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/fields/fields.json @@ -0,0 +1,19575 @@ +{ + "ublVersion" : "2.3", + "sdkVersion" : "eforms-sdk-1.6.0", + "metadataDatabase" : { + "version" : "1.6.0", + "createdOn" : "2023-02-17T12:00:00" + }, + "xmlStructure" : [ { + "id" : "ND-Root", + "xpathAbsolute" : "/*", + "xpathRelative" : "/*", + "repeatable" : false + }, { + "id" : "ND-ContractingParty", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:ContractingParty", + "xpathRelative" : "cac:ContractingParty", + "repeatable" : true + }, { + "id" : "ND-ServiceProvider", + "parentId" : "ND-ContractingParty", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party", + "xpathRelative" : "cac:Party", + "repeatable" : false + }, { + "id" : "ND-ServiceProviderParty", + "parentId" : "ND-ServiceProvider", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:ServiceProviderParty", + "xpathRelative" : "cac:ServiceProviderParty", + "repeatable" : true + }, { + "id" : "ND-ProviderParty", + "parentId" : "ND-ServiceProviderParty", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:ServiceProviderParty/cac:Party", + "xpathRelative" : "cac:Party", + "repeatable" : false + }, { + "id" : "ND-ProcedureProcurementScope", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:ProcurementProject", + "xpathRelative" : "cac:ProcurementProject", + "repeatable" : false + }, { + "id" : "ND-ProcedureAdditionalCommodityClassification", + "parentId" : "ND-ProcedureProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:AdditionalCommodityClassification", + "xpathRelative" : "cac:AdditionalCommodityClassification", + "repeatable" : true + }, { + "id" : "ND-ProcedureMainClassification", + "parentId" : "ND-ProcedureProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:MainCommodityClassification", + "xpathRelative" : "cac:MainCommodityClassification", + "repeatable" : true + }, { + "id" : "ND-ProcedureMainClassificationCode", + "parentId" : "ND-ProcedureMainClassification", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "repeatable" : false + }, { + "id" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "parentId" : "ND-ProcedureProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation", + "xpathRelative" : "cac:RealizedLocation", + "repeatable" : true + }, { + "id" : "ND-ProcedurePlacePerformance", + "parentId" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address", + "xpathRelative" : "cac:Address", + "repeatable" : false + }, { + "id" : "ND-ProcedureValueEstimate", + "parentId" : "ND-ProcedureProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal", + "xpathRelative" : "cac:RequestedTenderTotal", + "repeatable" : false + }, { + "id" : "ND-ProcedureValueEstimateExtension", + "parentId" : "ND-ProcedureValueEstimate", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-Lot", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']", + "xpathRelative" : "cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']", + "repeatable" : true, + "identifierFieldId" : "BT-137-Lot", + "captionFieldId" : "BT-21-Lot" + }, { + "id" : "ND-LotProcurementScope", + "parentId" : "ND-Lot", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject", + "xpathRelative" : "cac:ProcurementProject", + "repeatable" : false + }, { + "id" : "ND-LotAdditionalClassification", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:AdditionalCommodityClassification", + "xpathRelative" : "cac:AdditionalCommodityClassification", + "repeatable" : true + }, { + "id" : "ND-OptionsAndRenewals", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension", + "xpathRelative" : "cac:ContractExtension", + "repeatable" : false + }, { + "id" : "ND-OptionsDescription", + "parentId" : "ND-OptionsAndRenewals", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension/cac:Renewal/cac:Period", + "xpathRelative" : "cac:Renewal/cac:Period", + "repeatable" : false + }, { + "id" : "ND-LotMainClassification", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:MainCommodityClassification", + "xpathRelative" : "cac:MainCommodityClassification", + "repeatable" : true + }, { + "id" : "ND-LotMainClassificationCode", + "parentId" : "ND-LotMainClassification", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "repeatable" : false + }, { + "id" : "ND-LotDuration", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod", + "xpathRelative" : "cac:PlannedPeriod", + "repeatable" : false + }, { + "id" : "ND-AccessibilityJustification", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='accessibility']", + "xpathRelative" : "cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='accessibility']", + "repeatable" : true + }, { + "id" : "ND-LotGreenCriteria", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='gpp-criteria']", + "xpathRelative" : "cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='gpp-criteria']", + "repeatable" : true + }, { + "id" : "ND-StrategicProcurementType", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='strategic-procurement']", + "xpathRelative" : "cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='strategic-procurement']", + "repeatable" : true + }, { + "id" : "ND-LotPlacePerformance", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation", + "xpathRelative" : "cac:RealizedLocation", + "repeatable" : true + }, { + "id" : "ND-LotPerformanceAddress", + "parentId" : "ND-LotPlacePerformance", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address", + "xpathRelative" : "cac:Address", + "repeatable" : false + }, { + "id" : "ND-LotValueEstimate", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RequestedTenderTotal", + "xpathRelative" : "cac:RequestedTenderTotal", + "repeatable" : false + }, { + "id" : "ND-LotValueEstimateExtension", + "parentId" : "ND-LotValueEstimate", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RequestedTenderTotal/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-LotTenderingProcess", + "parentId" : "ND-Lot", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess", + "xpathRelative" : "cac:TenderingProcess", + "repeatable" : false + }, { + "id" : "ND-LotInfoRequestPeriod", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AdditionalInformationRequestPeriod", + "xpathRelative" : "cac:AdditionalInformationRequestPeriod", + "repeatable" : false + }, { + "id" : "ND-AuctionTerms", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AuctionTerms", + "xpathRelative" : "cac:AuctionTerms", + "repeatable" : false + }, { + "id" : "ND-SecondStage", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:EconomicOperatorShortList", + "xpathRelative" : "cac:EconomicOperatorShortList", + "repeatable" : false + }, { + "id" : "ND-FA", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement", + "xpathRelative" : "cac:FrameworkAgreement", + "repeatable" : false + }, { + "id" : "ND-FABuyerCategories", + "parentId" : "ND-FA", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cac:SubsequentProcessTenderRequirement[cbc:Name/text()='buyer-categories']", + "xpathRelative" : "cac:SubsequentProcessTenderRequirement[cbc:Name/text()='buyer-categories']", + "repeatable" : false + }, { + "id" : "ND-LotPreviousPlanning", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:NoticeDocumentReference", + "xpathRelative" : "cac:NoticeDocumentReference", + "repeatable" : true + }, { + "id" : "ND-PublicOpening", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent", + "xpathRelative" : "cac:OpenTenderEvent", + "repeatable" : false + }, { + "id" : "ND-PublicOpeningPlace", + "parentId" : "ND-PublicOpening", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cac:OccurenceLocation", + "xpathRelative" : "cac:OccurenceLocation", + "repeatable" : false + }, { + "id" : "ND-ParticipationRequestPeriod", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ParticipationRequestReceptionPeriod", + "xpathRelative" : "cac:ParticipationRequestReceptionPeriod", + "repeatable" : false + }, { + "id" : "ND-NonEsubmission", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ProcessJustification", + "xpathRelative" : "cac:ProcessJustification", + "repeatable" : true + }, { + "id" : "ND-NoESubmission", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='no-esubmission-justification']", + "xpathRelative" : "cac:ProcessJustification[cbc:ProcessReasonCode/@listName='no-esubmission-justification']", + "repeatable" : false + }, { + "id" : "ND-SubmissionDeadline", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:TenderSubmissionDeadlinePeriod", + "xpathRelative" : "cac:TenderSubmissionDeadlinePeriod", + "repeatable" : false + }, { + "id" : "ND-LotTenderingProcessExtension", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-PMCAnswersDeadline", + "parentId" : "ND-LotTenderingProcessExtension", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AnswerReceptionPeriod", + "xpathRelative" : "efac:AnswerReceptionPeriod", + "repeatable" : false + }, { + "id" : "ND-InterestExpressionReceptionPeriod", + "parentId" : "ND-LotTenderingProcessExtension", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:InterestExpressionReceptionPeriod", + "xpathRelative" : "efac:InterestExpressionReceptionPeriod", + "repeatable" : false + }, { + "id" : "ND-LotTenderingTerms", + "parentId" : "ND-Lot", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms", + "xpathRelative" : "cac:TenderingTerms", + "repeatable" : false + }, { + "id" : "ND-SubcontractTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms", + "xpathRelative" : "cac:AllowedSubcontractTerms", + "repeatable" : true + }, { + "id" : "ND-AllowedSubcontracting", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-allowed']", + "xpathRelative" : "cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-allowed']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingObligation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-obligation']", + "xpathRelative" : "cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-obligation']", + "repeatable" : false + }, { + "id" : "ND-LotReviewTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms", + "xpathRelative" : "cac:AppealTerms", + "repeatable" : false + }, { + "id" : "ND-ReviewPresentationPeriod", + "parentId" : "ND-LotReviewTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:PresentationPeriod", + "xpathRelative" : "cac:PresentationPeriod", + "repeatable" : false + }, { + "id" : "ND-AwardingTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms", + "xpathRelative" : "cac:AwardingTerms", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriteria", + "parentId" : "ND-AwardingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion", + "xpathRelative" : "cac:AwardingCriterion", + "repeatable" : true + }, { + "id" : "ND-LotAwardCriterion", + "parentId" : "ND-LotAwardCriteria", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion", + "xpathRelative" : "cac:SubordinateAwardingCriterion", + "repeatable" : true + }, { + "id" : "ND-LotAwardCriterionParameters", + "parentId" : "ND-LotAwardCriterion", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionParameter", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter", + "xpathRelative" : "efac:AwardCriterionParameter", + "repeatable" : true + }, { + "id" : "ND-LotAwardCriterionNumberFixUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']", + "xpathRelative" : "efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']", + "xpathRelative" : "efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionNumberWeightUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']", + "xpathRelative" : "efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionNumberUnpublish", + "parentId" : "ND-LotAwardCriterionParameter", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionDescriptionUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriteriaNameUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionTypeUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "parentId" : "ND-LotAwardCriteria", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "parentId" : "ND-LotAwardCriteria", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']", + "repeatable" : false + }, { + "id" : "ND-Prize", + "parentId" : "ND-AwardingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:Prize", + "xpathRelative" : "cac:Prize", + "repeatable" : true + }, { + "id" : "ND-LotProcurementDocument", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference", + "xpathRelative" : "cac:CallForTendersDocumentReference", + "repeatable" : true + }, { + "id" : "ND-LotRestrictedDocuments", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[cbc:DocumentType/text()='restricted-document']", + "xpathRelative" : "cac:CallForTendersDocumentReference[cbc:DocumentType/text()='restricted-document']", + "repeatable" : true + }, { + "id" : "ND-LotDocumentsReference", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[not(cbc:DocumentType/text()='restricted-document')]", + "xpathRelative" : "cac:CallForTendersDocumentReference[not(cbc:DocumentType/text()='restricted-document')]", + "repeatable" : true + }, { + "id" : "ND-ExecutionRequirements", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='conditions']", + "xpathRelative" : "cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='conditions']", + "repeatable" : false + }, { + "id" : "ND-QualityTarget", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='customer-service']", + "xpathRelative" : "cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='customer-service']", + "repeatable" : true + }, { + "id" : "ND-NDA", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='nda']", + "xpathRelative" : "cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='nda']", + "repeatable" : false + }, { + "id" : "ND-ReservedExecution", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='reserved-execution']", + "xpathRelative" : "cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='reserved-execution']", + "repeatable" : false + }, { + "id" : "ND-Participants", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EconomicOperatorShortList", + "xpathRelative" : "cac:EconomicOperatorShortList", + "repeatable" : false + }, { + "id" : "ND-LotEmploymentLegislation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EmploymentLegislationDocumentReference", + "xpathRelative" : "cac:EmploymentLegislationDocumentReference", + "repeatable" : false + }, { + "id" : "ND-LotEnvironmentalLegislation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EnvironmentalLegislationDocumentReference", + "xpathRelative" : "cac:EnvironmentalLegislationDocumentReference", + "repeatable" : false + }, { + "id" : "ND-LotFiscalLegislation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:FiscalLegislationDocumentReference", + "xpathRelative" : "cac:FiscalLegislationDocumentReference", + "repeatable" : false + }, { + "id" : "ND-PaymentTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PaymentTerms", + "xpathRelative" : "cac:PaymentTerms", + "repeatable" : false + }, { + "id" : "ND-PostAwarProcess", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PostAwardProcess", + "xpathRelative" : "cac:PostAwardProcess", + "repeatable" : false + }, { + "id" : "ND-FinancialGuarantee", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:RequiredFinancialGuarantee", + "xpathRelative" : "cac:RequiredFinancialGuarantee", + "repeatable" : false + }, { + "id" : "ND-SecurityClearanceTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:SecurityClearanceTerm", + "xpathRelative" : "cac:SecurityClearanceTerm", + "repeatable" : false + }, { + "id" : "ND-TendererLegalForm", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cac:SpecificTendererRequirement)]", + "xpathRelative" : "cac:TendererQualificationRequest[not(cac:SpecificTendererRequirement)]", + "repeatable" : false + }, { + "id" : "ND-LotReservedParticipation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)][not(cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='missing-info-submission'])]", + "xpathRelative" : "cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)][not(cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='missing-info-submission'])]", + "repeatable" : false + }, { + "id" : "ND-LotReservedProcurement", + "parentId" : "ND-LotReservedParticipation", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)][not(cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='missing-info-submission'])]/cac:SpecificTendererRequirement[cbc:TendererRequirementTypeCode/@listName='reserved-procurement']", + "xpathRelative" : "cac:SpecificTendererRequirement[cbc:TendererRequirementTypeCode/@listName='reserved-procurement']", + "repeatable" : true + }, { + "id" : "ND-LateTendererInformation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)]/cac:SpecificTendererRequirement[not(cbc:TendererRequirementTypeCode[@listName='reserved-procurement'])]", + "xpathRelative" : "cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)]/cac:SpecificTendererRequirement[not(cbc:TendererRequirementTypeCode[@listName='reserved-procurement'])]", + "repeatable" : false + }, { + "id" : "ND-TenderRecipient", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderRecipientParty", + "xpathRelative" : "cac:TenderRecipientParty", + "repeatable" : false + }, { + "id" : "ND-NonUBLTenderingTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-Funding", + "parentId" : "ND-NonUBLTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Funding", + "xpathRelative" : "efac:Funding", + "repeatable" : true + }, { + "id" : "ND-SelectionCriteria", + "parentId" : "ND-NonUBLTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria", + "xpathRelative" : "efac:SelectionCriteria", + "repeatable" : true + }, { + "id" : "ND-SecondStageCriterionParameter", + "parentId" : "ND-SelectionCriteria", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efac:CriterionParameter", + "xpathRelative" : "efac:CriterionParameter", + "repeatable" : false + }, { + "id" : "ND-StrategicProcurementLot", + "parentId" : "ND-NonUBLTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:StrategicProcurement", + "xpathRelative" : "efac:StrategicProcurement", + "repeatable" : false + }, { + "id" : "ND-StrategicProcurementInformationLot", + "parentId" : "ND-StrategicProcurementLot", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:StrategicProcurement/efac:StrategicProcurementInformation", + "xpathRelative" : "efac:StrategicProcurementInformation", + "repeatable" : true + }, { + "id" : "ND-SenderContact", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:SenderParty/cac:Contact", + "xpathRelative" : "cac:SenderParty/cac:Contact", + "repeatable" : false + }, { + "id" : "ND-ProcedureTenderingProcess", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:TenderingProcess", + "xpathRelative" : "cac:TenderingProcess", + "repeatable" : false + }, { + "id" : "ND-AcceleratedProcedure", + "parentId" : "ND-ProcedureTenderingProcess", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']", + "xpathRelative" : "cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']", + "repeatable" : false + }, { + "id" : "ND-ProcedureAcceleratedJustificationUnpublish", + "parentId" : "ND-AcceleratedProcedure", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']", + "repeatable" : false + }, { + "id" : "ND-ProcedureAcceleratedUnpublish", + "parentId" : "ND-AcceleratedProcedure", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']", + "repeatable" : false + }, { + "id" : "ND-DirectAward", + "parentId" : "ND-ProcedureTenderingProcess", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']", + "xpathRelative" : "cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']", + "repeatable" : false + }, { + "id" : "ND-DirectAwardJustificationCodeUnpublish", + "parentId" : "ND-DirectAward", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']", + "repeatable" : false + }, { + "id" : "ND-DirectAwardJustificationPreviousUnpublish", + "parentId" : "ND-DirectAward", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']", + "repeatable" : false + }, { + "id" : "ND-DirectAwardJustificationTextUnpublish", + "parentId" : "ND-DirectAward", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']", + "repeatable" : false + }, { + "id" : "ND-ProcedureFeaturesUnpublish", + "parentId" : "ND-ProcedureTenderingProcess", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']", + "repeatable" : false + }, { + "id" : "ND-ProcedureTypeUnpublish", + "parentId" : "ND-ProcedureTenderingProcess", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']", + "repeatable" : false + }, { + "id" : "ND-ProcedureTerms", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:TenderingTerms", + "xpathRelative" : "cac:TenderingTerms", + "repeatable" : false + }, { + "id" : "ND-LotDistribution", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution", + "xpathRelative" : "cac:LotDistribution", + "repeatable" : false + }, { + "id" : "ND-GroupComposition", + "parentId" : "ND-LotDistribution", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cac:LotsGroup", + "xpathRelative" : "cac:LotsGroup", + "repeatable" : true + }, { + "id" : "ND-CrossBorderLaw", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']", + "xpathRelative" : "cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']", + "repeatable" : false + }, { + "id" : "ND-CrossBorderLawUnpublish", + "parentId" : "ND-CrossBorderLaw", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']", + "repeatable" : false + }, { + "id" : "ND-LocalLegalBasisNoID", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='LocalLegalBasis']", + "xpathRelative" : "cac:ProcurementLegislationDocumentReference[cbc:ID/text()='LocalLegalBasis']", + "repeatable" : true + }, { + "id" : "ND-LocalLegalBasisWithID", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()=('CrossBorderLaw','LocalLegalBasis'))]", + "xpathRelative" : "cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()=('CrossBorderLaw','LocalLegalBasis'))]", + "repeatable" : true + }, { + "id" : "ND-TendererQualificationRequest", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:TendererQualificationRequest", + "xpathRelative" : "cac:TendererQualificationRequest", + "repeatable" : false + }, { + "id" : "ND-ExclusionGrounds", + "parentId" : "ND-TendererQualificationRequest", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:TendererQualificationRequest/cac:SpecificTendererRequirement", + "xpathRelative" : "cac:SpecificTendererRequirement", + "repeatable" : true + }, { + "id" : "ND-OperationType", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/efac:NoticePurpose", + "xpathRelative" : "efac:NoticePurpose", + "repeatable" : false + }, { + "id" : "ND-RootExtension", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-ReviewRequests", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation", + "xpathRelative" : "efac:AppealsInformation", + "repeatable" : true + }, { + "id" : "ND-ReviewStatus", + "parentId" : "ND-ReviewRequests", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus", + "xpathRelative" : "efac:AppealStatus", + "repeatable" : true + }, { + "id" : "ND-AppealDecision", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealDecision", + "xpathRelative" : "efac:AppealDecision", + "repeatable" : true + }, { + "id" : "ND-AppealingParty", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealingParty", + "xpathRelative" : "efac:AppealingParty", + "repeatable" : true + }, { + "id" : "ND-AppealIrregularity", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealIrregularity", + "xpathRelative" : "efac:AppealIrregularity", + "repeatable" : true + }, { + "id" : "ND-AppealProcessingParty", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealProcessingParty", + "xpathRelative" : "efac:AppealProcessingParty", + "repeatable" : false + }, { + "id" : "ND-AppealRemedy", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealRemedy", + "xpathRelative" : "efac:AppealRemedy", + "repeatable" : true + }, { + "id" : "ND-Changes", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes", + "xpathRelative" : "efac:Changes", + "repeatable" : false + }, { + "id" : "ND-Change", + "parentId" : "ND-Changes", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change", + "xpathRelative" : "efac:Change", + "repeatable" : true + }, { + "id" : "ND-ChangeReason", + "parentId" : "ND-Changes", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:ChangeReason", + "xpathRelative" : "efac:ChangeReason", + "repeatable" : false + }, { + "id" : "ND-ContractModification", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification", + "xpathRelative" : "efac:ContractModification", + "repeatable" : true + }, { + "id" : "ND-Modification", + "parentId" : "ND-ContractModification", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:Change", + "xpathRelative" : "efac:Change", + "repeatable" : true + }, { + "id" : "ND-ModificationReason", + "parentId" : "ND-ContractModification", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:ChangeReason", + "xpathRelative" : "efac:ChangeReason", + "repeatable" : false + }, { + "id" : "ND-NoticeResult", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult", + "xpathRelative" : "efac:NoticeResult", + "repeatable" : false + }, { + "id" : "ND-NoticeApproximateValueUnpublish", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']", + "repeatable" : false + }, { + "id" : "ND-NoticeMaximumValueUnpublish", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']", + "repeatable" : false + }, { + "id" : "ND-NoticeValueUnpublish", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']", + "repeatable" : false + }, { + "id" : "ND-NoticeResultGroupFA", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework", + "xpathRelative" : "efac:GroupFramework", + "repeatable" : true + }, { + "id" : "ND-GroupMaximalValueIdentifierUnpublish", + "parentId" : "ND-NoticeResultGroupFA", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']", + "repeatable" : false + }, { + "id" : "ND-GroupMaximumValueUnpublish", + "parentId" : "ND-NoticeResultGroupFA", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']", + "repeatable" : false + }, { + "id" : "ND-GroupReestimatedValueUnpublish", + "parentId" : "ND-NoticeResultGroupFA", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']", + "repeatable" : false + }, { + "id" : "ND-LotResult", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult", + "xpathRelative" : "efac:LotResult", + "repeatable" : true, + "identifierFieldId" : "OPT-322-LotResult", + "captionFieldId" : "BT-13713-LotResult" + }, { + "id" : "ND-ReviewRequestsStatistics", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']", + "xpathRelative" : "efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']", + "repeatable" : true + }, { + "id" : "ND-ReviewRequestsStatisticsCountUnpublish", + "parentId" : "ND-ReviewRequestsStatistics", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']", + "repeatable" : false + }, { + "id" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "parentId" : "ND-ReviewRequestsStatistics", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']", + "repeatable" : false + }, { + "id" : "ND-BuyerReviewComplainants", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']", + "xpathRelative" : "efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']", + "repeatable" : false + }, { + "id" : "ND-RevewRequestsUnpublish", + "parentId" : "ND-BuyerReviewComplainants", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']", + "repeatable" : false + }, { + "id" : "ND-NotAwardedReasonUnpublish", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']", + "xpathRelative" : "efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']", + "repeatable" : false + }, { + "id" : "ND-TenderValueHighestUnpublish", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']", + "repeatable" : false + }, { + "id" : "ND-TenderValueLowestUnpublish", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']", + "repeatable" : false + }, { + "id" : "ND-WinnerChosenUnpublish", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']", + "repeatable" : false + }, { + "id" : "ND-LotResultFAValues", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues", + "xpathRelative" : "efac:FrameworkAgreementValues", + "repeatable" : false + }, { + "id" : "ND-MaximalValueUnpublish", + "parentId" : "ND-LotResultFAValues", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']", + "repeatable" : false + }, { + "id" : "ND-ReceivedSubmissions", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics", + "xpathRelative" : "efac:ReceivedSubmissionsStatistics", + "repeatable" : true + }, { + "id" : "ND-ReceivedSubmissionCountUnpublish", + "parentId" : "ND-ReceivedSubmissions", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']", + "repeatable" : false + }, { + "id" : "ND-ReceivedSubmissionTypeUnpublish", + "parentId" : "ND-ReceivedSubmissions", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']", + "repeatable" : false + }, { + "id" : "ND-StrategicProcurementLotResult", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement", + "xpathRelative" : "efac:StrategicProcurement", + "repeatable" : false + }, { + "id" : "ND-StrategicProcurementInformationLotResult", + "parentId" : "ND-StrategicProcurementLotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation", + "xpathRelative" : "efac:StrategicProcurementInformation", + "repeatable" : true + }, { + "id" : "ND-ProcurementDetailsLotResult", + "parentId" : "ND-StrategicProcurementInformationLotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails", + "xpathRelative" : "efac:ProcurementDetails", + "repeatable" : true + }, { + "id" : "ND-ProcurementStatistics", + "parentId" : "ND-ProcurementDetailsLotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails/efac:StrategicProcurementStatistics", + "xpathRelative" : "efac:StrategicProcurementStatistics", + "repeatable" : true + }, { + "id" : "ND-LotTender", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender", + "xpathRelative" : "efac:LotTender", + "repeatable" : true, + "identifierFieldId" : "OPT-321-Tender", + "captionFieldId" : "BT-3201-Tender" + }, { + "id" : "ND-LotTenderPaidAmounts", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts", + "xpathRelative" : "efac:AggregatedAmounts", + "repeatable" : false + }, { + "id" : "ND-TenderAggregatedAmounts", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts", + "xpathRelative" : "efac:AggregatedAmounts", + "repeatable" : false + }, { + "id" : "ND-ConcessionRevenue", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue", + "xpathRelative" : "efac:ConcessionRevenue", + "repeatable" : false + }, { + "id" : "ND-ConcessionRevenueBuyerUnpublish", + "parentId" : "ND-ConcessionRevenue", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']", + "repeatable" : false + }, { + "id" : "ND-ConcessionRevenueUserUnpublish", + "parentId" : "ND-ConcessionRevenue", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']", + "repeatable" : false + }, { + "id" : "ND-ValueConcessionDescriptionUnpublish", + "parentId" : "ND-ConcessionRevenue", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']", + "repeatable" : false + }, { + "id" : "ND-RewardsPenalties", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/@listName='rewards-penalties']", + "xpathRelative" : "efac:ContractTerm[efbc:TermCode/@listName='rewards-penalties']", + "repeatable" : false + }, { + "id" : "ND-RevenueAllocation", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/text()='all-rev-tic']", + "xpathRelative" : "efac:ContractTerm[efbc:TermCode/text()='all-rev-tic']", + "repeatable" : false + }, { + "id" : "ND-OtherContractExecutionConditions", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[not(efbc:TermCode/text()='all-rev-tic')][efbc:TermCode/@listName='contract-detail']", + "xpathRelative" : "efac:ContractTerm[not(efbc:TermCode/text()='all-rev-tic')][efbc:TermCode/@listName='contract-detail']", + "repeatable" : true + }, { + "id" : "ND-TenderRankUnpublish", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']", + "repeatable" : false + }, { + "id" : "ND-WinningTenderValueUnpublish", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']", + "repeatable" : false + }, { + "id" : "ND-WinningTenderVariantUnpublish", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']", + "repeatable" : false + }, { + "id" : "ND-CountryOriginUnpublish", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']", + "xpathRelative" : "efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']", + "repeatable" : false + }, { + "id" : "ND-SubcontractedActivity", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm", + "xpathRelative" : "efac:SubcontractingTerm", + "repeatable" : false + }, { + "id" : "ND-SubcontractedContract", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm[efbc:TermCode/@listName='applicability']", + "xpathRelative" : "efac:SubcontractingTerm[efbc:TermCode/@listName='applicability']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingDescriptionUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingPercentageKnownUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingPercentageUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingValueKnownUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingValueUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']", + "repeatable" : false + }, { + "id" : "ND-SettledContract", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract", + "xpathRelative" : "efac:SettledContract", + "repeatable" : true, + "identifierFieldId" : "OPT-316-Contract", + "captionFieldId" : "BT-150-Contract" + }, { + "id" : "ND-ExtendedDurationJustification", + "parentId" : "ND-SettledContract", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification", + "xpathRelative" : "efac:DurationJustification", + "repeatable" : false + }, { + "id" : "ND-AssetList", + "parentId" : "ND-ExtendedDurationJustification", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList", + "xpathRelative" : "efac:AssetsList", + "repeatable" : false + }, { + "id" : "ND-Asset", + "parentId" : "ND-AssetList", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList/efac:Asset", + "xpathRelative" : "efac:Asset", + "repeatable" : true + }, { + "id" : "ND-ContractEUFunds", + "parentId" : "ND-SettledContract", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:Funding", + "xpathRelative" : "efac:Funding", + "repeatable" : true + }, { + "id" : "ND-TenderingParty", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty", + "xpathRelative" : "efac:TenderingParty", + "repeatable" : true, + "identifierFieldId" : "OPT-210-Tenderer" + }, { + "id" : "ND-SubContractor", + "parentId" : "ND-TenderingParty", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:SubContractor", + "xpathRelative" : "efac:SubContractor", + "repeatable" : true + }, { + "id" : "ND-Tenderer", + "parentId" : "ND-TenderingParty", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:Tenderer", + "xpathRelative" : "efac:Tenderer", + "repeatable" : true + }, { + "id" : "ND-Organizations", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations", + "xpathRelative" : "efac:Organizations", + "repeatable" : false + }, { + "id" : "ND-Organization", + "parentId" : "ND-Organizations", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization", + "xpathRelative" : "efac:Organization", + "repeatable" : true, + "identifierFieldId" : "OPT-200-Organization-Company", + "captionFieldId" : "BT-500-Organization-Company" + }, { + "id" : "ND-Company", + "parentId" : "ND-Organization", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company", + "xpathRelative" : "efac:Company", + "repeatable" : false + }, { + "id" : "ND-WinningParty", + "parentId" : "ND-Organization", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company[(cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Tenderer/cbc:ID/text()) or (cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Subcontractor/cbc:ID/text())]", + "xpathRelative" : "efac:Company[(cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Tenderer/cbc:ID/text()) or (cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Subcontractor/cbc:ID/text())]", + "repeatable" : false + }, { + "id" : "ND-CompanyContact", + "parentId" : "ND-Company", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact", + "xpathRelative" : "cac:Contact", + "repeatable" : false + }, { + "id" : "ND-CompanyAddress", + "parentId" : "ND-Company", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress", + "xpathRelative" : "cac:PostalAddress", + "repeatable" : false + }, { + "id" : "ND-Touchpoint", + "parentId" : "ND-Organization", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint", + "xpathRelative" : "efac:TouchPoint", + "repeatable" : true, + "identifierFieldId" : "OPT-201-Organization-TouchPoint", + "captionFieldId" : "BT-500-Organization-TouchPoint" + }, { + "id" : "ND-TouchpointContact", + "parentId" : "ND-Touchpoint", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact", + "xpathRelative" : "cac:Contact", + "repeatable" : false + }, { + "id" : "ND-TouchpointAddress", + "parentId" : "ND-Touchpoint", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress", + "xpathRelative" : "cac:PostalAddress", + "repeatable" : false + }, { + "id" : "ND-UBO", + "parentId" : "ND-Organizations", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner", + "xpathRelative" : "efac:UltimateBeneficialOwner", + "repeatable" : true, + "identifierFieldId" : "OPT-202-UBO", + "captionFieldId" : "BT-500-UBO" + }, { + "id" : "ND-UBOContact", + "parentId" : "ND-UBO", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:Contact", + "xpathRelative" : "cac:Contact", + "repeatable" : false + }, { + "id" : "ND-UBOAddress", + "parentId" : "ND-UBO", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress", + "xpathRelative" : "cac:ResidenceAddress", + "repeatable" : false + }, { + "id" : "ND-Publication", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Publication", + "xpathRelative" : "efac:Publication", + "repeatable" : false + } ], + "fields" : [ { + "id" : "BT-01(c)-Procedure", + "parentNodeId" : "ND-LocalLegalBasisWithID", + "name" : "Procedure Legal Basis (ID)", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()=('CrossBorderLaw','LocalLegalBasis'))]/cbc:ID[not(text()=('CrossBorderLaw','LocalLegalBasis'))]", + "xpathRelative" : "cbc:ID[not(text()=('CrossBorderLaw','LocalLegalBasis'))]", + "type" : "id", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-01(d)-Procedure", + "parentNodeId" : "ND-LocalLegalBasisWithID", + "name" : "Procedure Legal Basis (Description)", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()=('CrossBorderLaw','LocalLegalBasis'))]/cbc:DocumentDescription", + "xpathRelative" : "cbc:DocumentDescription", + "type" : "text-multilingual", + "legalType" : "CODE", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-01(e)-Procedure", + "parentNodeId" : "ND-LocalLegalBasisNoID", + "name" : "Procedure Legal Basis (NoID)", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='LocalLegalBasis']/cbc:ID[text()='LocalLegalBasis']", + "xpathRelative" : "cbc:ID[text()='LocalLegalBasis']", + "type" : "id", + "presetValue" : "LocalLegalBasis", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-01(f)-Procedure", + "parentNodeId" : "ND-LocalLegalBasisNoID", + "name" : "Procedure Legal Basis (NoID Description)", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='LocalLegalBasis']/cbc:DocumentDescription", + "xpathRelative" : "cbc:DocumentDescription", + "type" : "text-multilingual", + "legalType" : "CODE", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-01-notice", + "parentNodeId" : "ND-Root", + "name" : "Procedure Legal Basis", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cbc:RegulatoryDomain", + "xpathRelative" : "cbc:RegulatoryDomain", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-legal-basis", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-02-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Type", + "btId" : "BT-02", + "xpathAbsolute" : "/*/cbc:NoticeTypeCode", + "xpathRelative" : "cbc:NoticeTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "notice-type", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Root} ${((BT-01-notice == '32014L0023') and (BT-02-notice in ('pin-cfc-social','cn-standard','veat','can-standard','can-social'))) or not(BT-01-notice == '32014L0023')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0100" + }, { + "value" : "{ND-Root} ${((OPP-070-notice in ('14','19','28','32','35','40') or (OPP-070-notice == 'E5' and BT-01-notice == '32014L0023')) and not(BT-531-Procedure == 'supplies') and not(BT-531-Lot == 'supplies') and not(BT-531-Part == 'supplies')) or not(OPP-070-notice in ('14','19','28','32','35','40') or (OPP-070-notice == 'E5' and BT-01-notice == '32014L0023'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0101" + }, { + "value" : "{ND-Root} ${((OPP-070-notice in ('1','4','7','10','12','16','20','23','25','29','33','36','38') or (OPP-070-notice == 'E5' and BT-01-notice == '32014L0024')) and not(BT-02-notice == 'subco')) or not(OPP-070-notice in ('1','4','7','10','12','16','20','23','25','29','33','36','38') or (OPP-070-notice == 'E5' and BT-01-notice == '32014L0024'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0102" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'bri') and (BT-02-notice in (bri))) or not(BT-03-notice == 'bri')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0103" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'competition') and (BT-02-notice in (competition))) or not(BT-03-notice == 'competition')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0105" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'cont-modif') and (BT-02-notice in (cont-modif))) or not(BT-03-notice == 'cont-modif')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0106" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'dir-awa-pre') and (BT-02-notice in (dir-awa-pre))) or not(BT-03-notice == 'dir-awa-pre')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0107" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'planning') and (BT-02-notice in (planning))) or not(BT-03-notice == 'planning')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0108" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'result') and (BT-02-notice in (result))) or not(BT-03-notice == 'result')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0109" + } ] + } + }, { + "id" : "BT-03-notice", + "parentNodeId" : "ND-Root", + "name" : "Form Type", + "btId" : "BT-03", + "xpathAbsolute" : "/*/cbc:NoticeTypeCode/@listName", + "xpathRelative" : "cbc:NoticeTypeCode/@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "form-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-04-notice", + "parentNodeId" : "ND-Root", + "name" : "Procedure Identifier", + "btId" : "BT-04", + "xpathAbsolute" : "/*/cbc:ContractFolderID", + "xpathRelative" : "cbc:ContractFolderID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-05(a)-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Dispatch Date", + "btId" : "BT-05", + "xpathAbsolute" : "/*/cbc:IssueDate", + "xpathRelative" : "cbc:IssueDate", + "type" : "date", + "presetValue" : "{NOW}", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Root} ${(BT-05(a)-notice < BT-738-notice) or not(BT-738-notice is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00005-0150" + } ] + } + }, { + "id" : "BT-05(b)-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Dispatch Time", + "btId" : "BT-05", + "xpathAbsolute" : "/*/cbc:IssueTime", + "xpathRelative" : "cbc:IssueTime", + "type" : "time", + "presetValue" : "{NOW}", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-06-Lot", + "parentNodeId" : "ND-StrategicProcurementType", + "name" : "Strategic Procurement", + "btId" : "BT-06", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='strategic-procurement']/cbc:ProcurementTypeCode[@listName='strategic-procurement']", + "xpathRelative" : "cbc:ProcurementTypeCode[@listName='strategic-procurement']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "strategic-procurement", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-09(a)-Procedure", + "parentNodeId" : "ND-CrossBorderLaw", + "name" : "Cross Border Law", + "btId" : "BT-09", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/cbc:ID[text()='CrossBorderLaw']", + "xpathRelative" : "cbc:ID[text()='CrossBorderLaw']", + "type" : "id", + "presetValue" : "CrossBorderLaw", + "legalType" : "TEXT", + "privacy" : { + "code" : "cro-bor-law", + "unpublishedFieldId" : "BT-195(BT-09)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-09)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-09)-Procedure", + "publicationDateFieldId" : "BT-198(BT-09)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^CrossBorderLaw$", + "severity" : "ERROR" + } + }, { + "id" : "BT-09(b)-Procedure", + "parentNodeId" : "ND-CrossBorderLaw", + "name" : "Cross Border Law Description", + "btId" : "BT-09", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/cbc:DocumentDescription", + "xpathRelative" : "cbc:DocumentDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "privacy" : { + "code" : "cro-bor-law", + "unpublishedFieldId" : "BT-195(BT-09)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-09)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-09)-Procedure", + "publicationDateFieldId" : "BT-198(BT-09)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-10-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Activity Authority", + "btId" : "BT-10", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:ContractingActivity/cbc:ActivityTypeCode[@listName='authority-activity']", + "xpathRelative" : "cac:ContractingActivity/cbc:ActivityTypeCode[@listName='authority-activity']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "22", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "4", "7", "10", "16", "23", "29", "36", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "authority-activity", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-105-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Procedure Type", + "btId" : "BT-105", + "xpathAbsolute" : "/*/cac:TenderingProcess/cbc:ProcedureCode", + "xpathRelative" : "cbc:ProcedureCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "pro-typ", + "unpublishedFieldId" : "BT-195(BT-105)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-105)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-105)-Procedure", + "publicationDateFieldId" : "BT-198(BT-105)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "16", "17", "18", "23", "24", "25", "26", "27", "28", "29", "30", "31", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "procurement-procedure-type", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice == '7' and BT-105-Procedure in ('open','restricted')) or OPP-070-notice != '7' or not(BT-105-Procedure is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0100" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice == '8' and BT-105-Procedure == 'open') or OPP-070-notice != '8' or not(BT-105-Procedure is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0101" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('12','13') and BT-105-Procedure in ('restricted','neg-w-call','comp-dial','innovation','oth-single','oth-mult')) or not(OPP-070-notice in ('12','13')) or not(BT-105-Procedure is present) }", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0103" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','E3') and BT-105-Procedure != 'neg-wo-call') or not(OPP-070-notice in ('10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','E3')) or not(BT-105-Procedure is present) }", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0104" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('9','18','22','27','31') and not(BT-105-Procedure in ('open','innovation','oth-single','oth-mult'))) or not(OPP-070-notice in ('9','18','22','27','31')) or not(BT-105-Procedure is present) }", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0105" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('23','24') and BT-105-Procedure in ('open','restricted','oth-single','oth-mult')) or not(OPP-070-notice in ('23','24'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0106" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('36','37') and BT-105-Procedure in ('open','restricted','oth-single','oth-mult')) or not(OPP-070-notice in ('36','37'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0107" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('32','35') and BT-105-Procedure in ('neg-wo-call','oth-single','oth-mult')) or not(OPP-070-notice in ('32','35')) or not(BT-105-Procedure is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0108" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('25','26','27','28') and BT-105-Procedure == 'neg-wo-call') or not(OPP-070-notice in ('25','26','27','28')) or not(BT-105-Procedure is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0109" + }, { + "condition" : "{ND-ProcedureTenderingProcess} ${(BT-106-Procedure == 'true') and (OPP-070-notice in ('1','4','7','8','9','10','12','16','17','18','19','20','23','25','29','33','36','38')) and (BT-105-Procedure is present)}", + "value" : "{ND-ProcedureTenderingProcess} ${BT-105-Procedure in ('open', 'restricted', 'neg-w-call')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0110" + }, { + "condition" : "{ND-ProcedureTenderingProcess} ${(BT-106-Procedure == 'true') and (OPP-070-notice in ('3','6','9','18','22','27','31')) and (BT-105-Procedure is present)}", + "value" : "{ND-ProcedureTenderingProcess} ${BT-105-Procedure in ('restricted', 'neg-w-call')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0111" + }, { + "condition" : "{ND-ProcedureTenderingProcess} ${(BT-106-Procedure == 'true') and (OPP-070-notice in ('2','5','8','11','13','15','17','21','24','26','30','34','37','39')) and (BT-105-Procedure is present)}", + "value" : "{ND-ProcedureTenderingProcess} ${BT-105-Procedure == 'open'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0112" + } ] + } + }, { + "id" : "BT-106-Procedure", + "parentNodeId" : "ND-AcceleratedProcedure", + "name" : "Procedure Accelerated", + "btId" : "BT-106", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/cbc:ProcessReasonCode[@listName='accelerated-procedure']", + "xpathRelative" : "cbc:ProcessReasonCode[@listName='accelerated-procedure']", + "type" : "code", + "legalType" : "INDICATOR", + "privacy" : { + "code" : "pro-acc", + "unpublishedFieldId" : "BT-195(BT-106)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-106)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-106)-Procedure", + "publicationDateFieldId" : "BT-198(BT-106)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "accelerated-procedure", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-109-Lot", + "parentNodeId" : "ND-FA", + "name" : "Framework Duration Justification", + "btId" : "BT-109", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cbc:Justification", + "xpathRelative" : "cbc:Justification", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-11-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Buyer Legal Type", + "btId" : "BT-11", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:ContractingPartyType/cbc:PartyTypeCode[@listName='buyer-legal-type']", + "xpathRelative" : "cac:ContractingPartyType/cbc:PartyTypeCode[@listName='buyer-legal-type']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "4", "7", "10", "14", "16", "19", "23", "29", "32", "35", "36", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-buyer-legal-type", + "type" : "flat", + "parentId" : "buyer-legal-type" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-111-Lot", + "parentNodeId" : "ND-FABuyerCategories", + "name" : "Framework Buyer Categories", + "btId" : "BT-111", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cac:SubsequentProcessTenderRequirement[cbc:Name/text()='buyer-categories']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1118-NoticeResult", + "parentNodeId" : "ND-NoticeResult", + "name" : "Notice Framework Approximate Value", + "btId" : "BT-1118", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efbc:OverallApproximateFrameworkContractsAmount", + "xpathRelative" : "efbc:OverallApproximateFrameworkContractsAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "not-app-val", + "unpublishedFieldId" : "BT-195(BT-1118)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-1118)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-1118)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-1118)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-NoticeResult} ${BT-1118-NoticeResult is present}", + "value" : "{ND-NoticeResult} ${(not(BT-1561-NoticeResult is present) and ((every text:$faEstCurr in (BT-660-LotResult/@currencyID) satisfies $faEstCurr == BT-1118-NoticeResult/@currencyID) and (BT-1118-NoticeResult == sum(BT-660-LotResult)))) or (BT-1561-NoticeResult is present) or not(every text:$faEst in (BT-660-LotResult/@currencyID) satisfies $faEst == BT-1118-NoticeResult/@currencyID)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01118-0100" + } ] + } + }, { + "id" : "BT-113-Lot", + "parentNodeId" : "ND-FA", + "name" : "Framework Maximum Participants Number", + "btId" : "BT-113", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cbc:MaximumOperatorQuantity", + "xpathRelative" : "cbc:MaximumOperatorQuantity", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-115-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "GPA Coverage", + "btId" : "BT-115", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cbc:GovernmentAgreementConstraintIndicator", + "xpathRelative" : "cbc:GovernmentAgreementConstraintIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "9", "12", "13", "14", "18", "20", "21", "22", "23", "24", "27", "31", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "10", "11", "15", "16", "17", "25", "26", "29", "30" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingProcess} ${OPP-070-notice in ('14','19','28','32','35','40') and (BT-115-Lot is present) and (BT-23-Lot == 'services')}", + "value" : "{ND-LotTenderingProcess} ${BT-115-Lot == FALSE}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00115-0150" + } ] + } + }, { + "id" : "BT-118-NoticeResult", + "parentNodeId" : "ND-NoticeResult", + "name" : "Notice Framework Maximum Value", + "btId" : "BT-118", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efbc:OverallMaximumFrameworkContractsAmount", + "xpathRelative" : "efbc:OverallMaximumFrameworkContractsAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "not-max-val", + "unpublishedFieldId" : "BT-195(BT-118)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-118)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-118)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-118)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-NoticeResult} ${BT-118-NoticeResult is present}", + "value" : "{ND-NoticeResult} ${(not(BT-156-NoticeResult is present) and ((every text:$faMaxCurr in (BT-709-LotResult/@currencyID) satisfies $faMaxCurr == BT-118-NoticeResult/@currencyID) and (BT-118-NoticeResult == sum(BT-709-LotResult)))) or (BT-156-NoticeResult is present) or not(every text:$faMax in (BT-709-LotResult/@currencyID) satisfies $faMax == BT-118-NoticeResult/@currencyID)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00118-0100" + } ] + } + }, { + "id" : "BT-119-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Dynamic Purchasing System Termination", + "btId" : "BT-119", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efbc:DPSTerminationIndicator", + "xpathRelative" : "efbc:DPSTerminationIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-120-Lot", + "parentNodeId" : "ND-AwardingTerms", + "name" : "No Negotiation Necessary", + "btId" : "BT-120", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cbc:NoFurtherNegotiationIndicator", + "xpathRelative" : "cbc:NoFurtherNegotiationIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "17", "18", "19", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-122-Lot", + "parentNodeId" : "ND-AuctionTerms", + "name" : "Electronic Auction Description", + "btId" : "BT-122", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AuctionTerms/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-123-Lot", + "parentNodeId" : "ND-AuctionTerms", + "name" : "Electronic Auction URL", + "btId" : "BT-123", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AuctionTerms/cbc:AuctionURI", + "xpathRelative" : "cbc:AuctionURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-124-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Tool Atypical URL", + "btId" : "BT-124", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cbc:AccessToolsURI", + "xpathRelative" : "cbc:AccessToolsURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-125(i)-Lot", + "parentNodeId" : "ND-LotPreviousPlanning", + "name" : "Previous Planning Identifier", + "btId" : "BT-125", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:NoticeDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "BT-1251-Lot", + "parentNodeId" : "ND-LotPreviousPlanning", + "name" : "Previous Planning Part Identifier", + "btId" : "BT-1251", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:NoticeDocumentReference/cbc:ReferencedDocumentInternalAddress", + "xpathRelative" : "cbc:ReferencedDocumentInternalAddress", + "type" : "text", + "legalType" : "IDENTIFIER", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1252-Procedure", + "parentNodeId" : "ND-DirectAward", + "name" : "Direct Award Justification Previous Procedure Identifier", + "btId" : "BT-1252", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text", + "legalType" : "IDENTIFIER", + "privacy" : { + "code" : "dir-awa-pre", + "unpublishedFieldId" : "BT-195(BT-1252)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-1252)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-1252)-Procedure", + "publicationDateFieldId" : "BT-198(BT-1252)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-127-notice", + "parentNodeId" : "ND-Root", + "name" : "Future Notice", + "btId" : "BT-127", + "xpathAbsolute" : "/*/cbc:PlannedDate", + "xpathRelative" : "cbc:PlannedDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "4", "6" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Root} ${(BT-127-notice > BT-05(a)-notice) or not(BT-127-notice is present) or not(BT-05(a)-notice is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00127-0100" + } ] + } + }, { + "id" : "BT-13(d)-Lot", + "parentNodeId" : "ND-LotInfoRequestPeriod", + "name" : "Additional Information Deadline", + "btId" : "BT-13", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AdditionalInformationRequestPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-13(t)-Lot", + "parentNodeId" : "ND-LotInfoRequestPeriod", + "name" : "Additional Information Deadline", + "btId" : "BT-13", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AdditionalInformationRequestPeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-130-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Dispatch Invitation Tender", + "btId" : "BT-130", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:InvitationSubmissionPeriod/cbc:StartDate", + "xpathRelative" : "cac:InvitationSubmissionPeriod/cbc:StartDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTenderingProcess} ${(BT-631-Lot < BT-130-Lot) or not(BT-631-Lot is present) or not(BT-130-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00130-0100" + } ] + } + }, { + "id" : "BT-131(d)-Lot", + "parentNodeId" : "ND-SubmissionDeadline", + "name" : "Deadline Receipt Tenders", + "btId" : "BT-131", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:TenderSubmissionDeadlinePeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "10", "11", "12", "13", "14", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "8" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingProcess} ${(BT-131(d)-Lot is present) and (BT-13(d)-Lot is present)}", + "value" : "{ND-LotTenderingProcess} ${BT-13(d)-Lot <= BT-131(d)-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00131-0150" + }, { + "condition" : "{ND-LotTenderingProcess} ${(BT-131(d)-Lot is present) and (BT-05(a)-notice is present)}", + "value" : "{ND-LotTenderingProcess} ${BT-131(d)-Lot > BT-05(a)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00131-0151" + } ] + } + }, { + "id" : "BT-131(t)-Lot", + "parentNodeId" : "ND-SubmissionDeadline", + "name" : "Deadline Receipt Tenders", + "btId" : "BT-131", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:TenderSubmissionDeadlinePeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "10", "11", "12", "13", "14", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "8" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-1311(d)-Lot", + "parentNodeId" : "ND-ParticipationRequestPeriod", + "name" : "Deadline Receipt Requests", + "btId" : "BT-1311", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ParticipationRequestReceptionPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "8", "10", "11", "12", "13", "14", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingProcess} ${(BT-766-Lot in ('dps-list', 'dps-nlist')) and (BT-537-Lot is present) and (BT-1311(d)-Lot is present) }", + "value" : "{ND-LotTenderingProcess} ${BT-1311(d)-Lot == BT-537-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01311-0150" + }, { + "condition" : "{ND-LotTenderingProcess} ${(BT-1311(d)-Lot is present) and (BT-130-Lot is present)}", + "value" : "{ND-LotTenderingProcess} ${(BT-1311(d)-Lot < BT-130-Lot)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01311-0152" + }, { + "condition" : "{ND-LotTenderingProcess} ${(BT-1311(d)-Lot is present) and (BT-13(d)-Lot is present)}", + "value" : "{ND-LotTenderingProcess} ${BT-13(d)-Lot <= BT-1311(d)-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01311-0153" + } ] + } + }, { + "id" : "BT-1311(t)-Lot", + "parentNodeId" : "ND-ParticipationRequestPeriod", + "name" : "Deadline Receipt Requests", + "btId" : "BT-1311", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ParticipationRequestReceptionPeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "8", "10", "11", "12", "13", "14", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-132(d)-Lot", + "parentNodeId" : "ND-PublicOpening", + "name" : "Public Opening Date", + "btId" : "BT-132", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cbc:OccurrenceDate", + "xpathRelative" : "cbc:OccurrenceDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-PublicOpening} ${(BT-132(d)-Lot is present) and (BT-1311(d)-Lot is present)}", + "value" : "{ND-PublicOpening} ${BT-132(d)-Lot > BT-1311(d)-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00132-0150" + }, { + "condition" : "{ND-PublicOpening} ${(BT-132(d)-Lot is present) and (BT-131(d)-Lot is present)}", + "value" : "{ND-PublicOpening} ${BT-132(d)-Lot >= BT-131(d)-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00132-0151" + } ] + } + }, { + "id" : "BT-132(t)-Lot", + "parentNodeId" : "ND-PublicOpening", + "name" : "Public Opening Date", + "btId" : "BT-132", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cbc:OccurrenceTime", + "xpathRelative" : "cbc:OccurrenceTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-133-Lot", + "parentNodeId" : "ND-PublicOpeningPlace", + "name" : "Public Opening Place", + "btId" : "BT-133", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cac:OccurenceLocation/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-134-Lot", + "parentNodeId" : "ND-PublicOpening", + "name" : "Public Opening Description", + "btId" : "BT-134", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-135-Procedure", + "parentNodeId" : "ND-DirectAward", + "name" : "Direct Award Justification Text", + "btId" : "BT-135", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/cbc:ProcessReason", + "xpathRelative" : "cbc:ProcessReason", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "dir-awa-tex", + "unpublishedFieldId" : "BT-195(BT-135)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-135)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-135)-Procedure", + "publicationDateFieldId" : "BT-198(BT-135)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1351-Procedure", + "parentNodeId" : "ND-AcceleratedProcedure", + "name" : "Procedure Accelerated Justification", + "btId" : "BT-1351", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/cbc:ProcessReason", + "xpathRelative" : "cbc:ProcessReason", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 4000, + "privacy" : { + "code" : "pro-acc-jus", + "unpublishedFieldId" : "BT-195(BT-1351)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-1351)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-1351)-Procedure", + "publicationDateFieldId" : "BT-198(BT-1351)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-136-Procedure", + "parentNodeId" : "ND-DirectAward", + "name" : "Direct Award Justification Code", + "btId" : "BT-136", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/cbc:ProcessReasonCode", + "xpathRelative" : "cbc:ProcessReasonCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "dir-awa-jus", + "unpublishedFieldId" : "BT-195(BT-136)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-136)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-136)-Procedure", + "publicationDateFieldId" : "BT-198(BT-136)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "direct-award-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-137-Lot", + "parentNodeId" : "ND-Lot", + "name" : "Purpose Lot Identifier", + "btId" : "BT-137", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "LOT", + "schemeName" : "Lot", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^LOT-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Lot} ${(OPP-070-notice in ('7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','E4') and (BT-747-Lot == 'sui-act') and (BT-747-Lot == 'ef-stand') and (BT-747-Lot == 'tp-abil')) or ((OPP-070-notice == 'E4') and not(BT-747-Lot == 'sui-act') and not(BT-747-Lot == 'ef-stand') and not(BT-747-Lot == 'tp-abil')) or (not(OPP-070-notice in ('7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','E4')))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00137-0200" + }, { + "value" : "{ND-Lot} ${BT-137-Lot is unique in /BT-137-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00137-0201" + }, { + "condition" : "{ND-Lot} ${(OPP-070-notice in ('E1','T01','7','8','9','10','11','CEI','12','13','14','15','16','17','18','19','E3','20','21','22','23','24','25','26','27','28')) and (count(/BT-137-Lot) > 1)}", + "value" : "{ND-Lot} ${BT-137-Lot != 'LOT-0000'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00137-0207" + }, { + "condition" : "{ND-Lot} ${(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','T02','33','34','35','36','37','38','39','40','E5')) and BT-13713-LotResult is present}", + "value" : "{ND-Lot} ${(BT-137-Lot in BT-13713-LotResult)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00137-0209" + } ] + } + }, { + "id" : "BT-13713-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Result Lot Identifier", + "btId" : "BT-13713", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:TenderLot/cbc:ID", + "xpathRelative" : "efac:TenderLot/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "LOT" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^LOT-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotResult} ${(BT-759-LotResult[BT-760-LotResult == 'tenders'] >= 0) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0100" + }, { + "value" : "{ND-LotResult} ${BT-759-LotResult[BT-760-LotResult == 'tenders'] >= (BT-759-LotResult[BT-760-LotResult == 't-verif-inad'] + BT-759-LotResult[BT-760-LotResult == 't-no-verif']) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present) or not(BT-759-LotResult[BT-760-LotResult == 't-verif-inad'] is present) or not(BT-759-LotResult[BT-760-LotResult == 't-no-verif'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0101" + }, { + "value" : "{ND-LotResult} ${BT-759-LotResult[BT-760-LotResult == 't-sme'] == (BT-759-LotResult[BT-760-LotResult == 't-med'] + BT-759-LotResult[BT-760-LotResult == 't-small'] + BT-759-LotResult[BT-760-LotResult == 't-micro']) or not(BT-759-LotResult[BT-760-LotResult == 't-sme'] is present) or not(BT-759-LotResult[BT-760-LotResult == 't-small'] is present) or not(BT-759-LotResult[BT-760-LotResult == 't-micro'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0102" + }, { + "value" : "{ND-LotResult} ${(BT-759-LotResult[BT-760-LotResult == 't-sme'] <= BT-759-LotResult[BT-760-LotResult == 'tenders']) or not(BT-759-LotResult[BT-760-LotResult == 't-sme'] is present) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0103" + }, { + "value" : "{ND-LotResult} ${(BT-759-LotResult[BT-760-LotResult == 't-oth-eea'] <= BT-759-LotResult[BT-760-LotResult == 'tenders']) or not(BT-759-LotResult[BT-760-LotResult == 't-oth-eea'] is present) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0104" + }, { + "value" : "{ND-LotResult} ${(BT-759-LotResult[BT-760-LotResult == 't-no-eea'] <= BT-759-LotResult[BT-760-LotResult == 'tenders']) or not(BT-759-LotResult[BT-760-LotResult == 't-no-eea'] is present) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0105" + }, { + "value" : "{ND-LotResult} ${every context:$highestBid in ND-LotResult[BT-711-LotResult is present], context:$lot in ND-Lot[BT-137-Lot in $highestBid::BT-13713-LotResult] satisfies (($highestBid::BT-711-LotResult <= (100 * $lot::BT-27-Lot)) and ($lot::BT-137-Lot == $highestBid::BT-13713-LotResult)) or not($lot::BT-137-Lot == $highestBid::BT-13713-LotResult) or not($lot::BT-27-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0106" + }, { + "value" : "{ND-LotResult} ${every context:$result in ND-LotResult[OPT-315-LotResult is present], context:$lot in ND-Lot[BT-137-Lot in $result::BT-13713-LotResult], context:$tender in ND-LotTender[(OPT-321-Tender in $result::OPT-320-LotResult) and (BT-720-Tender is present)] satisfies (($tender::BT-720-Tender <= (100 * $lot::BT-27-Lot)) and ($lot::BT-137-Lot == $result::BT-13713-LotResult) and ($tender::OPT-321-Tender == $result::OPT-320-LotResult)) or not($lot::BT-137-Lot == $tender::BT-13714-Tender) or not($tender::OPT-321-Tender == $result::OPT-320-LotResult) or not($lot::BT-27-Lot is present) or not ($tender::BT-720-Tender is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0108" + }, { + "value" : "{ND-LotResult} ${BT-13713-LotResult in /BT-137-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0110" + } ] + } + }, { + "id" : "BT-13714-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Lot Identifier", + "btId" : "BT-13714", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:TenderLot/cbc:ID", + "xpathRelative" : "efac:TenderLot/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "GLO", "LOT" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(LOT|GLO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTender} ${(BT-13714-Tender in /BT-137-Lot) or (BT-13714-Tender in /BT-137-LotsGroup)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13714-0100" + } ] + } + }, { + "id" : "BT-13716-notice", + "parentNodeId" : "ND-Change", + "name" : "Change Previous Section Identifier", + "btId" : "BT-13716", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change/efbc:ChangedSectionIdentifier", + "xpathRelative" : "efbc:ChangedSectionIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(PROCEDURE|BUYER|RESULT|((PAR|LOT|GLO|RES|ORG)-\\d{4}))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-1375-Procedure", + "parentNodeId" : "ND-GroupComposition", + "name" : "Group Lot Identifier", + "btId" : "BT-1375", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cac:LotsGroup/cac:ProcurementProjectLotReference/cbc:ID[@schemeName='Lot']", + "xpathRelative" : "cac:ProcurementProjectLotReference/cbc:ID[@schemeName='Lot']", + "type" : "id-ref", + "idSchemes" : [ "LOT" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^LOT-\\d{4}$", + "severity" : "ERROR" + }, + "inChangeNotice" : { + "value" : { + "canAdd" : false, + "canModify" : false, + "canRemove" : false + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-GroupComposition} ${BT-1375-Procedure == BT-137-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0100" + }, { + "value" : "{ND-GroupComposition} ${count(BT-1375-Procedure) > 1}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0101" + }, { + "condition" : "{ND-GroupComposition} ${BT-1375-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lot in BT-1375-Procedure satisfies ($lot in /BT-137-Lot)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0102" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-631-Lot[BT-137-Lot == $lotA], date:$interestB in BT-631-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0103" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-130-Lot[BT-137-Lot == $lotA], date:$interestB in BT-130-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0104" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-630(d)-Lot[BT-137-Lot == $lotA], date:$interestB in BT-630(d)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0105" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, time:$interestA in BT-630(t)-Lot[BT-137-Lot == $lotA], time:$interestB in BT-630(t)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0106" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-1311(d)-Lot[BT-137-Lot == $lotA], date:$interestB in BT-1311(d)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0107" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, time:$interestA in BT-1311(t)-Lot[BT-137-Lot == $lotA], time:$interestB in BT-1311(t)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0108" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-131(d)-Lot[BT-137-Lot == $lotA], date:$interestB in BT-131(d)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0109" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, time:$interestA in BT-131(t)-Lot[BT-137-Lot == $lotA], time:$interestB in BT-131(t)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0110" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-132(d)-Lot[BT-137-Lot == $lotA], date:$interestB in BT-132(d)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0111" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, time:$interestA in BT-132(t)-Lot[BT-137-Lot == $lotA], time:$interestB in BT-132(t)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0112" + } ] + } + }, { + "id" : "BT-14-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Documents Restricted", + "btId" : "BT-14", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:DocumentType", + "xpathRelative" : "cbc:DocumentType", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16", "17", "19", "23", "24", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "document-distribution", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-140-notice", + "parentNodeId" : "ND-ChangeReason", + "name" : "Change Reason Code", + "btId" : "BT-140", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:ChangeReason/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "codeList" : { + "value" : { + "id" : "change-corrig-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-141(a)-notice", + "parentNodeId" : "ND-Change", + "name" : "Change Description", + "btId" : "BT-141", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change/efbc:ChangeDescription", + "xpathRelative" : "efbc:ChangeDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-142-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Winner Chosen", + "btId" : "BT-142", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cbc:TenderResultCode", + "xpathRelative" : "cbc:TenderResultCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "win-cho", + "unpublishedFieldId" : "BT-195(BT-142)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-142)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-142)-LotResult", + "publicationDateFieldId" : "BT-198(BT-142)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "29", "30", "31", "32", "33", "34", "35", "36", "37", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "winner-selection-status", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-144-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Not Awarded Reason", + "btId" : "BT-144", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efbc:DecisionReasonCode", + "xpathRelative" : "efac:DecisionReason/efbc:DecisionReasonCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "no-awa-rea", + "unpublishedFieldId" : "BT-195(BT-144)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-144)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-144)-LotResult", + "publicationDateFieldId" : "BT-198(BT-144)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-award-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-145-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Conclusion Date", + "btId" : "BT-145", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:IssueDate", + "xpathRelative" : "cbc:IssueDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SettledContract} ${(BT-145-Contract is present) and (BT-05(a)-notice is present) and (OPP-070-notice in ('29','30','31','32','E4','T02','33','34','35','36','37','38','39','40','E5'))}", + "value" : "{ND-SettledContract} ${BT-145-Contract < BT-05(a)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00145-0100" + } ] + } + }, { + "id" : "BT-1451-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Winner Decision Date", + "btId" : "BT-1451", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:AwardDate", + "xpathRelative" : "cbc:AwardDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SettledContract} ${(BT-1451-Contract is present) and (BT-145-Contract is present)}", + "value" : "{ND-SettledContract} ${BT-1451-Contract < BT-145-Contract}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01451-0100" + }, { + "condition" : "{ND-SettledContract} ${(BT-1451-Contract is present) and (BT-05(a)-notice is present)}", + "value" : "{ND-SettledContract} ${BT-1451-Contract < BT-05(a)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01451-0101" + } ] + } + }, { + "id" : "BT-15-Lot", + "parentNodeId" : "ND-LotDocumentsReference", + "name" : "Documents URL", + "btId" : "BT-15", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[not(cbc:DocumentType/text()='restricted-document')]/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-150-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Identifier", + "btId" : "BT-150", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:ContractReference/cbc:ID", + "xpathRelative" : "efac:ContractReference/cbc:ID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{BT-150-Contract} ${BT-150-Contract is unique in /BT-150-Contract}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00150-0101" + } ] + } + }, { + "id" : "BT-1501(n)-Contract", + "parentNodeId" : "ND-ContractModification", + "name" : "Modification Previous Notice Identifier", + "btId" : "BT-1501", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efbc:ChangedNoticeIdentifier", + "xpathRelative" : "efbc:ChangedNoticeIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "BT-1501(s)-Contract", + "parentNodeId" : "ND-Modification", + "name" : "Modification Previous Notice Section Identifier", + "btId" : "BT-1501", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:Change/efbc:ChangedSectionIdentifier", + "xpathRelative" : "efbc:ChangedSectionIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ContractModification} ${count(BT-1501(s)-Contract[BT-1501(s)-Contract == OPT-316-Contract]) == 1}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01501-0106" + }, { + "value" : "{ND-ContractModification} ${BT-1501(s)-Contract[BT-1501(s)-Contract like '^CON-\\d{4}$'] is unique in /BT-1501(s)-Contract}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01501-0107" + } ] + } + }, { + "id" : "BT-151-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract URL", + "btId" : "BT-151", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:URI", + "xpathRelative" : "cbc:URI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-156-NoticeResult", + "parentNodeId" : "ND-NoticeResultGroupFA", + "name" : "Group Framework Maximum Value", + "btId" : "BT-156", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efbc:GroupFrameworkMaximumValueAmount", + "xpathRelative" : "efbc:GroupFrameworkMaximumValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "gro-max-val", + "unpublishedFieldId" : "BT-195(BT-156)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-156)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-156)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-156)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1561-NoticeResult", + "parentNodeId" : "ND-NoticeResultGroupFA", + "name" : "Group Framework Re-estimated Value", + "btId" : "BT-1561", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efbc:GroupFrameworkReestimatedValueAmount", + "xpathRelative" : "efbc:GroupFrameworkReestimatedValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "gro-ree-val", + "unpublishedFieldId" : "BT-195(BT-1561)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-1561)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-1561)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-1561)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-16-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation Part Name", + "btId" : "BT-16", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:Department", + "xpathRelative" : "cbc:Department", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-16-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Part Name", + "btId" : "BT-16", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:Department", + "xpathRelative" : "cbc:Department", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-160-Tender", + "parentNodeId" : "ND-ConcessionRevenue", + "name" : "Concession Revenue Buyer", + "btId" : "BT-160", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efbc:RevenueBuyerAmount", + "xpathRelative" : "efbc:RevenueBuyerAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "con-rev-buy", + "unpublishedFieldId" : "BT-195(BT-160)-Tender", + "reasonCodeFieldId" : "BT-197(BT-160)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-160)-Tender", + "publicationDateFieldId" : "BT-198(BT-160)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-161-NoticeResult", + "parentNodeId" : "ND-NoticeResult", + "name" : "Notice Value", + "btId" : "BT-161", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/cbc:TotalAmount", + "xpathRelative" : "cbc:TotalAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "not-val", + "unpublishedFieldId" : "BT-195(BT-161)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-161)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-161)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-161)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-162-Tender", + "parentNodeId" : "ND-ConcessionRevenue", + "name" : "Concession Revenue User", + "btId" : "BT-162", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efbc:RevenueUserAmount", + "xpathRelative" : "efbc:RevenueUserAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "con-rev-use", + "unpublishedFieldId" : "BT-195(BT-162)-Tender", + "reasonCodeFieldId" : "BT-197(BT-162)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-162)-Tender", + "publicationDateFieldId" : "BT-198(BT-162)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-163-Tender", + "parentNodeId" : "ND-ConcessionRevenue", + "name" : "Concession Value Description", + "btId" : "BT-163", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efbc:ValueDescription", + "xpathRelative" : "efbc:ValueDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "val-con-des", + "unpublishedFieldId" : "BT-195(BT-163)-Tender", + "reasonCodeFieldId" : "BT-197(BT-163)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-163)-Tender", + "publicationDateFieldId" : "BT-198(BT-163)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-165-Organization-Company", + "parentNodeId" : "ND-WinningParty", + "name" : "Winner Size", + "btId" : "BT-165", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company[(cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Tenderer/cbc:ID/text()) or (cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Subcontractor/cbc:ID/text())]/efbc:CompanySizeCode", + "xpathRelative" : "efbc:CompanySizeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "economic-operator-size", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-17-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "SubmissionElectronic", + "btId" : "BT-17", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cbc:SubmissionMethodCode[@listName='esubmission']", + "xpathRelative" : "cbc:SubmissionMethodCode[@listName='esubmission']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "15", "16", "17", "23", "24", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "esubmission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-171-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Rank", + "btId" : "BT-171", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/cbc:RankCode", + "xpathRelative" : "cbc:RankCode", + "type" : "integer", + "legalType" : "NUMBER", + "privacy" : { + "code" : "ten-ran", + "unpublishedFieldId" : "BT-195(BT-171)-Tender", + "reasonCodeFieldId" : "BT-197(BT-171)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-171)-Tender", + "publicationDateFieldId" : "BT-198(BT-171)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1711-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Ranked", + "btId" : "BT-1711", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efbc:TenderRankedIndicator", + "xpathRelative" : "efbc:TenderRankedIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "indicator", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-18-Lot", + "parentNodeId" : "ND-TenderRecipient", + "name" : "Submission URL", + "btId" : "BT-18", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderRecipientParty/cbc:EndpointID", + "xpathRelative" : "cbc:EndpointID", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-19-Lot", + "parentNodeId" : "ND-NonEsubmission", + "name" : "Submission Nonelectronic Justification", + "btId" : "BT-19", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ProcessJustification/cbc:ProcessReasonCode[@listName='no-esubmission-justification']", + "xpathRelative" : "cbc:ProcessReasonCode[@listName='no-esubmission-justification']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "no-esubmission-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-191-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Country Origin", + "btId" : "BT-191", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efbc:AreaCode", + "xpathRelative" : "efac:Origin/efbc:AreaCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "cou-ori", + "unpublishedFieldId" : "BT-195(BT-191)-Tender", + "reasonCodeFieldId" : "BT-197(BT-191)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-191)-Tender", + "publicationDateFieldId" : "BT-198(BT-191)-Tender" + }, + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-193-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Variant", + "btId" : "BT-193", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efbc:TenderVariantIndicator", + "xpathRelative" : "efbc:TenderVariantIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "privacy" : { + "code" : "win-ten-var", + "unpublishedFieldId" : "BT-195(BT-193)-Tender", + "reasonCodeFieldId" : "BT-197(BT-193)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-193)-Tender", + "publicationDateFieldId" : "BT-198(BT-193)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-195(BT-09)-Procedure", + "parentNodeId" : "ND-CrossBorderLawUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "cro-bor-law", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-105)-Procedure", + "parentNodeId" : "ND-ProcedureTypeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "pro-typ", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-106)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "pro-acc", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-1118)-NoticeResult", + "parentNodeId" : "ND-NoticeApproximateValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "not-app-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-118)-NoticeResult", + "parentNodeId" : "ND-NoticeMaximumValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "not-max-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-1252)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "dir-awa-pre", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-135)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationTextUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "dir-awa-tex", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-1351)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "pro-acc-jus", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-136)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "dir-awa-jus", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-142)-LotResult", + "parentNodeId" : "ND-WinnerChosenUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "win-cho", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-144)-LotResult", + "parentNodeId" : "ND-NotAwardedReasonUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "no-awa-rea", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-156)-NoticeResult", + "parentNodeId" : "ND-GroupMaximumValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "gro-max-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-1561)-NoticeResult", + "parentNodeId" : "ND-GroupReestimatedValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "gro-ree-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-160)-Tender", + "parentNodeId" : "ND-ConcessionRevenueBuyerUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "con-rev-buy", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-161)-NoticeResult", + "parentNodeId" : "ND-NoticeValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "not-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-162)-Tender", + "parentNodeId" : "ND-ConcessionRevenueUserUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "con-rev-use", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-163)-Tender", + "parentNodeId" : "ND-ValueConcessionDescriptionUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "val-con-des", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-171)-Tender", + "parentNodeId" : "ND-TenderRankUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "ten-ran", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-191)-Tender", + "parentNodeId" : "ND-CountryOriginUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "cou-ori", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-193)-Tender", + "parentNodeId" : "ND-WinningTenderVariantUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "win-ten-var", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-539)-Lot", + "parentNodeId" : "ND-LotAwardCriterionTypeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-typ", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-540)-Lot", + "parentNodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-des", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-541)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-num", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-5421)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-wei", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-5422)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-fix", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-5423)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-thr", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-543)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-com", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-553)-Tender", + "parentNodeId" : "ND-SubcontractingValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-554)-Tender", + "parentNodeId" : "ND-SubcontractingDescriptionUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-des", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-555)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-per", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-556)-NoticeResult", + "parentNodeId" : "ND-GroupMaximalValueIdentifierUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "gro-max-ide", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-635)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "buy-rev-cou", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-636)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "buy-rev-typ", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-709)-LotResult", + "parentNodeId" : "ND-MaximalValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "max-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-710)-LotResult", + "parentNodeId" : "ND-TenderValueLowestUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "ten-val-low", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-711)-LotResult", + "parentNodeId" : "ND-TenderValueHighestUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "ten-val-hig", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-712)-LotResult", + "parentNodeId" : "ND-RevewRequestsUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "rev-req", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-720)-Tender", + "parentNodeId" : "ND-WinningTenderValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "win-ten-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-730)-Tender", + "parentNodeId" : "ND-SubcontractingValueKnownUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-val-kno", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-731)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageKnownUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-per-kno", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-733)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-ord", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-734)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaNameUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-nam", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-759)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionCountUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "rec-sub-cou", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-760)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionTypeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "rec-sub-typ", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-773)-Tender", + "parentNodeId" : "ND-SubcontractingUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-con", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-88)-Procedure", + "parentNodeId" : "ND-ProcedureFeaturesUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "pro-fea", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-196(BT-09)-Procedure", + "parentNodeId" : "ND-CrossBorderLawUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-105)-Procedure", + "parentNodeId" : "ND-ProcedureTypeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-106)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-1118)-NoticeResult", + "parentNodeId" : "ND-NoticeApproximateValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-118)-NoticeResult", + "parentNodeId" : "ND-NoticeMaximumValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-1252)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-135)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationTextUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-1351)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-136)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-142)-LotResult", + "parentNodeId" : "ND-WinnerChosenUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-144)-LotResult", + "parentNodeId" : "ND-NotAwardedReasonUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-156)-NoticeResult", + "parentNodeId" : "ND-GroupMaximumValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-1561)-NoticeResult", + "parentNodeId" : "ND-GroupReestimatedValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-160)-Tender", + "parentNodeId" : "ND-ConcessionRevenueBuyerUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-161)-NoticeResult", + "parentNodeId" : "ND-NoticeValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-162)-Tender", + "parentNodeId" : "ND-ConcessionRevenueUserUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-163)-Tender", + "parentNodeId" : "ND-ValueConcessionDescriptionUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-171)-Tender", + "parentNodeId" : "ND-TenderRankUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-191)-Tender", + "parentNodeId" : "ND-CountryOriginUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-193)-Tender", + "parentNodeId" : "ND-WinningTenderVariantUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-539)-Lot", + "parentNodeId" : "ND-LotAwardCriterionTypeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-540)-Lot", + "parentNodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-541)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-5421)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-5422)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-5423)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-543)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-553)-Tender", + "parentNodeId" : "ND-SubcontractingValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-554)-Tender", + "parentNodeId" : "ND-SubcontractingDescriptionUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-555)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-556)-NoticeResult", + "parentNodeId" : "ND-GroupMaximalValueIdentifierUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-635)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-636)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-709)-LotResult", + "parentNodeId" : "ND-MaximalValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-710)-LotResult", + "parentNodeId" : "ND-TenderValueLowestUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-711)-LotResult", + "parentNodeId" : "ND-TenderValueHighestUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-712)-LotResult", + "parentNodeId" : "ND-RevewRequestsUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-720)-Tender", + "parentNodeId" : "ND-WinningTenderValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-730)-Tender", + "parentNodeId" : "ND-SubcontractingValueKnownUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-731)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageKnownUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-733)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-734)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaNameUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-759)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionCountUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-760)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionTypeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-773)-Tender", + "parentNodeId" : "ND-SubcontractingUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-88)-Procedure", + "parentNodeId" : "ND-ProcedureFeaturesUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-197(BT-09)-Procedure", + "parentNodeId" : "ND-CrossBorderLawUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-105)-Procedure", + "parentNodeId" : "ND-ProcedureTypeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-106)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-1118)-NoticeResult", + "parentNodeId" : "ND-NoticeApproximateValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-118)-NoticeResult", + "parentNodeId" : "ND-NoticeMaximumValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-1252)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-135)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationTextUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-1351)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-136)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-142)-LotResult", + "parentNodeId" : "ND-WinnerChosenUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-144)-LotResult", + "parentNodeId" : "ND-NotAwardedReasonUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-156)-NoticeResult", + "parentNodeId" : "ND-GroupMaximumValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-1561)-NoticeResult", + "parentNodeId" : "ND-GroupReestimatedValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-160)-Tender", + "parentNodeId" : "ND-ConcessionRevenueBuyerUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-161)-NoticeResult", + "parentNodeId" : "ND-NoticeValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-162)-Tender", + "parentNodeId" : "ND-ConcessionRevenueUserUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-163)-Tender", + "parentNodeId" : "ND-ValueConcessionDescriptionUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-171)-Tender", + "parentNodeId" : "ND-TenderRankUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-191)-Tender", + "parentNodeId" : "ND-CountryOriginUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-193)-Tender", + "parentNodeId" : "ND-WinningTenderVariantUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-539)-Lot", + "parentNodeId" : "ND-LotAwardCriterionTypeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-540)-Lot", + "parentNodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-541)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-5421)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-5422)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-5423)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-543)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-553)-Tender", + "parentNodeId" : "ND-SubcontractingValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-554)-Tender", + "parentNodeId" : "ND-SubcontractingDescriptionUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-555)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-556)-NoticeResult", + "parentNodeId" : "ND-GroupMaximalValueIdentifierUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-635)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-636)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-709)-LotResult", + "parentNodeId" : "ND-MaximalValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-710)-LotResult", + "parentNodeId" : "ND-TenderValueLowestUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-711)-LotResult", + "parentNodeId" : "ND-TenderValueHighestUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-712)-LotResult", + "parentNodeId" : "ND-RevewRequestsUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-720)-Tender", + "parentNodeId" : "ND-WinningTenderValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-730)-Tender", + "parentNodeId" : "ND-SubcontractingValueKnownUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-731)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageKnownUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-733)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-734)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaNameUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-759)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionCountUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-760)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionTypeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-773)-Tender", + "parentNodeId" : "ND-SubcontractingUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-88)-Procedure", + "parentNodeId" : "ND-ProcedureFeaturesUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-198(BT-09)-Procedure", + "parentNodeId" : "ND-CrossBorderLawUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-CrossBorderLawUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-09)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-09)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4000" + } ] + } + }, { + "id" : "BT-198(BT-105)-Procedure", + "parentNodeId" : "ND-ProcedureTypeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureTypeUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-105)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-105)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4001" + } ] + } + }, { + "id" : "BT-198(BT-106)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureAcceleratedUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-106)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-106)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4002" + } ] + } + }, { + "id" : "BT-198(BT-1118)-NoticeResult", + "parentNodeId" : "ND-NoticeApproximateValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NoticeApproximateValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-1118)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-1118)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4292" + } ] + } + }, { + "id" : "BT-198(BT-118)-NoticeResult", + "parentNodeId" : "ND-NoticeMaximumValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NoticeMaximumValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-118)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-118)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4003" + } ] + } + }, { + "id" : "BT-198(BT-1252)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-DirectAwardJustificationPreviousUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-1252)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-1252)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4004" + } ] + } + }, { + "id" : "BT-198(BT-135)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationTextUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-DirectAwardJustificationTextUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-135)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-135)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4005" + } ] + } + }, { + "id" : "BT-198(BT-1351)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureAcceleratedJustificationUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-1351)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-1351)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4006" + } ] + } + }, { + "id" : "BT-198(BT-136)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-DirectAwardJustificationCodeUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-136)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-136)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4007" + } ] + } + }, { + "id" : "BT-198(BT-142)-LotResult", + "parentNodeId" : "ND-WinnerChosenUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-WinnerChosenUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-142)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-142)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4008" + } ] + } + }, { + "id" : "BT-198(BT-144)-LotResult", + "parentNodeId" : "ND-NotAwardedReasonUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NotAwardedReasonUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-144)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-144)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4009" + } ] + } + }, { + "id" : "BT-198(BT-156)-NoticeResult", + "parentNodeId" : "ND-GroupMaximumValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-GroupMaximumValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-156)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-156)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4010" + } ] + } + }, { + "id" : "BT-198(BT-1561)-NoticeResult", + "parentNodeId" : "ND-GroupReestimatedValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-GroupReestimatedValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-1561)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-1561)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4356" + } ] + } + }, { + "id" : "BT-198(BT-160)-Tender", + "parentNodeId" : "ND-ConcessionRevenueBuyerUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ConcessionRevenueBuyerUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-160)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-160)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4011" + } ] + } + }, { + "id" : "BT-198(BT-161)-NoticeResult", + "parentNodeId" : "ND-NoticeValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NoticeValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-161)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-161)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4012" + } ] + } + }, { + "id" : "BT-198(BT-162)-Tender", + "parentNodeId" : "ND-ConcessionRevenueUserUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ConcessionRevenueUserUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-162)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-162)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4013" + } ] + } + }, { + "id" : "BT-198(BT-163)-Tender", + "parentNodeId" : "ND-ValueConcessionDescriptionUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ValueConcessionDescriptionUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-163)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-163)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4014" + } ] + } + }, { + "id" : "BT-198(BT-171)-Tender", + "parentNodeId" : "ND-TenderRankUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-TenderRankUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-171)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-171)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4015" + } ] + } + }, { + "id" : "BT-198(BT-191)-Tender", + "parentNodeId" : "ND-CountryOriginUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-CountryOriginUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-191)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-191)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4016" + } ] + } + }, { + "id" : "BT-198(BT-193)-Tender", + "parentNodeId" : "ND-WinningTenderVariantUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-WinningTenderVariantUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-193)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-193)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4017" + } ] + } + }, { + "id" : "BT-198(BT-539)-Lot", + "parentNodeId" : "ND-LotAwardCriterionTypeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionTypeUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-539)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-539)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4018" + } ] + } + }, { + "id" : "BT-198(BT-540)-Lot", + "parentNodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionDescriptionUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-540)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-540)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4020" + } ] + } + }, { + "id" : "BT-198(BT-541)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-541)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-541)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4022" + } ] + } + }, { + "id" : "BT-198(BT-5421)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberWeightUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-5421)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-5421)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4024" + } ] + } + }, { + "id" : "BT-198(BT-5422)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberFixUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-5422)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-5422)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4026" + } ] + } + }, { + "id" : "BT-198(BT-5423)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberThresholdUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-5423)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-5423)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4028" + } ] + } + }, { + "id" : "BT-198(BT-543)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberComplicatedUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-543)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-543)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4030" + } ] + } + }, { + "id" : "BT-198(BT-553)-Tender", + "parentNodeId" : "ND-SubcontractingValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-553)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-553)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4032" + } ] + } + }, { + "id" : "BT-198(BT-554)-Tender", + "parentNodeId" : "ND-SubcontractingDescriptionUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingDescriptionUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-554)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-554)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4033" + } ] + } + }, { + "id" : "BT-198(BT-555)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingPercentageUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-555)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-555)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4034" + } ] + } + }, { + "id" : "BT-198(BT-556)-NoticeResult", + "parentNodeId" : "ND-GroupMaximalValueIdentifierUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-GroupMaximalValueIdentifierUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-556)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-556)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4035" + } ] + } + }, { + "id" : "BT-198(BT-635)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-198(BT-636)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-198(BT-709)-LotResult", + "parentNodeId" : "ND-MaximalValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-MaximalValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-709)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-709)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4036" + } ] + } + }, { + "id" : "BT-198(BT-710)-LotResult", + "parentNodeId" : "ND-TenderValueLowestUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-TenderValueLowestUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-710)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-710)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4037" + } ] + } + }, { + "id" : "BT-198(BT-711)-LotResult", + "parentNodeId" : "ND-TenderValueHighestUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-TenderValueHighestUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-711)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-711)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4038" + } ] + } + }, { + "id" : "BT-198(BT-712)-LotResult", + "parentNodeId" : "ND-RevewRequestsUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-RevewRequestsUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-712)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-712)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4039" + } ] + } + }, { + "id" : "BT-198(BT-720)-Tender", + "parentNodeId" : "ND-WinningTenderValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-WinningTenderValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-720)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-720)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4040" + } ] + } + }, { + "id" : "BT-198(BT-730)-Tender", + "parentNodeId" : "ND-SubcontractingValueKnownUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingValueKnownUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-730)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-730)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4041" + } ] + } + }, { + "id" : "BT-198(BT-731)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageKnownUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingPercentageKnownUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-731)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-731)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4042" + } ] + } + }, { + "id" : "BT-198(BT-733)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriteriaOrderJustificationUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-733)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-733)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4043" + } ] + } + }, { + "id" : "BT-198(BT-734)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaNameUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriteriaNameUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-734)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-734)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4045" + } ] + } + }, { + "id" : "BT-198(BT-759)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionCountUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ReceivedSubmissionCountUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-759)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-759)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4047" + } ] + } + }, { + "id" : "BT-198(BT-760)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionTypeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ReceivedSubmissionTypeUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-760)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-760)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4048" + } ] + } + }, { + "id" : "BT-198(BT-773)-Tender", + "parentNodeId" : "ND-SubcontractingUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-773)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-773)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4049" + } ] + } + }, { + "id" : "BT-198(BT-88)-Procedure", + "parentNodeId" : "ND-ProcedureFeaturesUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureFeaturesUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-88)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-88)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4050" + } ] + } + }, { + "id" : "BT-200-Contract", + "parentNodeId" : "ND-ModificationReason", + "name" : "Modification Reason Code", + "btId" : "BT-200", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:ChangeReason/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "modification-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-201-Contract", + "parentNodeId" : "ND-ModificationReason", + "name" : "Modification Reason Description", + "btId" : "BT-201", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:ChangeReason/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-202-Contract", + "parentNodeId" : "ND-Modification", + "name" : "Modification Description", + "btId" : "BT-202", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:Change/efbc:ChangeDescription", + "xpathRelative" : "efbc:ChangeDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-21-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Title", + "btId" : "BT-21", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-21-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Title", + "btId" : "BT-21", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-22-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Internal Identifier", + "btId" : "BT-22", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-22-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Internal Identifier", + "btId" : "BT-22", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-23-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Main Nature", + "btId" : "BT-23", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:ProcurementTypeCode[@listName='contract-nature']", + "xpathRelative" : "cbc:ProcurementTypeCode[@listName='contract-nature']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-contract-nature", + "type" : "flat", + "parentId" : "contract-nature" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotProcurementScope} ${(OPP-070-notice in ('14','19','28','32','35','40')) and (BT-23-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${BT-23-Lot != 'supplies'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00023-0200" + }, { + "condition" : "{ND-LotProcurementScope} ${(BT-23-Lot is present) and (BT-531-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${not(BT-23-Lot in BT-531-Lot)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00023-0203" + } ] + } + }, { + "id" : "BT-23-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Main Nature", + "btId" : "BT-23", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:ProcurementTypeCode", + "xpathRelative" : "cbc:ProcurementTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-contract-nature", + "type" : "flat", + "parentId" : "contract-nature" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ProcedureProcurementScope} ${(OPP-070-notice in ('14','19','28','32','35','40')) and (BT-23-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${BT-23-Procedure != 'supplies'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00023-0201" + }, { + "condition" : "{ND-ProcedureProcurementScope} ${(BT-23-Procedure is present) and (BT-531-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${BT-23-Procedure not in BT-531-Procedure}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00023-0202" + } ] + } + }, { + "id" : "BT-24-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Description", + "btId" : "BT-24", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-24-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Description", + "btId" : "BT-24", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-25-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Quantity", + "btId" : "BT-25", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:EstimatedOverallContractQuantity", + "xpathRelative" : "cbc:EstimatedOverallContractQuantity", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-26(a)-Lot", + "parentNodeId" : "ND-LotAdditionalClassification", + "name" : "Classification Type (e.g. CPV)", + "btId" : "BT-26", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:AdditionalCommodityClassification/cbc:ItemClassificationCode/@listName", + "xpathRelative" : "cbc:ItemClassificationCode/@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "classification-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-26(a)-Procedure", + "parentNodeId" : "ND-ProcedureAdditionalCommodityClassification", + "name" : "Classification Type (e.g. CPV)", + "btId" : "BT-26", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:AdditionalCommodityClassification/cbc:ItemClassificationCode/@listName", + "xpathRelative" : "cbc:ItemClassificationCode/@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "classification-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-26(m)-Lot", + "parentNodeId" : "ND-LotMainClassificationCode", + "name" : "Classification Type (e.g. CPV)", + "btId" : "BT-26", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode/@listName", + "xpathRelative" : "@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "classification-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-26(m)-Procedure", + "parentNodeId" : "ND-ProcedureMainClassificationCode", + "name" : "Classification Type (e.g. CPV)", + "btId" : "BT-26", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode/@listName", + "xpathRelative" : "@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "classification-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-262-Lot", + "parentNodeId" : "ND-LotMainClassification", + "name" : "Main Classification Code", + "btId" : "BT-262", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cpv", + "type" : "hierarchical" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotProcurementScope} ${(BT-71-Lot == 'res-pub-ser') and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${BT-262-Lot in ('75121000', '75122000', '75123000', '79622000', '79624000', '79625000', '80110000', '80300000', '80420000', '80430000', '80511000', '80520000', '80590000', '85000000', '85100000', '85110000', '85111000', '85111100', '85111200', '85111300', '85111310', '85111320', '85111400', '85111500', '85111600', '85111700', '85111800', '85111810', '85111820', '85111900', '85112000', '85112100', '85112200', '85120000', '85121000', '85121100', '85121200', '85121210', '85121220', '85121230', '85121231', '85121232', '85121240', '85121250', '85121251', '85121252', '85121270', '85121271', '85121280', '85121281', '85121282', '85121283', '85121290', '85121291', '85121292', '85121300', '85130000', '85131000', '85131100', '85131110', '85140000', '85141000', '85141100', '85141200', '85141210', '85141211', '85141220', '85142000', '85142100', '85142200', '85142300', '85142400', '85143000', '85144000', '85144100', '85145000', '85146000', '85146100', '85146200', '85147000', '85148000', '85149000', '85150000', '85160000', '85170000', '85171000', '85172000', '85200000', '85210000', '85300000', '85310000', '85311000', '85311100', '85311200', '85311300', '85312000', '85312100', '85312110', '85312120', '85312200', '85312300', '85312310', '85312320', '85312330', '85312400', '85312500', '85312510', '85320000', '85321000', '85322000', '85323000', '92500000', '92600000', '98133000', '98133110')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0200" + }, { + "condition" : "{ND-LotProcurementScope} ${(BT-23-Lot == 'supplies') and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${starts-with(BT-262-Lot,'0') or starts-with(BT-262-Lot,'1') or starts-with(BT-262-Lot,'2') or starts-with(BT-262-Lot,'3') or starts-with(BT-262-Lot,'40') or starts-with(BT-262-Lot,'41') or starts-with(BT-262-Lot,'42') or starts-with(BT-262-Lot,'43') or starts-with(BT-262-Lot,'44') or starts-with(BT-262-Lot,'48')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0203" + }, { + "condition" : "{ND-LotProcurementScope} ${(BT-23-Lot == 'works') and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${starts-with(BT-262-Lot,'45')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0206" + }, { + "condition" : "{ND-LotProcurementScope} ${(BT-23-Lot == 'services') and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${starts-with(BT-262-Lot,'49') or starts-with(BT-262-Lot,'5') or starts-with(BT-262-Lot,'6') or starts-with(BT-262-Lot,'7') or starts-with(BT-262-Lot,'8') or starts-with(BT-262-Lot,'9')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0209" + }, { + "condition" : "{ND-LotProcurementScope} ${(OPP-070-notice in ('1','4','7','8','9','10','12','16','17','18','19','20','23','25','29','33','36','38')) and (BT-11-Procedure-Buyer in ('org-sub', 'org-sub-cga', 'org-sub-ra', 'org-sub-la')) and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${starts-with(BT-262-Lot,'45')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0212" + } ] + } + }, { + "id" : "BT-262-Procedure", + "parentNodeId" : "ND-ProcedureMainClassification", + "name" : "Main Classification Code", + "btId" : "BT-262", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cpv", + "type" : "hierarchical" + }, + "severity" : "ERROR" + }, + "inChangeNotice" : { + "value" : { + "canAdd" : true, + "canModify" : true, + "canRemove" : true + }, + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ProcedureMainClassification} ${notice(BT-758-notice)/OPP-070-notice in ('10','11','CEI','12','13','14','15','16','17','18','19','E3','20','21','22','23','24','25','26','27','28','29','30','31','32','E4','T02','33','34','35','36','37','38','39','40','E5') and (notice(BT-758-notice)/BT-262-Procedure is present)}", + "value" : { + "canModify" : false + }, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ProcedureProcurementScope} ${(BT-23-Procedure == 'supplies') and (BT-262-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${starts-with(BT-262-Procedure,'0') or starts-with(BT-262-Procedure,'1') or starts-with(BT-262-Procedure,'2') or starts-with(BT-262-Procedure,'3') or starts-with(BT-262-Procedure,'40') or starts-with(BT-262-Procedure,'41') or starts-with(BT-262-Procedure,'42') or starts-with(BT-262-Procedure,'43') or starts-with(BT-262-Procedure,'44') or starts-with(BT-262-Procedure,'48')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0202" + }, { + "condition" : "{ND-ProcedureProcurementScope} ${(BT-23-Procedure == 'works') and (BT-262-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${starts-with(BT-262-Procedure,'45')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0205" + }, { + "condition" : "{ND-ProcedureProcurementScope} ${(BT-23-Procedure == 'services') and (BT-262-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${starts-with(BT-262-Procedure,'49') or starts-with(BT-262-Procedure,'5') or starts-with(BT-262-Procedure,'6') or starts-with(BT-262-Procedure,'7') or starts-with(BT-262-Procedure,'8') or starts-with(BT-262-Procedure,'9')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0208" + }, { + "condition" : "{ND-ProcedureProcurementScope} ${(OPP-070-notice in ('1','4','7','8','9','10','12','16','17','18','19','20','23','25','29','33','36','38')) and (BT-11-Procedure-Buyer in ('org-sub', 'org-sub-cga', 'org-sub-ra', 'org-sub-la')) and (BT-262-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${starts-with(BT-262-Procedure,'45')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0211" + } ] + } + }, { + "id" : "BT-263-Lot", + "parentNodeId" : "ND-LotAdditionalClassification", + "name" : "Additional Classification Code", + "btId" : "BT-263", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:AdditionalCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cpv", + "type" : "hierarchical" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-263-Procedure", + "parentNodeId" : "ND-ProcedureAdditionalCommodityClassification", + "name" : "Additional Classification Code", + "btId" : "BT-263", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:AdditionalCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cpv", + "type" : "hierarchical" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-27-Lot", + "parentNodeId" : "ND-LotValueEstimate", + "name" : "Estimated Value", + "btId" : "BT-27", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RequestedTenderTotal/cbc:EstimatedOverallContractAmount", + "xpathRelative" : "cbc:EstimatedOverallContractAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-27-Procedure", + "parentNodeId" : "ND-ProcedureValueEstimate", + "name" : "Estimated Value", + "btId" : "BT-27", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal/cbc:EstimatedOverallContractAmount", + "xpathRelative" : "cbc:EstimatedOverallContractAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "15", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-271-Lot", + "parentNodeId" : "ND-LotValueEstimateExtension", + "name" : "Framework Maximum Value", + "btId" : "BT-271", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RequestedTenderTotal/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:FrameworkMaximumAmount", + "xpathRelative" : "efbc:FrameworkMaximumAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "25", "26", "27", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-271-Procedure", + "parentNodeId" : "ND-ProcedureValueEstimateExtension", + "name" : "Framework Maximum Value", + "btId" : "BT-271", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:FrameworkMaximumAmount", + "xpathRelative" : "efbc:FrameworkMaximumAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "14", "15", "19", "23", "24", "25", "26", "27", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-300-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Additional Information", + "btId" : "BT-300", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:Note", + "xpathRelative" : "cbc:Note", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 10000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-300-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Additional Information", + "btId" : "BT-300", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:Note", + "xpathRelative" : "cbc:Note", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 10000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-31-Procedure", + "parentNodeId" : "ND-LotDistribution", + "name" : "Lots Max Allowed", + "btId" : "BT-31", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cbc:MaximumLotsSubmittedNumeric", + "xpathRelative" : "cbc:MaximumLotsSubmittedNumeric", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotDistribution} ${BT-31-Procedure is present}", + "value" : "{ND-LotDistribution} ${BT-31-Procedure <= count(BT-137-Lot)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00031-0100" + } ] + } + }, { + "id" : "BT-3201-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Identifier", + "btId" : "BT-3201", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:TenderReference/cbc:ID", + "xpathRelative" : "efac:TenderReference/cbc:ID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-3202-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Tender ID (Reference)", + "btId" : "BT-3202", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:LotTender/cbc:ID", + "xpathRelative" : "efac:LotTender/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "TEN" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TEN-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SettledContract} ${BT-3202-Contract is present}", + "value" : "{ND-SettledContract} ${every text:$tender in BT-3202-Contract satisfies ($tender in /OPT-321-Tender)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-03202-0100" + } ] + } + }, { + "id" : "BT-33-Procedure", + "parentNodeId" : "ND-LotDistribution", + "name" : "Lots Max Awarded", + "btId" : "BT-33", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cbc:MaximumLotsAwardedNumeric", + "xpathRelative" : "cbc:MaximumLotsAwardedNumeric", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotDistribution} ${(BT-33-Procedure is present) and (BT-31-Procedure is present)}", + "value" : "{ND-LotDistribution} ${BT-33-Procedure <= BT-31-Procedure}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00033-0100" + } ] + } + }, { + "id" : "BT-330-Procedure", + "parentNodeId" : "ND-GroupComposition", + "name" : "Group Identifier", + "btId" : "BT-330", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cac:LotsGroup/cbc:LotsGroupID", + "xpathRelative" : "cbc:LotsGroupID", + "type" : "id-ref", + "idSchemes" : [ "GLO" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^GLO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotDistribution} ${BT-330-Procedure is present}", + "value" : "{ND-LotDistribution} ${every text:$group in BT-330-Procedure satisfies ($group in /BT-137-LotsGroup)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00330-0100" + } ] + } + }, { + "id" : "BT-36-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration Period", + "btId" : "BT-36", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:DurationMeasure", + "xpathRelative" : "cbc:DurationMeasure", + "type" : "measure", + "legalType" : "DURATION", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotDuration} ${(BT-71-Lot == 'res-pub-ser') and (BT-36-Lot is present)}", + "value" : "{ND-LotDuration} ${(BT-36-Lot > P0D) and (BT-36-Lot <= P3Y)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00036-0150" + } ] + } + }, { + "id" : "BT-40-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Second Stage Invite", + "btId" : "BT-40", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efbc:SecondStageIndicator", + "xpathRelative" : "efbc:SecondStageIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-41-Lot", + "parentNodeId" : "ND-AwardingTerms", + "name" : "Following Contract", + "btId" : "BT-41", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cbc:FollowupContractIndicator", + "xpathRelative" : "cbc:FollowupContractIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "23", "24" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-42-Lot", + "parentNodeId" : "ND-AwardingTerms", + "name" : "Jury Decision Binding", + "btId" : "BT-42", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cbc:BindingOnBuyerIndicator", + "xpathRelative" : "cbc:BindingOnBuyerIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "23", "24" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-44-Lot", + "parentNodeId" : "ND-Prize", + "name" : "Prize Rank", + "btId" : "BT-44", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:Prize/cbc:RankCode", + "xpathRelative" : "cbc:RankCode", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-45-Lot", + "parentNodeId" : "ND-Prize", + "name" : "Rewards Other", + "btId" : "BT-45", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:Prize/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-46-Lot", + "parentNodeId" : "ND-AwardingTerms", + "name" : "Jury Member Name", + "btId" : "BT-46", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:TechnicalCommitteePerson/cbc:FamilyName", + "xpathRelative" : "cac:TechnicalCommitteePerson/cbc:FamilyName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-47-Lot", + "parentNodeId" : "ND-Participants", + "name" : "Participant Name", + "btId" : "BT-47", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EconomicOperatorShortList/cac:PreSelectedParty/cac:PartyName/cbc:Name", + "xpathRelative" : "cac:PreSelectedParty/cac:PartyName/cbc:Name", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-50-Lot", + "parentNodeId" : "ND-SecondStage", + "name" : "Minimum Candidates", + "btId" : "BT-50", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:EconomicOperatorShortList/cbc:MinimumQuantity", + "xpathRelative" : "cbc:MinimumQuantity", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SecondStage} ${(BT-50-Lot <= BT-51-Lot) or not(BT-51-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0100" + }, { + "value" : "{ND-SecondStage} ${((OPP-070-notice == '16') and (BT-105-Procedure == 'restricted') and (BT-50-Lot > 4)) or not(OPP-070-notice == '16') or not(BT-105-Procedure == 'restricted')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0101" + }, { + "value" : "{ND-SecondStage} ${((OPP-070-notice == '16') and (BT-105-Procedure == 'neg-w-call') and (BT-50-Lot > 2)) or not(OPP-070-notice == '16') or not(BT-105-Procedure == 'neg-w-call')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0102" + }, { + "value" : "{ND-SecondStage} ${((OPP-070-notice == '16') and (BT-105-Procedure == 'comp-dial') and (BT-50-Lot > 2)) or not(OPP-070-notice == '16') or not(BT-105-Procedure == 'comp-dial')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0103" + }, { + "value" : "{ND-SecondStage} ${((OPP-070-notice == '16') and (BT-105-Procedure == 'innovation') and (BT-50-Lot > 2)) or not(OPP-070-notice == '16') or not(BT-105-Procedure == 'innovation')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0104" + } ] + } + }, { + "id" : "BT-500-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation Name", + "btId" : "BT-500", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PartyName/cbc:Name", + "xpathRelative" : "cac:PartyName/cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-500-Organization-TouchPoint", + "parentNodeId" : "ND-Touchpoint", + "name" : "Name", + "btId" : "BT-500", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PartyName/cbc:Name", + "xpathRelative" : "cac:PartyName/cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-500-UBO", + "parentNodeId" : "ND-UBO", + "name" : "UBO Name", + "btId" : "BT-500", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cbc:FamilyName", + "xpathRelative" : "cbc:FamilyName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-501-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation Identifier", + "btId" : "BT-501", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PartyLegalEntity/cbc:CompanyID", + "xpathRelative" : "cac:PartyLegalEntity/cbc:CompanyID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "4", "5", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "23", "24", "29", "30", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5010-Lot", + "parentNodeId" : "ND-Funding", + "name" : "EU Funds Financing Identifier", + "btId" : "BT-5010", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Funding/efbc:FinancingIdentifier", + "xpathRelative" : "efbc:FinancingIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5011-Contract", + "parentNodeId" : "ND-ContractEUFunds", + "name" : "Contract EU Funds Financing Identifier", + "btId" : "BT-5011", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:Funding/efbc:FinancingIdentifier", + "xpathRelative" : "efbc:FinancingIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-502-Organization-Company", + "parentNodeId" : "ND-CompanyContact", + "name" : "Organisation Contact Point", + "btId" : "BT-502", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-502-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointContact", + "name" : "Contact Point", + "btId" : "BT-502", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-503-Organization-Company", + "parentNodeId" : "ND-CompanyContact", + "name" : "Organisation Contact Telephone Number", + "btId" : "BT-503", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact/cbc:Telephone", + "xpathRelative" : "cbc:Telephone", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-503-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointContact", + "name" : "Contact Telephone Number", + "btId" : "BT-503", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact/cbc:Telephone", + "xpathRelative" : "cbc:Telephone", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-503-UBO", + "parentNodeId" : "ND-UBOContact", + "name" : "UBO Telephone Number", + "btId" : "BT-503", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:Contact/cbc:Telephone", + "xpathRelative" : "cbc:Telephone", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-505-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation Internet Address", + "btId" : "BT-505", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cbc:WebsiteURI", + "xpathRelative" : "cbc:WebsiteURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-505-Organization-TouchPoint", + "parentNodeId" : "ND-Touchpoint", + "name" : "Internet Address", + "btId" : "BT-505", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cbc:WebsiteURI", + "xpathRelative" : "cbc:WebsiteURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-506-Organization-Company", + "parentNodeId" : "ND-CompanyContact", + "name" : "Organisation Contact Email Address", + "btId" : "BT-506", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact/cbc:ElectronicMail", + "xpathRelative" : "cbc:ElectronicMail", + "type" : "email", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-zA-Z0-9][a-zA-Z0-9._%+-]*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,63}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-506-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointContact", + "name" : "Contact Email Address", + "btId" : "BT-506", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact/cbc:ElectronicMail", + "xpathRelative" : "cbc:ElectronicMail", + "type" : "email", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-zA-Z0-9][a-zA-Z0-9._%+-]*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,63}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-506-UBO", + "parentNodeId" : "ND-UBOContact", + "name" : "UBO Email Address", + "btId" : "BT-506", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:Contact/cbc:ElectronicMail", + "xpathRelative" : "cbc:ElectronicMail", + "type" : "email", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-zA-Z0-9][a-zA-Z0-9._%+-]*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,63}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-507-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation Country Subdivision", + "btId" : "BT-507", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-507-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Country Subdivision", + "btId" : "BT-507", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-507-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Country Subdivision", + "btId" : "BT-507", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5071-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Country Subdivision", + "btId" : "BT-5071", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5071-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Country Subdivision", + "btId" : "BT-5071", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-508-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Buyer Profile URL", + "btId" : "BT-508", + "xpathAbsolute" : "/*/cac:ContractingParty/cbc:BuyerProfileURI", + "xpathRelative" : "cbc:BuyerProfileURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-509-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation eDelivery Gateway", + "btId" : "BT-509", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cbc:EndpointID", + "xpathRelative" : "cbc:EndpointID", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-509-Organization-TouchPoint", + "parentNodeId" : "ND-Touchpoint", + "name" : "eDelivery Gateway", + "btId" : "BT-509", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cbc:EndpointID", + "xpathRelative" : "cbc:EndpointID", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-51-Lot", + "parentNodeId" : "ND-SecondStage", + "name" : "Maximum Candidates Number", + "btId" : "BT-51", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:EconomicOperatorShortList/cbc:MaximumQuantity", + "xpathRelative" : "cbc:MaximumQuantity", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SecondStage} ${(BT-40-Lot == TRUE) or not(BT-51-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00051-0100" + } ] + } + }, { + "id" : "BT-510(a)-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Street", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(a)-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Street", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(a)-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Street", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(b)-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Streetline 1", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(b)-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Streetline 1", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(b)-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Streetline 1", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(c)-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Streetline 2", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(c)-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Streetline 2", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(c)-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Streetline 2", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(a)-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Street", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(a)-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Street", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(b)-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Streetline 1", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(b)-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Streetline 1", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(c)-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Streetline 2", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(c)-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Streetline 2", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-512-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation Post Code", + "btId" : "BT-512", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-512-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Post Code", + "btId" : "BT-512", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-512-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Post Code", + "btId" : "BT-512", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5121-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Post Code", + "btId" : "BT-5121", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5121-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Post Code", + "btId" : "BT-5121", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-513-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation City", + "btId" : "BT-513", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-513-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "City", + "btId" : "BT-513", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-513-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "City", + "btId" : "BT-513", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5131-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance City", + "btId" : "BT-5131", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5131-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance City", + "btId" : "BT-5131", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-514-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation Country Code", + "btId" : "BT-514", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-514-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Country Code", + "btId" : "BT-514", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-514-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Country Code", + "btId" : "BT-514", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5141-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Country Code", + "btId" : "BT-5141", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5141-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Country Code", + "btId" : "BT-5141", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-52-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Successive Reduction Indicator (Lot)", + "btId" : "BT-52", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cbc:CandidateReductionConstraintIndicator", + "xpathRelative" : "cbc:CandidateReductionConstraintIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-531-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Additional Nature (different from Main)", + "btId" : "BT-531", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='contract-nature']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='contract-nature']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-contract-nature", + "type" : "flat", + "parentId" : "contract-nature" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-531-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Additional Nature (different from Main)", + "btId" : "BT-531", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[not(@listName='transport-service')]", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[not(@listName='transport-service')]", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-contract-nature", + "type" : "flat", + "parentId" : "contract-nature" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-536-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration Start Date", + "btId" : "BT-536", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:StartDate", + "xpathRelative" : "cbc:StartDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotDuration} ${((BT-536-Lot is present) and (BT-537-Lot is present) and (BT-536-Lot < BT-537-Lot)) or not((BT-536-Lot is present) and (BT-537-Lot is present))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00536-0150" + }, { + "condition" : "{ND-LotDuration} ${(BT-71-Lot == 'res-pub-ser') and (BT-536-Lot is present) and (BT-537-Lot is present)}", + "value" : "{ND-LotDuration} ${((BT-537-Lot - BT-536-Lot) > P0D) and ((BT-537-Lot - BT-536-Lot) <= P3Y)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00536-0152" + } ] + } + }, { + "id" : "BT-537-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration End Date", + "btId" : "BT-537", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "CEI", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-538-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration Other", + "btId" : "BT-538", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:DescriptionCode", + "xpathRelative" : "cbc:DescriptionCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "CEI", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "duration", + "type" : "flat", + "parentId" : "timeperiod" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotDuration} ${not(BT-538-Lot == 'UNKNOWN') or (not(BT-03-notice in ('cont-modif','dir-awa-pre') ) and not(BT-137-Lot in BT-13713-LotResult[BT-142-LotResult == 'selec-w']))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00538-0130" + } ] + } + }, { + "id" : "BT-539-Lot", + "parentNodeId" : "ND-LotAwardCriterion", + "name" : "Award Criterion Type", + "btId" : "BT-539", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/cbc:AwardingCriterionTypeCode[@listName='award-criterion-type']", + "xpathRelative" : "cbc:AwardingCriterionTypeCode[@listName='award-criterion-type']", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "awa-cri-typ", + "unpublishedFieldId" : "BT-195(BT-539)-Lot", + "reasonCodeFieldId" : "BT-197(BT-539)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-539)-Lot", + "publicationDateFieldId" : "BT-198(BT-539)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "29", "31", "32" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "award-criterion-type", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriteria} ${((BT-5421-Lot == 'ord-imp') and not(BT-5421-Lot != 'ord-imp')) or not(BT-5421-Lot == 'ord-imp')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0194" + }, { + "condition" : "{ND-LotAwardCriteria} ${BT-541-Lot[BT-5421-Lot == 'ord-imp'] is present}", + "value" : "{ND-LotAwardCriteria} ${every number:$ordImp in BT-541-Lot[BT-5421-Lot == 'ord-imp'] satisfies (format-number($ordImp, '#') == string($ordImp))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0196" + }, { + "condition" : "{ND-LotAwardCriteria} ${BT-541-Lot[BT-5421-Lot == 'ord-imp'] is present}", + "value" : "{ND-LotAwardCriteria} ${every number:$ordImp in BT-541-Lot[BT-5421-Lot == 'ord-imp'] satisfies($ordImp <= count(BT-541-Lot[BT-5421-Lot == 'ord-imp']))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0197" + } ] + } + }, { + "id" : "BT-54-Lot", + "parentNodeId" : "ND-OptionsAndRenewals", + "name" : "Options Description", + "btId" : "BT-54", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension/cbc:OptionsDescription", + "xpathRelative" : "cbc:OptionsDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-540-Lot", + "parentNodeId" : "ND-LotAwardCriterion", + "name" : "Award Criterion Description", + "btId" : "BT-540", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "awa-cri-des", + "unpublishedFieldId" : "BT-195(BT-540)-Lot", + "reasonCodeFieldId" : "BT-197(BT-540)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-540)-Lot", + "publicationDateFieldId" : "BT-198(BT-540)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterion} ${(count(BT-5423-Lot[BT-5423-Lot =='min-score']) <= 1) and (count(BT-5423-Lot[BT-5423-Lot =='max-pass']) <= 1)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00540-0150" + } ] + } + }, { + "id" : "BT-541-Lot", + "parentNodeId" : "ND-LotAwardCriterionParameter", + "name" : "Award Criterion Number", + "btId" : "BT-541", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efbc:ParameterNumeric", + "xpathRelative" : "efbc:ParameterNumeric", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "awa-cri-num", + "unpublishedFieldId" : "BT-195(BT-541)-Lot", + "reasonCodeFieldId" : "BT-197(BT-541)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-541)-Lot", + "publicationDateFieldId" : "BT-198(BT-541)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5421-Lot", + "parentNodeId" : "ND-LotAwardCriterionParameter", + "name" : "Award Criterion Number Weight", + "btId" : "BT-5421", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efbc:ParameterCode[@listName='number-weight']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-weight']", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "awa-cri-wei", + "unpublishedFieldId" : "BT-195(BT-5421)-Lot", + "reasonCodeFieldId" : "BT-197(BT-5421)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-5421)-Lot", + "publicationDateFieldId" : "BT-198(BT-5421)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-weight", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotAwardCriterionParameter} ${(BT-03-notice in ('result', 'cont-modif', 'dir-awa-pre')) and (BT-5421-Lot is present)}", + "value" : "{ND-LotAwardCriterionParameter} ${BT-5421-Lot in ('dec-exa', 'ord-imp', 'per-exa', 'poi-exa')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-05421-0250" + } ] + } + }, { + "id" : "BT-5422-Lot", + "parentNodeId" : "ND-LotAwardCriterionParameter", + "name" : "Award Criterion Number Fixed", + "btId" : "BT-5422", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efbc:ParameterCode[@listName='number-fixed']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-fixed']", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "awa-cri-fix", + "unpublishedFieldId" : "BT-195(BT-5422)-Lot", + "reasonCodeFieldId" : "BT-197(BT-5422)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-5422)-Lot", + "publicationDateFieldId" : "BT-198(BT-5422)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-fixed", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5423-Lot", + "parentNodeId" : "ND-LotAwardCriterionParameter", + "name" : "Award Criterion Number Threshold", + "btId" : "BT-5423", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efbc:ParameterCode[@listName='number-threshold']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-threshold']", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "awa-cri-thr", + "unpublishedFieldId" : "BT-195(BT-5423)-Lot", + "reasonCodeFieldId" : "BT-197(BT-5423)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-5423)-Lot", + "publicationDateFieldId" : "BT-198(BT-5423)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-threshold", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-543-Lot", + "parentNodeId" : "ND-LotAwardCriteria", + "name" : "Award Criteria Complicated", + "btId" : "BT-543", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cbc:CalculationExpression", + "xpathRelative" : "cbc:CalculationExpression", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "privacy" : { + "code" : "awa-cri-com", + "unpublishedFieldId" : "BT-195(BT-543)-Lot", + "reasonCodeFieldId" : "BT-197(BT-543)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-543)-Lot", + "publicationDateFieldId" : "BT-198(BT-543)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriteria} ${sum(number:BT-541-Lot[BT-5421-Lot == 'per-exa']) == 100 or not(BT-541-Lot[BT-5421-Lot == 'per-exa'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0200" + }, { + "value" : "{ND-LotAwardCriteria} ${sum(number:BT-541-Lot[BT-5421-Lot == 'dec-exa']) == 1 or not(BT-541-Lot[BT-5421-Lot == 'dec-exa'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0201" + } ] + } + }, { + "id" : "BT-553-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Value", + "btId" : "BT-553", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:TermAmount", + "xpathRelative" : "efbc:TermAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "sub-val", + "unpublishedFieldId" : "BT-195(BT-553)-Tender", + "reasonCodeFieldId" : "BT-197(BT-553)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-553)-Tender", + "publicationDateFieldId" : "BT-198(BT-553)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-554-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Description", + "btId" : "BT-554", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:TermDescription", + "xpathRelative" : "efbc:TermDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "sub-des", + "unpublishedFieldId" : "BT-195(BT-554)-Tender", + "reasonCodeFieldId" : "BT-197(BT-554)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-554)-Tender", + "publicationDateFieldId" : "BT-198(BT-554)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-555-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Percentage", + "btId" : "BT-555", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:TermPercent", + "xpathRelative" : "efbc:TermPercent", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "sub-per", + "unpublishedFieldId" : "BT-195(BT-555)-Tender", + "reasonCodeFieldId" : "BT-197(BT-555)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-555)-Tender", + "publicationDateFieldId" : "BT-198(BT-555)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-556-NoticeResult", + "parentNodeId" : "ND-NoticeResultGroupFA", + "name" : "Group Framework Value Lot Identifier", + "btId" : "BT-556", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:TenderLot/cbc:ID", + "xpathRelative" : "efac:TenderLot/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "GLO" ], + "legalType" : "IDENTIFIER", + "privacy" : { + "code" : "gro-max-ide", + "unpublishedFieldId" : "BT-195(BT-556)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-556)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-556)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-556)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^GLO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NoticeResultGroupFA} ${BT-556-NoticeResult in /BT-137-LotsGroup}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00556-0100" + } ] + } + }, { + "id" : "BT-57-Lot", + "parentNodeId" : "ND-OptionsDescription", + "name" : "Renewal Description", + "btId" : "BT-57", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension/cac:Renewal/cac:Period/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-578-Lot", + "parentNodeId" : "ND-SecurityClearanceTerms", + "name" : "Security Clearance", + "btId" : "BT-578", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:SecurityClearanceTerm/cbc:Code", + "xpathRelative" : "cbc:Code", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "required", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-58-Lot", + "parentNodeId" : "ND-OptionsAndRenewals", + "name" : "Renewal Maximum", + "btId" : "BT-58", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension/cbc:MaximumNumberNumeric", + "xpathRelative" : "cbc:MaximumNumberNumeric", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "15", "17", "18" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-60-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "EU Funds", + "btId" : "BT-60", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:FundingProgramCode[@listName='eu-funded']", + "xpathRelative" : "cbc:FundingProgramCode[@listName='eu-funded']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "10", "16", "19", "23", "29", "32", "36" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eu-funded", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-610-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Activity Entity", + "btId" : "BT-610", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:ContractingActivity/cbc:ActivityTypeCode[@listName='entity-activity']", + "xpathRelative" : "cac:ContractingActivity/cbc:ActivityTypeCode[@listName='entity-activity']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "4", "7", "10", "12", "16", "20", "22", "23", "25", "29", "33", "36", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "2", "5", "8", "11", "15", "17", "24", "30", "37" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "entity-activity", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-6110-Contract", + "parentNodeId" : "ND-ContractEUFunds", + "name" : "Contract EU Funds Details", + "btId" : "BT-6110", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:Funding/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-6140-Lot", + "parentNodeId" : "ND-Funding", + "name" : "EU Funds Details", + "btId" : "BT-6140", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Funding/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-615-Lot", + "parentNodeId" : "ND-LotRestrictedDocuments", + "name" : "Documents Restricted URL", + "btId" : "BT-615", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[cbc:DocumentType/text()='restricted-document']/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-625-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Unit", + "btId" : "BT-625", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:EstimatedOverallContractQuantity/@unitCode", + "xpathRelative" : "cbc:EstimatedOverallContractQuantity/@unitCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "measurement-unit", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-63-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Variants", + "btId" : "BT-63", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:VariantConstraintCode", + "xpathRelative" : "cbc:VariantConstraintCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "permission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-630(d)-Lot", + "parentNodeId" : "ND-InterestExpressionReceptionPeriod", + "name" : "Deadline Receipt Expressions", + "btId" : "BT-630", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:InterestExpressionReceptionPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "15", "16", "17", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "12", "13", "14", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-InterestExpressionReceptionPeriod} ${(BT-630(d)-Lot is present) and (BT-05(a)-notice is present)}", + "value" : "{ND-InterestExpressionReceptionPeriod} ${BT-630(d)-Lot > BT-05(a)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00630-0150" + } ] + } + }, { + "id" : "BT-630(t)-Lot", + "parentNodeId" : "ND-InterestExpressionReceptionPeriod", + "name" : "Deadline Receipt Expressions", + "btId" : "BT-630", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:InterestExpressionReceptionPeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "15", "16", "17", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "12", "13", "14", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-631-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Dispatch Invitation Interest", + "btId" : "BT-631", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ParticipationInvitationPeriod/cbc:StartDate", + "xpathRelative" : "cac:ParticipationInvitationPeriod/cbc:StartDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTenderingProcess} ${(BT-631-Lot > BT-630(d)-Lot) or not(BT-631-Lot is present) or not(BT-630(d)-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00631-0100" + } ] + } + }, { + "id" : "BT-632-Lot", + "parentNodeId" : "ND-LotTenderingProcessExtension", + "name" : "Tool Name", + "btId" : "BT-632", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:AccessToolName", + "xpathRelative" : "efbc:AccessToolName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-633-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Organisation Natural Person", + "btId" : "BT-633", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:NaturalPersonIndicator", + "xpathRelative" : "efbc:NaturalPersonIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-634-Lot", + "parentNodeId" : "ND-LotTenderingProcessExtension", + "name" : "Procurement Relaunch", + "btId" : "BT-634", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:ProcedureRelaunchIndicator", + "xpathRelative" : "efbc:ProcedureRelaunchIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTenderingProcessExtension} ${((BT-634-Lot == TRUE) and ((BT-142-LotResult== 'clos-nw') or (BT-140-notice == 'cancel'))) or not(BT-634-Lot == TRUE)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00634-0151" + } ] + } + }, { + "id" : "BT-634-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Procurement Relaunch", + "btId" : "BT-634", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:ProcedureRelaunchIndicator", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:ProcedureRelaunchIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureTenderingProcess} ${((BT-634-Procedure == TRUE) and (not(BT-142-LotResult!= 'clos-nw') or (BT-140-notice == 'cancel'))) or not(BT-634-Procedure == TRUE)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00634-0150" + } ] + } + }, { + "id" : "BT-635-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatistics", + "name" : "Buyer Review Requests Count", + "btId" : "BT-635", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efbc:StatisticsNumeric", + "xpathRelative" : "efbc:StatisticsNumeric", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "buy-rev-cou", + "unpublishedFieldId" : "BT-195(BT-635)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-635)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-635)-LotResult", + "publicationDateFieldId" : "BT-198(BT-635)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-636-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatistics", + "name" : "Buyer Review Requests Irregularity Type", + "btId" : "BT-636", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efbc:StatisticsCode", + "xpathRelative" : "efbc:StatisticsCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "buy-rev-typ", + "unpublishedFieldId" : "BT-195(BT-636)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-636)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-636)-LotResult", + "publicationDateFieldId" : "BT-198(BT-636)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "irregularity-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-64-Lot", + "parentNodeId" : "ND-SubcontractTerms", + "name" : "Subcontracting Obligation Minimum", + "btId" : "BT-64", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms/cbc:MinimumPercent", + "xpathRelative" : "cbc:MinimumPercent", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-644-Lot", + "parentNodeId" : "ND-Prize", + "name" : "Prize Value", + "btId" : "BT-644", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:Prize/cbc:ValueAmount", + "xpathRelative" : "cbc:ValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-65-Lot", + "parentNodeId" : "ND-SubcontractingObligation", + "name" : "Subcontracting Obligation", + "btId" : "BT-65", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-obligation']/cbc:SubcontractingConditionsCode", + "xpathRelative" : "cbc:SubcontractingConditionsCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "18" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "subcontracting-obligation", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-651-Lot", + "parentNodeId" : "ND-NonUBLTenderingTerms", + "name" : "Subcontracting Tender Indication", + "btId" : "BT-651", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:TenderSubcontractingRequirements/efbc:TenderSubcontractingRequirementsCode", + "xpathRelative" : "efac:TenderSubcontractingRequirements/efbc:TenderSubcontractingRequirementsCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "18" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "subcontracting-indication", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-660-LotResult", + "parentNodeId" : "ND-LotResultFAValues", + "name" : "Framework Re-estimated Value", + "btId" : "BT-660", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efbc:ReestimatedValueAmount", + "xpathRelative" : "efbc:ReestimatedValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-661-Lot", + "parentNodeId" : "ND-SecondStage", + "name" : "Maximum Candidates Indicator", + "btId" : "BT-661", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:EconomicOperatorShortList/cbc:LimitationDescription", + "xpathRelative" : "cbc:LimitationDescription", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-67(a)-Procedure", + "parentNodeId" : "ND-ExclusionGrounds", + "name" : "Exclusion Grounds", + "btId" : "BT-67", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:TendererQualificationRequest/cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='exclusion-ground']", + "xpathRelative" : "cbc:TendererRequirementTypeCode[@listName='exclusion-ground']", + "type" : "code", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "exclusion-ground", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-67(b)-Procedure", + "parentNodeId" : "ND-ExclusionGrounds", + "name" : "Exclusion Grounds", + "btId" : "BT-67", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:TendererQualificationRequest/cac:SpecificTendererRequirement/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-70-Lot", + "parentNodeId" : "ND-ExecutionRequirements", + "name" : "Terms Performance", + "btId" : "BT-70", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='conditions']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "17", "18", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-701-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Identifier", + "btId" : "BT-701", + "xpathAbsolute" : "/*/cbc:ID[@schemeName='notice-id']", + "xpathRelative" : "cbc:ID[@schemeName='notice-id']", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-702(a)-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Official Language", + "btId" : "BT-702", + "xpathAbsolute" : "/*/cbc:NoticeLanguageCode", + "xpathRelative" : "cbc:NoticeLanguageCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eu-official-language", + "type" : "flat", + "parentId" : "language" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-Root} ${BT-702(b)-notice is present}", + "value" : "{ND-Root} ${not(BT-702(a)-notice in BT-702(b)-notice)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00702-0150" + } ] + } + }, { + "id" : "BT-702(b)-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Official Language", + "btId" : "BT-702", + "xpathAbsolute" : "/*/cac:AdditionalNoticeLanguage/cbc:ID", + "xpathRelative" : "cac:AdditionalNoticeLanguage/cbc:ID", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "codeList" : { + "value" : { + "id" : "eu-official-language", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{BT-702(b)-notice} ${BT-702(b)-notice is present}", + "value" : "{BT-702(b)-notice} ${BT-702(b)-notice is unique in /BT-702(b)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00702-0151" + } ] + } + }, { + "id" : "BT-706-UBO", + "parentNodeId" : "ND-UBO", + "name" : "Winner Owner Nationality", + "btId" : "BT-706", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/efac:Nationality/cbc:NationalityID", + "xpathRelative" : "efac:Nationality/cbc:NationalityID", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-707-Lot", + "parentNodeId" : "ND-LotRestrictedDocuments", + "name" : "Documents Restricted Justification", + "btId" : "BT-707", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[cbc:DocumentType/text()='restricted-document']/cbc:DocumentTypeCode", + "xpathRelative" : "cbc:DocumentTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "communication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-708-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Documents Official Language", + "btId" : "BT-708", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:LanguageID[not(../cbc:DocumentStatusCode/text()='non-official')]", + "xpathRelative" : "cbc:LanguageID[not(../cbc:DocumentStatusCode/text()='non-official')]", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-language", + "type" : "flat", + "parentId" : "language" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-709-LotResult", + "parentNodeId" : "ND-LotResultFAValues", + "name" : "Framework Maximum Value", + "btId" : "BT-709", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/cbc:MaximumValueAmount", + "xpathRelative" : "cbc:MaximumValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "max-val", + "unpublishedFieldId" : "BT-195(BT-709)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-709)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-709)-LotResult", + "publicationDateFieldId" : "BT-198(BT-709)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-71-Lot", + "parentNodeId" : "ND-LotReservedProcurement", + "name" : "Reserved Participation", + "btId" : "BT-71", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)][not(cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='missing-info-submission'])]/cac:SpecificTendererRequirement[cbc:TendererRequirementTypeCode/@listName='reserved-procurement']/cbc:TendererRequirementTypeCode[@listName='reserved-procurement']", + "xpathRelative" : "cbc:TendererRequirementTypeCode[@listName='reserved-procurement']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "reserved-procurement", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-710-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Tender Value Lowest", + "btId" : "BT-710", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cbc:LowerTenderAmount", + "xpathRelative" : "cbc:LowerTenderAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "ten-val-low", + "unpublishedFieldId" : "BT-195(BT-710)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-710)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-710)-LotResult", + "publicationDateFieldId" : "BT-198(BT-710)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${(BT-710-LotResult is present) and (BT-711-LotResult is present)}", + "value" : "{ND-LotResult} ${BT-710-LotResult/@currencyID == BT-711-LotResult/@currencyID}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00710-0100" + }, { + "condition" : "{ND-LotResult} ${(BT-710-LotResult is present) and (BT-711-LotResult is present)}", + "value" : "{ND-LotResult} ${BT-710-LotResult <= BT-711-LotResult}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00710-0101" + } ] + } + }, { + "id" : "BT-711-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Tender Value Highest", + "btId" : "BT-711", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cbc:HigherTenderAmount", + "xpathRelative" : "cbc:HigherTenderAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "ten-val-hig", + "unpublishedFieldId" : "BT-195(BT-711)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-711)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-711)-LotResult", + "publicationDateFieldId" : "BT-198(BT-711)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-712(a)-LotResult", + "parentNodeId" : "ND-BuyerReviewComplainants", + "name" : "Buyer Review Complainants (Code)", + "btId" : "BT-712", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efbc:StatisticsCode", + "xpathRelative" : "efbc:StatisticsCode", + "type" : "code", + "legalType" : "NUMBER", + "privacy" : { + "code" : "rev-req", + "unpublishedFieldId" : "BT-195(BT-712)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-712)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-712)-LotResult", + "publicationDateFieldId" : "BT-198(BT-712)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-712(b)-LotResult", + "parentNodeId" : "ND-BuyerReviewComplainants", + "name" : "Buyer Review Complainants (Number)", + "btId" : "BT-712", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efbc:StatisticsNumeric", + "xpathRelative" : "efbc:StatisticsNumeric", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "rev-req", + "unpublishedFieldId" : "BT-195(BT-712)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-712)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-712)-LotResult", + "publicationDateFieldId" : "BT-198(BT-712)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-BuyerReviewComplainants} ${BT-712(b)-LotResult is present}", + "value" : "{ND-BuyerReviewComplainants} ${((BT-144-LotResult == 'rev-buyer') and (BT-712(b)-LotResult > 0)) or not(BT-144-LotResult == 'rev-buyer')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00712-0150" + } ] + } + }, { + "id" : "BT-717-Lot", + "parentNodeId" : "ND-StrategicProcurementLot", + "name" : "Clean Vehicles Directive", + "btId" : "BT-717", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:StrategicProcurement/efbc:ApplicableLegalBasis", + "xpathRelative" : "efbc:ApplicableLegalBasis", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cvd-scope", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-718-notice", + "parentNodeId" : "ND-Change", + "name" : "Change Procurement Documents", + "btId" : "BT-718", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change/efbc:ProcurementDocumentsChangeIndicator", + "xpathRelative" : "efbc:ProcurementDocumentsChangeIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-719-notice", + "parentNodeId" : "ND-Change", + "name" : "Change Procurement Documents Date", + "btId" : "BT-719", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change/efbc:ProcurementDocumentsChangeDate", + "xpathRelative" : "efbc:ProcurementDocumentsChangeDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-720-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Value", + "btId" : "BT-720", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/cac:LegalMonetaryTotal/cbc:PayableAmount", + "xpathRelative" : "cac:LegalMonetaryTotal/cbc:PayableAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "win-ten-val", + "unpublishedFieldId" : "BT-195(BT-720)-Tender", + "reasonCodeFieldId" : "BT-197(BT-720)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-720)-Tender", + "publicationDateFieldId" : "BT-198(BT-720)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-721-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Title", + "btId" : "BT-721", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:Title", + "xpathRelative" : "cbc:Title", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-722-Contract", + "parentNodeId" : "ND-ContractEUFunds", + "name" : "Contract EU Funds Programme", + "btId" : "BT-722", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:Funding/cbc:FundingProgramCode", + "xpathRelative" : "cbc:FundingProgramCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eu-programme", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-7220-Lot", + "parentNodeId" : "ND-Funding", + "name" : "EU Funds Programme", + "btId" : "BT-7220", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Funding/cbc:FundingProgramCode", + "xpathRelative" : "cbc:FundingProgramCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eu-programme", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-723-LotResult", + "parentNodeId" : "ND-ProcurementDetailsLotResult", + "name" : "Vehicle Category", + "btId" : "BT-723", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails/efbc:AssetCategoryCode", + "xpathRelative" : "efbc:AssetCategoryCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "vehicle-category", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-726-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Suitable For SMEs", + "btId" : "BT-726", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:SMESuitableIndicator", + "xpathRelative" : "cbc:SMESuitableIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-727-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Services Other", + "btId" : "BT-727", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:Region", + "xpathRelative" : "cbc:Region", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "other-place-service", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-727-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Services Other", + "btId" : "BT-727", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:Region", + "xpathRelative" : "cbc:Region", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "other-place-service", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-728-Lot", + "parentNodeId" : "ND-LotPlacePerformance", + "name" : "Place Performance Additional Information", + "btId" : "BT-728", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-728-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "name" : "Place Performance Additional Information", + "btId" : "BT-728", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-729-Lot", + "parentNodeId" : "ND-SubcontractTerms", + "name" : "Subcontracting Obligation Maximum", + "btId" : "BT-729", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms/cbc:MaximumPercent", + "xpathRelative" : "cbc:MaximumPercent", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-730-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Value Known", + "btId" : "BT-730", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:ValueKnownIndicator", + "xpathRelative" : "efbc:ValueKnownIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "privacy" : { + "code" : "sub-val-kno", + "unpublishedFieldId" : "BT-195(BT-730)-Tender", + "reasonCodeFieldId" : "BT-197(BT-730)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-730)-Tender", + "publicationDateFieldId" : "BT-198(BT-730)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-731-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Percentage Known", + "btId" : "BT-731", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:PercentageKnownIndicator", + "xpathRelative" : "efbc:PercentageKnownIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "privacy" : { + "code" : "sub-per-kno", + "unpublishedFieldId" : "BT-195(BT-731)-Tender", + "reasonCodeFieldId" : "BT-197(BT-731)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-731)-Tender", + "publicationDateFieldId" : "BT-198(BT-731)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-732-Lot", + "parentNodeId" : "ND-SecurityClearanceTerms", + "name" : "Security Clearance Description", + "btId" : "BT-732", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:SecurityClearanceTerm/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-733-Lot", + "parentNodeId" : "ND-LotAwardCriteria", + "name" : "Award Criteria Order Justification", + "btId" : "BT-733", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "awa-cri-ord", + "unpublishedFieldId" : "BT-195(BT-733)-Lot", + "reasonCodeFieldId" : "BT-197(BT-733)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-733)-Lot", + "publicationDateFieldId" : "BT-198(BT-733)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-734-Lot", + "parentNodeId" : "ND-LotAwardCriterion", + "name" : "Award Criterion Name", + "btId" : "BT-734", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "privacy" : { + "code" : "awa-cri-nam", + "unpublishedFieldId" : "BT-195(BT-734)-Lot", + "reasonCodeFieldId" : "BT-197(BT-734)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-734)-Lot", + "publicationDateFieldId" : "BT-198(BT-734)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-735-Lot", + "parentNodeId" : "ND-StrategicProcurementInformationLot", + "name" : "CVD Contract Type", + "btId" : "BT-735", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:StrategicProcurement/efac:StrategicProcurementInformation/efbc:ProcurementCategoryCode", + "xpathRelative" : "efbc:ProcurementCategoryCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cvd-contract-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-735-LotResult", + "parentNodeId" : "ND-StrategicProcurementInformationLotResult", + "name" : "CVD Contract Type", + "btId" : "BT-735", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efbc:ProcurementCategoryCode", + "xpathRelative" : "efbc:ProcurementCategoryCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cvd-contract-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-736-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Reserved Execution", + "btId" : "BT-736", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='reserved-execution']", + "xpathRelative" : "cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='reserved-execution']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "reserved-execution", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-737-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Documents Unofficial Language", + "btId" : "BT-737", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:LanguageID[../cbc:DocumentStatusCode/text()='non-official']", + "xpathRelative" : "cbc:LanguageID[../cbc:DocumentStatusCode/text()='non-official']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-language", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-738-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Preferred Publication Date", + "btId" : "BT-738", + "xpathAbsolute" : "/*/cbc:RequestedPublicationDate", + "xpathRelative" : "cbc:RequestedPublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-Root} ${BT-738-notice is present}", + "value" : "{ND-Root} ${((BT-738-notice - BT-05(a)-notice) < P60D) and ((BT-738-notice - BT-05(a)-notice) >= P2D)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00738-0053" + } ] + } + }, { + "id" : "BT-739-Organization-Company", + "parentNodeId" : "ND-CompanyContact", + "name" : "Organisation Contact Fax", + "btId" : "BT-739", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact/cbc:Telefax", + "xpathRelative" : "cbc:Telefax", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-739-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointContact", + "name" : "Contact Fax", + "btId" : "BT-739", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact/cbc:Telefax", + "xpathRelative" : "cbc:Telefax", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-739-UBO", + "parentNodeId" : "ND-UBOContact", + "name" : "UBO Contact Fax", + "btId" : "BT-739", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:Contact/cbc:Telefax", + "xpathRelative" : "cbc:Telefax", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-740-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Buyer Contracting Entity", + "btId" : "BT-740", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:ContractingPartyType/cbc:PartyTypeCode[@listName='buyer-contracting-type']", + "xpathRelative" : "cac:ContractingPartyType/cbc:PartyTypeCode[@listName='buyer-contracting-type']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "4", "5", "7", "8", "10", "11", "12", "13", "15", "16", "17", "20", "21", "22", "23", "24", "25", "26", "29", "30", "33", "34", "36", "37", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "14", "19", "32", "35", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "buyer-contracting-type", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ContractingParty} ${(OPP-070-notice in ('3','6','9','CEI','14','18','19','22','27','28','31','32','35','40')) and (BT-11-Procedure-Buyer in ('pub-undert', 'pub-undert-cga', 'pub-undert-ra', 'pub-undert-la', 'spec-rights-entity')) and not(BT-02-notice == 'can-modif') and (BT-740-Procedure-Buyer is present)}", + "value" : "{ND-ContractingParty} ${BT-740-Procedure-Buyer == 'cont-ent'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00740-0100" + }, { + "condition" : "{ND-ContractingParty} ${(OPP-070-notice in ('3','6','9','CEI','14','18','19','22','27','28','31','32','35','40')) and (BT-11-Procedure-Buyer in ('org-sub', 'org-sub-cga', 'org-sub-ra', 'org-sub-la', 'eu-ins-bod-ag', 'def-cont', 'int-org')) and not(BT-02-notice == 'can-modif') and (BT-740-Procedure-Buyer is present)}", + "value" : "{ND-ContractingParty} ${BT-740-Procedure-Buyer == 'not-cont-ent'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00740-0101" + } ] + } + }, { + "id" : "BT-743-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Electronic Invoicing", + "btId" : "BT-743", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='einvoicing']", + "xpathRelative" : "cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='einvoicing']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "einvoicing", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTenderingTerms} ${(OPP-070-notice in ('7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','38','39','40') and (BT-743-Lot == 'required')) or not(OPP-070-notice in ('7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','38','39','40')) or not(BT-743-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00743-0100" + } ] + } + }, { + "id" : "BT-744-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Submission Electronic Signature", + "btId" : "BT-744", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='esignature-submission']", + "xpathRelative" : "cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='esignature-submission']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "esignature-submission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-745-Lot", + "parentNodeId" : "ND-NoESubmission", + "name" : "Submission Nonelectronic Description", + "btId" : "BT-745", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='no-esubmission-justification']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-746-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Winner Listed", + "btId" : "BT-746", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:ListedOnRegulatedMarketIndicator", + "xpathRelative" : "efbc:ListedOnRegulatedMarketIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-747-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Type", + "btId" : "BT-747", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/cbc:CriterionTypeCode[@listName='selection-criterion']", + "xpathRelative" : "cbc:CriterionTypeCode[@listName='selection-criterion']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "selection-criterion", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NonUBLTenderingTerms} ${sum(number:BT-752-Lot[BT-7531-Lot == 'per-exa']) == 100 or not(BT-752-Lot[BT-7531-Lot == 'per-exa'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00747-0100" + }, { + "value" : "{ND-NonUBLTenderingTerms} ${sum(number:BT-752-Lot[BT-7531-Lot == 'dec-exa']) == 1 or not(BT-752-Lot[BT-7531-Lot == 'dec-exa'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00747-0101" + } ] + } + }, { + "id" : "BT-748-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Used", + "btId" : "BT-748", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/cbc:CalculationExpressionCode[@listName='usage']", + "xpathRelative" : "cbc:CalculationExpressionCode[@listName='usage']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "usage", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SelectionCriteria} ${((BT-748-Lot == 'nyk') and (OPP-070-notice in ('7','8','9','10','11','12','13','14'))) or not(BT-748-Lot == 'nyk')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00748-0100" + } ] + } + }, { + "id" : "BT-749-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Name", + "btId" : "BT-749", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-75-Lot", + "parentNodeId" : "ND-FinancialGuarantee", + "name" : "Guarantee Required Description", + "btId" : "BT-75", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:RequiredFinancialGuarantee/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-750-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Description", + "btId" : "BT-750", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-751-Lot", + "parentNodeId" : "ND-FinancialGuarantee", + "name" : "Guarantee Required", + "btId" : "BT-751", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:RequiredFinancialGuarantee/cbc:GuaranteeTypeCode[@listName='tender-guarantee-required']", + "xpathRelative" : "cbc:GuaranteeTypeCode[@listName='tender-guarantee-required']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "17", "18", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "tender-guarantee-required", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-752-Lot", + "parentNodeId" : "ND-SecondStageCriterionParameter", + "name" : "Selection Criteria Second Stage Invite Number", + "btId" : "BT-752", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efac:CriterionParameter/efbc:ParameterNumeric", + "xpathRelative" : "efbc:ParameterNumeric", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-7531-Lot", + "parentNodeId" : "ND-SecondStageCriterionParameter", + "name" : "Selection Criteria Second Stage Invite Number Weight", + "btId" : "BT-7531", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efac:CriterionParameter/efbc:ParameterCode[@listName='number-weight']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-weight']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-weight", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-7532-Lot", + "parentNodeId" : "ND-SecondStageCriterionParameter", + "name" : "Selection Criteria Second Stage Invite Number Threshold", + "btId" : "BT-7532", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efac:CriterionParameter/efbc:ParameterCode[@listName='number-threshold']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-threshold']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-threshold", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-754-Lot", + "parentNodeId" : "ND-AccessibilityJustification", + "name" : "Accessibility", + "btId" : "BT-754", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='accessibility']/cbc:ProcurementTypeCode[@listName='accessibility']", + "xpathRelative" : "cbc:ProcurementTypeCode[@listName='accessibility']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "accessibility", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-755-Lot", + "parentNodeId" : "ND-AccessibilityJustification", + "name" : "Accessibility Justification", + "btId" : "BT-755", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='accessibility']/cbc:ProcurementType", + "xpathRelative" : "cbc:ProcurementType", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-756-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "PIN Competition Termination", + "btId" : "BT-756", + "xpathAbsolute" : "/*/cac:TenderingProcess/cbc:TerminatedIndicator", + "xpathRelative" : "cbc:TerminatedIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "31", "32", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-757-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Version", + "btId" : "BT-757", + "xpathAbsolute" : "/*/cbc:VersionID", + "xpathRelative" : "cbc:VersionID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(0[1-9]|[1-9]\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "BT-758-notice", + "parentNodeId" : "ND-Changes", + "name" : "Change Notice Version Identifier", + "btId" : "BT-758", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efbc:ChangedNoticeIdentifier", + "xpathRelative" : "efbc:ChangedNoticeIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "BT-759-LotResult", + "parentNodeId" : "ND-ReceivedSubmissions", + "name" : "Received Submissions Count", + "btId" : "BT-759", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efbc:StatisticsNumeric", + "xpathRelative" : "efbc:StatisticsNumeric", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "rec-sub-cou", + "unpublishedFieldId" : "BT-195(BT-759)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-759)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-759)-LotResult", + "publicationDateFieldId" : "BT-198(BT-759)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-76-Lot", + "parentNodeId" : "ND-TendererLegalForm", + "name" : "Tenderer Legal Form Description", + "btId" : "BT-76", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cac:SpecificTendererRequirement)]/cbc:CompanyLegalForm", + "xpathRelative" : "cbc:CompanyLegalForm", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-760-LotResult", + "parentNodeId" : "ND-ReceivedSubmissions", + "name" : "Received Submissions Type", + "btId" : "BT-760", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efbc:StatisticsCode", + "xpathRelative" : "efbc:StatisticsCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "rec-sub-typ", + "unpublishedFieldId" : "BT-195(BT-760)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-760)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-760)-LotResult", + "publicationDateFieldId" : "BT-198(BT-760)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "received-submission-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-761-Lot", + "parentNodeId" : "ND-TendererLegalForm", + "name" : "Tenderer Legal Form", + "btId" : "BT-761", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cac:SpecificTendererRequirement)]/cbc:CompanyLegalFormCode", + "xpathRelative" : "cbc:CompanyLegalFormCode", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "17", "18" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "required", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-762-notice", + "parentNodeId" : "ND-ChangeReason", + "name" : "Change Reason Description", + "btId" : "BT-762", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:ChangeReason/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + } + }, { + "id" : "BT-763-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Lots All Required", + "btId" : "BT-763", + "xpathAbsolute" : "/*/cac:TenderingProcess/cbc:PartPresentationCode", + "xpathRelative" : "cbc:PartPresentationCode", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "tenderlot-presentation", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-764-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Submission Electronic Catalogue", + "btId" : "BT-764", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='ecatalog-submission']", + "xpathRelative" : "cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='ecatalog-submission']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16", "17" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "ecatalog-submission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-765-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Framework Agreement", + "btId" : "BT-765", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ContractingSystem/cbc:ContractingSystemTypeCode[@listName='framework-agreement']", + "xpathRelative" : "cac:ContractingSystem/cbc:ContractingSystemTypeCode[@listName='framework-agreement']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "16", "17", "18", "22", "29", "30", "31" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "framework-agreement", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-766-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Dynamic Purchasing System", + "btId" : "BT-766", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ContractingSystem/cbc:ContractingSystemTypeCode[@listName='dps-usage']", + "xpathRelative" : "cac:ContractingSystem/cbc:ContractingSystemTypeCode[@listName='dps-usage']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "10", "11", "16", "17", "29", "30" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "dps-usage", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-767-Lot", + "parentNodeId" : "ND-AuctionTerms", + "name" : "Electronic Auction", + "btId" : "BT-767", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AuctionTerms/cbc:AuctionConstraintIndicator", + "xpathRelative" : "cbc:AuctionConstraintIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16", "17", "18", "22", "29", "30", "31" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-768-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Framework Agreement", + "btId" : "BT-768", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efbc:ContractFrameworkIndicator", + "xpathRelative" : "efbc:ContractFrameworkIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-769-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Multiple Tenders", + "btId" : "BT-769", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:MultipleTendersCode", + "xpathRelative" : "cbc:MultipleTendersCode", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "permission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-77-Lot", + "parentNodeId" : "ND-PaymentTerms", + "name" : "Terms Financial", + "btId" : "BT-77", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PaymentTerms/cbc:Note", + "xpathRelative" : "cbc:Note", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "17", "18", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-771-Lot", + "parentNodeId" : "ND-LateTendererInformation", + "name" : "Late Tenderer Information", + "btId" : "BT-771", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)]/cac:SpecificTendererRequirement[not(cbc:TendererRequirementTypeCode[@listName='reserved-procurement'])]/cbc:TendererRequirementTypeCode[@listName='missing-info-submission']", + "xpathRelative" : "cbc:TendererRequirementTypeCode[@listName='missing-info-submission']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "missing-info-submission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-772-Lot", + "parentNodeId" : "ND-LateTendererInformation", + "name" : "Late Tenderer Information Description", + "btId" : "BT-772", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)]/cac:SpecificTendererRequirement[not(cbc:TendererRequirementTypeCode[@listName='reserved-procurement'])]/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-773-Tender", + "parentNodeId" : "ND-SubcontractedContract", + "name" : "Subcontracting", + "btId" : "BT-773", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm[efbc:TermCode/@listName='applicability']/efbc:TermCode", + "xpathRelative" : "efbc:TermCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "sub-con", + "unpublishedFieldId" : "BT-195(BT-773)-Tender", + "reasonCodeFieldId" : "BT-197(BT-773)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-773)-Tender", + "publicationDateFieldId" : "BT-198(BT-773)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "applicability", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-774-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Green Procurement", + "btId" : "BT-774", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='environmental-impact']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='environmental-impact']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "environmental-impact", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-775-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Social Procurement", + "btId" : "BT-775", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='social-objective']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='social-objective']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "social-objective", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-776-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Procurement of Innovation", + "btId" : "BT-776", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='innovative-acquisition']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='innovative-acquisition']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "innovative-acquisition", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-777-Lot", + "parentNodeId" : "ND-StrategicProcurementType", + "name" : "Strategic Procurement Description", + "btId" : "BT-777", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='strategic-procurement']/cbc:ProcurementType", + "xpathRelative" : "cbc:ProcurementType", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-779-Tender", + "parentNodeId" : "ND-TenderAggregatedAmounts", + "name" : "Tender Payment Value", + "btId" : "BT-779", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts/cbc:PaidAmount", + "xpathRelative" : "cbc:PaidAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-78-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Security Clearance Deadline", + "btId" : "BT-78", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:LatestSecurityClearanceDate", + "xpathRelative" : "cbc:LatestSecurityClearanceDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-780-Tender", + "parentNodeId" : "ND-LotTenderPaidAmounts", + "name" : "Tender Payment Value Additional Information", + "btId" : "BT-780", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts/efbc:PaidAmountDescription", + "xpathRelative" : "efbc:PaidAmountDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-781-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration Additional Information", + "btId" : "BT-781", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-782-Tender", + "parentNodeId" : "ND-TenderAggregatedAmounts", + "name" : "Tender Penalties", + "btId" : "BT-782", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts/efbc:PenaltiesAmount", + "xpathRelative" : "efbc:PenaltiesAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-783-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request or Decision", + "btId" : "BT-783", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:AppealStageCode", + "xpathRelative" : "efbc:AppealStageCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-status", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-784-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Identifier", + "btId" : "BT-784", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:AppealStageID", + "xpathRelative" : "efbc:AppealStageID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-785-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Previous Identifier", + "btId" : "BT-785", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:AppealPreviousStageID", + "xpathRelative" : "efbc:AppealPreviousStageID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-786-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Notice Section Identifier", + "btId" : "BT-786", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealedItem/cbc:ID", + "xpathRelative" : "efac:AppealedItem/cbc:ID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(PROCEDURE|BUYER|RESULT|((PAR|LOT|GLO|RES|ORG)-\\d{4}))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-787-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Date", + "btId" : "BT-787", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:Date", + "xpathRelative" : "cbc:Date", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-788-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Title", + "btId" : "BT-788", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:Title", + "xpathRelative" : "cbc:Title", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-789-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Description", + "btId" : "BT-789", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-79-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Performing Staff Qualification", + "btId" : "BT-79", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:RequiredCurriculaCode", + "xpathRelative" : "cbc:RequiredCurriculaCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "requirement-stage", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-790-Review", + "parentNodeId" : "ND-AppealDecision", + "name" : "Review Decision Type", + "btId" : "BT-790", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealDecision/efbc:DecisionTypeCode", + "xpathRelative" : "efbc:DecisionTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-decision-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-791-Review", + "parentNodeId" : "ND-AppealIrregularity", + "name" : "Review Irregularity Type", + "btId" : "BT-791", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealIrregularity/efbc:IrregularityTypeCode", + "xpathRelative" : "efbc:IrregularityTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "irregularity-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-792-Review", + "parentNodeId" : "ND-AppealRemedy", + "name" : "Review Remedy Type", + "btId" : "BT-792", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealRemedy/efbc:RemedyTypeCode", + "xpathRelative" : "efbc:RemedyTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "remedy-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-793-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Remedy Value", + "btId" : "BT-793", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:RemedyAmount", + "xpathRelative" : "efbc:RemedyAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-794-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review URL", + "btId" : "BT-794", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:URI", + "xpathRelative" : "cbc:URI", + "type" : "url", + "legalType" : "URL", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-795-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request Fee", + "btId" : "BT-795", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:FeeAmount", + "xpathRelative" : "cbc:FeeAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-796-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request Withdrawn", + "btId" : "BT-796", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:WithdrawnAppealIndicator", + "xpathRelative" : "efbc:WithdrawnAppealIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "indicator", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-797-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request Withdrawn Date", + "btId" : "BT-797", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:WithdrawnAppealDate", + "xpathRelative" : "efbc:WithdrawnAppealDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-798-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request Withdrawn Reasons", + "btId" : "BT-798", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:WithdrawnAppealReasons", + "xpathRelative" : "efbc:WithdrawnAppealReasons", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-799-ReviewBody", + "parentNodeId" : "ND-AppealProcessingParty", + "name" : "Review Body Type", + "btId" : "BT-799", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealProcessingParty/efbc:AppealProcessingPartyTypeCode", + "xpathRelative" : "efbc:AppealProcessingPartyTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-body-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-800(d)-Lot", + "parentNodeId" : "ND-PMCAnswersDeadline", + "name" : "Deadline Receipt Answers (Date)", + "btId" : "BT-800", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AnswerReceptionPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-800(t)-Lot", + "parentNodeId" : "ND-PMCAnswersDeadline", + "name" : "Deadline Receipt Answers (Time)", + "btId" : "BT-800", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AnswerReceptionPeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-801-Lot", + "parentNodeId" : "ND-NDA", + "name" : "Non Disclosure Agreement", + "btId" : "BT-801", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='nda']/cbc:ExecutionRequirementCode[@listName='nda']", + "xpathRelative" : "cbc:ExecutionRequirementCode[@listName='nda']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nda", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-802-Lot", + "parentNodeId" : "ND-NDA", + "name" : "Non Disclosure Agreement Description", + "btId" : "BT-802", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='nda']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-803(d)-notice", + "parentNodeId" : "ND-RootExtension", + "name" : "Notice Dispatch Date eSender (date)", + "btId" : "BT-803", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:TransmissionDate", + "xpathRelative" : "efbc:TransmissionDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + } + }, { + "id" : "BT-803(t)-notice", + "parentNodeId" : "ND-RootExtension", + "name" : "Notice Dispatch Date eSender (time)", + "btId" : "BT-803", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:TransmissionTime", + "xpathRelative" : "efbc:TransmissionTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + } + }, { + "id" : "BT-805-Lot", + "parentNodeId" : "ND-LotGreenCriteria", + "name" : "Green Procurement Criteria", + "btId" : "BT-805", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='gpp-criteria']/cbc:ProcurementTypeCode[@listName='gpp-criteria']", + "xpathRelative" : "cbc:ProcurementTypeCode[@listName='gpp-criteria']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "gpp-criteria", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-88-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Procedure Features", + "btId" : "BT-88", + "xpathAbsolute" : "/*/cac:TenderingProcess/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "pro-fea", + "unpublishedFieldId" : "BT-195(BT-88)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-88)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-88)-Procedure", + "publicationDateFieldId" : "BT-198(BT-88)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "12", "13", "20", "21" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-92-Lot", + "parentNodeId" : "ND-PostAwarProcess", + "name" : "Electronic Ordering", + "btId" : "BT-92", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PostAwardProcess/cbc:ElectronicOrderUsageIndicator", + "xpathRelative" : "cbc:ElectronicOrderUsageIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-93-Lot", + "parentNodeId" : "ND-PostAwarProcess", + "name" : "Electronic Payment", + "btId" : "BT-93", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PostAwardProcess/cbc:ElectronicPaymentUsageIndicator", + "xpathRelative" : "cbc:ElectronicPaymentUsageIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-94-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Recurrence", + "btId" : "BT-94", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:RecurringProcurementIndicator", + "xpathRelative" : "cbc:RecurringProcurementIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-95-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Recurrence Description", + "btId" : "BT-95", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:RecurringProcurementDescription", + "xpathRelative" : "cbc:RecurringProcurementDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-97-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Submission Language", + "btId" : "BT-97", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:Language/cbc:ID", + "xpathRelative" : "cac:Language/cbc:ID", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "16", "17", "18", "19", "20", "21", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-language", + "type" : "flat", + "parentId" : "language" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-98-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Tender Validity Deadline", + "btId" : "BT-98", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderValidityPeriod/cbc:DurationMeasure", + "xpathRelative" : "cac:TenderValidityPeriod/cbc:DurationMeasure", + "type" : "measure", + "legalType" : "DURATION", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-99-Lot", + "parentNodeId" : "ND-ReviewPresentationPeriod", + "name" : "Review Deadline Description", + "btId" : "BT-99", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:PresentationPeriod/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "22", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-118-NoticeResult-Currency", + "parentNodeId" : "ND-NoticeResult", + "name" : "Currency of the notice framework value", + "btId" : "BT-118", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efbc:OverallMaximumFrameworkContractsAmount/@currencyID", + "xpathRelative" : "efbc:OverallMaximumFrameworkContractsAmount/@currencyID", + "type" : "code", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-161-NoticeResult-Currency", + "parentNodeId" : "ND-NoticeResult", + "name" : "Currency of the notice value", + "btId" : "BT-161", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/cbc:TotalAmount/@currencyID", + "xpathRelative" : "cbc:TotalAmount/@currencyID", + "type" : "code", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-27-Procedure-Currency", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Currency of the estimated value of the procedure", + "btId" : "BT-27", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal/cbc:EstimatedOverallContractAmount/@currencyID", + "xpathRelative" : "cac:RequestedTenderTotal/cbc:EstimatedOverallContractAmount/@currencyID", + "type" : "code", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "15", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-36-Lot-Number", + "parentNodeId" : "ND-LotDuration", + "name" : "Numeric value of the duration period", + "btId" : "BT-36", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:DurationMeasure", + "xpathRelative" : "cbc:DurationMeasure", + "type" : "number", + "legalType" : "DURATION", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-98-Lot-Number", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Numeric value of the tender validity deadline", + "btId" : "BT-98", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderValidityPeriod/cbc:DurationMeasure", + "xpathRelative" : "cac:TenderValidityPeriod/cbc:DurationMeasure", + "type" : "number", + "legalType" : "DURATION", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-010-notice", + "parentNodeId" : "ND-Publication", + "name" : "Notice Publication Number", + "btId" : "OPP-010", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Publication/efbc:NoticePublicationID[@schemeName='ojs-notice-id']", + "xpathRelative" : "efbc:NoticePublicationID[@schemeName='ojs-notice-id']", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[1-9](\\d{0,7})-(19|20)\\d\\d$", + "severity" : "ERROR" + } + }, { + "id" : "OPP-011-notice", + "parentNodeId" : "ND-Publication", + "name" : "OJEU Identifier", + "btId" : "OPP-011", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Publication/efbc:GazetteID[@schemeName='ojs-id']", + "xpathRelative" : "efbc:GazetteID[@schemeName='ojs-id']", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[1-9]\\d{0,2}/(19|20)\\d\\d$", + "severity" : "ERROR" + } + }, { + "id" : "OPP-012-notice", + "parentNodeId" : "ND-Publication", + "name" : "OJEU Publication Date", + "btId" : "OPP-012", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Publication/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "OPP-020-Contract", + "parentNodeId" : "ND-ExtendedDurationJustification", + "name" : "Assets related contract extension indicator", + "btId" : "OPP-020", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efbc:ExtendedDurationIndicator", + "xpathRelative" : "efbc:ExtendedDurationIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-021-Contract", + "parentNodeId" : "ND-Asset", + "name" : "Used asset", + "btId" : "OPP-021", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList/efac:Asset/efbc:AssetDescription", + "xpathRelative" : "efbc:AssetDescription", + "type" : "text-multilingual", + "maxLength" : 4000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-022-Contract", + "parentNodeId" : "ND-Asset", + "name" : "Significance (%)", + "btId" : "OPP-022", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList/efac:Asset/efbc:AssetSignificance", + "xpathRelative" : "efbc:AssetSignificance", + "type" : "text", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-023-Contract", + "parentNodeId" : "ND-Asset", + "name" : "Predominance (%)", + "btId" : "OPP-023", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList/efac:Asset/efbc:AssetPredominance", + "xpathRelative" : "efbc:AssetPredominance", + "type" : "text", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-030-Tender", + "parentNodeId" : "ND-OtherContractExecutionConditions", + "name" : "Contract conditions Code", + "btId" : "OPP-030", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[not(efbc:TermCode/text()='all-rev-tic')][efbc:TermCode/@listName='contract-detail']/efbc:TermCode", + "xpathRelative" : "efbc:TermCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "contract-detail", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-031-Tender", + "parentNodeId" : "ND-OtherContractExecutionConditions", + "name" : "Contract Conditions Description (other than revenue allocation)", + "btId" : "OPP-031", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[not(efbc:TermCode/text()='all-rev-tic')][efbc:TermCode/@listName='contract-detail']/efbc:TermDescription", + "xpathRelative" : "efbc:TermDescription", + "type" : "text-multilingual", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-032-Tender", + "parentNodeId" : "ND-RevenueAllocation", + "name" : "Revenues Allocation", + "btId" : "OPP-032", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/text()='all-rev-tic']/efbc:TermPercent", + "xpathRelative" : "efbc:TermPercent", + "type" : "number", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-033-Tender", + "parentNodeId" : "ND-RewardsPenalties", + "name" : "Penalties and Rewards Code", + "btId" : "OPP-033", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/@listName='rewards-penalties']/efbc:TermCode", + "xpathRelative" : "efbc:TermCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "rewards-penalties", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-034-Tender", + "parentNodeId" : "ND-RewardsPenalties", + "name" : "Penalties and Rewards Description", + "btId" : "OPP-034", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/@listName='rewards-penalties']/efbc:TermDescription", + "xpathRelative" : "efbc:TermDescription", + "type" : "text-multilingual", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-040-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Main Nature - Sub Type", + "btId" : "OPP-040", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='transport-service']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='transport-service']", + "type" : "code", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "transport-service", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-050-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Buyers Group Lead Indicator", + "btId" : "OPP-050", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:GroupLeadIndicator", + "xpathRelative" : "efbc:GroupLeadIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-051-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Awarding CPB Buyer Indicator", + "btId" : "OPP-051", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:AwardingCPBIndicator", + "xpathRelative" : "efbc:AwardingCPBIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "14", "19", "28", "32", "35", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-052-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Acquiring CPB Buyer Indicator", + "btId" : "OPP-052", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:AcquiringCPBIndicator", + "xpathRelative" : "efbc:AcquiringCPBIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "14", "19", "28", "32", "35", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-070-notice", + "parentNodeId" : "ND-RootExtension", + "name" : "Notice Subtype", + "btId" : "OPP-070", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeSubType/cbc:SubTypeCode", + "xpathRelative" : "efac:NoticeSubType/cbc:SubTypeCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "notice-subtype", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'brin-ecs') and (OPP-070-notice in (brin-ecs))) or not(BT-02-notice == 'brin-ecs')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0100" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'brin-eeig') and (OPP-070-notice in (brin-eeig))) or not(BT-02-notice == 'brin-eeig')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0101" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-desg') and (OPP-070-notice in (can-desg))) or not(BT-02-notice == 'can-desg')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0102" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-modif') and (OPP-070-notice in (can-modif))) or not(BT-02-notice == 'can-modif')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0103" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-social') and (OPP-070-notice in (can-social))) or not(BT-02-notice == 'can-social')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0104" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-standard') and (OPP-070-notice in (can-standard))) or not(BT-02-notice == 'can-standard')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0105" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-tran') and (OPP-070-notice in (can-tran))) or not(BT-02-notice == 'can-tran')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0106" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'cn-desg') and (OPP-070-notice in (cn-desg))) or not(BT-02-notice == 'cn-desg')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0107" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'cn-social') and (OPP-070-notice in (cn-social))) or not(BT-02-notice == 'cn-social')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0108" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'cn-standard') and (OPP-070-notice in (cn-standard))) or not(BT-02-notice == 'cn-standard')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0109" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-buyer') and (OPP-070-notice in (pin-buyer))) or not(BT-02-notice == 'pin-buyer')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0111" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-cfc-social') and (OPP-070-notice in (pin-cfc-social))) or not(BT-02-notice == 'pin-cfc-social')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0112" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-cfc-standard') and (OPP-070-notice in (pin-cfc-standard))) or not(BT-02-notice == 'pin-cfc-standard')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0113" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-only') and (OPP-070-notice in (pin-only))) or not(BT-02-notice == 'pin-only')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0114" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-rtl') and (OPP-070-notice in (pin-rtl))) or not(BT-02-notice == 'pin-rtl')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0115" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-tran') and (OPP-070-notice in (pin-tran))) or not(BT-02-notice == 'pin-tran')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0116" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'qu-sy') and (OPP-070-notice in (qu-sy))) or not(BT-02-notice == 'qu-sy')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0117" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'subco') and (OPP-070-notice in (subco))) or not(BT-02-notice == 'subco')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0118" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'veat') and (OPP-070-notice in (veat))) or not(BT-02-notice == 'veat')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0119" + } ] + } + }, { + "id" : "OPP-080-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Kilometers Public Transport", + "btId" : "OPP-080", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efbc:PublicTransportationCumulatedDistance", + "xpathRelative" : "efbc:PublicTransportationCumulatedDistance", + "type" : "integer", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-090-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Previous Notice Identifier", + "btId" : "OPP-090", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:NoticeDocumentReference/cbc:ID", + "xpathRelative" : "cac:NoticeDocumentReference/cbc:ID", + "type" : "id", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "OPP-100-Business", + "parentNodeId" : "ND-OperationType", + "name" : "Notice Purpose", + "btId" : "OPP-100", + "xpathAbsolute" : "/*/efac:NoticePurpose/cbc:PurposeCode", + "xpathRelative" : "cbc:PurposeCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "notice-purpose", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-105-Business", + "parentNodeId" : "ND-Root", + "name" : "Sector of activity", + "btId" : "OPP-105", + "xpathAbsolute" : "/*/cac:BusinessCapability/cbc:CapabilityTypeCode", + "xpathRelative" : "cac:BusinessCapability/cbc:CapabilityTypeCode", + "type" : "code", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "main-activity", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-130-Business", + "parentNodeId" : "ND-Root", + "name" : "Additional information", + "btId" : "OPP-130", + "xpathAbsolute" : "/*/cbc:Note", + "xpathRelative" : "cbc:Note", + "type" : "text-multilingual", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-131-Business", + "parentNodeId" : "ND-SenderContact", + "name" : "Senders email address", + "btId" : "OPP-131", + "xpathAbsolute" : "/*/cac:SenderParty/cac:Contact/cbc:ElectronicMail", + "xpathRelative" : "cbc:ElectronicMail", + "type" : "email", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-001-notice", + "parentNodeId" : "ND-Root", + "name" : "UBL version ID (UBL)", + "btId" : "OPT-001", + "xpathAbsolute" : "/*/cbc:UBLVersionID", + "xpathRelative" : "cbc:UBLVersionID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^2\\.3$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-002-notice", + "parentNodeId" : "ND-Root", + "name" : "Customization ID (UBL)", + "btId" : "OPT-002", + "xpathAbsolute" : "/*/cbc:CustomizationID", + "xpathRelative" : "cbc:CustomizationID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^eforms-sdk-\\d\\.\\d$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-030-Procedure-SProvider", + "parentNodeId" : "ND-ServiceProviderParty", + "name" : "Provided Service Type", + "btId" : "OPT-030", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:ServiceProviderParty/cbc:ServiceTypeCode", + "xpathRelative" : "cbc:ServiceTypeCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "organisation-role-service", + "type" : "flat", + "parentId" : "organisation-role" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-050-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Document Status", + "btId" : "OPT-050", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:DocumentStatusCode", + "xpathRelative" : "cbc:DocumentStatusCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "document-status", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-070-Lot", + "parentNodeId" : "ND-ReservedExecution", + "name" : "Reserved Execution justification", + "btId" : "OPT-070", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='reserved-execution']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "maxLength" : 4000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-071-Lot", + "parentNodeId" : "ND-QualityTarget", + "name" : "Quality Target Code", + "btId" : "OPT-071", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='customer-service']/cbc:ExecutionRequirementCode", + "xpathRelative" : "cbc:ExecutionRequirementCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "customer-service", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-072-Lot", + "parentNodeId" : "ND-QualityTarget", + "name" : "Quality Target Description", + "btId" : "OPT-072", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='customer-service']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-090-Lot", + "parentNodeId" : "ND-FABuyerCategories", + "name" : "Buyer Categories", + "btId" : "OPT-090", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cac:SubsequentProcessTenderRequirement[cbc:Name/text()='buyer-categories']/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "code", + "presetValue" : "buyer-categories", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "buyer-categories", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-091-ReviewReq", + "parentNodeId" : "ND-AppealingParty", + "name" : "Review Requester Type", + "btId" : "OPT-091", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealingParty/efbc:AppealingPartyTypeCode", + "xpathRelative" : "efbc:AppealingPartyTypeCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-requester-type", + "type" : "flat", + "parentId" : "organisation-role" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-092-ReviewBody", + "parentNodeId" : "ND-AppealProcessingParty", + "name" : "Review Body Type Description", + "btId" : "OPT-092", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealProcessingParty/efbc:AppealProcessingPartyTypeDescription", + "xpathRelative" : "efbc:AppealProcessingPartyTypeDescription", + "type" : "text-multilingual", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-092-ReviewReq", + "parentNodeId" : "ND-AppealingParty", + "name" : "Review Requester Type Description", + "btId" : "OPT-092", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealingParty/efbc:AppealingPartyTypeDescription", + "xpathRelative" : "efbc:AppealingPartyTypeDescription", + "type" : "text-multilingual", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-100-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Framework Notice Identifier", + "btId" : "OPT-100", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cac:NoticeDocumentReference/cbc:ID", + "xpathRelative" : "cac:NoticeDocumentReference/cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-110-Lot-FiscalLegis", + "parentNodeId" : "ND-LotFiscalLegislation", + "name" : "URL to Fiscal Legislation", + "btId" : "OPT-110", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:FiscalLegislationDocumentReference/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "OPT-111-Lot-FiscalLegis", + "parentNodeId" : "ND-LotFiscalLegislation", + "name" : "Fiscal Legislation Document ID", + "btId" : "OPT-111", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:FiscalLegislationDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-112-Lot-EnvironLegis", + "parentNodeId" : "ND-LotEnvironmentalLegislation", + "name" : "Environmental Legislation Document ID", + "btId" : "OPT-112", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EnvironmentalLegislationDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-113-Lot-EmployLegis", + "parentNodeId" : "ND-LotEmploymentLegislation", + "name" : "Employment Legislation Document ID", + "btId" : "OPT-113", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EmploymentLegislationDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-120-Lot-EnvironLegis", + "parentNodeId" : "ND-LotEnvironmentalLegislation", + "name" : "URL to Environmental Legislation", + "btId" : "OPT-120", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EnvironmentalLegislationDocumentReference/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "OPT-130-Lot-EmployLegis", + "parentNodeId" : "ND-LotEmploymentLegislation", + "name" : "URL to Employment Legislation", + "btId" : "OPT-130", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EmploymentLegislationDocumentReference/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "OPT-140-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Procurement Documents ID", + "btId" : "OPT-140", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-150-Lot", + "parentNodeId" : "ND-AllowedSubcontracting", + "name" : "Subcontracting Allowed", + "btId" : "OPT-150", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-allowed']/cbc:SubcontractingConditionsCode", + "xpathRelative" : "cbc:SubcontractingConditionsCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "indicator", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-155-LotResult", + "parentNodeId" : "ND-ProcurementStatistics", + "name" : "Vehicle Type", + "btId" : "OPT-155", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails/efac:StrategicProcurementStatistics/efbc:StatisticsCode", + "xpathRelative" : "efbc:StatisticsCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "vehicles", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-156-LotResult", + "parentNodeId" : "ND-ProcurementStatistics", + "name" : "Vehicle Numeric", + "btId" : "OPT-156", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails/efac:StrategicProcurementStatistics/efbc:StatisticsNumeric", + "xpathRelative" : "efbc:StatisticsNumeric", + "type" : "number", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-160-UBO", + "parentNodeId" : "ND-UBO", + "name" : "First Name", + "btId" : "OPT-160", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cbc:FirstName", + "xpathRelative" : "cbc:FirstName", + "type" : "text", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-170-Tenderer", + "parentNodeId" : "ND-Tenderer", + "name" : "Tendering Party Leader", + "btId" : "OPT-170", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:Tenderer/efbc:GroupLeadIndicator", + "xpathRelative" : "efbc:GroupLeadIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-200-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation Technical Identifier", + "btId" : "OPT-200", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id", + "idScheme" : "ORG", + "schemeName" : "organization", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Company} ${OPT-200-Organization-Company is unique in /OPT-200-Organization-Company}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00200-0100" + }, { + "condition" : "{ND-Company} ${OPT-200-Organization-Company in OPT-300-Tenderer}", + "value" : "{ND-Company} ${not(OPT-201-Organization-TouchPoint is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00200-0101" + }, { + "condition" : "{ND-Company} ${OPT-200-Organization-Company in OPT-301-Tenderer-SubCont}", + "value" : "{ND-Company} ${not(OPT-201-Organization-TouchPoint is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00200-0102" + }, { + "value" : "{ND-Company} ${((OPT-200-Organization-Company in OPT-300-Contract-Signatory) or (OPT-200-Organization-Company in OPT-300-Procedure-Buyer) or (OPT-200-Organization-Company in OPT-300-Procedure-SProvider) or (OPT-200-Organization-Company in OPT-300-Tenderer) or (OPT-200-Organization-Company in OPT-301-Lot-AddInfo) or (OPT-200-Organization-Company in OPT-301-Lot-DocProvider) or (OPT-200-Organization-Company in OPT-301-Lot-EmployLegis) or (OPT-200-Organization-Company in OPT-301-Lot-EnvironLegis) or (OPT-200-Organization-Company in OPT-301-Lot-FiscalLegis) or (OPT-200-Organization-Company in OPT-301-Lot-Mediator) or (OPT-200-Organization-Company in OPT-301-Lot-ReviewInfo) or (OPT-200-Organization-Company in OPT-301-Lot-ReviewOrg) or (OPT-200-Organization-Company in OPT-301-Lot-TenderEval) or (OPT-200-Organization-Company in OPT-301-Lot-TenderReceipt) or (OPT-200-Organization-Company in OPT-301-LotResult-Financing) or (OPT-200-Organization-Company in OPT-301-LotResult-Paying) or (OPT-200-Organization-Company in OPT-301-Part-AddInfo) or (OPT-200-Organization-Company in OPT-301-Part-DocProvider) or (OPT-200-Organization-Company in OPT-301-Part-EmployLegis) or (OPT-200-Organization-Company in OPT-301-Part-EnvironLegis) or (OPT-200-Organization-Company in OPT-301-Part-FiscalLegis) or (OPT-200-Organization-Company in OPT-301-Part-Mediator) or (OPT-200-Organization-Company in OPT-301-Part-ReviewInfo) or (OPT-200-Organization-Company in OPT-301-Part-ReviewOrg) or (OPT-200-Organization-Company in OPT-301-Part-TenderEval) or (OPT-200-Organization-Company in OPT-301-Part-TenderReceipt) or (OPT-200-Organization-Company in OPT-301-ReviewBody) or (OPT-200-Organization-Company in OPT-301-ReviewReq) or (OPT-200-Organization-Company in OPT-301-Tenderer-MainCont) or (OPT-200-Organization-Company in OPT-301-Tenderer-SubCont))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00200-0103" + } ] + } + }, { + "id" : "OPT-201-Organization-TouchPoint", + "parentNodeId" : "ND-Touchpoint", + "name" : "TouchPoint Technical Identifier", + "btId" : "OPT-201", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id", + "idScheme" : "TPO", + "schemeName" : "touchpoint", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TPO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{OPT-201-Organization-TouchPoint} ${OPT-201-Organization-TouchPoint is present}", + "value" : "{OPT-201-Organization-TouchPoint} ${OPT-201-Organization-TouchPoint is unique in /OPT-201-Organization-TouchPoint}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00201-0100" + }, { + "condition" : "{ND-Organization} ${OPT-201-Organization-TouchPoint is present}", + "value" : "{ND-Organization} ${((OPT-201-Organization-TouchPoint in OPT-301-Lot-AddInfo) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-DocProvider) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-EmployLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-EnvironLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-FiscalLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-Mediator) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-ReviewInfo) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-ReviewOrg) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-TenderEval) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-TenderReceipt) or (OPT-201-Organization-TouchPoint in OPT-301-Part-AddInfo) or (OPT-201-Organization-TouchPoint in OPT-301-Part-DocProvider) or (OPT-201-Organization-TouchPoint in OPT-301-Part-EmployLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Part-EnvironLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Part-FiscalLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Part-Mediator) or (OPT-201-Organization-TouchPoint in OPT-301-Part-ReviewInfo) or (OPT-201-Organization-TouchPoint in OPT-301-Part-ReviewOrg) or (OPT-201-Organization-TouchPoint in OPT-301-Part-TenderEval) or (OPT-201-Organization-TouchPoint in OPT-301-Part-TenderReceipt) or (OPT-201-Organization-TouchPoint in OPT-301-ReviewBody) or (OPT-201-Organization-TouchPoint in OPT-301-ReviewReq))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00201-0101" + } ] + } + }, { + "id" : "OPT-202-UBO", + "parentNodeId" : "ND-UBO", + "name" : "Beneficial Owner Technical Identifier", + "btId" : "OPT-202", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "UBO", + "schemeName" : "ubo", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^UBO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{OPT-202-UBO} ${OPT-202-UBO is present}", + "value" : "{OPT-202-UBO} ${OPT-202-UBO is unique in /OPT-202-UBO}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00202-0100" + }, { + "condition" : "{ND-Organizations} ${OPT-202-UBO is present}", + "value" : "{ND-Organizations} ${(OPT-202-UBO in OPT-302-Organization)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00202-0101" + } ] + } + }, { + "id" : "OPT-210-Tenderer", + "parentNodeId" : "ND-TenderingParty", + "name" : "Tendering Party ID", + "btId" : "OPT-210", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "TPA", + "schemeName" : "tendering-party", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TPA-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-TenderingParty} ${OPT-210-Tenderer is unique in /OPT-210-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00210-0100" + }, { + "value" : "{ND-TenderingParty} ${((count(OPT-300-Tenderer) > 1) and (count(OPT-170-Tenderer[OPT-170-Tenderer == TRUE]) == 1)) or not(count(OPT-300-Tenderer) > 1)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00210-0101" + }, { + "value" : "{ND-TenderingParty} ${(OPT-210-Tenderer in OPT-310-Tender)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00210-0102" + } ] + } + }, { + "id" : "OPT-300-Contract-Signatory", + "parentNodeId" : "ND-SettledContract", + "name" : "Signatory Identifier Reference", + "btId" : "OPT-300", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cac:SignatoryParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:SignatoryParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SettledContract} ${OPT-300-Contract-Signatory is present}", + "value" : "{ND-SettledContract} ${every text:$signatory in OPT-300-Contract-Signatory satisfies ($signatory in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0252" + } ] + } + }, { + "id" : "OPT-300-Procedure-Buyer", + "parentNodeId" : "ND-ServiceProvider", + "name" : "Buyer Technical Identifier Reference", + "btId" : "OPT-300", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-Root} ${OPT-300-Procedure-Buyer is present}", + "value" : "{ND-Root} ${every text:$buyer in OPT-300-Procedure-Buyer satisfies ($buyer in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0250" + }, { + "value" : "{ND-Root} ${every text:$sps in OPT-300-Procedure-SProvider satisfies $sps not in OPT-300-Procedure-Buyer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0254" + }, { + "value" : "{ND-Root} ${(every text:$tenderer in OPT-300-Tenderer satisfies $tenderer not in OPT-300-Procedure-Buyer) and (every text:$subcont in OPT-301-Tenderer-SubCont satisfies $subcont not in OPT-300-Procedure-Buyer)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0255" + } ] + } + }, { + "id" : "OPT-300-Procedure-SProvider", + "parentNodeId" : "ND-ProviderParty", + "name" : "Service Provider Technical Identifier Reference", + "btId" : "OPT-300", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:ServiceProviderParty/cac:Party/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ServiceProvider} ${OPT-300-Procedure-SProvider is present}", + "value" : "{ND-ServiceProvider} ${every text:$provider in OPT-300-Procedure-SProvider satisfies ($provider in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0251" + } ] + } + }, { + "id" : "OPT-300-Tenderer", + "parentNodeId" : "ND-Tenderer", + "name" : "Tenderer ID Reference", + "btId" : "OPT-300", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:Tenderer/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-TenderingParty} ${OPT-300-Tenderer is present}", + "value" : "{ND-TenderingParty} ${every text:$tenderer in OPT-300-Tenderer satisfies ($tenderer in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0253" + }, { + "value" : "{ND-TenderingParty} ${every text:$mediator in /OPT-301-Lot-Mediator satisfies $mediator not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0256" + }, { + "value" : "{ND-TenderingParty} ${every text:$psp in OPT-300-Procedure-SProvider satisfies $psp not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0257" + }, { + "value" : "{ND-TenderingParty} ${every text:$revOrg in /OPT-301-Lot-ReviewOrg satisfies $revOrg not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0258" + }, { + "value" : "{ND-TenderingParty} ${every text:$addInfo in /OPT-301-Lot-AddInfo satisfies $addInfo not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0259" + }, { + "value" : "{ND-TenderingParty} ${every text:$employ in /OPT-301-Lot-EmployLegis satisfies $employ not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0260" + }, { + "value" : "{ND-TenderingParty} ${every text:$environ in /OPT-301-Lot-EnvironLegis satisfies $environ not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0261" + }, { + "value" : "{ND-TenderingParty} ${every text:$tax in /OPT-301-Lot-FiscalLegis satisfies $tax not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0262" + }, { + "value" : "{ND-TenderingParty} ${every text:$doc in /OPT-301-Lot-DocProvider satisfies $doc not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0263" + }, { + "value" : "{ND-TenderingParty} ${every text:$reviewInfo in /OPT-301-Lot-ReviewInfo satisfies $reviewInfo not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0264" + }, { + "value" : "{ND-TenderingParty} ${every text:$recepient in /OPT-301-Lot-TenderReceipt satisfies $recepient not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0265" + }, { + "value" : "{ND-TenderingParty} ${every text:$eval in /OPT-301-Lot-TenderEval satisfies $eval not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0266" + }, { + "value" : "{ND-TenderingParty} ${every text:$sign in /OPT-300-Contract-Signatory satisfies $sign not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0267" + }, { + "value" : "{ND-TenderingParty} ${every text:$fund in /OPT-301-LotResult-Financing satisfies $fund not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0268" + }, { + "value" : "{ND-TenderingParty} ${every text:$pay in /OPT-301-LotResult-Paying satisfies $pay not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0269" + } ] + } + }, { + "id" : "OPT-301-Lot-AddInfo", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Additional Info Provider Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AdditionalInformationParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:AdditionalInformationParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "10", "11", "14", "15", "17", "19", "21", "24", "26", "28", "30", "32", "34", "35", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingTerms} ${OPT-301-Lot-AddInfo is present}", + "value" : "{ND-LotTenderingTerms} ${((OPT-301-Lot-AddInfo in /OPT-200-Organization-Company) or (OPT-301-Lot-AddInfo in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1400" + } ] + } + }, { + "id" : "OPT-301-Lot-DocProvider", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Document Provider Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:DocumentProviderParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:DocumentProviderParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingTerms} ${OPT-301-Lot-DocProvider is present}", + "value" : "{ND-LotTenderingTerms} ${((OPT-301-Lot-DocProvider in /OPT-200-Organization-Company) or (OPT-301-Lot-DocProvider in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1402" + } ] + } + }, { + "id" : "OPT-301-Lot-EmployLegis", + "parentNodeId" : "ND-LotEmploymentLegislation", + "name" : "Employment Legislation Organization Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EmploymentLegislationDocumentReference/cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "9" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotEmploymentLegislation} ${OPT-301-Lot-EmployLegis is present}", + "value" : "{ND-LotEmploymentLegislation} ${((OPT-301-Lot-EmployLegis in /OPT-200-Organization-Company) or (OPT-301-Lot-EmployLegis in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1404" + } ] + } + }, { + "id" : "OPT-301-Lot-EnvironLegis", + "parentNodeId" : "ND-LotEnvironmentalLegislation", + "name" : "Environmental Legislation Organization Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EnvironmentalLegislationDocumentReference/cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "9" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotEnvironmentalLegislation} ${OPT-301-Lot-EnvironLegis is present}", + "value" : "{ND-LotEnvironmentalLegislation} ${((OPT-301-Lot-EnvironLegis in /OPT-200-Organization-Company) or (OPT-301-Lot-EnvironLegis in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1406" + } ] + } + }, { + "id" : "OPT-301-Lot-FiscalLegis", + "parentNodeId" : "ND-LotFiscalLegislation", + "name" : "Fiscal Legislation Organization Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:FiscalLegislationDocumentReference/cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "9" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotFiscalLegislation} ${OPT-301-Lot-FiscalLegis is present}", + "value" : "{ND-LotFiscalLegislation} ${((OPT-301-Lot-FiscalLegis in /OPT-200-Organization-Company) or (OPT-301-Lot-FiscalLegis in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1408" + } ] + } + }, { + "id" : "OPT-301-Lot-Mediator", + "parentNodeId" : "ND-LotReviewTerms", + "name" : "Mediator Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:MediationParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:MediationParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotReviewTerms} ${OPT-301-Lot-Mediator is present}", + "value" : "{ND-LotReviewTerms} ${(OPT-301-Lot-Mediator in /OPT-200-Organization-Company) or (OPT-301-Lot-Mediator in /OPT-201-Organization-TouchPoint)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1412" + } ] + } + }, { + "id" : "OPT-301-Lot-ReviewInfo", + "parentNodeId" : "ND-LotReviewTerms", + "name" : "Review Info Provider Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:AppealInformationParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:AppealInformationParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotReviewTerms} ${OPT-301-Lot-ReviewInfo is present}", + "value" : "{ND-LotReviewTerms} ${(OPT-301-Lot-ReviewInfo in /OPT-200-Organization-Company) or (OPT-301-Lot-ReviewInfo in /OPT-201-Organization-TouchPoint)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1415" + } ] + } + }, { + "id" : "OPT-301-Lot-ReviewOrg", + "parentNodeId" : "ND-LotReviewTerms", + "name" : "Review Organization Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:AppealReceiverParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:AppealReceiverParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "10", "12", "14", "16", "17", "19", "23", "25", "27", "28", "29", "30", "32", "34", "35", "36", "37", "38", "39", "40", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotReviewTerms} ${OPT-301-Lot-ReviewOrg is present}", + "value" : "{ND-LotReviewTerms} ${(OPT-301-Lot-ReviewOrg in /OPT-200-Organization-Company) or (OPT-301-Lot-ReviewOrg in /OPT-201-Organization-TouchPoint)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1417" + } ] + } + }, { + "id" : "OPT-301-Lot-TenderEval", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Tender Evaluator Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderEvaluationParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:TenderEvaluationParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingTerms} ${OPT-301-Lot-TenderEval is present}", + "value" : "{ND-LotTenderingTerms} ${((OPT-301-Lot-TenderEval in /OPT-200-Organization-Company) or (OPT-301-Lot-TenderEval in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1420" + } ] + } + }, { + "id" : "OPT-301-Lot-TenderReceipt", + "parentNodeId" : "ND-TenderRecipient", + "name" : "Tender Recipient Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderRecipientParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingTerms} ${OPT-301-Lot-TenderReceipt is present}", + "value" : "{ND-LotTenderingTerms} ${((OPT-301-Lot-TenderReceipt in /OPT-200-Organization-Company) or (OPT-301-Lot-TenderReceipt in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1422" + } ] + } + }, { + "id" : "OPT-301-LotResult-Financing", + "parentNodeId" : "ND-LotResult", + "name" : "Financing Party (ID reference)", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cac:FinancingParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:FinancingParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${OPT-301-LotResult-Financing is present}", + "value" : "{ND-LotResult} ${every text:$financing in OPT-301-LotResult-Financing satisfies ($financing in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1410" + } ] + } + }, { + "id" : "OPT-301-LotResult-Paying", + "parentNodeId" : "ND-LotResult", + "name" : "Payer Party (ID reference)", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cac:PayerParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PayerParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${OPT-301-LotResult-Paying is present}", + "value" : "{ND-LotResult} ${every text:$payer in OPT-301-LotResult-Paying satisfies ($payer in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1414" + } ] + } + }, { + "id" : "OPT-301-ReviewBody", + "parentNodeId" : "ND-AppealProcessingParty", + "name" : "Review Body (Reference ID)", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealProcessingParty/cac:Party/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:Party/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-301-ReviewReq", + "parentNodeId" : "ND-AppealingParty", + "name" : "Review Requester (Reference ID)", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealingParty/cac:Party/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:Party/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-301-Tenderer-MainCont", + "parentNodeId" : "ND-SubContractor", + "name" : "Main Contractor ID Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:SubContractor/efac:MainContractor/cbc:ID", + "xpathRelative" : "efac:MainContractor/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SubContractor} ${OPT-301-Tenderer-MainCont is present}", + "value" : "{ND-SubContractor} ${every text:$main in OPT-301-Tenderer-MainCont satisfies ($main in OPT-300-Tenderer)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1411" + } ] + } + }, { + "id" : "OPT-301-Tenderer-SubCont", + "parentNodeId" : "ND-SubContractor", + "name" : "Subcontractor ID Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:SubContractor/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$subCon in OPT-301-Tenderer-SubCont satisfies ($subCon in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1419" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$maincont in OPT-300-Tenderer satisfies $maincont not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1424" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$mediator in /OPT-301-Lot-Mediator satisfies $mediator not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1425" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$psp in OPT-300-Procedure-SProvider satisfies $psp not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1426" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$revOrg in /OPT-301-Lot-ReviewOrg satisfies $revOrg not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1427" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$addInfo in /OPT-301-Lot-AddInfo satisfies $addInfo not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1428" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$employ in /OPT-301-Lot-EmployLegis satisfies $employ not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1429" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$environ in /OPT-301-Lot-EnvironLegis satisfies $environ not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1430" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$tax in /OPT-301-Lot-FiscalLegis satisfies $tax not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1431" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$doc in /OPT-301-Lot-DocProvider satisfies $doc not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1432" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$reviewInfo in /OPT-301-Lot-ReviewInfo satisfies $reviewInfo not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1433" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$recepient in /OPT-301-Lot-TenderReceipt satisfies $recepient not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1434" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$eval in /OPT-301-Lot-TenderEval satisfies $eval not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1435" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$sign in /OPT-300-Contract-Signatory satisfies $sign not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1436" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$fund in /OPT-301-LotResult-Financing satisfies $fund not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1437" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$pay in /OPT-301-LotResult-Paying satisfies $pay not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1438" + } ] + } + }, { + "id" : "OPT-302-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Beneficial Owner Reference", + "btId" : "OPT-302", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:UltimateBeneficialOwner/cbc:ID", + "xpathRelative" : "efac:UltimateBeneficialOwner/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "UBO" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^UBO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-Organization} ${OPT-302-Organization is present}", + "value" : "{ND-Organization} ${every text:$ubo in OPT-302-Organization satisfies ($ubo in OPT-202-UBO)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00302-0100" + } ] + } + }, { + "id" : "OPT-310-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tendering Party ID Reference", + "btId" : "OPT-310", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:TenderingParty/cbc:ID", + "xpathRelative" : "efac:TenderingParty/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "TPA" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TPA-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTender} ${OPT-310-Tender in OPT-210-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00310-0100" + } ] + } + }, { + "id" : "OPT-315-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Contract Identifier Reference", + "btId" : "OPT-315", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:SettledContract/cbc:ID", + "xpathRelative" : "efac:SettledContract/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "CON" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^CON-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${OPT-315-LotResult is present}", + "value" : "{ND-LotResult} ${every text:$contract in OPT-315-LotResult satisfies ($contract in OPT-316-Contract)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00315-0100" + } ] + } + }, { + "id" : "OPT-316-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Technical Identifier", + "btId" : "OPT-316", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "CON", + "schemeName" : "contract", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "25", "26", "27", "28", "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^CON-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SettledContract} ${OPT-316-Contract is unique in /OPT-316-Contract}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00316-0100" + }, { + "condition" : "{ND-SettledContract} ${OPP-070-notice in ('29','30','31','32','E4','T02','33','34','35','36','37','E5')}", + "value" : "{ND-SettledContract} ${(OPT-316-Contract in OPT-315-LotResult)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00316-0101" + } ] + } + }, { + "id" : "OPT-320-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Tender Identifier Reference", + "btId" : "OPT-320", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:LotTender/cbc:ID", + "xpathRelative" : "efac:LotTender/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "TEN" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TEN-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${OPT-320-LotResult is present}", + "value" : "{ND-LotResult} ${every text:$tender in OPT-320-LotResult satisfies ($tender in OPT-321-Tender)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00320-0100" + } ] + } + }, { + "id" : "OPT-321-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Technical Identifier", + "btId" : "OPT-321", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "TEN", + "schemeName" : "tender", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TEN-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTender} ${OPT-321-Tender is unique in /OPT-321-Tender}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00321-0100" + }, { + "condition" : "{ND-LotTender} ${OPP-070-notice in ('29','30','31','32','E4','T02','33','34','35','36','37','E5')}", + "value" : "{ND-LotTender} ${(OPT-321-Tender in OPT-320-LotResult)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00321-0101" + } ] + } + }, { + "id" : "OPT-322-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "LotResult Technical Identifier", + "btId" : "OPT-322", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "RES", + "schemeName" : "result", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "29", "30", "31", "32", "33", "34", "35", "36", "37", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^RES-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{OPT-322-LotResult} ${OPT-322-LotResult is present}", + "value" : "{OPT-322-LotResult} ${OPT-322-LotResult is unique in /OPT-322-LotResult}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00322-0051" + } ] + } + }, { + "id" : "OPT-999", + "parentNodeId" : "ND-Root", + "name" : "Dummy Tender Award Date", + "btId" : "OPT-999", + "xpathAbsolute" : "/*/cac:TenderResult/cbc:AwardDate", + "xpathRelative" : "cac:TenderResult/cbc:AwardDate", + "type" : "date", + "presetValue" : "2000-01-01Z", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + } ] +} \ No newline at end of file diff --git a/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/notice-types/29.json b/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/notice-types/29.json new file mode 100644 index 0000000..66f6499 --- /dev/null +++ b/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/notice-types/29.json @@ -0,0 +1,4376 @@ +{ + "ublVersion" : "2.3", + "sdkVersion" : "1.10.0", + "metadataDatabase" : { + "version" : "1.10.0", + "createdOn" : "2023-11-15T14:00:00" + }, + "noticeId" : "29", + "metadata" : [ { + "id" : "BT-02-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Type", + "_label" : "field|name|BT-02-notice", + "readOnly" : true + }, { + "id" : "BT-03-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Form Type", + "_label" : "field|name|BT-03-notice", + "readOnly" : true + }, { + "id" : "BT-04-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Identifier", + "_label" : "field|name|BT-04-notice", + "readOnly" : true + }, { + "id" : "BT-701-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Identifier", + "_label" : "field|name|BT-701-notice", + "readOnly" : true + }, { + "id" : "BT-757-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Version", + "_label" : "field|name|BT-757-notice", + "readOnly" : true + }, { + "id" : "BT-702(a)-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Official Language", + "_label" : "field|name|BT-702(a)-notice", + "hidden" : true + }, { + "id" : "BT-702(b)-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Official Language", + "_label" : "field|name|BT-702(b)-notice", + "_repeatable" : true, + "hidden" : true + }, { + "id" : "BT-05(a)-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Dispatch Date", + "_label" : "field|name|BT-05(a)-notice", + "_presetValue" : "{NOW}", + "hidden" : true + }, { + "id" : "BT-05(b)-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Dispatch Time", + "_label" : "field|name|BT-05(b)-notice", + "_presetValue" : "{NOW}", + "hidden" : true + }, { + "id" : "BT-738-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Preferred Publication Date", + "_label" : "field|name|BT-738-notice", + "hidden" : true + }, { + "id" : "OPT-999", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Dummy Tender Award Date", + "_label" : "field|name|OPT-999", + "_presetValue" : "2000-01-01Z", + "hidden" : true + }, { + "id" : "OPT-001-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBL version ID (UBL)", + "_label" : "field|name|OPT-001-notice", + "hidden" : true + }, { + "id" : "OPT-002-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Customization ID (UBL)", + "_label" : "field|name|OPT-002-notice", + "readOnly" : true + }, { + "id" : "OPP-070-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Subtype", + "_label" : "field|name|OPP-070-notice", + "readOnly" : true + }, { + "id" : "OPP-010-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Publication Number", + "_label" : "field|name|OPP-010-notice", + "hidden" : true + }, { + "id" : "OPP-011-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "OJEU Identifier", + "_label" : "field|name|OPP-011-notice", + "hidden" : true + }, { + "id" : "OPP-012-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "OJEU Publication Date", + "_label" : "field|name|OPP-012-notice", + "hidden" : true + } ], + "content" : [ { + "id" : "GR-Buyer", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Contracting Party and Provider related Information", + "_label" : "group|name|GR-Buyer", + "content" : [ { + "id" : "GR-ContractingAuthority", + "contentType" : "group", + "nodeId" : "ND-ContractingParty", + "displayType" : "GROUP", + "description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", + "_label" : "group|name|ND-ContractingParty", + "_repeatable" : true, + "content" : [ { + "id" : "GR-ContractingAuthority-Buyer", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", + "_label" : "group|name|GR-ContractingAuthority-Buyer", + "content" : [ { + "id" : "OPT-300-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Technical Identifier Reference", + "_label" : "field|name|OPT-300-Procedure-Buyer", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "BT-11-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Legal Type", + "_label" : "field|name|BT-11-Procedure-Buyer" + }, { + "id" : "BT-10-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Activity Authority", + "_label" : "field|name|BT-10-Procedure-Buyer" + }, { + "id" : "BT-508-Procedure-Buyer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Profile URL", + "_label" : "field|name|BT-508-Procedure-Buyer" + } ] + }, { + "id" : "GR-Procedure-SProvider", + "contentType" : "group", + "nodeId" : "ND-ServiceProviderParty", + "displayType" : "GROUP", + "description" : "Provided Service (code) and Provider (Reference to Organization)", + "_label" : "group|name|ND-ServiceProviderParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Procedure-SProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Service Provider Technical Identifier Reference", + "_label" : "field|name|OPT-300-Procedure-SProvider", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "OPT-030-Procedure-SProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Provided Service Type", + "_label" : "field|name|OPT-030-Procedure-SProvider" + } ] + } ] + } ] + }, { + "id" : "GR-Procedure", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure", + "content" : [ { + "id" : "GR-Procedure-Purpose", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Purpose", + "_label" : "group|name|GR-Procedure-Purpose", + "content" : [ { + "id" : "GR-Previous-Notice", + "contentType" : "group", + "nodeId" : "ND-PreviousNoticeReference", + "displayType" : "GROUP", + "description" : "Previous notice reference", + "_label" : "group|name|ND-PreviousNoticeReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPP-090-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Notice Identifier", + "_label" : "field|name|OPP-090-Procedure" + } ] + }, { + "id" : "GR-Procedure-MainLegalBasis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Main Legal Basis", + "_label" : "group|name|GR-Procedure-MainLegalBasis", + "content" : [ { + "id" : "BT-01-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Legal Basis", + "_label" : "field|name|BT-01-notice" + } ] + }, { + "id" : "GR-Procedure-LocalLegalBasisWithID", + "contentType" : "group", + "nodeId" : "ND-LocalLegalBasisWithID", + "displayType" : "GROUP", + "description" : "Legislation impacting the procurement and for which an ID is known", + "_label" : "group|name|ND-LocalLegalBasisWithID", + "_repeatable" : true, + "content" : [ { + "id" : "BT-01(c)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Legal Basis (ID)", + "_label" : "field|name|BT-01(c)-Procedure" + }, { + "id" : "BT-01(d)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Legal Basis (Description)", + "_label" : "field|name|BT-01(d)-Procedure" + } ] + }, { + "id" : "GR-Procedure-LocalLegalBasisNoID", + "contentType" : "group", + "nodeId" : "ND-LocalLegalBasisNoID", + "displayType" : "GROUP", + "description" : "Legislation impacting the procurement and for which no ID is known", + "_label" : "group|name|ND-LocalLegalBasisNoID", + "_repeatable" : true, + "content" : [ { + "id" : "BT-01(e)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Legal Basis (NoID)", + "_label" : "field|name|BT-01(e)-Procedure", + "_presetValue" : "LocalLegalBasis", + "hidden" : true + }, { + "id" : "BT-01(f)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Legal Basis (NoID Description)", + "_label" : "field|name|BT-01(f)-Procedure" + } ] + }, { + "id" : "GR-Procedure-Description", + "contentType" : "group", + "nodeId" : "ND-ProcedureProcurementScope", + "displayType" : "GROUP", + "description" : "Scope of the Procurement addressed with the whole notice", + "_label" : "group|name|ND-ProcedureProcurementScope", + "content" : [ { + "id" : "BT-22-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internal Identifier", + "_label" : "field|name|BT-22-Procedure" + }, { + "id" : "BT-21-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Title", + "_label" : "field|name|BT-21-Procedure" + }, { + "id" : "BT-24-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Description", + "_label" : "field|name|BT-24-Procedure" + }, { + "id" : "BT-23-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Nature", + "_label" : "field|name|BT-23-Procedure" + }, { + "id" : "GR-Procedure-Additional-Nature", + "contentType" : "group", + "nodeId" : "ND-ProcedureContractAdditionalNature", + "displayType" : "GROUP", + "description" : "Additional contract nature for the Procedure", + "_label" : "group|name|ND-ProcedureContractAdditionalNature", + "_repeatable" : true, + "content" : [ { + "id" : "BT-531-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Nature (different from Main)", + "_label" : "field|name|BT-531-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Scope", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Scope", + "_label" : "group|name|GR-Procedure-Scope", + "content" : [ { + "id" : "BT-27-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Estimated Value", + "_label" : "field|name|BT-27-Procedure" + }, { + "id" : "BT-271-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-271-Procedure" + }, { + "id" : "GR-Procedure-Scope-MainClassification", + "contentType" : "group", + "nodeId" : "ND-ProcedureMainClassification", + "displayType" : "GROUP", + "description" : "Classification for the Main Commodity of the Procedure", + "_label" : "group|name|ND-ProcedureMainClassification", + "content" : [ { + "id" : "BT-26(m)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(m)-Procedure" + }, { + "id" : "BT-262-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Classification Code", + "_label" : "field|name|BT-262-Procedure" + } ] + }, { + "id" : "GR-Procedure-Scope-AdditionalClassification", + "contentType" : "group", + "nodeId" : "ND-ProcedureAdditionalCommodityClassification", + "displayType" : "GROUP", + "description" : "Classification for the Additional Commodity of the Procedure", + "_label" : "group|name|ND-ProcedureAdditionalCommodityClassification", + "_repeatable" : true, + "content" : [ { + "id" : "BT-26(a)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(a)-Procedure" + }, { + "id" : "BT-263-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Classification Code", + "_label" : "field|name|BT-263-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-PlaceOfPerformance", + "contentType" : "group", + "nodeId" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "displayType" : "GROUP", + "description" : "Additional Information about the location where the Procurement, for the Procedure as a whole, should take place", + "_label" : "group|name|ND-ProcedurePlacePerformanceAdditionalInformation", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5101(a)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Street", + "_label" : "field|name|BT-5101(a)-Procedure" + }, { + "id" : "BT-5101(b)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 1", + "_label" : "field|name|BT-5101(b)-Procedure" + }, { + "id" : "BT-5101(c)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 2", + "_label" : "field|name|BT-5101(c)-Procedure" + }, { + "id" : "BT-5131-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance City", + "_label" : "field|name|BT-5131-Procedure" + }, { + "id" : "BT-5121-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Post Code", + "_label" : "field|name|BT-5121-Procedure" + }, { + "id" : "BT-5071-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Subdivision", + "_label" : "field|name|BT-5071-Procedure" + }, { + "id" : "BT-5141-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Code", + "_label" : "field|name|BT-5141-Procedure" + }, { + "id" : "BT-727-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Services Other", + "_label" : "field|name|BT-727-Procedure" + }, { + "id" : "BT-728-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Additional Information", + "_label" : "field|name|BT-728-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-TenderingTerms", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Terms", + "_label" : "group|name|GR-Procedure-TenderingTerms", + "content" : [ { + "id" : "GR-Procedure-CrossBorderLaw", + "contentType" : "group", + "nodeId" : "ND-CrossBorderLaw", + "displayType" : "GROUP", + "description" : "Cross Border Law", + "_label" : "group|name|ND-CrossBorderLaw", + "content" : [ { + "id" : "BT-09(a)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Cross Border Law", + "_label" : "field|name|BT-09(a)-Procedure", + "_presetValue" : "CrossBorderLaw", + "hidden" : true + }, { + "id" : "BT-09(b)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Cross Border Law Description", + "_label" : "field|name|BT-09(b)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Procedure-subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure-Procedure-subsection", + "content" : [ { + "id" : "GR-Procedure-Procedure", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure-Procedure", + "content" : [ { + "id" : "BT-634-Procedure", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Procurement Relaunch", + "_label" : "field|name|BT-634-Procedure" + }, { + "id" : "BT-88-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Features", + "_label" : "field|name|BT-88-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-88-Procedure", + "unpublishFieldId" : "BT-195(BT-88)-Procedure", + "unpublishCode" : "pro-fea" + }, { + "id" : "GR-Unpublish-BT-88-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureFeaturesUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ProcedureFeatures)", + "_label" : "group|name|ND-ProcedureFeaturesUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-88)-Procedure", + "_presetValue" : "pro-fea", + "hidden" : true + }, { + "id" : "BT-196(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-88)-Procedure" + }, { + "id" : "BT-197(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-88)-Procedure" + }, { + "id" : "BT-198(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-88)-Procedure" + } ] + }, { + "id" : "BT-105-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Type", + "_label" : "field|name|BT-105-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-105-Procedure", + "unpublishFieldId" : "BT-195(BT-105)-Procedure", + "unpublishCode" : "pro-typ" + }, { + "id" : "GR-Unpublish-BT-105-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureTypeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (Procedure Type)", + "_label" : "group|name|ND-ProcedureTypeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-105)-Procedure", + "_presetValue" : "pro-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-105)-Procedure" + }, { + "id" : "BT-197(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-105)-Procedure" + }, { + "id" : "BT-198(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-105)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Accelerated", + "contentType" : "group", + "nodeId" : "ND-AcceleratedProcedure", + "displayType" : "GROUP", + "description" : "Accelerated Procedure (or not) and Justification", + "_label" : "group|name|ND-AcceleratedProcedure", + "content" : [ { + "id" : "BT-106-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Accelerated", + "_label" : "field|name|BT-106-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-106-Procedure", + "unpublishFieldId" : "BT-195(BT-106)-Procedure", + "unpublishCode" : "pro-acc" + }, { + "id" : "GR-Unpublish-BT-106-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureAcceleratedUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (Procedure Accelerated)", + "_label" : "group|name|ND-ProcedureAcceleratedUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-106)-Procedure", + "_presetValue" : "pro-acc", + "hidden" : true + }, { + "id" : "BT-196(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-106)-Procedure" + }, { + "id" : "BT-197(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-106)-Procedure" + }, { + "id" : "BT-198(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-106)-Procedure" + } ] + }, { + "id" : "BT-1351-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Accelerated Justification", + "_label" : "field|name|BT-1351-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-1351-Procedure", + "unpublishFieldId" : "BT-195(BT-1351)-Procedure", + "unpublishCode" : "pro-acc-jus" + }, { + "id" : "GR-Unpublish-BT-1351-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ProcedureAcceleratedJustification)", + "_label" : "group|name|ND-ProcedureAcceleratedJustificationUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1351)-Procedure", + "_presetValue" : "pro-acc-jus", + "hidden" : true + }, { + "id" : "BT-196(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1351)-Procedure" + }, { + "id" : "BT-197(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1351)-Procedure" + }, { + "id" : "BT-198(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1351)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-DirectAward", + "contentType" : "group", + "nodeId" : "ND-DirectAward", + "displayType" : "GROUP", + "description" : "Direct Award (or not) and Justification", + "_label" : "group|name|ND-DirectAward", + "_repeatable" : true, + "content" : [ { + "id" : "BT-136-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Direct Award Justification Code", + "_label" : "field|name|BT-136-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-136-Procedure", + "unpublishFieldId" : "BT-195(BT-136)-Procedure", + "unpublishCode" : "dir-awa-jus" + }, { + "id" : "GR-Unpublish-BT-136-ProcedureBAD", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationCode)", + "_label" : "group|name|ND-DirectAwardJustificationCodeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-136)-Procedure", + "_presetValue" : "dir-awa-jus", + "hidden" : true + }, { + "id" : "BT-196(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-136)-Procedure" + }, { + "id" : "BT-197(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-136)-Procedure" + }, { + "id" : "BT-198(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-136)-Procedure" + } ] + }, { + "id" : "BT-135-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Direct Award Justification Text", + "_label" : "field|name|BT-135-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-135-Procedure", + "unpublishFieldId" : "BT-195(BT-135)-Procedure", + "unpublishCode" : "dir-awa-tex" + }, { + "id" : "GR-Unpublish-BT-135-Procedure", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationTextUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationText)", + "_label" : "group|name|ND-DirectAwardJustificationTextUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-135)-Procedure", + "_presetValue" : "dir-awa-tex", + "hidden" : true + }, { + "id" : "BT-196(BT-135)-ProcedureBAD", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-135)-Procedure" + }, { + "id" : "BT-197(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-135)-Procedure" + }, { + "id" : "BT-198(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-135)-Procedure" + } ] + }, { + "id" : "BT-1252-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Direct Award Justification Previous Procedure Identifier", + "_label" : "field|name|BT-1252-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-1252-Procedure", + "unpublishFieldId" : "BT-195(BT-1252)-Procedure", + "unpublishCode" : "dir-awa-pre" + }, { + "id" : "GR-Unpublish-BT-1252-Procedure", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationPrevious)", + "_label" : "group|name|ND-DirectAwardJustificationPreviousUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1252)-Procedure", + "_presetValue" : "dir-awa-pre", + "hidden" : true + }, { + "id" : "BT-196(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1252)-Procedure" + }, { + "id" : "BT-197(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1252)-Procedure" + }, { + "id" : "BT-198(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1252)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-PinTerminated", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "PIN Terminated", + "_label" : "group|name|GR-Procedure-PinTerminated", + "content" : [ { + "id" : "BT-756-Procedure", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "PIN Competition Termination", + "_label" : "field|name|BT-756-Procedure" + } ] + }, { + "id" : "GR-Procedure-AdditionalInformation", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information", + "_label" : "group|name|GR-Procedure-AdditionalInformation", + "content" : [ { + "id" : "BT-300-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Additional Information", + "_label" : "field|name|BT-300-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-LotDistribution", + "contentType" : "group", + "nodeId" : "ND-LotDistribution", + "displayType" : "SECTION", + "description" : "Lots Distribution Information (Max number of Lots a same tenderer may win, Max number of lots a tenderer may tender for, Group of lots and their composition)", + "_label" : "group|name|ND-LotDistribution", + "content" : [ { + "id" : "GR-Procedure-GroupComposition", + "contentType" : "group", + "nodeId" : "ND-GroupComposition", + "displayType" : "GROUP", + "description" : "Composition of a given Group of lots", + "_label" : "group|name|ND-GroupComposition", + "_repeatable" : true, + "content" : [ { + "id" : "BT-330-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Identifier", + "_label" : "field|name|BT-330-Procedure", + "_idSchemes" : [ "GLO" ] + }, { + "id" : "GR-Group-Composition-Reference", + "contentType" : "group", + "nodeId" : "ND-GroupCompositionLotReference", + "displayType" : "GROUP", + "description" : "Lot belonging to the Group", + "_label" : "group|name|ND-GroupCompositionLotReference", + "_repeatable" : true, + "content" : [ { + "id" : "BT-1375-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Lot Identifier", + "_label" : "field|name|BT-1375-Procedure", + "_idSchemes" : [ "LOT" ] + } ] + } ] + } ] + } ] + }, { + "id" : "GR-Lot", + "contentType" : "group", + "nodeId" : "ND-Lot", + "displayType" : "SECTION", + "description" : "Lot related information covering Tendering Terms, Tendering Process and Purpose", + "_label" : "group|name|ND-Lot", + "_idScheme" : "LOT", + "_schemeName" : "Lot", + "_identifierFieldId" : "BT-137-Lot", + "_repeatable" : true, + "content" : [ { + "id" : "BT-137-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Purpose Lot Identifier", + "_label" : "field|name|BT-137-Lot", + "_idScheme" : "LOT", + "_schemeName" : "Lot", + "hidden" : true + }, { + "id" : "GR-Lot-Purpose", + "contentType" : "group", + "nodeId" : "ND-LotTenderingProcess", + "displayType" : "SECTION", + "description" : "Tendering Procedure information (GPA, Atypical Tool, Deadlines, techniques) for a Lot", + "_label" : "group|name|ND-LotTenderingProcess", + "content" : [ { + "id" : "GR-Lot-PreviousPlanning", + "contentType" : "group", + "nodeId" : "ND-LotPreviousPlanning", + "displayType" : "GROUP", + "description" : "Lot Previous Planning Reference", + "_label" : "group|name|ND-LotPreviousPlanning", + "_repeatable" : true, + "content" : [ { + "id" : "BT-125(i)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Planning Identifier", + "_label" : "field|name|BT-125(i)-Lot" + }, { + "id" : "BT-1251-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Planning Part Identifier", + "_label" : "field|name|BT-1251-Lot" + } ] + }, { + "id" : "GR-Lot-Description", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Description", + "_label" : "group|name|GR-Lot-Description", + "content" : [ { + "id" : "BT-22-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internal Identifier", + "_label" : "field|name|BT-22-Lot" + }, { + "id" : "BT-21-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Title", + "_label" : "field|name|BT-21-Lot" + }, { + "id" : "BT-24-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Description", + "_label" : "field|name|BT-24-Lot" + }, { + "id" : "BT-23-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Nature", + "_label" : "field|name|BT-23-Lot" + }, { + "id" : "GR-Lot-Additional-Nature", + "contentType" : "group", + "nodeId" : "ND-LotContractAdditionalNature", + "displayType" : "GROUP", + "description" : "Additional contract nature for the Lot", + "_label" : "group|name|ND-LotContractAdditionalNature", + "_repeatable" : true, + "content" : [ { + "id" : "BT-531-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Nature (different from Main)", + "_label" : "field|name|BT-531-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-Scope", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Scope", + "_label" : "group|name|GR-Lot-Scope", + "content" : [ { + "id" : "BT-25-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Quantity", + "_label" : "field|name|BT-25-Lot" + }, { + "id" : "BT-625-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unit", + "_label" : "field|name|BT-625-Lot" + }, { + "id" : "BT-27-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Estimated Value", + "_label" : "field|name|BT-27-Lot" + }, { + "id" : "GR-Lot-Scope-MainClassification", + "contentType" : "group", + "nodeId" : "ND-LotMainClassification", + "displayType" : "GROUP", + "description" : "Classification for the Main Commodity of a Lot", + "_label" : "group|name|ND-LotMainClassification", + "content" : [ { + "id" : "BT-26(m)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(m)-Lot" + }, { + "id" : "BT-262-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Classification Code", + "_label" : "field|name|BT-262-Lot" + } ] + }, { + "id" : "GR-Lot-Scope-AdditionalClassification", + "contentType" : "group", + "nodeId" : "ND-LotAdditionalClassification", + "displayType" : "GROUP", + "description" : "Classification for an Additional Commodity of a Lot", + "_label" : "group|name|ND-LotAdditionalClassification", + "_repeatable" : true, + "content" : [ { + "id" : "BT-26(a)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(a)-Lot" + }, { + "id" : "BT-263-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Classification Code", + "_label" : "field|name|BT-263-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-ProcurementType", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procurement Type", + "_label" : "group|name|GR-Lot-ProcurementType", + "content" : [ { + "id" : "GR-Lot-Environmental-Impact", + "contentType" : "group", + "nodeId" : "ND-LotEnvironmentalImpactType", + "displayType" : "GROUP", + "description" : "Environmental impact procurement type", + "_label" : "group|name|ND-LotEnvironmentalImpactType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-774-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Green Procurement", + "_label" : "field|name|BT-774-Lot" + } ] + }, { + "id" : "GR-Lot-Green-Procurement", + "contentType" : "group", + "nodeId" : "ND-LotGreenCriteria", + "displayType" : "GROUP", + "description" : "Details about the use of Green Procurement Criteria", + "_label" : "group|name|ND-LotGreenCriteria", + "_repeatable" : true, + "content" : [ { + "id" : "BT-805-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Green Procurement Criteria", + "_label" : "field|name|BT-805-Lot" + } ] + }, { + "id" : "GR-Lot-Social-Objective", + "contentType" : "group", + "nodeId" : "ND-LotSocialObjectiveType", + "displayType" : "GROUP", + "description" : "Social objective procurement type", + "_label" : "group|name|ND-LotSocialObjectiveType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-775-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Social Procurement", + "_label" : "field|name|BT-775-Lot" + } ] + }, { + "id" : "GR-Lot-Innovation-Procurement", + "contentType" : "group", + "nodeId" : "ND-LotInnovativeAcquisitionType", + "displayType" : "GROUP", + "description" : "Innovative acquisition procurement type", + "_label" : "group|name|ND-LotInnovativeAcquisitionType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-776-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procurement of Innovation", + "_label" : "field|name|BT-776-Lot" + } ] + }, { + "id" : "GR-Lot-ProcurementType-Strategic", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementType", + "displayType" : "GROUP", + "description" : "Information (Description) about Strategic Procurement Type", + "_label" : "group|name|ND-StrategicProcurementType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-06-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Strategic Procurement", + "_label" : "field|name|BT-06-Lot" + }, { + "id" : "BT-777-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Strategic Procurement Description", + "_label" : "field|name|BT-777-Lot" + } ] + }, { + "id" : "GR-Lot-ProcurementType-Accessibility", + "contentType" : "group", + "nodeId" : "ND-AccessibilityJustification", + "displayType" : "GROUP", + "description" : "Justification for absence of Accessibility Criteria", + "_label" : "group|name|ND-AccessibilityJustification", + "content" : [ { + "id" : "BT-754-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Accessibility", + "_label" : "field|name|BT-754-Lot" + }, { + "id" : "BT-755-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Accessibility Justification", + "_label" : "field|name|BT-755-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-PlaceOfPerformance", + "contentType" : "group", + "nodeId" : "ND-LotPlacePerformance", + "displayType" : "GROUP", + "description" : "A location where the Procurement, for the Lot, should take place", + "_label" : "group|name|ND-LotPlacePerformance", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5101(a)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Street", + "_label" : "field|name|BT-5101(a)-Lot" + }, { + "id" : "BT-5101(b)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 1", + "_label" : "field|name|BT-5101(b)-Lot" + }, { + "id" : "BT-5101(c)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 2", + "_label" : "field|name|BT-5101(c)-Lot" + }, { + "id" : "BT-5131-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance City", + "_label" : "field|name|BT-5131-Lot" + }, { + "id" : "BT-5121-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Post Code", + "_label" : "field|name|BT-5121-Lot" + }, { + "id" : "BT-5071-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Subdivision", + "_label" : "field|name|BT-5071-Lot" + }, { + "id" : "BT-5141-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Code", + "_label" : "field|name|BT-5141-Lot" + }, { + "id" : "BT-727-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Services Other", + "_label" : "field|name|BT-727-Lot" + }, { + "id" : "BT-728-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Additional Information", + "_label" : "field|name|BT-728-Lot" + } ] + }, { + "id" : "GR-Lot-PlannedDuration", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Planned Duration", + "_label" : "group|name|GR-Lot-PlannedDuration", + "content" : [ { + "id" : "BT-538-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Duration Other", + "_label" : "field|name|BT-538-Lot" + }, { + "id" : "BT-536-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration Start Date", + "_label" : "field|name|BT-536-Lot" + }, { + "id" : "BT-537-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration End Date", + "_label" : "field|name|BT-537-Lot" + }, { + "id" : "BT-36-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration Period", + "_label" : "field|name|BT-36-Lot" + } ] + }, { + "id" : "GR-Lot-ContractExtension", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Contract Extension", + "_label" : "group|name|GR-Lot-ContractExtension", + "content" : [ { + "id" : "BT-54-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Options Description", + "_label" : "field|name|BT-54-Lot" + }, { + "id" : "BT-57-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Renewal Description", + "_label" : "field|name|BT-57-Lot" + }, { + "id" : "BT-58-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Renewal Maximum", + "_label" : "field|name|BT-58-Lot" + } ] + }, { + "id" : "GR-Lot-AuctionTerms", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Auction Terms", + "_label" : "group|name|GR-Lot-AuctionTerms", + "content" : [ { + "id" : "BT-767-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Electronic Auction", + "_label" : "field|name|BT-767-Lot" + } ] + }, { + "id" : "GR-Lot-GpaAgreement", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "GPA Agreement", + "_label" : "group|name|GR-Lot-GpaAgreement", + "content" : [ { + "id" : "BT-115-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "GPA Coverage", + "_label" : "field|name|BT-115-Lot" + } ] + }, { + "id" : "GR-Lot-EUFunds-Indicator", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "EU Funds Indicator", + "_label" : "group|name|GR-Lot-EUFunds-Indicator", + "content" : [ { + "id" : "BT-60-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "EU Funds", + "_label" : "field|name|BT-60-Lot" + } ] + }, { + "id" : "GR-Lot-ContractingSystem", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tendering Procedure information (GPA, Atypical Tool, Deadlines, techniques) for a Lot", + "_label" : "group|name|GR-Lot-ContractingSystem", + "content" : [ { + "id" : "GR-Lot-FrameworkAgreement-Use", + "contentType" : "group", + "nodeId" : "ND-LotFAContractingSystem", + "displayType" : "GROUP", + "description" : "FA contracting System involvement for the Lot", + "_label" : "group|name|ND-LotFAContractingSystem", + "content" : [ { + "id" : "BT-765-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Framework Agreement", + "_label" : "field|name|BT-765-Lot" + } ] + }, { + "id" : "GR-Lot-DPS-Use", + "contentType" : "group", + "nodeId" : "ND-LotDPSContractingSystem", + "displayType" : "GROUP", + "description" : "DPS contracting System involvement for the Lot", + "_label" : "group|name|ND-LotDPSContractingSystem", + "content" : [ { + "id" : "BT-766-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Dynamic Purchasing System", + "_label" : "field|name|BT-766-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-FrameworkAgreement", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Framework Agreement", + "_label" : "group|name|GR-Lot-FrameworkAgreement", + "content" : [ { + "id" : "OPT-090-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Categories", + "_label" : "field|name|OPT-090-Lot", + "_presetValue" : "buyer-categories", + "hidden" : true + }, { + "id" : "BT-111-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Framework Buyer Categories", + "_label" : "field|name|BT-111-Lot" + }, { + "id" : "BT-271-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-271-Lot" + } ] + }, { + "id" : "GR-Lot-FiscalLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Fiscal Legislation", + "_label" : "group|name|GR-Lot-FiscalLegis", + "content" : [ { + "id" : "OPT-301-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Fiscal Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-FiscalLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-110-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Fiscal Legislation", + "_label" : "field|name|OPT-110-Lot-FiscalLegis" + }, { + "id" : "OPT-111-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Fiscal Legislation Document ID", + "_label" : "field|name|OPT-111-Lot-FiscalLegis" + } ] + }, { + "id" : "GR-Lot-EnvironLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Environmental Legislation", + "_label" : "group|name|GR-Lot-EnvironLegis", + "content" : [ { + "id" : "OPT-301-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Environmental Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-EnvironLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-120-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Environmental Legislation", + "_label" : "field|name|OPT-120-Lot-EnvironLegis" + }, { + "id" : "OPT-112-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Environmental Legislation Document ID", + "_label" : "field|name|OPT-112-Lot-EnvironLegis" + } ] + }, { + "id" : "GR-Lot-EmployLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Employment Legislation", + "_label" : "group|name|GR-Lot-EmployLegis", + "content" : [ { + "id" : "OPT-301-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Employment Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-EmployLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-130-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Employment Legislation", + "_label" : "field|name|OPT-130-Lot-EmployLegis" + }, { + "id" : "OPT-113-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Employment Legislation Document ID", + "_label" : "field|name|OPT-113-Lot-EmployLegis" + } ] + }, { + "id" : "GR-Lot-AdditionalInformation", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information", + "_label" : "group|name|GR-Lot-AdditionalInformation", + "content" : [ { + "id" : "BT-300-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Additional Information", + "_label" : "field|name|BT-300-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-TenderingTerms", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Terms", + "_label" : "group|name|GR-Lot-TenderingTerms", + "content" : [ { + "id" : "GR-Lot-AwardCriteria", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriteria", + "displayType" : "GROUP", + "description" : "Award Criteria related information (Description, Justification, Individual Criterion …) for a Lot", + "_label" : "group|name|ND-LotAwardCriteria", + "content" : [ { + "id" : "GR-Lot-AwardCriteria-Criterion", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterion", + "displayType" : "GROUP", + "description" : "Award Criterion related information (Description, Name, Parameter, Code …) for a Lot", + "_label" : "group|name|ND-LotAwardCriterion", + "_repeatable" : true, + "content" : [ { + "id" : "BT-539-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Type", + "_label" : "field|name|BT-539-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-539-Lot", + "unpublishFieldId" : "BT-195(BT-539)-Lot", + "unpublishCode" : "awa-cri-typ" + }, { + "id" : "GR-Unpublish-BT-539-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionTypeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionType)", + "_label" : "group|name|ND-LotAwardCriterionTypeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-539)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-539)-Lot", + "_presetValue" : "awa-cri-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-539)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-539)-Lot" + }, { + "id" : "BT-197(BT-539)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-539)-Lot" + }, { + "id" : "BT-198(BT-539)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-539)-Lot" + } ] + }, { + "id" : "BT-540-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criterion Description", + "_label" : "field|name|BT-540-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-540-Lot", + "unpublishFieldId" : "BT-195(BT-540)-Lot", + "unpublishCode" : "awa-cri-des" + }, { + "id" : "GR-Unpublish-BT-540-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionDescription)", + "_label" : "group|name|ND-LotAwardCriterionDescriptionUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-540)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-540)-Lot", + "_presetValue" : "awa-cri-des", + "hidden" : true + }, { + "id" : "BT-196(BT-540)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-540)-Lot" + }, { + "id" : "BT-197(BT-540)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-540)-Lot" + }, { + "id" : "BT-198(BT-540)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-540)-Lot" + } ] + }, { + "id" : "GR-Lot-AwardCriteria-Criterion-Parameters", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionParameters", + "displayType" : "GROUP", + "description" : "Non UBL Native Subordinate Award Criteria elements for a Lot", + "_label" : "group|name|ND-LotAwardCriterionParameters", + "content" : [ { + "id" : "GR-Lot-AwardCriteria-WeightCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardWeightCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Weight Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardWeightCriterionParameter", + "content" : [ { + "id" : "BT-541-Lot-WeightNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Weight Number", + "_label" : "field|name|BT-541-Lot-WeightNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-WeightNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Weight", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-WeightNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionWeightNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionWeightNumber)", + "_label" : "group|name|ND-LotAwardCriterionWeightNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Weight", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Weight" + }, { + "id" : "BT-197(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Weight" + }, { + "id" : "BT-198(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Weight" + } ] + }, { + "id" : "BT-5421-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Weight", + "_label" : "field|name|BT-5421-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5421-Lot", + "unpublishFieldId" : "BT-195(BT-5421)-Lot", + "unpublishCode" : "awa-cri-wei" + }, { + "id" : "GR-Unpublish-BT-5421-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberWeight)", + "_label" : "group|name|ND-LotAwardCriterionNumberWeightUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5421)-Lot", + "_presetValue" : "awa-cri-wei", + "hidden" : true + }, { + "id" : "BT-196(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5421)-Lot" + }, { + "id" : "BT-197(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5421)-Lot" + }, { + "id" : "BT-198(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5421)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-AwardCriteria-FixedCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardFixedCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Fixed Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardFixedCriterionParameter", + "content" : [ { + "id" : "BT-541-Lot-FixedNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Fixed Number", + "_label" : "field|name|BT-541-Lot-FixedNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-FixedNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Fixed", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-FixedNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionFixNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionFixNumber)", + "_label" : "group|name|ND-LotAwardCriterionFixNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Fixed", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Fixed" + }, { + "id" : "BT-197(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Fixed" + }, { + "id" : "BT-198(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Fixed" + } ] + }, { + "id" : "BT-5422-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Fixed", + "_label" : "field|name|BT-5422-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5422-Lot", + "unpublishFieldId" : "BT-195(BT-5422)-Lot", + "unpublishCode" : "awa-cri-fix" + }, { + "id" : "GR-Unpublish-BT-5422-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberFix)", + "_label" : "group|name|ND-LotAwardCriterionNumberFixUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5422)-Lot", + "_presetValue" : "awa-cri-fix", + "hidden" : true + }, { + "id" : "BT-196(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5422)-Lot" + }, { + "id" : "BT-197(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5422)-Lot" + }, { + "id" : "BT-198(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5422)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-AwardCriteria-ThresholdCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardThresholdCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Threshold Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardThresholdCriterionParameter", + "_repeatable" : true, + "content" : [ { + "id" : "BT-541-Lot-ThresholdNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Threshold Number", + "_label" : "field|name|BT-541-Lot-ThresholdNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-ThresholdNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Threshold", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-ThresholdNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionThresholdNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionThresholdNumber)", + "_label" : "group|name|ND-LotAwardCriterionThresholdNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Threshold", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Threshold" + }, { + "id" : "BT-197(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Threshold" + }, { + "id" : "BT-198(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Threshold" + } ] + }, { + "id" : "BT-5423-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Threshold", + "_label" : "field|name|BT-5423-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5423-Lot", + "unpublishFieldId" : "BT-195(BT-5423)-Lot", + "unpublishCode" : "awa-cri-thr" + }, { + "id" : "GR-Unpublish-BT-5423-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberThreshold)", + "_label" : "group|name|ND-LotAwardCriterionNumberThresholdUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5423)-Lot", + "_presetValue" : "awa-cri-thr", + "hidden" : true + }, { + "id" : "BT-196(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5423)-Lot" + }, { + "id" : "BT-197(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5423)-Lot" + }, { + "id" : "BT-198(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5423)-Lot" + } ] + } ] + } ] + }, { + "id" : "BT-734-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criterion Name", + "_label" : "field|name|BT-734-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-734-Lot", + "unpublishFieldId" : "BT-195(BT-734)-Lot", + "unpublishCode" : "awa-cri-nam" + }, { + "id" : "GR-Unpublish-BT-734-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriteriaNameUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriteriaName)", + "_label" : "group|name|ND-LotAwardCriteriaNameUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-734)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-734)-Lot", + "_presetValue" : "awa-cri-nam", + "hidden" : true + }, { + "id" : "BT-196(BT-734)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-734)-Lot" + }, { + "id" : "BT-197(BT-734)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-734)-Lot" + }, { + "id" : "BT-198(BT-734)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-734)-Lot" + } ] + } ] + }, { + "id" : "BT-543-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criteria Complicated", + "_label" : "field|name|BT-543-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-543-Lot", + "unpublishFieldId" : "BT-195(BT-543)-Lot", + "unpublishCode" : "awa-cri-com" + }, { + "id" : "GR-Unpublish-BT-543-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberComplicated)", + "_label" : "group|name|ND-LotAwardCriterionNumberComplicatedUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-543)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-543)-Lot", + "_presetValue" : "awa-cri-com", + "hidden" : true + }, { + "id" : "BT-196(BT-543)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-543)-Lot" + }, { + "id" : "BT-197(BT-543)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-543)-Lot" + }, { + "id" : "BT-198(BT-543)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-543)-Lot" + } ] + }, { + "id" : "BT-733-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criteria Order Justification", + "_label" : "field|name|BT-733-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-733-Lot", + "unpublishFieldId" : "BT-195(BT-733)-Lot", + "unpublishCode" : "awa-cri-ord" + }, { + "id" : "GR-Unpublish-BT-733-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriteriaOrderJustification)", + "_label" : "group|name|ND-LotAwardCriteriaOrderJustificationUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-733)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-733)-Lot", + "_presetValue" : "awa-cri-ord", + "hidden" : true + }, { + "id" : "BT-196(BT-733)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-733)-Lot" + }, { + "id" : "BT-197(BT-733)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-733)-Lot" + }, { + "id" : "BT-198(BT-733)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-733)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-TenderingTerms-CVD", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementLot", + "displayType" : "GROUP", + "description" : "Information about the foreseen strategic procurement and associated assets: categories (Procurement, assets ...)", + "_label" : "group|name|ND-StrategicProcurementLot", + "content" : [ { + "id" : "BT-717-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Clean Vehicles Directive", + "_label" : "field|name|BT-717-Lot" + }, { + "id" : "GR-Lot-TenderingTerms-CVD-type", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementInformationLot", + "displayType" : "GROUP", + "description" : "Information about the foreseen strategic procurement and associated assets: categories (Procurement, assets ...) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-StrategicProcurementInformationLot", + "_repeatable" : true, + "content" : [ { + "id" : "BT-735-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "CVD Contract Type", + "_label" : "field|name|BT-735-Lot" + } ] + } ] + } ] + }, { + "id" : "GR-Lot-SubmissionInfo", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Submission Info", + "_label" : "group|name|GR-Lot-SubmissionInfo", + "content" : [ { + "id" : "GR-Lot-Procedure", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procedure", + "_label" : "group|name|GR-Lot-Procedure", + "content" : [ { + "id" : "BT-634-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Procurement Relaunch", + "_label" : "field|name|BT-634-Lot" + } ] + }, { + "id" : "GR-Lot-AddInfo", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information Providing Organisation", + "_label" : "group|name|GR-Lot-AddInfo", + "content" : [ { + "id" : "OPT-301-Lot-AddInfo", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Info Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-AddInfo", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-DocProvider", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Documents Providing Organisation", + "_label" : "group|name|GR-Lot-DocProvider", + "content" : [ { + "id" : "OPT-301-Lot-DocProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Document Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-DocProvider", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + } ] + }, { + "id" : "GR-Lot-Review", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Review", + "_label" : "group|name|GR-Lot-Review", + "content" : [ { + "id" : "GR-Lot-Deadline", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Deadlines", + "_label" : "group|name|GR-Lot-Deadline", + "content" : [ { + "id" : "BT-99-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Review Deadline Description", + "_label" : "field|name|BT-99-Lot" + } ] + }, { + "id" : "GR-Lot-ReviewOrg", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Organisation", + "_label" : "group|name|GR-Lot-ReviewOrg", + "content" : [ { + "id" : "OPT-301-Lot-ReviewOrg", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Review Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-ReviewOrg", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-ReviewInfo", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Information Providing Organisation", + "_label" : "group|name|GR-Lot-ReviewInfo", + "content" : [ { + "id" : "OPT-301-Lot-ReviewInfo", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Review Info Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-ReviewInfo", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-Mediator", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Mediation Organisation", + "_label" : "group|name|GR-Lot-Mediator", + "content" : [ { + "id" : "OPT-301-Lot-Mediator", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Mediator Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-Mediator", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + } ] + } ], + "_captionFieldId" : "BT-21-Lot" + }, { + "id" : "GR-Result", + "contentType" : "group", + "nodeId" : "ND-NoticeResult", + "displayType" : "SECTION", + "description" : "Outcome of the Procurement Procedure for all lots listed in the notice (also contains individual Lot Results)", + "_label" : "group|name|ND-NoticeResult", + "content" : [ { + "id" : "GR-NoticeResult-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Notice Result", + "_label" : "group|name|GR-NoticeResult-Section", + "content" : [ { + "id" : "BT-161-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Value", + "_label" : "field|name|BT-161-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-161", + "unpublishFieldId" : "BT-195(BT-161)-NoticeResult", + "unpublishCode" : "not-val" + }, { + "id" : "GR-Unpublish-BT-161", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-161", + "_label" : "group|name|GR-Unpublish-BT-161", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-161)-NoticeResult", + "_presetValue" : "not-val", + "hidden" : true + }, { + "id" : "BT-196(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-161)-NoticeResult" + }, { + "id" : "BT-197(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-161)-NoticeResult" + }, { + "id" : "BT-198(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-161)-NoticeResult" + } ] + }, { + "id" : "BT-118-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Framework Maximum Value", + "_label" : "field|name|BT-118-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-118", + "unpublishFieldId" : "BT-195(BT-118)-NoticeResult", + "unpublishCode" : "not-max-val" + }, { + "id" : "GR-Unpublish-BT-118", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-118", + "_label" : "group|name|GR-Unpublish-BT-118", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-118)-NoticeResult", + "_presetValue" : "not-max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-118)-NoticeResult" + }, { + "id" : "BT-197(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-118)-NoticeResult" + }, { + "id" : "BT-198(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-118)-NoticeResult" + } ] + }, { + "id" : "BT-1118-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Framework Approximate Value", + "_label" : "field|name|BT-1118-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-1118", + "unpublishFieldId" : "BT-195(BT-1118)-NoticeResult", + "unpublishCode" : "not-app-val" + }, { + "id" : "GR-Unpublish-BT-1118", + "contentType" : "group", + "nodeId" : "ND-NoticeApproximateValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (NoticeApproximateValue)", + "_label" : "group|name|ND-NoticeApproximateValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1118)-NoticeResult", + "_presetValue" : "not-app-val", + "hidden" : true + }, { + "id" : "BT-196(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1118)-NoticeResult" + }, { + "id" : "BT-197(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1118)-NoticeResult" + }, { + "id" : "BT-198(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1118)-NoticeResult" + } ] + }, { + "id" : "GR-GroupFramework", + "contentType" : "group", + "nodeId" : "ND-NoticeResultGroupFA", + "displayType" : "GROUP", + "description" : "Maximal Value and the associated awarded Group of Lots of the Result Notice", + "_label" : "group|name|ND-NoticeResultGroupFA", + "_repeatable" : true, + "content" : [ { + "id" : "BT-556-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Framework Value Lot Identifier", + "_label" : "field|name|BT-556-NoticeResult", + "_idSchemes" : [ "GLO" ], + "unpublishGroupId" : "GR-Unpublish-BT-556", + "unpublishFieldId" : "BT-195(BT-556)-NoticeResult", + "unpublishCode" : "gro-max-ide" + }, { + "id" : "GR-Unpublish-BT-556", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-556", + "_label" : "group|name|GR-Unpublish-BT-556", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-556)-NoticeResult", + "_presetValue" : "gro-max-ide", + "hidden" : true + }, { + "id" : "BT-196(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-556)-NoticeResult" + }, { + "id" : "BT-197(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-556)-NoticeResult" + }, { + "id" : "BT-198(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-556)-NoticeResult" + } ] + }, { + "id" : "BT-156-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Group Framework Maximum Value", + "_label" : "field|name|BT-156-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-156", + "unpublishFieldId" : "BT-195(BT-156)-NoticeResult", + "unpublishCode" : "gro-max-val" + }, { + "id" : "GR-Unpublish-BT-156", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-156", + "_label" : "group|name|GR-Unpublish-BT-156", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-156)-NoticeResult", + "_presetValue" : "gro-max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-156)-NoticeResult" + }, { + "id" : "BT-197(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-156)-NoticeResult" + }, { + "id" : "BT-198(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-156)-NoticeResult" + } ] + }, { + "id" : "BT-1561-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Group Framework Re-estimated Value", + "_label" : "field|name|BT-1561-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-1561-NoticeResult", + "unpublishFieldId" : "BT-195(BT-1561)-NoticeResult", + "unpublishCode" : "gro-ree-val" + }, { + "id" : "GR-Unpublish-BT-1561-NoticeResult", + "contentType" : "group", + "nodeId" : "ND-GroupReestimatedValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (GroupReestimatedValue)", + "_label" : "group|name|ND-GroupReestimatedValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1561)-NoticeResult", + "_presetValue" : "gro-ree-val", + "hidden" : true + }, { + "id" : "BT-196(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1561)-NoticeResult" + }, { + "id" : "BT-197(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1561)-NoticeResult" + }, { + "id" : "BT-198(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1561)-NoticeResult" + } ] + } ] + } ] + }, { + "id" : "GR-TenderingParty-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Parties", + "_label" : "group|name|GR-TenderingParty-Section", + "content" : [ { + "id" : "GR-TenderingParty", + "contentType" : "group", + "nodeId" : "ND-TenderingParty", + "displayType" : "GROUP", + "description" : "Party formed of one or more organizations than jointly submitted a Tender", + "_label" : "group|name|ND-TenderingParty", + "_idScheme" : "TPA", + "_schemeName" : "tendering-party", + "_identifierFieldId" : "OPT-210-Tenderer", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-210-Tenderer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tendering Party ID", + "_label" : "field|name|OPT-210-Tenderer", + "_idScheme" : "TPA", + "_schemeName" : "tendering-party", + "hidden" : true + }, { + "id" : "OPT-211-Tenderer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tendering Party Name", + "_label" : "field|name|OPT-211-Tenderer" + }, { + "id" : "GR-Tenderer", + "contentType" : "group", + "nodeId" : "ND-Tenderer", + "displayType" : "GROUP", + "description" : "One of the member of the Tendring Party", + "_label" : "group|name|ND-Tenderer", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Tenderer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tenderer ID Reference", + "_label" : "field|name|OPT-300-Tenderer", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "OPT-170-Tenderer", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tendering Party Leader", + "_label" : "field|name|OPT-170-Tenderer" + } ] + }, { + "id" : "GR-Subcontractor", + "contentType" : "group", + "nodeId" : "ND-SubContractor", + "displayType" : "GROUP", + "description" : "Organization identified as a contractor of one at least of the Main Tenderers of a Tendering Party", + "_label" : "group|name|ND-SubContractor", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-Tenderer-SubCont", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Subcontractor ID Reference", + "_label" : "field|name|OPT-301-Tenderer-SubCont", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "GR-Tenderer-Main-Contractor-Id", + "contentType" : "group", + "nodeId" : "ND-SubContractorTakerReference", + "displayType" : "GROUP", + "description" : "Subcontractor taker", + "_label" : "group|name|ND-SubContractorTakerReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-Tenderer-MainCont", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Contractor ID Reference", + "_label" : "field|name|OPT-301-Tenderer-MainCont", + "_idSchemes" : [ "ORG" ] + } ] + } ] + } ], + "_captionFieldId" : "OPT-211-Tenderer" + } ] + }, { + "id" : "GR-SettledContract-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Settled Contracts", + "_label" : "group|name|GR-SettledContract-Section", + "content" : [ { + "id" : "GR-SettledContract", + "contentType" : "group", + "nodeId" : "ND-SettledContract", + "displayType" : "GROUP", + "description" : "Contract settled (or about to be settled) between a Contracting Party and a Tendering Party to satisfy the requirements expressed as part of the Procurement Procedure", + "_label" : "group|name|ND-SettledContract", + "_idScheme" : "CON", + "_schemeName" : "contract", + "_identifierFieldId" : "OPT-316-Contract", + "_repeatable" : true, + "content" : [ { + "id" : "GR-SettledContract-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "SettledContract 1", + "_label" : "group|name|GR-SettledContract-1", + "content" : [ { + "id" : "OPT-316-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Technical Identifier", + "_label" : "field|name|OPT-316-Contract", + "_idScheme" : "CON", + "_schemeName" : "contract", + "hidden" : true + }, { + "id" : "BT-150-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Identifier", + "_label" : "field|name|BT-150-Contract" + }, { + "id" : "BT-1451-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Winner Decision Date", + "_label" : "field|name|BT-1451-Contract" + }, { + "id" : "BT-145-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Conclusion Date", + "_label" : "field|name|BT-145-Contract" + }, { + "id" : "BT-721-Contract", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contract Title", + "_label" : "field|name|BT-721-Contract" + }, { + "id" : "BT-151-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract URL", + "_label" : "field|name|BT-151-Contract" + }, { + "id" : "BT-768-Contract", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Contract Framework Agreement", + "_label" : "field|name|BT-768-Contract" + }, { + "id" : "OPT-100-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Notice Identifier", + "_label" : "field|name|OPT-100-Contract" + }, { + "id" : "GR-SettledContractTenderReference", + "contentType" : "group", + "nodeId" : "ND-SettledContractTenderReference", + "displayType" : "GROUP", + "description" : "Tender leading to the contract", + "_label" : "group|name|ND-SettledContractTenderReference", + "_repeatable" : true, + "content" : [ { + "id" : "BT-3202-Contract", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract Tender ID (Reference)", + "_label" : "field|name|BT-3202-Contract", + "_idSchemes" : [ "TEN" ] + } ] + }, { + "id" : "GR-Contract-Signatory", + "contentType" : "group", + "nodeId" : "ND-ContractSignatory", + "displayType" : "GROUP", + "description" : "Contract signatory", + "_label" : "group|name|ND-ContractSignatory", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Contract-Signatory", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Signatory Identifier Reference", + "_label" : "field|name|OPT-300-Contract-Signatory", + "_idSchemes" : [ "ORG" ] + } ] + } ] + }, { + "id" : "GR-SettledContract-2", + "contentType" : "group", + "nodeId" : "ND-ContractEUFunds", + "displayType" : "GROUP", + "description" : "EU Funds (Code, Description) involved in a contract.", + "_label" : "group|name|ND-ContractEUFunds", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5011-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract EU Funds Financing Identifier", + "_label" : "field|name|BT-5011-Contract" + }, { + "id" : "BT-722-Contract", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract EU Funds Programme", + "_label" : "field|name|BT-722-Contract" + }, { + "id" : "BT-6110-Contract", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contract EU Funds Details", + "_label" : "field|name|BT-6110-Contract" + } ] + } ], + "_captionFieldId" : "BT-150-Contract" + } ] + }, { + "id" : "GR-LotTender-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Lot Tenders", + "_label" : "group|name|GR-LotTender-Section", + "content" : [ { + "id" : "GR-LotTender", + "contentType" : "group", + "nodeId" : "ND-LotTender", + "displayType" : "GROUP", + "description" : "Tender (or fragment of a Tender) submitted for a given Lot", + "_label" : "group|name|ND-LotTender", + "_idScheme" : "TEN", + "_schemeName" : "tender", + "_identifierFieldId" : "OPT-321-Tender", + "_repeatable" : true, + "content" : [ { + "id" : "GR-Tender", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tender", + "_label" : "group|name|GR-Tender", + "content" : [ { + "id" : "OPT-321-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Technical Identifier", + "_label" : "field|name|OPT-321-Tender", + "_idScheme" : "TEN", + "_schemeName" : "tender", + "hidden" : true + }, { + "id" : "BT-3201-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Identifier", + "_label" : "field|name|BT-3201-Tender" + }, { + "id" : "BT-1711-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tender Ranked", + "_label" : "field|name|BT-1711-Tender" + }, { + "id" : "BT-171-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Rank", + "_label" : "field|name|BT-171-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-171", + "unpublishFieldId" : "BT-195(BT-171)-Tender", + "unpublishCode" : "ten-ran" + }, { + "id" : "GR-Unpublish-BT-171", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-171", + "_label" : "group|name|GR-Unpublish-BT-171", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-171)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-171)-Tender", + "_presetValue" : "ten-ran", + "hidden" : true + }, { + "id" : "BT-196(BT-171)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-171)-Tender" + }, { + "id" : "BT-197(BT-171)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-171)-Tender" + }, { + "id" : "BT-198(BT-171)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-171)-Tender" + } ] + }, { + "id" : "BT-193-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tender Variant", + "_label" : "field|name|BT-193-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-193", + "unpublishFieldId" : "BT-195(BT-193)-Tender", + "unpublishCode" : "win-ten-var" + }, { + "id" : "GR-Unpublish-BT-193", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-193", + "_label" : "group|name|GR-Unpublish-BT-193", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-193)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-193)-Tender", + "_presetValue" : "win-ten-var", + "hidden" : true + }, { + "id" : "BT-196(BT-193)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-193)-Tender" + }, { + "id" : "BT-197(BT-193)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-193)-Tender" + }, { + "id" : "BT-198(BT-193)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-193)-Tender" + } ] + }, { + "id" : "BT-720-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value", + "_label" : "field|name|BT-720-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-720", + "unpublishFieldId" : "BT-195(BT-720)-Tender", + "unpublishCode" : "win-ten-val" + }, { + "id" : "GR-Unpublish-BT-720", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-720", + "_label" : "group|name|GR-Unpublish-BT-720", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-720)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-720)-Tender", + "_presetValue" : "win-ten-val", + "hidden" : true + }, { + "id" : "BT-196(BT-720)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-720)-Tender" + }, { + "id" : "BT-197(BT-720)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-720)-Tender" + }, { + "id" : "BT-198(BT-720)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-720)-Tender" + } ] + } ] + }, { + "id" : "GR-LotTender-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotTender 1", + "_label" : "group|name|GR-LotTender-1", + "content" : [ { + "id" : "BT-13714-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tender Lot Identifier", + "_label" : "field|name|BT-13714-Tender", + "_idSchemes" : [ "GLO", "LOT" ] + }, { + "id" : "OPT-310-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tendering Party ID Reference", + "_label" : "field|name|OPT-310-Tender", + "_idSchemes" : [ "TPA" ] + } ] + }, { + "id" : "GR-LotTender-Subcontracting", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Subcontracting", + "_label" : "group|name|GR-LotTender-Subcontracting", + "content" : [ { + "id" : "BT-553-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Subcontracting Value", + "_label" : "field|name|BT-553-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-553", + "unpublishFieldId" : "BT-195(BT-553)-Tender", + "unpublishCode" : "sub-val" + }, { + "id" : "GR-Unpublish-BT-553", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-553", + "_label" : "group|name|GR-Unpublish-BT-553", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-553)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-553)-Tender", + "_presetValue" : "sub-val", + "hidden" : true + }, { + "id" : "BT-196(BT-553)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-553)-Tender" + }, { + "id" : "BT-197(BT-553)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-553)-Tender" + }, { + "id" : "BT-198(BT-553)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-553)-Tender" + } ] + }, { + "id" : "BT-554-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Subcontracting Description", + "_label" : "field|name|BT-554-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-554", + "unpublishFieldId" : "BT-195(BT-554)-Tender", + "unpublishCode" : "sub-des" + }, { + "id" : "GR-Unpublish-BT-554", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-554", + "_label" : "group|name|GR-Unpublish-BT-554", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-554)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-554)-Tender", + "_presetValue" : "sub-des", + "hidden" : true + }, { + "id" : "BT-196(BT-554)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-554)-Tender" + }, { + "id" : "BT-197(BT-554)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-554)-Tender" + }, { + "id" : "BT-198(BT-554)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-554)-Tender" + } ] + }, { + "id" : "BT-555-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Subcontracting Percentage", + "_label" : "field|name|BT-555-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-555", + "unpublishFieldId" : "BT-195(BT-555)-Tender", + "unpublishCode" : "sub-per" + }, { + "id" : "GR-Unpublish-BT-555", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-555", + "_label" : "group|name|GR-Unpublish-BT-555", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-555)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-555)-Tender", + "_presetValue" : "sub-per", + "hidden" : true + }, { + "id" : "BT-196(BT-555)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-555)-Tender" + }, { + "id" : "BT-197(BT-555)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-555)-Tender" + }, { + "id" : "BT-198(BT-555)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-555)-Tender" + } ] + }, { + "id" : "BT-773-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Subcontracting", + "_label" : "field|name|BT-773-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-773", + "unpublishFieldId" : "BT-195(BT-773)-Tender", + "unpublishCode" : "sub-con" + }, { + "id" : "GR-Unpublish-BT-773", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-773", + "_label" : "group|name|GR-Unpublish-BT-773", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-773)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-773)-Tender", + "_presetValue" : "sub-con", + "hidden" : true + }, { + "id" : "BT-196(BT-773)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-773)-Tender" + }, { + "id" : "BT-197(BT-773)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-773)-Tender" + }, { + "id" : "BT-198(BT-773)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-773)-Tender" + } ] + }, { + "id" : "BT-730-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Subcontracting Value Known", + "_label" : "field|name|BT-730-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-730", + "unpublishFieldId" : "BT-195(BT-730)-Tender", + "unpublishCode" : "sub-val-kno" + }, { + "id" : "GR-Unpublish-BT-730", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-730", + "_label" : "group|name|GR-Unpublish-BT-730", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-730)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-730)-Tender", + "_presetValue" : "sub-val-kno", + "hidden" : true + }, { + "id" : "BT-196(BT-730)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-730)-Tender" + }, { + "id" : "BT-197(BT-730)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-730)-Tender" + }, { + "id" : "BT-198(BT-730)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-730)-Tender" + } ] + }, { + "id" : "BT-731-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Subcontracting Percentage Known", + "_label" : "field|name|BT-731-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-731", + "unpublishFieldId" : "BT-195(BT-731)-Tender", + "unpublishCode" : "sub-per-kno" + }, { + "id" : "GR-Unpublish-BT-731", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-731", + "_label" : "group|name|GR-Unpublish-BT-731", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-731)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-731)-Tender", + "_presetValue" : "sub-per-kno", + "hidden" : true + }, { + "id" : "BT-196(BT-731)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-731)-Tender" + }, { + "id" : "BT-197(BT-731)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-731)-Tender" + }, { + "id" : "BT-198(BT-731)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-731)-Tender" + } ] + } ] + } ], + "_captionFieldId" : "BT-3201-Tender" + } ] + }, { + "id" : "GR-LotResult-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Lot Results", + "_label" : "group|name|GR-LotResult-Section", + "content" : [ { + "id" : "GR-LotResult", + "contentType" : "group", + "nodeId" : "ND-LotResult", + "displayType" : "GROUP", + "description" : "Outcome of the Procurement Procedure for a given Lot", + "_label" : "group|name|ND-LotResult", + "_idScheme" : "RES", + "_schemeName" : "result", + "_identifierFieldId" : "OPT-322-LotResult", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-322-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "LotResult Technical Identifier", + "_label" : "field|name|OPT-322-LotResult", + "_idScheme" : "RES", + "_schemeName" : "result", + "hidden" : true + }, { + "id" : "GR-Winner", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Winner", + "_label" : "group|name|GR-Winner", + "content" : [ { + "id" : "BT-142-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Chosen", + "_label" : "field|name|BT-142-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-142", + "unpublishFieldId" : "BT-195(BT-142)-LotResult", + "unpublishCode" : "win-cho" + }, { + "id" : "GR-Unpublish-BT-142", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-142", + "_label" : "group|name|GR-Unpublish-BT-142", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-142)-LotResult", + "_presetValue" : "win-cho", + "hidden" : true + }, { + "id" : "BT-196(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-142)-LotResult" + }, { + "id" : "BT-197(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-142)-LotResult" + }, { + "id" : "BT-198(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-142)-LotResult" + } ] + }, { + "id" : "BT-144-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Not Awarded Reason", + "_label" : "field|name|BT-144-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-144", + "unpublishFieldId" : "BT-195(BT-144)-LotResult", + "unpublishCode" : "no-awa-rea" + }, { + "id" : "GR-Unpublish-BT-144", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-144", + "_label" : "group|name|GR-Unpublish-BT-144", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-144)-LotResult", + "_presetValue" : "no-awa-rea", + "hidden" : true + }, { + "id" : "BT-196(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-144)-LotResult" + }, { + "id" : "BT-197(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-144)-LotResult" + }, { + "id" : "BT-198(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-144)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotResult 1", + "_label" : "group|name|GR-LotResult-1", + "content" : [ { + "id" : "BT-13713-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Result Lot Identifier", + "_label" : "field|name|BT-13713-LotResult", + "_idSchemes" : [ "LOT" ] + }, { + "id" : "GR-LotResult-Tender-Id-Ref", + "contentType" : "group", + "nodeId" : "ND-LotResultTenderReference", + "displayType" : "GROUP", + "description" : "Tender considered for the award decision", + "_label" : "group|name|ND-LotResultTenderReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-320-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tender Identifier Reference", + "_label" : "field|name|OPT-320-LotResult", + "_idSchemes" : [ "TEN" ] + } ] + }, { + "id" : "GR-LotResult-Contract-Id-Ref", + "contentType" : "group", + "nodeId" : "ND-LotResultContractReference", + "displayType" : "GROUP", + "description" : "Contract following an award decision", + "_label" : "group|name|ND-LotResultContractReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-315-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract Identifier Reference", + "_label" : "field|name|OPT-315-LotResult", + "_idSchemes" : [ "CON" ] + } ] + } ] + }, { + "id" : "GR-LotResult-2", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotResult 2", + "_label" : "group|name|GR-LotResult-2", + "content" : [ { + "id" : "BT-119-LotResult", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Dynamic Purchasing System Termination", + "_label" : "field|name|BT-119-LotResult" + }, { + "id" : "BT-660-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Re-estimated Value", + "_label" : "field|name|BT-660-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-660-LotResult", + "unpublishFieldId" : "BT-195(BT-660)-LotResult", + "unpublishCode" : "ree-val" + }, { + "id" : "GR-Unpublish-BT-660-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReestimatedValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ReestimatedValue)", + "_label" : "group|name|ND-ReestimatedValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-660)-LotResult", + "_presetValue" : "ree-val", + "hidden" : true + }, { + "id" : "BT-196(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-660)-LotResult" + }, { + "id" : "BT-197(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-660)-LotResult" + }, { + "id" : "BT-198(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-660)-LotResult" + } ] + }, { + "id" : "BT-709-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-709-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-709", + "unpublishFieldId" : "BT-195(BT-709)-LotResult", + "unpublishCode" : "max-val" + }, { + "id" : "GR-Unpublish-BT-709", + "contentType" : "group", + "nodeId" : "ND-MaximalValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (MaximalValue)", + "_label" : "group|name|ND-MaximalValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-709)-LotResult", + "_presetValue" : "max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-709)-LotResult" + }, { + "id" : "BT-197(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-709)-LotResult" + }, { + "id" : "BT-198(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-709)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-CVD", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementInformationLotResult", + "displayType" : "GROUP", + "description" : "Information about the strategic procurement and associated assets: categories (Procurement, assets ...) and quantity (number) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-StrategicProcurementInformationLotResult", + "_repeatable" : true, + "content" : [ { + "id" : "BT-735-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "CVD Contract Type", + "_label" : "field|name|BT-735-LotResult" + }, { + "id" : "GR-LotResult-CVD-Vehicles", + "contentType" : "group", + "nodeId" : "ND-ProcurementDetailsLotResult", + "displayType" : "GROUP", + "description" : "Information about the assets: category and quantity (number) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-ProcurementDetailsLotResult", + "_repeatable" : true, + "content" : [ { + "id" : "GR-LotResult-CVD-Vehicles-Statistics", + "contentType" : "group", + "nodeId" : "ND-ProcurementStatistics", + "displayType" : "GROUP", + "description" : "Numbers about the procurement: category (code) and quantity (number)", + "_label" : "group|name|ND-ProcurementStatistics", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-156-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Vehicle Numeric", + "_label" : "field|name|OPT-156-LotResult" + }, { + "id" : "OPT-155-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Vehicle Type", + "_label" : "field|name|OPT-155-LotResult" + } ] + }, { + "id" : "BT-723-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Vehicle Category", + "_label" : "field|name|BT-723-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-Parties", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Parties", + "_label" : "group|name|GR-LotResult-Parties", + "content" : [ { + "id" : "GR-LotResult-Financing-Party", + "contentType" : "group", + "nodeId" : "ND-FinancingParty", + "displayType" : "GROUP", + "description" : "Financing party", + "_label" : "group|name|ND-FinancingParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-LotResult-Financing", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Financing Party (ID reference)", + "_label" : "field|name|OPT-301-LotResult-Financing", + "_idSchemes" : [ "ORG" ] + } ] + }, { + "id" : "GR-LotResult-Payer-Party", + "contentType" : "group", + "nodeId" : "ND-PayerParty", + "displayType" : "GROUP", + "description" : "Payer party", + "_label" : "group|name|ND-PayerParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-LotResult-Paying", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Payer Party (ID reference)", + "_label" : "field|name|OPT-301-LotResult-Paying", + "_idSchemes" : [ "ORG" ] + } ] + } ] + }, { + "id" : "GR-LotResult-TenderValue", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tender Value", + "_label" : "group|name|GR-LotResult-TenderValue", + "content" : [ { + "id" : "BT-710-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value Lowest", + "_label" : "field|name|BT-710-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-710", + "unpublishFieldId" : "BT-195(BT-710)-LotResult", + "unpublishCode" : "ten-val-low" + }, { + "id" : "GR-Unpublish-BT-710", + "contentType" : "group", + "nodeId" : "ND-TenderValueLowestUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (TenderValueLowest)", + "_label" : "group|name|ND-TenderValueLowestUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-710)-LotResult", + "_presetValue" : "ten-val-low", + "hidden" : true + }, { + "id" : "BT-196(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-710)-LotResult" + }, { + "id" : "BT-197(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-710)-LotResult" + }, { + "id" : "BT-198(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-710)-LotResult" + } ] + }, { + "id" : "BT-711-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value Highest", + "_label" : "field|name|BT-711-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-711", + "unpublishFieldId" : "BT-195(BT-711)-LotResult", + "unpublishCode" : "ten-val-hig" + }, { + "id" : "GR-Unpublish-BT-711", + "contentType" : "group", + "nodeId" : "ND-TenderValueHighestUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (TenderValueHighest)", + "_label" : "group|name|ND-TenderValueHighestUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-711)-LotResult", + "_presetValue" : "ten-val-hig", + "hidden" : true + }, { + "id" : "BT-196(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-711)-LotResult" + }, { + "id" : "BT-197(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-711)-LotResult" + }, { + "id" : "BT-198(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-711)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReviewRequests", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatistics", + "displayType" : "GROUP", + "description" : "Statistics about Review Requests (number and code)", + "_label" : "group|name|ND-ReviewRequestsStatistics", + "_repeatable" : true, + "content" : [ { + "id" : "BT-636-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Review Requests Irregularity Type", + "_label" : "field|name|BT-636-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-636-LotResult", + "unpublishFieldId" : "BT-195(BT-636)-LotResult", + "unpublishCode" : "buy-rev-typ" + }, { + "id" : "GR-Unpublish-BT-636-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (RevewRequests irregularity type )", + "_label" : "group|name|ND-ReviewRequestsStatisticsTypeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-636)-LotResult", + "_presetValue" : "buy-rev-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-636)-LotResult" + }, { + "id" : "BT-197(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-636)-LotResult" + }, { + "id" : "BT-198(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-636)-LotResult" + } ] + }, { + "id" : "BT-635-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Review Requests Count", + "_label" : "field|name|BT-635-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-635-LotResult", + "unpublishFieldId" : "BT-195(BT-635)-LotResult", + "unpublishCode" : "buy-rev-cou" + }, { + "id" : "GR-Unpublish-BT-635-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (RevewRequests irregularity count )", + "_label" : "group|name|ND-ReviewRequestsStatisticsCountUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-635)-LotResult", + "_presetValue" : "buy-rev-cou", + "hidden" : true + }, { + "id" : "BT-196(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-635)-LotResult" + }, { + "id" : "BT-197(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-635)-LotResult" + }, { + "id" : "BT-198(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-635)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReviewComplainants", + "contentType" : "group", + "nodeId" : "ND-BuyerReviewComplainants", + "displayType" : "GROUP", + "description" : "Statistics regarding the number of Organizations requesting review for a given Irregularity Type (Number & Code)", + "_label" : "group|name|ND-BuyerReviewComplainants", + "content" : [ { + "id" : "BT-712(a)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Review Complainants (Code)", + "_label" : "field|name|BT-712(a)-LotResult" + }, { + "id" : "BT-712(b)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Review Complainants (Number)", + "_label" : "field|name|BT-712(b)-LotResult" + }, { + "id" : "GR-Unpublish-BT-712", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-712", + "_label" : "group|name|GR-Unpublish-BT-712", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-712)-LotResult", + "_presetValue" : "rev-req", + "hidden" : true + }, { + "id" : "BT-196(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-712)-LotResult" + }, { + "id" : "BT-197(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-712)-LotResult" + }, { + "id" : "BT-198(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-712)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReceivedSubmissions", + "contentType" : "group", + "nodeId" : "ND-ReceivedSubmissions", + "displayType" : "GROUP", + "description" : "Container for Received Submissions Statististics Numeric value and associated code.", + "_label" : "group|name|ND-ReceivedSubmissions", + "_repeatable" : true, + "content" : [ { + "id" : "BT-760-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Received Submissions Type", + "_label" : "field|name|BT-760-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-760", + "unpublishFieldId" : "BT-195(BT-760)-LotResult", + "unpublishCode" : "rec-sub-typ" + }, { + "id" : "GR-Unpublish-BT-760", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-760", + "_label" : "group|name|GR-Unpublish-BT-760", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-760)-LotResult", + "_presetValue" : "rec-sub-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-760)-LotResult" + }, { + "id" : "BT-197(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-760)-LotResult" + }, { + "id" : "BT-198(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-760)-LotResult" + } ] + }, { + "id" : "BT-759-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Received Submissions Count", + "_label" : "field|name|BT-759-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-759", + "unpublishFieldId" : "BT-195(BT-759)-LotResult", + "unpublishCode" : "rec-sub-cou" + }, { + "id" : "GR-Unpublish-BT-759", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-759", + "_label" : "group|name|GR-Unpublish-BT-759", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-759)-LotResult", + "_presetValue" : "rec-sub-cou", + "hidden" : true + }, { + "id" : "BT-196(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-759)-LotResult" + }, { + "id" : "BT-197(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-759)-LotResult" + }, { + "id" : "BT-198(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-759)-LotResult" + } ] + } ] + } ], + "_captionFieldId" : "BT-13713-LotResult" + } ] + } ] + }, { + "id" : "GR-Change", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Change", + "_label" : "group|name|GR-Change", + "content" : [ { + "id" : "BT-140-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Change Reason Code", + "_label" : "field|name|BT-140-notice", + "readOnly" : true + }, { + "id" : "BT-762-notice", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Change Reason Description", + "_label" : "field|name|BT-762-notice" + }, { + "id" : "BT-758-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Notice Version Identifier", + "_label" : "field|name|BT-758-notice", + "readOnly" : true + }, { + "id" : "GR-ChangeSections", + "contentType" : "group", + "nodeId" : "ND-Change", + "displayType" : "GROUP", + "description" : "Information associated to a single Change (Section, Description & Procurement Documents)", + "_label" : "group|name|ND-Change", + "_repeatable" : true, + "content" : [ { + "id" : "GR-ChangedSectionIdentifiers", + "contentType" : "group", + "nodeId" : "ND-ChangedSection", + "displayType" : "GROUP", + "description" : "Section subject to change", + "_label" : "group|name|ND-ChangedSection", + "_repeatable" : true, + "content" : [ { + "id" : "BT-13716-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Previous Section Identifier", + "_label" : "field|name|BT-13716-notice" + } ] + }, { + "id" : "BT-141(a)-notice", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Change Description", + "_label" : "field|name|BT-141(a)-notice" + }, { + "id" : "BT-718-notice", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Change Procurement Documents", + "_label" : "field|name|BT-718-notice" + }, { + "id" : "BT-719-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Procurement Documents Date", + "_label" : "field|name|BT-719-notice" + } ] + } ] + }, { + "id" : "GR-Organisations-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Organisations", + "_label" : "group|name|GR-Organisations-Section", + "content" : [ { + "id" : "GR-Organisations-Subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Organisations", + "_label" : "group|name|GR-Organisations-Subsection", + "content" : [ { + "id" : "GR-Organisations", + "contentType" : "group", + "nodeId" : "ND-Organization", + "displayType" : "GROUP", + "description" : "A Party involved in the Competition from either side (Buyer or Tenderer) with a Legal Entity (Company) and possibly additional Contact Points (touchpoints)", + "_label" : "group|name|ND-Organization", + "_idScheme" : "ORG", + "_schemeName" : "organization", + "_identifierFieldId" : "OPT-200-Organization-Company", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-200-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Technical Identifier", + "_label" : "field|name|OPT-200-Organization-Company", + "_idScheme" : "ORG", + "_schemeName" : "organization", + "hidden" : true + }, { + "id" : "GR-Company", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation", + "_label" : "group|name|GR-Company", + "content" : [ { + "id" : "BT-500-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Name", + "_label" : "field|name|BT-500-Organization-Company" + }, { + "id" : "GR-Organisation-Identifier", + "contentType" : "group", + "nodeId" : "ND-CompanyLegalEntity", + "displayType" : "GROUP", + "description" : "Company legal identifier", + "_label" : "group|name|ND-CompanyLegalEntity", + "_repeatable" : true, + "content" : [ { + "id" : "BT-501-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Identifier", + "_label" : "field|name|BT-501-Organization-Company" + } ] + }, { + "id" : "BT-16-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Part Name", + "_label" : "field|name|BT-16-Organization-Company" + }, { + "id" : "BT-505-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Internet Address", + "_label" : "field|name|BT-505-Organization-Company" + }, { + "id" : "BT-509-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation eDelivery Gateway", + "_label" : "field|name|BT-509-Organization-Company" + } ] + }, { + "id" : "GR-Company-Address", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation Address", + "_label" : "group|name|GR-Company-Address", + "content" : [ { + "id" : "BT-510(a)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-Organization-Company" + }, { + "id" : "BT-510(b)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-Organization-Company" + }, { + "id" : "BT-510(c)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-Organization-Company" + }, { + "id" : "BT-513-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation City", + "_label" : "field|name|BT-513-Organization-Company" + }, { + "id" : "BT-512-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Post Code", + "_label" : "field|name|BT-512-Organization-Company" + }, { + "id" : "BT-507-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Organisation Country Subdivision", + "_label" : "field|name|BT-507-Organization-Company" + }, { + "id" : "BT-514-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Organisation Country Code", + "_label" : "field|name|BT-514-Organization-Company" + } ] + }, { + "id" : "GR-Company-Contact", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation Contact", + "_label" : "group|name|GR-Company-Contact", + "content" : [ { + "id" : "BT-502-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Contact Point", + "_label" : "field|name|BT-502-Organization-Company" + }, { + "id" : "BT-506-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Email Address", + "_label" : "field|name|BT-506-Organization-Company" + }, { + "id" : "BT-503-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Telephone Number", + "_label" : "field|name|BT-503-Organization-Company" + }, { + "id" : "BT-739-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Fax", + "_label" : "field|name|BT-739-Organization-Company" + } ] + }, { + "id" : "GR-Company-BuyerExclusive", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Buyer Exclusive", + "_label" : "group|name|GR-Company-BuyerExclusive", + "content" : [ { + "id" : "OPP-050-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Buyers Group Lead Indicator", + "_label" : "field|name|OPP-050-Organization" + }, { + "id" : "OPP-051-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Awarding CPB Buyer Indicator", + "_label" : "field|name|OPP-051-Organization" + }, { + "id" : "OPP-052-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Acquiring CPB Buyer Indicator", + "_label" : "field|name|OPP-052-Organization" + } ] + }, { + "id" : "GR-Company-EconomicOperatorExclusive", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Economic Operator Exclusive", + "_label" : "group|name|GR-Company-EconomicOperatorExclusive", + "content" : [ { + "id" : "BT-633-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Organisation Natural Person", + "_label" : "field|name|BT-633-Organization" + }, { + "id" : "GR-Organisation-UBO-Reference", + "contentType" : "group", + "nodeId" : "ND-OrganizationUboReference", + "displayType" : "GROUP", + "description" : "Organization UBO", + "_label" : "group|name|ND-OrganizationUboReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-302-Organization", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Beneficial Owner Reference", + "_label" : "field|name|OPT-302-Organization", + "_idSchemes" : [ "UBO" ] + } ] + }, { + "id" : "BT-165-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Size", + "_label" : "field|name|BT-165-Organization-Company" + }, { + "id" : "BT-746-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Winner Listed", + "_label" : "field|name|BT-746-Organization" + } ] + }, { + "id" : "GR-Touch-Point", + "contentType" : "group", + "nodeId" : "ND-Touchpoint", + "displayType" : "GROUP", + "description" : "Contact details associated to a given role", + "_label" : "group|name|ND-Touchpoint", + "_idScheme" : "TPO", + "_schemeName" : "touchpoint", + "_identifierFieldId" : "OPT-201-Organization-TouchPoint", + "_repeatable" : true, + "collapsed" : true, + "content" : [ { + "id" : "OPT-201-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "TouchPoint Technical Identifier", + "_label" : "field|name|OPT-201-Organization-TouchPoint", + "_idScheme" : "TPO", + "_schemeName" : "touchpoint", + "hidden" : true + }, { + "id" : "BT-500-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Name", + "_label" : "field|name|BT-500-Organization-TouchPoint" + }, { + "id" : "BT-16-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Part Name", + "_label" : "field|name|BT-16-Organization-TouchPoint" + }, { + "id" : "BT-505-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internet Address", + "_label" : "field|name|BT-505-Organization-TouchPoint" + }, { + "id" : "BT-509-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "eDelivery Gateway", + "_label" : "field|name|BT-509-Organization-TouchPoint" + }, { + "id" : "GR-TouchPoint-Address", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "TouchPoint Address", + "_label" : "group|name|GR-TouchPoint-Address", + "content" : [ { + "id" : "BT-510(a)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-Organization-TouchPoint" + }, { + "id" : "BT-510(b)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-Organization-TouchPoint" + }, { + "id" : "BT-510(c)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-Organization-TouchPoint" + }, { + "id" : "BT-513-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "City", + "_label" : "field|name|BT-513-Organization-TouchPoint" + }, { + "id" : "BT-512-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Post Code", + "_label" : "field|name|BT-512-Organization-TouchPoint" + }, { + "id" : "BT-507-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Subdivision", + "_label" : "field|name|BT-507-Organization-TouchPoint" + }, { + "id" : "BT-514-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Code", + "_label" : "field|name|BT-514-Organization-TouchPoint" + } ] + }, { + "id" : "GR-TouchPoint-Contact", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "TouchPoint Contact", + "_label" : "group|name|GR-TouchPoint-Contact", + "content" : [ { + "id" : "BT-502-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contact Point", + "_label" : "field|name|BT-502-Organization-TouchPoint" + }, { + "id" : "BT-506-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Email Address", + "_label" : "field|name|BT-506-Organization-TouchPoint" + }, { + "id" : "BT-503-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Telephone Number", + "_label" : "field|name|BT-503-Organization-TouchPoint" + }, { + "id" : "BT-739-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Fax", + "_label" : "field|name|BT-739-Organization-TouchPoint" + } ] + } ], + "_captionFieldId" : "BT-500-Organization-TouchPoint" + } ], + "_captionFieldId" : "BT-500-Organization-Company" + } ] + }, { + "id" : "GR-UBO-Subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Ultimate Beneficial Owner", + "_label" : "group|name|GR-UBO-Subsection", + "content" : [ { + "id" : "GR-UBO", + "contentType" : "group", + "nodeId" : "ND-UBO", + "displayType" : "GROUP", + "description" : "Ultimate Beneficial Owner", + "_label" : "group|name|ND-UBO", + "_idScheme" : "UBO", + "_schemeName" : "ubo", + "_identifierFieldId" : "OPT-202-UBO", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-202-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Beneficial Owner Technical Identifier", + "_label" : "field|name|OPT-202-UBO", + "_idScheme" : "UBO", + "_schemeName" : "ubo", + "hidden" : true + }, { + "id" : "BT-500-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "UBO Name", + "_label" : "field|name|BT-500-UBO" + }, { + "id" : "OPT-160-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "First Name", + "_label" : "field|name|OPT-160-UBO" + }, { + "id" : "BT-506-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Email Address", + "_label" : "field|name|BT-506-UBO" + }, { + "id" : "BT-503-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Telephone Number", + "_label" : "field|name|BT-503-UBO" + }, { + "id" : "BT-739-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Contact Fax", + "_label" : "field|name|BT-739-UBO" + }, { + "id" : "BT-507-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Subdivision", + "_label" : "field|name|BT-507-UBO" + }, { + "id" : "BT-510(a)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-UBO" + }, { + "id" : "BT-510(b)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-UBO" + }, { + "id" : "BT-510(c)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-UBO" + }, { + "id" : "BT-512-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Post Code", + "_label" : "field|name|BT-512-UBO" + }, { + "id" : "BT-513-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "City", + "_label" : "field|name|BT-513-UBO" + }, { + "id" : "BT-514-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Code", + "_label" : "field|name|BT-514-UBO" + }, { + "id" : "GR-UBO-Winner", + "contentType" : "group", + "nodeId" : "ND-UBONationality", + "displayType" : "GROUP", + "description" : "UBO nationality", + "_label" : "group|name|ND-UBONationality", + "_repeatable" : true, + "content" : [ { + "id" : "BT-706-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Owner Nationality", + "_label" : "field|name|BT-706-UBO" + } ] + } ], + "_captionFieldId" : "BT-500-UBO" + } ] + } ] + } ] +} \ No newline at end of file diff --git a/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/notice-types/30.json b/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/notice-types/30.json new file mode 100644 index 0000000..9c4ae45 --- /dev/null +++ b/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/notice-types/30.json @@ -0,0 +1,4428 @@ +{ + "ublVersion" : "2.3", + "sdkVersion" : "1.10.0", + "metadataDatabase" : { + "version" : "1.10.0", + "createdOn" : "2023-11-15T14:00:00" + }, + "noticeId" : "30", + "metadata" : [ { + "id" : "BT-02-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Type", + "_label" : "field|name|BT-02-notice", + "readOnly" : true + }, { + "id" : "BT-03-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Form Type", + "_label" : "field|name|BT-03-notice", + "readOnly" : true + }, { + "id" : "BT-04-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Identifier", + "_label" : "field|name|BT-04-notice", + "readOnly" : true + }, { + "id" : "BT-701-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Identifier", + "_label" : "field|name|BT-701-notice", + "readOnly" : true + }, { + "id" : "BT-757-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Version", + "_label" : "field|name|BT-757-notice", + "readOnly" : true + }, { + "id" : "BT-702(a)-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Official Language", + "_label" : "field|name|BT-702(a)-notice", + "hidden" : true + }, { + "id" : "BT-702(b)-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Official Language", + "_label" : "field|name|BT-702(b)-notice", + "_repeatable" : true, + "hidden" : true + }, { + "id" : "BT-05(a)-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Dispatch Date", + "_label" : "field|name|BT-05(a)-notice", + "_presetValue" : "{NOW}", + "hidden" : true + }, { + "id" : "BT-05(b)-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Dispatch Time", + "_label" : "field|name|BT-05(b)-notice", + "_presetValue" : "{NOW}", + "hidden" : true + }, { + "id" : "BT-738-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Preferred Publication Date", + "_label" : "field|name|BT-738-notice", + "hidden" : true + }, { + "id" : "OPT-999", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Dummy Tender Award Date", + "_label" : "field|name|OPT-999", + "_presetValue" : "2000-01-01Z", + "hidden" : true + }, { + "id" : "OPT-001-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBL version ID (UBL)", + "_label" : "field|name|OPT-001-notice", + "hidden" : true + }, { + "id" : "OPT-002-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Customization ID (UBL)", + "_label" : "field|name|OPT-002-notice", + "readOnly" : true + }, { + "id" : "OPP-070-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Subtype", + "_label" : "field|name|OPP-070-notice", + "readOnly" : true + }, { + "id" : "OPP-010-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Publication Number", + "_label" : "field|name|OPP-010-notice", + "hidden" : true + }, { + "id" : "OPP-011-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "OJEU Identifier", + "_label" : "field|name|OPP-011-notice", + "hidden" : true + }, { + "id" : "OPP-012-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "OJEU Publication Date", + "_label" : "field|name|OPP-012-notice", + "hidden" : true + } ], + "content" : [ { + "id" : "GR-Buyer", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Contracting Party and Provider related Information", + "_label" : "group|name|GR-Buyer", + "content" : [ { + "id" : "GR-ContractingAuthority", + "contentType" : "group", + "nodeId" : "ND-ContractingParty", + "displayType" : "GROUP", + "description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", + "_label" : "group|name|ND-ContractingParty", + "_repeatable" : true, + "content" : [ { + "id" : "GR-ContractingAuthority-Buyer", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", + "_label" : "group|name|GR-ContractingAuthority-Buyer", + "content" : [ { + "id" : "OPT-300-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Technical Identifier Reference", + "_label" : "field|name|OPT-300-Procedure-Buyer", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "BT-11-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Legal Type", + "_label" : "field|name|BT-11-Procedure-Buyer" + }, { + "id" : "BT-10-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Activity Authority", + "_label" : "field|name|BT-10-Procedure-Buyer" + }, { + "id" : "BT-610-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Activity Entity", + "_label" : "field|name|BT-610-Procedure-Buyer" + }, { + "id" : "BT-508-Procedure-Buyer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Profile URL", + "_label" : "field|name|BT-508-Procedure-Buyer" + } ] + }, { + "id" : "GR-Procedure-SProvider", + "contentType" : "group", + "nodeId" : "ND-ServiceProviderParty", + "displayType" : "GROUP", + "description" : "Provided Service (code) and Provider (Reference to Organization)", + "_label" : "group|name|ND-ServiceProviderParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Procedure-SProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Service Provider Technical Identifier Reference", + "_label" : "field|name|OPT-300-Procedure-SProvider", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "OPT-030-Procedure-SProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Provided Service Type", + "_label" : "field|name|OPT-030-Procedure-SProvider" + } ] + } ] + } ] + }, { + "id" : "GR-Procedure", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure", + "content" : [ { + "id" : "GR-Procedure-Purpose", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Purpose", + "_label" : "group|name|GR-Procedure-Purpose", + "content" : [ { + "id" : "GR-Previous-Notice", + "contentType" : "group", + "nodeId" : "ND-PreviousNoticeReference", + "displayType" : "GROUP", + "description" : "Previous notice reference", + "_label" : "group|name|ND-PreviousNoticeReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPP-090-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Notice Identifier", + "_label" : "field|name|OPP-090-Procedure" + } ] + }, { + "id" : "GR-Procedure-MainLegalBasis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Main Legal Basis", + "_label" : "group|name|GR-Procedure-MainLegalBasis", + "content" : [ { + "id" : "BT-01-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Legal Basis", + "_label" : "field|name|BT-01-notice" + } ] + }, { + "id" : "GR-Procedure-LocalLegalBasisWithID", + "contentType" : "group", + "nodeId" : "ND-LocalLegalBasisWithID", + "displayType" : "GROUP", + "description" : "Legislation impacting the procurement and for which an ID is known", + "_label" : "group|name|ND-LocalLegalBasisWithID", + "_repeatable" : true, + "content" : [ { + "id" : "BT-01(c)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Legal Basis (ID)", + "_label" : "field|name|BT-01(c)-Procedure" + }, { + "id" : "BT-01(d)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Legal Basis (Description)", + "_label" : "field|name|BT-01(d)-Procedure" + } ] + }, { + "id" : "GR-Procedure-LocalLegalBasisNoID", + "contentType" : "group", + "nodeId" : "ND-LocalLegalBasisNoID", + "displayType" : "GROUP", + "description" : "Legislation impacting the procurement and for which no ID is known", + "_label" : "group|name|ND-LocalLegalBasisNoID", + "_repeatable" : true, + "content" : [ { + "id" : "BT-01(e)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Legal Basis (NoID)", + "_label" : "field|name|BT-01(e)-Procedure", + "_presetValue" : "LocalLegalBasis", + "hidden" : true + }, { + "id" : "BT-01(f)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Legal Basis (NoID Description)", + "_label" : "field|name|BT-01(f)-Procedure" + } ] + }, { + "id" : "GR-Procedure-Description", + "contentType" : "group", + "nodeId" : "ND-ProcedureProcurementScope", + "displayType" : "GROUP", + "description" : "Scope of the Procurement addressed with the whole notice", + "_label" : "group|name|ND-ProcedureProcurementScope", + "content" : [ { + "id" : "BT-22-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internal Identifier", + "_label" : "field|name|BT-22-Procedure" + }, { + "id" : "BT-21-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Title", + "_label" : "field|name|BT-21-Procedure" + }, { + "id" : "BT-24-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Description", + "_label" : "field|name|BT-24-Procedure" + }, { + "id" : "BT-23-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Nature", + "_label" : "field|name|BT-23-Procedure" + }, { + "id" : "GR-Procedure-Additional-Nature", + "contentType" : "group", + "nodeId" : "ND-ProcedureContractAdditionalNature", + "displayType" : "GROUP", + "description" : "Additional contract nature for the Procedure", + "_label" : "group|name|ND-ProcedureContractAdditionalNature", + "_repeatable" : true, + "content" : [ { + "id" : "BT-531-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Nature (different from Main)", + "_label" : "field|name|BT-531-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Scope", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Scope", + "_label" : "group|name|GR-Procedure-Scope", + "content" : [ { + "id" : "BT-27-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Estimated Value", + "_label" : "field|name|BT-27-Procedure" + }, { + "id" : "BT-271-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-271-Procedure" + }, { + "id" : "GR-Procedure-Scope-MainClassification", + "contentType" : "group", + "nodeId" : "ND-ProcedureMainClassification", + "displayType" : "GROUP", + "description" : "Classification for the Main Commodity of the Procedure", + "_label" : "group|name|ND-ProcedureMainClassification", + "content" : [ { + "id" : "BT-26(m)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(m)-Procedure" + }, { + "id" : "BT-262-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Classification Code", + "_label" : "field|name|BT-262-Procedure" + } ] + }, { + "id" : "GR-Procedure-Scope-AdditionalClassification", + "contentType" : "group", + "nodeId" : "ND-ProcedureAdditionalCommodityClassification", + "displayType" : "GROUP", + "description" : "Classification for the Additional Commodity of the Procedure", + "_label" : "group|name|ND-ProcedureAdditionalCommodityClassification", + "_repeatable" : true, + "content" : [ { + "id" : "BT-26(a)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(a)-Procedure" + }, { + "id" : "BT-263-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Classification Code", + "_label" : "field|name|BT-263-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-PlaceOfPerformance", + "contentType" : "group", + "nodeId" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "displayType" : "GROUP", + "description" : "Additional Information about the location where the Procurement, for the Procedure as a whole, should take place", + "_label" : "group|name|ND-ProcedurePlacePerformanceAdditionalInformation", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5101(a)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Street", + "_label" : "field|name|BT-5101(a)-Procedure" + }, { + "id" : "BT-5101(b)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 1", + "_label" : "field|name|BT-5101(b)-Procedure" + }, { + "id" : "BT-5101(c)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 2", + "_label" : "field|name|BT-5101(c)-Procedure" + }, { + "id" : "BT-5131-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance City", + "_label" : "field|name|BT-5131-Procedure" + }, { + "id" : "BT-5121-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Post Code", + "_label" : "field|name|BT-5121-Procedure" + }, { + "id" : "BT-5071-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Subdivision", + "_label" : "field|name|BT-5071-Procedure" + }, { + "id" : "BT-5141-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Code", + "_label" : "field|name|BT-5141-Procedure" + }, { + "id" : "BT-727-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Services Other", + "_label" : "field|name|BT-727-Procedure" + }, { + "id" : "BT-728-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Additional Information", + "_label" : "field|name|BT-728-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-TenderingTerms", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Terms", + "_label" : "group|name|GR-Procedure-TenderingTerms", + "content" : [ { + "id" : "GR-Procedure-CrossBorderLaw", + "contentType" : "group", + "nodeId" : "ND-CrossBorderLaw", + "displayType" : "GROUP", + "description" : "Cross Border Law", + "_label" : "group|name|ND-CrossBorderLaw", + "content" : [ { + "id" : "BT-09(a)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Cross Border Law", + "_label" : "field|name|BT-09(a)-Procedure", + "_presetValue" : "CrossBorderLaw", + "hidden" : true + }, { + "id" : "BT-09(b)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Cross Border Law Description", + "_label" : "field|name|BT-09(b)-Procedure" + }, { + "id" : "GR-Unpublish-BT-09", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-09", + "_label" : "group|name|GR-Unpublish-BT-09", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-09)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-09)-Procedure", + "_presetValue" : "cro-bor-law", + "hidden" : true + }, { + "id" : "BT-196(BT-09)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-09)-Procedure" + }, { + "id" : "BT-197(BT-09)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-09)-Procedure" + }, { + "id" : "BT-198(BT-09)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-09)-Procedure" + } ] + } ] + } ] + }, { + "id" : "GR-Procedure-Procedure-subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure-Procedure-subsection", + "content" : [ { + "id" : "GR-Procedure-Procedure", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure-Procedure", + "content" : [ { + "id" : "BT-634-Procedure", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Procurement Relaunch", + "_label" : "field|name|BT-634-Procedure" + }, { + "id" : "BT-88-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Features", + "_label" : "field|name|BT-88-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-88", + "unpublishFieldId" : "BT-195(BT-88)-Procedure", + "unpublishCode" : "pro-fea" + }, { + "id" : "GR-Unpublish-BT-88", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-88", + "_label" : "group|name|GR-Unpublish-BT-88", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-88)-Procedure", + "_presetValue" : "pro-fea", + "hidden" : true + }, { + "id" : "BT-196(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-88)-Procedure" + }, { + "id" : "BT-197(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-88)-Procedure" + }, { + "id" : "BT-198(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-88)-Procedure" + } ] + }, { + "id" : "BT-105-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Type", + "_label" : "field|name|BT-105-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-105", + "unpublishFieldId" : "BT-195(BT-105)-Procedure", + "unpublishCode" : "pro-typ" + }, { + "id" : "GR-Unpublish-BT-105", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-105", + "_label" : "group|name|GR-Unpublish-BT-105", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-105)-Procedure", + "_presetValue" : "pro-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-105)-Procedure" + }, { + "id" : "BT-197(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-105)-Procedure" + }, { + "id" : "BT-198(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-105)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Accelerated", + "contentType" : "group", + "nodeId" : "ND-AcceleratedProcedure", + "displayType" : "GROUP", + "description" : "Accelerated Procedure (or not) and Justification", + "_label" : "group|name|ND-AcceleratedProcedure", + "content" : [ { + "id" : "BT-106-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Accelerated", + "_label" : "field|name|BT-106-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-106-Procedure", + "unpublishFieldId" : "BT-195(BT-106)-Procedure", + "unpublishCode" : "pro-acc" + }, { + "id" : "GR-Unpublish-BT-106-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureAcceleratedUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (Procedure Accelerated)", + "_label" : "group|name|ND-ProcedureAcceleratedUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-106)-Procedure", + "_presetValue" : "pro-acc", + "hidden" : true + }, { + "id" : "BT-196(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-106)-Procedure" + }, { + "id" : "BT-197(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-106)-Procedure" + }, { + "id" : "BT-198(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-106)-Procedure" + } ] + }, { + "id" : "BT-1351-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Accelerated Justification", + "_label" : "field|name|BT-1351-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-1351-Procedure", + "unpublishFieldId" : "BT-195(BT-1351)-Procedure", + "unpublishCode" : "pro-acc-jus" + }, { + "id" : "GR-Unpublish-BT-1351-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ProcedureAcceleratedJustification)", + "_label" : "group|name|ND-ProcedureAcceleratedJustificationUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1351)-Procedure", + "_presetValue" : "pro-acc-jus", + "hidden" : true + }, { + "id" : "BT-196(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1351)-Procedure" + }, { + "id" : "BT-197(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1351)-Procedure" + }, { + "id" : "BT-198(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1351)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-DirectAward", + "contentType" : "group", + "nodeId" : "ND-DirectAward", + "displayType" : "GROUP", + "description" : "Direct Award (or not) and Justification", + "_label" : "group|name|ND-DirectAward", + "_repeatable" : true, + "content" : [ { + "id" : "BT-136-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Direct Award Justification Code", + "_label" : "field|name|BT-136-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-136", + "unpublishFieldId" : "BT-195(BT-136)-Procedure", + "unpublishCode" : "dir-awa-jus" + }, { + "id" : "GR-Unpublish-BT-136", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationCode)", + "_label" : "group|name|ND-DirectAwardJustificationCodeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-136)-Procedure", + "_presetValue" : "dir-awa-jus", + "hidden" : true + }, { + "id" : "BT-196(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-136)-Procedure" + }, { + "id" : "BT-197(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-136)-Procedure" + }, { + "id" : "BT-198(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-136)-Procedure" + } ] + }, { + "id" : "BT-135-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Direct Award Justification Text", + "_label" : "field|name|BT-135-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-135", + "unpublishFieldId" : "BT-195(BT-135)-Procedure", + "unpublishCode" : "dir-awa-tex" + }, { + "id" : "GR-Unpublish-BT-135", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationTextUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationText)", + "_label" : "group|name|ND-DirectAwardJustificationTextUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-135)-Procedure", + "_presetValue" : "dir-awa-tex", + "hidden" : true + }, { + "id" : "BT-196(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-135)-Procedure" + }, { + "id" : "BT-197(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-135)-Procedure" + }, { + "id" : "BT-198(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-135)-Procedure" + } ] + }, { + "id" : "BT-1252-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Direct Award Justification Previous Procedure Identifier", + "_label" : "field|name|BT-1252-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-1252", + "unpublishFieldId" : "BT-195(BT-1252)-Procedure", + "unpublishCode" : "dir-awa-pre" + }, { + "id" : "GR-Unpublish-BT-1252", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationPrevious)", + "_label" : "group|name|ND-DirectAwardJustificationPreviousUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1252)-Procedure", + "_presetValue" : "dir-awa-pre", + "hidden" : true + }, { + "id" : "BT-196(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1252)-Procedure" + }, { + "id" : "BT-197(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1252)-Procedure" + }, { + "id" : "BT-198(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1252)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-PinTerminated", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "PIN Terminated", + "_label" : "group|name|GR-Procedure-PinTerminated", + "content" : [ { + "id" : "BT-756-Procedure", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "PIN Competition Termination", + "_label" : "field|name|BT-756-Procedure" + } ] + }, { + "id" : "GR-Procedure-AdditionalInformation", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information", + "_label" : "group|name|GR-Procedure-AdditionalInformation", + "content" : [ { + "id" : "BT-300-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Additional Information", + "_label" : "field|name|BT-300-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-LotDistribution", + "contentType" : "group", + "nodeId" : "ND-LotDistribution", + "displayType" : "SECTION", + "description" : "Lots Distribution Information (Max number of Lots a same tenderer may win, Max number of lots a tenderer may tender for, Group of lots and their composition)", + "_label" : "group|name|ND-LotDistribution", + "content" : [ { + "id" : "GR-Procedure-GroupComposition", + "contentType" : "group", + "nodeId" : "ND-GroupComposition", + "displayType" : "GROUP", + "description" : "Composition of a given Group of lots", + "_label" : "group|name|ND-GroupComposition", + "_repeatable" : true, + "content" : [ { + "id" : "BT-330-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Identifier", + "_label" : "field|name|BT-330-Procedure", + "_idSchemes" : [ "GLO" ] + }, { + "id" : "GR-Group-Composition-Reference", + "contentType" : "group", + "nodeId" : "ND-GroupCompositionLotReference", + "displayType" : "GROUP", + "description" : "Lot belonging to the Group", + "_label" : "group|name|ND-GroupCompositionLotReference", + "_repeatable" : true, + "content" : [ { + "id" : "BT-1375-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Lot Identifier", + "_label" : "field|name|BT-1375-Procedure", + "_idSchemes" : [ "LOT" ] + } ] + } ] + } ] + } ] + }, { + "id" : "GR-Lot", + "contentType" : "group", + "nodeId" : "ND-Lot", + "displayType" : "SECTION", + "description" : "Lot related information covering Tendering Terms, Tendering Process and Purpose", + "_label" : "group|name|ND-Lot", + "_idScheme" : "LOT", + "_schemeName" : "Lot", + "_identifierFieldId" : "BT-137-Lot", + "_repeatable" : true, + "content" : [ { + "id" : "BT-137-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Purpose Lot Identifier", + "_label" : "field|name|BT-137-Lot", + "_idScheme" : "LOT", + "_schemeName" : "Lot", + "hidden" : true + }, { + "id" : "GR-Lot-Purpose", + "contentType" : "group", + "nodeId" : "ND-LotTenderingProcess", + "displayType" : "SECTION", + "description" : "Tendering Procedure information (GPA, Atypical Tool, Deadlines, techniques) for a Lot", + "_label" : "group|name|ND-LotTenderingProcess", + "content" : [ { + "id" : "GR-Lot-PreviousPlanning", + "contentType" : "group", + "nodeId" : "ND-LotPreviousPlanning", + "displayType" : "GROUP", + "description" : "Lot Previous Planning Reference", + "_label" : "group|name|ND-LotPreviousPlanning", + "_repeatable" : true, + "content" : [ { + "id" : "BT-125(i)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Planning Identifier", + "_label" : "field|name|BT-125(i)-Lot" + }, { + "id" : "BT-1251-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Planning Part Identifier", + "_label" : "field|name|BT-1251-Lot" + } ] + }, { + "id" : "GR-Lot-Description", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Description", + "_label" : "group|name|GR-Lot-Description", + "content" : [ { + "id" : "BT-22-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internal Identifier", + "_label" : "field|name|BT-22-Lot" + }, { + "id" : "BT-21-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Title", + "_label" : "field|name|BT-21-Lot" + }, { + "id" : "BT-24-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Description", + "_label" : "field|name|BT-24-Lot" + }, { + "id" : "BT-23-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Nature", + "_label" : "field|name|BT-23-Lot" + }, { + "id" : "GR-Lot-Additional-Nature", + "contentType" : "group", + "nodeId" : "ND-LotContractAdditionalNature", + "displayType" : "GROUP", + "description" : "Additional contract nature for the Lot", + "_label" : "group|name|ND-LotContractAdditionalNature", + "_repeatable" : true, + "content" : [ { + "id" : "BT-531-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Nature (different from Main)", + "_label" : "field|name|BT-531-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-Scope", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Scope", + "_label" : "group|name|GR-Lot-Scope", + "content" : [ { + "id" : "BT-25-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Quantity", + "_label" : "field|name|BT-25-Lot" + }, { + "id" : "BT-625-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unit", + "_label" : "field|name|BT-625-Lot" + }, { + "id" : "BT-27-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Estimated Value", + "_label" : "field|name|BT-27-Lot" + }, { + "id" : "GR-Lot-Scope-MainClassification", + "contentType" : "group", + "nodeId" : "ND-LotMainClassification", + "displayType" : "GROUP", + "description" : "Classification for the Main Commodity of a Lot", + "_label" : "group|name|ND-LotMainClassification", + "content" : [ { + "id" : "BT-26(m)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(m)-Lot" + }, { + "id" : "BT-262-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Classification Code", + "_label" : "field|name|BT-262-Lot" + } ] + }, { + "id" : "GR-Lot-Scope-AdditionalClassification", + "contentType" : "group", + "nodeId" : "ND-LotAdditionalClassification", + "displayType" : "GROUP", + "description" : "Classification for an Additional Commodity of a Lot", + "_label" : "group|name|ND-LotAdditionalClassification", + "_repeatable" : true, + "content" : [ { + "id" : "BT-26(a)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(a)-Lot" + }, { + "id" : "BT-263-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Classification Code", + "_label" : "field|name|BT-263-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-ProcurementType", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procurement Type", + "_label" : "group|name|GR-Lot-ProcurementType", + "content" : [ { + "id" : "GR-Lot-Environmental-Impact", + "contentType" : "group", + "nodeId" : "ND-LotEnvironmentalImpactType", + "displayType" : "GROUP", + "description" : "Environmental impact procurement type", + "_label" : "group|name|ND-LotEnvironmentalImpactType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-774-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Green Procurement", + "_label" : "field|name|BT-774-Lot" + } ] + }, { + "id" : "GR-Lot-Green-Procurement", + "contentType" : "group", + "nodeId" : "ND-LotGreenCriteria", + "displayType" : "GROUP", + "description" : "Details about the use of Green Procurement Criteria", + "_label" : "group|name|ND-LotGreenCriteria", + "_repeatable" : true, + "content" : [ { + "id" : "BT-805-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Green Procurement Criteria", + "_label" : "field|name|BT-805-Lot" + } ] + }, { + "id" : "GR-Lot-Social-Objective", + "contentType" : "group", + "nodeId" : "ND-LotSocialObjectiveType", + "displayType" : "GROUP", + "description" : "Social objective procurement type", + "_label" : "group|name|ND-LotSocialObjectiveType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-775-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Social Procurement", + "_label" : "field|name|BT-775-Lot" + } ] + }, { + "id" : "GR-Lot-Innovation-Procurement", + "contentType" : "group", + "nodeId" : "ND-LotInnovativeAcquisitionType", + "displayType" : "GROUP", + "description" : "Innovative acquisition procurement type", + "_label" : "group|name|ND-LotInnovativeAcquisitionType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-776-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procurement of Innovation", + "_label" : "field|name|BT-776-Lot" + } ] + }, { + "id" : "GR-Lot-ProcurementType-Strategic", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementType", + "displayType" : "GROUP", + "description" : "Information (Description) about Strategic Procurement Type", + "_label" : "group|name|ND-StrategicProcurementType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-06-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Strategic Procurement", + "_label" : "field|name|BT-06-Lot" + }, { + "id" : "BT-777-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Strategic Procurement Description", + "_label" : "field|name|BT-777-Lot" + } ] + }, { + "id" : "GR-Lot-ProcurementType-Accessibility", + "contentType" : "group", + "nodeId" : "ND-AccessibilityJustification", + "displayType" : "GROUP", + "description" : "Justification for absence of Accessibility Criteria", + "_label" : "group|name|ND-AccessibilityJustification", + "content" : [ { + "id" : "BT-754-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Accessibility", + "_label" : "field|name|BT-754-Lot" + }, { + "id" : "BT-755-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Accessibility Justification", + "_label" : "field|name|BT-755-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-PlaceOfPerformance", + "contentType" : "group", + "nodeId" : "ND-LotPlacePerformance", + "displayType" : "GROUP", + "description" : "A location where the Procurement, for the Lot, should take place", + "_label" : "group|name|ND-LotPlacePerformance", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5101(a)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Street", + "_label" : "field|name|BT-5101(a)-Lot" + }, { + "id" : "BT-5101(b)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 1", + "_label" : "field|name|BT-5101(b)-Lot" + }, { + "id" : "BT-5101(c)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 2", + "_label" : "field|name|BT-5101(c)-Lot" + }, { + "id" : "BT-5131-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance City", + "_label" : "field|name|BT-5131-Lot" + }, { + "id" : "BT-5121-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Post Code", + "_label" : "field|name|BT-5121-Lot" + }, { + "id" : "BT-5071-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Subdivision", + "_label" : "field|name|BT-5071-Lot" + }, { + "id" : "BT-5141-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Code", + "_label" : "field|name|BT-5141-Lot" + }, { + "id" : "BT-727-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Services Other", + "_label" : "field|name|BT-727-Lot" + }, { + "id" : "BT-728-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Additional Information", + "_label" : "field|name|BT-728-Lot" + } ] + }, { + "id" : "GR-Lot-PlannedDuration", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Planned Duration", + "_label" : "group|name|GR-Lot-PlannedDuration", + "content" : [ { + "id" : "BT-538-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Duration Other", + "_label" : "field|name|BT-538-Lot" + }, { + "id" : "BT-536-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration Start Date", + "_label" : "field|name|BT-536-Lot" + }, { + "id" : "BT-537-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration End Date", + "_label" : "field|name|BT-537-Lot" + }, { + "id" : "BT-36-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration Period", + "_label" : "field|name|BT-36-Lot" + } ] + }, { + "id" : "GR-Lot-ContractExtension", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Contract Extension", + "_label" : "group|name|GR-Lot-ContractExtension", + "content" : [ { + "id" : "BT-54-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Options Description", + "_label" : "field|name|BT-54-Lot" + }, { + "id" : "BT-57-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Renewal Description", + "_label" : "field|name|BT-57-Lot" + }, { + "id" : "BT-58-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Renewal Maximum", + "_label" : "field|name|BT-58-Lot" + } ] + }, { + "id" : "GR-Lot-AuctionTerms", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Auction Terms", + "_label" : "group|name|GR-Lot-AuctionTerms", + "content" : [ { + "id" : "BT-767-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Electronic Auction", + "_label" : "field|name|BT-767-Lot" + } ] + }, { + "id" : "GR-Lot-GpaAgreement", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "GPA Agreement", + "_label" : "group|name|GR-Lot-GpaAgreement", + "content" : [ { + "id" : "BT-115-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "GPA Coverage", + "_label" : "field|name|BT-115-Lot" + } ] + }, { + "id" : "GR-Lot-EUFunds-Indicator", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "EU Funds Indicator", + "_label" : "group|name|GR-Lot-EUFunds-Indicator", + "content" : [ { + "id" : "BT-60-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "EU Funds", + "_label" : "field|name|BT-60-Lot" + } ] + }, { + "id" : "GR-Lot-ContractingSystem", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tendering Procedure information (GPA, Atypical Tool, Deadlines, techniques) for a Lot", + "_label" : "group|name|GR-Lot-ContractingSystem", + "content" : [ { + "id" : "GR-Lot-FrameworkAgreement-Use", + "contentType" : "group", + "nodeId" : "ND-LotFAContractingSystem", + "displayType" : "GROUP", + "description" : "FA contracting System involvement for the Lot", + "_label" : "group|name|ND-LotFAContractingSystem", + "content" : [ { + "id" : "BT-765-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Framework Agreement", + "_label" : "field|name|BT-765-Lot" + } ] + }, { + "id" : "GR-Lot-DPS-Use", + "contentType" : "group", + "nodeId" : "ND-LotDPSContractingSystem", + "displayType" : "GROUP", + "description" : "DPS contracting System involvement for the Lot", + "_label" : "group|name|ND-LotDPSContractingSystem", + "content" : [ { + "id" : "BT-766-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Dynamic Purchasing System", + "_label" : "field|name|BT-766-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-FrameworkAgreement", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Framework Agreement", + "_label" : "group|name|GR-Lot-FrameworkAgreement", + "content" : [ { + "id" : "OPT-090-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Categories", + "_label" : "field|name|OPT-090-Lot", + "_presetValue" : "buyer-categories", + "hidden" : true + }, { + "id" : "BT-111-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Framework Buyer Categories", + "_label" : "field|name|BT-111-Lot" + }, { + "id" : "BT-271-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-271-Lot" + } ] + }, { + "id" : "GR-Lot-FiscalLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Fiscal Legislation", + "_label" : "group|name|GR-Lot-FiscalLegis", + "content" : [ { + "id" : "OPT-301-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Fiscal Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-FiscalLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-110-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Fiscal Legislation", + "_label" : "field|name|OPT-110-Lot-FiscalLegis" + }, { + "id" : "OPT-111-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Fiscal Legislation Document ID", + "_label" : "field|name|OPT-111-Lot-FiscalLegis" + } ] + }, { + "id" : "GR-Lot-EnvironLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Environmental Legislation", + "_label" : "group|name|GR-Lot-EnvironLegis", + "content" : [ { + "id" : "OPT-301-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Environmental Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-EnvironLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-120-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Environmental Legislation", + "_label" : "field|name|OPT-120-Lot-EnvironLegis" + }, { + "id" : "OPT-112-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Environmental Legislation Document ID", + "_label" : "field|name|OPT-112-Lot-EnvironLegis" + } ] + }, { + "id" : "GR-Lot-EmployLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Employment Legislation", + "_label" : "group|name|GR-Lot-EmployLegis", + "content" : [ { + "id" : "OPT-301-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Employment Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-EmployLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-130-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Employment Legislation", + "_label" : "field|name|OPT-130-Lot-EmployLegis" + }, { + "id" : "OPT-113-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Employment Legislation Document ID", + "_label" : "field|name|OPT-113-Lot-EmployLegis" + } ] + }, { + "id" : "GR-Lot-AdditionalInformation", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information", + "_label" : "group|name|GR-Lot-AdditionalInformation", + "content" : [ { + "id" : "BT-300-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Additional Information", + "_label" : "field|name|BT-300-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-TenderingTerms", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Terms", + "_label" : "group|name|GR-Lot-TenderingTerms", + "content" : [ { + "id" : "GR-Lot-AwardCriteria", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriteria", + "displayType" : "GROUP", + "description" : "Award Criteria related information (Description, Justification, Individual Criterion …) for a Lot", + "_label" : "group|name|ND-LotAwardCriteria", + "content" : [ { + "id" : "GR-Lot-AwardCriteria-Criterion", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterion", + "displayType" : "GROUP", + "description" : "Award Criterion related information (Description, Name, Parameter, Code …) for a Lot", + "_label" : "group|name|ND-LotAwardCriterion", + "_repeatable" : true, + "content" : [ { + "id" : "BT-539-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Type", + "_label" : "field|name|BT-539-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-539-Lot", + "unpublishFieldId" : "BT-195(BT-539)-Lot", + "unpublishCode" : "awa-cri-typ" + }, { + "id" : "GR-Unpublish-BT-539-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-539", + "_label" : "group|name|GR-Unpublish-BT-539-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-539)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-539)-Lot", + "_presetValue" : "awa-cri-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-539)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-539)-Lot" + }, { + "id" : "BT-197(BT-539)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-539)-Lot" + }, { + "id" : "BT-198(BT-539)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-539)-Lot" + } ] + }, { + "id" : "BT-540-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criterion Description", + "_label" : "field|name|BT-540-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-540-Lot", + "unpublishFieldId" : "BT-195(BT-540)-Lot", + "unpublishCode" : "awa-cri-des" + }, { + "id" : "GR-Unpublish-BT-540-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-540", + "_label" : "group|name|GR-Unpublish-BT-540-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-540)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-540)-Lot", + "_presetValue" : "awa-cri-des", + "hidden" : true + }, { + "id" : "BT-196(BT-540)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-540)-Lot" + }, { + "id" : "BT-197(BT-540)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-540)-Lot" + }, { + "id" : "BT-198(BT-540)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-540)-Lot" + } ] + }, { + "id" : "GR-Lot-AwardCriteria-Criterion-Parameters", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionParameters", + "displayType" : "GROUP", + "description" : "Non UBL Native Subordinate Award Criteria elements for a Lot", + "_label" : "group|name|ND-LotAwardCriterionParameters", + "content" : [ { + "id" : "GR-Lot-AwardCriteria-WeightCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardWeightCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Weight Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardWeightCriterionParameter", + "content" : [ { + "id" : "BT-541-Lot-WeightNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Weight Number", + "_label" : "field|name|BT-541-Lot-WeightNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-WeightNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Weight", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-WeightNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionWeightNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionWeightNumber)", + "_label" : "group|name|ND-LotAwardCriterionWeightNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Weight", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Weight" + }, { + "id" : "BT-197(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Weight" + }, { + "id" : "BT-198(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Weight" + } ] + }, { + "id" : "BT-5421-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Weight", + "_label" : "field|name|BT-5421-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5421-Lot", + "unpublishFieldId" : "BT-195(BT-5421)-Lot", + "unpublishCode" : "awa-cri-wei" + }, { + "id" : "GR-Unpublish-BT-5421-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberWeight)", + "_label" : "group|name|ND-LotAwardCriterionNumberWeightUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5421)-Lot", + "_presetValue" : "awa-cri-wei", + "hidden" : true + }, { + "id" : "BT-196(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5421)-Lot" + }, { + "id" : "BT-197(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5421)-Lot" + }, { + "id" : "BT-198(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5421)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-AwardCriteria-FixedCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardFixedCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Fixed Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardFixedCriterionParameter", + "content" : [ { + "id" : "BT-541-Lot-FixedNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Fixed Number", + "_label" : "field|name|BT-541-Lot-FixedNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-FixedNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Fixed", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-FixedNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionFixNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionFixNumber)", + "_label" : "group|name|ND-LotAwardCriterionFixNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Fixed", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Fixed" + }, { + "id" : "BT-197(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Fixed" + }, { + "id" : "BT-198(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Fixed" + } ] + }, { + "id" : "BT-5422-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Fixed", + "_label" : "field|name|BT-5422-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5422-Lot", + "unpublishFieldId" : "BT-195(BT-5422)-Lot", + "unpublishCode" : "awa-cri-fix" + }, { + "id" : "GR-Unpublish-BT-5422-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberFix)", + "_label" : "group|name|ND-LotAwardCriterionNumberFixUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5422)-Lot", + "_presetValue" : "awa-cri-fix", + "hidden" : true + }, { + "id" : "BT-196(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5422)-Lot" + }, { + "id" : "BT-197(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5422)-Lot" + }, { + "id" : "BT-198(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5422)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-AwardCriteria-ThresholdCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardThresholdCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Threshold Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardThresholdCriterionParameter", + "_repeatable" : true, + "content" : [ { + "id" : "BT-541-Lot-ThresholdNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Threshold Number", + "_label" : "field|name|BT-541-Lot-ThresholdNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-ThresholdNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Threshold", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-ThresholdNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionThresholdNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionThresholdNumber)", + "_label" : "group|name|ND-LotAwardCriterionThresholdNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Threshold", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Threshold" + }, { + "id" : "BT-197(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Threshold" + }, { + "id" : "BT-198(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Threshold" + } ] + }, { + "id" : "BT-5423-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Threshold", + "_label" : "field|name|BT-5423-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5423-Lot", + "unpublishFieldId" : "BT-195(BT-5423)-Lot", + "unpublishCode" : "awa-cri-thr" + }, { + "id" : "GR-Unpublish-BT-5423-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberThreshold)", + "_label" : "group|name|ND-LotAwardCriterionNumberThresholdUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5423)-Lot", + "_presetValue" : "awa-cri-thr", + "hidden" : true + }, { + "id" : "BT-196(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5423)-Lot" + }, { + "id" : "BT-197(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5423)-Lot" + }, { + "id" : "BT-198(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5423)-Lot" + } ] + } ] + } ] + }, { + "id" : "BT-734-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criterion Name", + "_label" : "field|name|BT-734-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-734-Lot", + "unpublishFieldId" : "BT-195(BT-734)-Lot", + "unpublishCode" : "awa-cri-nam" + }, { + "id" : "GR-Unpublish-BT-734-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-734", + "_label" : "group|name|GR-Unpublish-BT-734-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-734)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-734)-Lot", + "_presetValue" : "awa-cri-nam", + "hidden" : true + }, { + "id" : "BT-196(BT-734)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-734)-Lot" + }, { + "id" : "BT-197(BT-734)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-734)-Lot" + }, { + "id" : "BT-198(BT-734)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-734)-Lot" + } ] + } ] + }, { + "id" : "BT-543-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criteria Complicated", + "_label" : "field|name|BT-543-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-543-Lot", + "unpublishFieldId" : "BT-195(BT-543)-Lot", + "unpublishCode" : "awa-cri-com" + }, { + "id" : "GR-Unpublish-BT-543-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-543", + "_label" : "group|name|GR-Unpublish-BT-543-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-543)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-543)-Lot", + "_presetValue" : "awa-cri-com", + "hidden" : true + }, { + "id" : "BT-196(BT-543)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-543)-Lot" + }, { + "id" : "BT-197(BT-543)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-543)-Lot" + }, { + "id" : "BT-198(BT-543)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-543)-Lot" + } ] + }, { + "id" : "BT-733-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criteria Order Justification", + "_label" : "field|name|BT-733-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-733-Lot", + "unpublishFieldId" : "BT-195(BT-733)-Lot", + "unpublishCode" : "awa-cri-ord" + }, { + "id" : "GR-Unpublish-BT-733-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-733", + "_label" : "group|name|GR-Unpublish-BT-733-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-733)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-733)-Lot", + "_presetValue" : "awa-cri-ord", + "hidden" : true + }, { + "id" : "BT-196(BT-733)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-733)-Lot" + }, { + "id" : "BT-197(BT-733)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-733)-Lot" + }, { + "id" : "BT-198(BT-733)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-733)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-TenderingTerms-CVD", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementLot", + "displayType" : "GROUP", + "description" : "Information about the foreseen strategic procurement and associated assets: categories (Procurement, assets ...)", + "_label" : "group|name|ND-StrategicProcurementLot", + "content" : [ { + "id" : "BT-717-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Clean Vehicles Directive", + "_label" : "field|name|BT-717-Lot" + }, { + "id" : "GR-Lot-TenderingTerms-CVD-type", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementInformationLot", + "displayType" : "GROUP", + "description" : "Information about the foreseen strategic procurement and associated assets: categories (Procurement, assets ...) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-StrategicProcurementInformationLot", + "_repeatable" : true, + "content" : [ { + "id" : "BT-735-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "CVD Contract Type", + "_label" : "field|name|BT-735-Lot" + } ] + } ] + } ] + }, { + "id" : "GR-Lot-SubmissionInfo", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Submission Info", + "_label" : "group|name|GR-Lot-SubmissionInfo", + "content" : [ { + "id" : "GR-Lot-Procedure", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procedure", + "_label" : "group|name|GR-Lot-Procedure", + "content" : [ { + "id" : "BT-634-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Procurement Relaunch", + "_label" : "field|name|BT-634-Lot" + } ] + }, { + "id" : "GR-Lot-AddInfo", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information Providing Organisation", + "_label" : "group|name|GR-Lot-AddInfo", + "content" : [ { + "id" : "OPT-301-Lot-AddInfo", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Info Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-AddInfo", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-DocProvider", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Documents Providing Organisation", + "_label" : "group|name|GR-Lot-DocProvider", + "content" : [ { + "id" : "OPT-301-Lot-DocProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Document Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-DocProvider", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + } ] + }, { + "id" : "GR-Lot-Review", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Review", + "_label" : "group|name|GR-Lot-Review", + "content" : [ { + "id" : "GR-Lot-Deadline", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Deadlines", + "_label" : "group|name|GR-Lot-Deadline", + "content" : [ { + "id" : "BT-99-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Review Deadline Description", + "_label" : "field|name|BT-99-Lot" + } ] + }, { + "id" : "GR-Lot-ReviewOrg", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Organisation", + "_label" : "group|name|GR-Lot-ReviewOrg", + "content" : [ { + "id" : "OPT-301-Lot-ReviewOrg", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Review Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-ReviewOrg", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-ReviewInfo", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Information Providing Organisation", + "_label" : "group|name|GR-Lot-ReviewInfo", + "content" : [ { + "id" : "OPT-301-Lot-ReviewInfo", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Review Info Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-ReviewInfo", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-Mediator", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Mediation Organisation", + "_label" : "group|name|GR-Lot-Mediator", + "content" : [ { + "id" : "OPT-301-Lot-Mediator", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Mediator Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-Mediator", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + } ] + } ], + "_captionFieldId" : "BT-21-Lot" + }, { + "id" : "GR-Result", + "contentType" : "group", + "nodeId" : "ND-NoticeResult", + "displayType" : "SECTION", + "description" : "Outcome of the Procurement Procedure for all lots listed in the notice (also contains individual Lot Results)", + "_label" : "group|name|ND-NoticeResult", + "content" : [ { + "id" : "GR-NoticeResult-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Notice Result", + "_label" : "group|name|GR-NoticeResult-Section", + "content" : [ { + "id" : "BT-161-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Value", + "_label" : "field|name|BT-161-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-161", + "unpublishFieldId" : "BT-195(BT-161)-NoticeResult", + "unpublishCode" : "not-val" + }, { + "id" : "GR-Unpublish-BT-161", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-161", + "_label" : "group|name|GR-Unpublish-BT-161", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-161)-NoticeResult", + "_presetValue" : "not-val", + "hidden" : true + }, { + "id" : "BT-196(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-161)-NoticeResult" + }, { + "id" : "BT-197(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-161)-NoticeResult" + }, { + "id" : "BT-198(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-161)-NoticeResult" + } ] + }, { + "id" : "BT-118-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Framework Maximum Value", + "_label" : "field|name|BT-118-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-118", + "unpublishFieldId" : "BT-195(BT-118)-NoticeResult", + "unpublishCode" : "not-max-val" + }, { + "id" : "GR-Unpublish-BT-118", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-118", + "_label" : "group|name|GR-Unpublish-BT-118", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-118)-NoticeResult", + "_presetValue" : "not-max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-118)-NoticeResult" + }, { + "id" : "BT-197(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-118)-NoticeResult" + }, { + "id" : "BT-198(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-118)-NoticeResult" + } ] + }, { + "id" : "BT-1118-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Framework Approximate Value", + "_label" : "field|name|BT-1118-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-1118", + "unpublishFieldId" : "BT-195(BT-1118)-NoticeResult", + "unpublishCode" : "not-app-val" + }, { + "id" : "GR-Unpublish-BT-1118", + "contentType" : "group", + "nodeId" : "ND-NoticeApproximateValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (NoticeApproximateValue)", + "_label" : "group|name|ND-NoticeApproximateValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1118)-NoticeResult", + "_presetValue" : "not-app-val", + "hidden" : true + }, { + "id" : "BT-196(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1118)-NoticeResult" + }, { + "id" : "BT-197(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1118)-NoticeResult" + }, { + "id" : "BT-198(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1118)-NoticeResult" + } ] + }, { + "id" : "GR-GroupFramework", + "contentType" : "group", + "nodeId" : "ND-NoticeResultGroupFA", + "displayType" : "GROUP", + "description" : "Maximal Value and the associated awarded Group of Lots of the Result Notice", + "_label" : "group|name|ND-NoticeResultGroupFA", + "_repeatable" : true, + "content" : [ { + "id" : "BT-556-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Framework Value Lot Identifier", + "_label" : "field|name|BT-556-NoticeResult", + "_idSchemes" : [ "GLO" ], + "unpublishGroupId" : "GR-Unpublish-BT-556", + "unpublishFieldId" : "BT-195(BT-556)-NoticeResult", + "unpublishCode" : "gro-max-ide" + }, { + "id" : "GR-Unpublish-BT-556", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-556", + "_label" : "group|name|GR-Unpublish-BT-556", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-556)-NoticeResult", + "_presetValue" : "gro-max-ide", + "hidden" : true + }, { + "id" : "BT-196(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-556)-NoticeResult" + }, { + "id" : "BT-197(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-556)-NoticeResult" + }, { + "id" : "BT-198(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-556)-NoticeResult" + } ] + }, { + "id" : "BT-156-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Group Framework Maximum Value", + "_label" : "field|name|BT-156-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-156", + "unpublishFieldId" : "BT-195(BT-156)-NoticeResult", + "unpublishCode" : "gro-max-val" + }, { + "id" : "GR-Unpublish-BT-156", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-156", + "_label" : "group|name|GR-Unpublish-BT-156", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-156)-NoticeResult", + "_presetValue" : "gro-max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-156)-NoticeResult" + }, { + "id" : "BT-197(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-156)-NoticeResult" + }, { + "id" : "BT-198(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-156)-NoticeResult" + } ] + }, { + "id" : "BT-1561-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Group Framework Re-estimated Value", + "_label" : "field|name|BT-1561-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-1561-NoticeResult", + "unpublishFieldId" : "BT-195(BT-1561)-NoticeResult", + "unpublishCode" : "gro-ree-val" + }, { + "id" : "GR-Unpublish-BT-1561-NoticeResult", + "contentType" : "group", + "nodeId" : "ND-GroupReestimatedValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (GroupReestimatedValue)", + "_label" : "group|name|ND-GroupReestimatedValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1561)-NoticeResult", + "_presetValue" : "gro-ree-val", + "hidden" : true + }, { + "id" : "BT-196(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1561)-NoticeResult" + }, { + "id" : "BT-197(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1561)-NoticeResult" + }, { + "id" : "BT-198(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1561)-NoticeResult" + } ] + } ] + } ] + }, { + "id" : "GR-TenderingParty-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Parties", + "_label" : "group|name|GR-TenderingParty-Section", + "content" : [ { + "id" : "GR-TenderingParty", + "contentType" : "group", + "nodeId" : "ND-TenderingParty", + "displayType" : "GROUP", + "description" : "Party formed of one or more organizations than jointly submitted a Tender", + "_label" : "group|name|ND-TenderingParty", + "_idScheme" : "TPA", + "_schemeName" : "tendering-party", + "_identifierFieldId" : "OPT-210-Tenderer", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-210-Tenderer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tendering Party ID", + "_label" : "field|name|OPT-210-Tenderer", + "_idScheme" : "TPA", + "_schemeName" : "tendering-party", + "hidden" : true + }, { + "id" : "OPT-211-Tenderer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tendering Party Name", + "_label" : "field|name|OPT-211-Tenderer" + }, { + "id" : "GR-Tenderer", + "contentType" : "group", + "nodeId" : "ND-Tenderer", + "displayType" : "GROUP", + "description" : "One of the member of the Tendring Party", + "_label" : "group|name|ND-Tenderer", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Tenderer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tenderer ID Reference", + "_label" : "field|name|OPT-300-Tenderer", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "OPT-170-Tenderer", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tendering Party Leader", + "_label" : "field|name|OPT-170-Tenderer" + } ] + }, { + "id" : "GR-Subcontractor", + "contentType" : "group", + "nodeId" : "ND-SubContractor", + "displayType" : "GROUP", + "description" : "Organization identified as a contractor of one at least of the Main Tenderers of a Tendering Party", + "_label" : "group|name|ND-SubContractor", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-Tenderer-SubCont", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Subcontractor ID Reference", + "_label" : "field|name|OPT-301-Tenderer-SubCont", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "GR-Tenderer-Main-Contractor-Id", + "contentType" : "group", + "nodeId" : "ND-SubContractorTakerReference", + "displayType" : "GROUP", + "description" : "Subcontractor taker", + "_label" : "group|name|ND-SubContractorTakerReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-Tenderer-MainCont", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Contractor ID Reference", + "_label" : "field|name|OPT-301-Tenderer-MainCont", + "_idSchemes" : [ "ORG" ] + } ] + } ] + } ], + "_captionFieldId" : "OPT-211-Tenderer" + } ] + }, { + "id" : "GR-SettledContract-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Settled Contracts", + "_label" : "group|name|GR-SettledContract-Section", + "content" : [ { + "id" : "GR-SettledContract", + "contentType" : "group", + "nodeId" : "ND-SettledContract", + "displayType" : "GROUP", + "description" : "Contract settled (or about to be settled) between a Contracting Party and a Tendering Party to satisfy the requirements expressed as part of the Procurement Procedure", + "_label" : "group|name|ND-SettledContract", + "_idScheme" : "CON", + "_schemeName" : "contract", + "_identifierFieldId" : "OPT-316-Contract", + "_repeatable" : true, + "content" : [ { + "id" : "GR-SettledContract-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "SettledContract 1", + "_label" : "group|name|GR-SettledContract-1", + "content" : [ { + "id" : "OPT-316-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Technical Identifier", + "_label" : "field|name|OPT-316-Contract", + "_idScheme" : "CON", + "_schemeName" : "contract", + "hidden" : true + }, { + "id" : "BT-150-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Identifier", + "_label" : "field|name|BT-150-Contract" + }, { + "id" : "BT-1451-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Winner Decision Date", + "_label" : "field|name|BT-1451-Contract" + }, { + "id" : "BT-145-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Conclusion Date", + "_label" : "field|name|BT-145-Contract" + }, { + "id" : "BT-721-Contract", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contract Title", + "_label" : "field|name|BT-721-Contract" + }, { + "id" : "BT-151-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract URL", + "_label" : "field|name|BT-151-Contract" + }, { + "id" : "BT-768-Contract", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Contract Framework Agreement", + "_label" : "field|name|BT-768-Contract" + }, { + "id" : "OPT-100-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Notice Identifier", + "_label" : "field|name|OPT-100-Contract" + }, { + "id" : "GR-SettledContractTenderReference", + "contentType" : "group", + "nodeId" : "ND-SettledContractTenderReference", + "displayType" : "GROUP", + "description" : "Tender leading to the contract", + "_label" : "group|name|ND-SettledContractTenderReference", + "_repeatable" : true, + "content" : [ { + "id" : "BT-3202-Contract", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract Tender ID (Reference)", + "_label" : "field|name|BT-3202-Contract", + "_idSchemes" : [ "TEN" ] + } ] + }, { + "id" : "GR-Contract-Signatory", + "contentType" : "group", + "nodeId" : "ND-ContractSignatory", + "displayType" : "GROUP", + "description" : "Contract signatory", + "_label" : "group|name|ND-ContractSignatory", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Contract-Signatory", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Signatory Identifier Reference", + "_label" : "field|name|OPT-300-Contract-Signatory", + "_idSchemes" : [ "ORG" ] + } ] + } ] + }, { + "id" : "GR-SettledContract-2", + "contentType" : "group", + "nodeId" : "ND-ContractEUFunds", + "displayType" : "GROUP", + "description" : "EU Funds (Code, Description) involved in a contract.", + "_label" : "group|name|ND-ContractEUFunds", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5011-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract EU Funds Financing Identifier", + "_label" : "field|name|BT-5011-Contract" + }, { + "id" : "BT-722-Contract", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract EU Funds Programme", + "_label" : "field|name|BT-722-Contract" + }, { + "id" : "BT-6110-Contract", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contract EU Funds Details", + "_label" : "field|name|BT-6110-Contract" + } ] + } ], + "_captionFieldId" : "BT-150-Contract" + } ] + }, { + "id" : "GR-LotTender-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Lot Tenders", + "_label" : "group|name|GR-LotTender-Section", + "content" : [ { + "id" : "GR-LotTender", + "contentType" : "group", + "nodeId" : "ND-LotTender", + "displayType" : "GROUP", + "description" : "Tender (or fragment of a Tender) submitted for a given Lot", + "_label" : "group|name|ND-LotTender", + "_idScheme" : "TEN", + "_schemeName" : "tender", + "_identifierFieldId" : "OPT-321-Tender", + "_repeatable" : true, + "content" : [ { + "id" : "GR-Tender", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tender", + "_label" : "group|name|GR-Tender", + "content" : [ { + "id" : "OPT-321-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Technical Identifier", + "_label" : "field|name|OPT-321-Tender", + "_idScheme" : "TEN", + "_schemeName" : "tender", + "hidden" : true + }, { + "id" : "BT-3201-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Identifier", + "_label" : "field|name|BT-3201-Tender" + }, { + "id" : "BT-1711-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tender Ranked", + "_label" : "field|name|BT-1711-Tender" + }, { + "id" : "BT-171-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Rank", + "_label" : "field|name|BT-171-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-171", + "unpublishFieldId" : "BT-195(BT-171)-Tender", + "unpublishCode" : "ten-ran" + }, { + "id" : "GR-Unpublish-BT-171", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-171", + "_label" : "group|name|GR-Unpublish-BT-171", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-171)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-171)-Tender", + "_presetValue" : "ten-ran", + "hidden" : true + }, { + "id" : "BT-196(BT-171)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-171)-Tender" + }, { + "id" : "BT-197(BT-171)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-171)-Tender" + }, { + "id" : "BT-198(BT-171)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-171)-Tender" + } ] + }, { + "id" : "BT-193-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tender Variant", + "_label" : "field|name|BT-193-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-193", + "unpublishFieldId" : "BT-195(BT-193)-Tender", + "unpublishCode" : "win-ten-var" + }, { + "id" : "GR-Unpublish-BT-193", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-193", + "_label" : "group|name|GR-Unpublish-BT-193", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-193)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-193)-Tender", + "_presetValue" : "win-ten-var", + "hidden" : true + }, { + "id" : "BT-196(BT-193)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-193)-Tender" + }, { + "id" : "BT-197(BT-193)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-193)-Tender" + }, { + "id" : "BT-198(BT-193)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-193)-Tender" + } ] + }, { + "id" : "BT-720-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value", + "_label" : "field|name|BT-720-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-720", + "unpublishFieldId" : "BT-195(BT-720)-Tender", + "unpublishCode" : "win-ten-val" + }, { + "id" : "GR-Unpublish-BT-720", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-720", + "_label" : "group|name|GR-Unpublish-BT-720", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-720)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-720)-Tender", + "_presetValue" : "win-ten-val", + "hidden" : true + }, { + "id" : "BT-196(BT-720)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-720)-Tender" + }, { + "id" : "BT-197(BT-720)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-720)-Tender" + }, { + "id" : "BT-198(BT-720)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-720)-Tender" + } ] + } ] + }, { + "id" : "GR-LotTender-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotTender 1", + "_label" : "group|name|GR-LotTender-1", + "content" : [ { + "id" : "BT-13714-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tender Lot Identifier", + "_label" : "field|name|BT-13714-Tender", + "_idSchemes" : [ "GLO", "LOT" ] + }, { + "id" : "OPT-310-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tendering Party ID Reference", + "_label" : "field|name|OPT-310-Tender", + "_idSchemes" : [ "TPA" ] + } ] + }, { + "id" : "GR-LotTender-2", + "contentType" : "group", + "nodeId" : "ND-LotTenderOriginCountry", + "displayType" : "GROUP", + "description" : "Origin country of the product or service", + "_label" : "group|name|ND-LotTenderOriginCountry", + "_repeatable" : true, + "content" : [ { + "id" : "BT-191-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Origin", + "_label" : "field|name|BT-191-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-191", + "unpublishFieldId" : "BT-195(BT-191)-Tender", + "unpublishCode" : "cou-ori" + }, { + "id" : "GR-Unpublish-BT-191", + "contentType" : "group", + "nodeId" : "ND-CountryOriginUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (CountryOrigin)", + "_label" : "group|name|ND-CountryOriginUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-191)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-191)-Tender", + "_presetValue" : "cou-ori", + "hidden" : true + }, { + "id" : "BT-196(BT-191)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-191)-Tender" + }, { + "id" : "BT-197(BT-191)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-191)-Tender" + }, { + "id" : "BT-198(BT-191)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-191)-Tender" + } ] + } ] + }, { + "id" : "GR-LotTender-Subcontracting", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Subcontracting", + "_label" : "group|name|GR-LotTender-Subcontracting", + "content" : [ { + "id" : "BT-553-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Subcontracting Value", + "_label" : "field|name|BT-553-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-553", + "unpublishFieldId" : "BT-195(BT-553)-Tender", + "unpublishCode" : "sub-val" + }, { + "id" : "GR-Unpublish-BT-553", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-553", + "_label" : "group|name|GR-Unpublish-BT-553", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-553)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-553)-Tender", + "_presetValue" : "sub-val", + "hidden" : true + }, { + "id" : "BT-196(BT-553)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-553)-Tender" + }, { + "id" : "BT-197(BT-553)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-553)-Tender" + }, { + "id" : "BT-198(BT-553)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-553)-Tender" + } ] + }, { + "id" : "BT-554-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Subcontracting Description", + "_label" : "field|name|BT-554-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-554", + "unpublishFieldId" : "BT-195(BT-554)-Tender", + "unpublishCode" : "sub-des" + }, { + "id" : "GR-Unpublish-BT-554", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-554", + "_label" : "group|name|GR-Unpublish-BT-554", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-554)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-554)-Tender", + "_presetValue" : "sub-des", + "hidden" : true + }, { + "id" : "BT-196(BT-554)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-554)-Tender" + }, { + "id" : "BT-197(BT-554)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-554)-Tender" + }, { + "id" : "BT-198(BT-554)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-554)-Tender" + } ] + }, { + "id" : "BT-555-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Subcontracting Percentage", + "_label" : "field|name|BT-555-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-555", + "unpublishFieldId" : "BT-195(BT-555)-Tender", + "unpublishCode" : "sub-per" + }, { + "id" : "GR-Unpublish-BT-555", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-555", + "_label" : "group|name|GR-Unpublish-BT-555", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-555)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-555)-Tender", + "_presetValue" : "sub-per", + "hidden" : true + }, { + "id" : "BT-196(BT-555)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-555)-Tender" + }, { + "id" : "BT-197(BT-555)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-555)-Tender" + }, { + "id" : "BT-198(BT-555)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-555)-Tender" + } ] + }, { + "id" : "BT-773-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Subcontracting", + "_label" : "field|name|BT-773-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-773", + "unpublishFieldId" : "BT-195(BT-773)-Tender", + "unpublishCode" : "sub-con" + }, { + "id" : "GR-Unpublish-BT-773", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-773", + "_label" : "group|name|GR-Unpublish-BT-773", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-773)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-773)-Tender", + "_presetValue" : "sub-con", + "hidden" : true + }, { + "id" : "BT-196(BT-773)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-773)-Tender" + }, { + "id" : "BT-197(BT-773)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-773)-Tender" + }, { + "id" : "BT-198(BT-773)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-773)-Tender" + } ] + }, { + "id" : "BT-730-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Subcontracting Value Known", + "_label" : "field|name|BT-730-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-730", + "unpublishFieldId" : "BT-195(BT-730)-Tender", + "unpublishCode" : "sub-val-kno" + }, { + "id" : "GR-Unpublish-BT-730", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-730", + "_label" : "group|name|GR-Unpublish-BT-730", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-730)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-730)-Tender", + "_presetValue" : "sub-val-kno", + "hidden" : true + }, { + "id" : "BT-196(BT-730)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-730)-Tender" + }, { + "id" : "BT-197(BT-730)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-730)-Tender" + }, { + "id" : "BT-198(BT-730)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-730)-Tender" + } ] + }, { + "id" : "BT-731-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Subcontracting Percentage Known", + "_label" : "field|name|BT-731-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-731", + "unpublishFieldId" : "BT-195(BT-731)-Tender", + "unpublishCode" : "sub-per-kno" + }, { + "id" : "GR-Unpublish-BT-731", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-731", + "_label" : "group|name|GR-Unpublish-BT-731", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-731)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-731)-Tender", + "_presetValue" : "sub-per-kno", + "hidden" : true + }, { + "id" : "BT-196(BT-731)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-731)-Tender" + }, { + "id" : "BT-197(BT-731)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-731)-Tender" + }, { + "id" : "BT-198(BT-731)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-731)-Tender" + } ] + } ] + } ], + "_captionFieldId" : "BT-3201-Tender" + } ] + }, { + "id" : "GR-LotResult-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Lot Results", + "_label" : "group|name|GR-LotResult-Section", + "content" : [ { + "id" : "GR-LotResult", + "contentType" : "group", + "nodeId" : "ND-LotResult", + "displayType" : "GROUP", + "description" : "Outcome of the Procurement Procedure for a given Lot", + "_label" : "group|name|ND-LotResult", + "_idScheme" : "RES", + "_schemeName" : "result", + "_identifierFieldId" : "OPT-322-LotResult", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-322-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "LotResult Technical Identifier", + "_label" : "field|name|OPT-322-LotResult", + "_idScheme" : "RES", + "_schemeName" : "result", + "hidden" : true + }, { + "id" : "GR-Winner", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Winner", + "_label" : "group|name|GR-Winner", + "content" : [ { + "id" : "BT-142-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Chosen", + "_label" : "field|name|BT-142-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-142", + "unpublishFieldId" : "BT-195(BT-142)-LotResult", + "unpublishCode" : "win-cho" + }, { + "id" : "GR-Unpublish-BT-142", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-142", + "_label" : "group|name|GR-Unpublish-BT-142", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-142)-LotResult", + "_presetValue" : "win-cho", + "hidden" : true + }, { + "id" : "BT-196(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-142)-LotResult" + }, { + "id" : "BT-197(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-142)-LotResult" + }, { + "id" : "BT-198(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-142)-LotResult" + } ] + }, { + "id" : "BT-144-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Not Awarded Reason", + "_label" : "field|name|BT-144-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-144", + "unpublishFieldId" : "BT-195(BT-144)-LotResult", + "unpublishCode" : "no-awa-rea" + }, { + "id" : "GR-Unpublish-BT-144", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-144", + "_label" : "group|name|GR-Unpublish-BT-144", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-144)-LotResult", + "_presetValue" : "no-awa-rea", + "hidden" : true + }, { + "id" : "BT-196(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-144)-LotResult" + }, { + "id" : "BT-197(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-144)-LotResult" + }, { + "id" : "BT-198(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-144)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotResult 1", + "_label" : "group|name|GR-LotResult-1", + "content" : [ { + "id" : "BT-13713-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Result Lot Identifier", + "_label" : "field|name|BT-13713-LotResult", + "_idSchemes" : [ "LOT" ] + }, { + "id" : "GR-LotResult-Tender-Id-Ref", + "contentType" : "group", + "nodeId" : "ND-LotResultTenderReference", + "displayType" : "GROUP", + "description" : "Tender considered for the award decision", + "_label" : "group|name|ND-LotResultTenderReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-320-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tender Identifier Reference", + "_label" : "field|name|OPT-320-LotResult", + "_idSchemes" : [ "TEN" ] + } ] + }, { + "id" : "GR-LotResult-Contract-Id-Ref", + "contentType" : "group", + "nodeId" : "ND-LotResultContractReference", + "displayType" : "GROUP", + "description" : "Contract following an award decision", + "_label" : "group|name|ND-LotResultContractReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-315-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract Identifier Reference", + "_label" : "field|name|OPT-315-LotResult", + "_idSchemes" : [ "CON" ] + } ] + } ] + }, { + "id" : "GR-LotResult-2", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotResult 2", + "_label" : "group|name|GR-LotResult-2", + "content" : [ { + "id" : "BT-119-LotResult", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Dynamic Purchasing System Termination", + "_label" : "field|name|BT-119-LotResult" + }, { + "id" : "BT-660-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Re-estimated Value", + "_label" : "field|name|BT-660-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-660-LotResult", + "unpublishFieldId" : "BT-195(BT-660)-LotResult", + "unpublishCode" : "ree-val" + }, { + "id" : "GR-Unpublish-BT-660-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReestimatedValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ReestimatedValue)", + "_label" : "group|name|ND-ReestimatedValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-660)-LotResult", + "_presetValue" : "ree-val", + "hidden" : true + }, { + "id" : "BT-196(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-660)-LotResult" + }, { + "id" : "BT-197(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-660)-LotResult" + }, { + "id" : "BT-198(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-660)-LotResult" + } ] + }, { + "id" : "BT-709-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-709-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-709", + "unpublishFieldId" : "BT-195(BT-709)-LotResult", + "unpublishCode" : "max-val" + }, { + "id" : "GR-Unpublish-BT-709", + "contentType" : "group", + "nodeId" : "ND-MaximalValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (MaximalValue)", + "_label" : "group|name|ND-MaximalValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-709)-LotResult", + "_presetValue" : "max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-709)-LotResult" + }, { + "id" : "BT-197(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-709)-LotResult" + }, { + "id" : "BT-198(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-709)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-CVD", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementInformationLotResult", + "displayType" : "GROUP", + "description" : "Information about the strategic procurement and associated assets: categories (Procurement, assets ...) and quantity (number) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-StrategicProcurementInformationLotResult", + "_repeatable" : true, + "content" : [ { + "id" : "BT-735-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "CVD Contract Type", + "_label" : "field|name|BT-735-LotResult" + }, { + "id" : "GR-LotResult-CVD-Vehicles", + "contentType" : "group", + "nodeId" : "ND-ProcurementDetailsLotResult", + "displayType" : "GROUP", + "description" : "Information about the assets: category and quantity (number) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-ProcurementDetailsLotResult", + "_repeatable" : true, + "content" : [ { + "id" : "GR-LotResult-CVD-Vehicles-Statistics", + "contentType" : "group", + "nodeId" : "ND-ProcurementStatistics", + "displayType" : "GROUP", + "description" : "Numbers about the procurement: category (code) and quantity (number)", + "_label" : "group|name|ND-ProcurementStatistics", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-156-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Vehicle Numeric", + "_label" : "field|name|OPT-156-LotResult" + }, { + "id" : "OPT-155-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Vehicle Type", + "_label" : "field|name|OPT-155-LotResult" + } ] + }, { + "id" : "BT-723-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Vehicle Category", + "_label" : "field|name|BT-723-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-Parties", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Parties", + "_label" : "group|name|GR-LotResult-Parties", + "content" : [ { + "id" : "GR-LotResult-Financing-Party", + "contentType" : "group", + "nodeId" : "ND-FinancingParty", + "displayType" : "GROUP", + "description" : "Financing party", + "_label" : "group|name|ND-FinancingParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-LotResult-Financing", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Financing Party (ID reference)", + "_label" : "field|name|OPT-301-LotResult-Financing", + "_idSchemes" : [ "ORG" ] + } ] + }, { + "id" : "GR-LotResult-Payer-Party", + "contentType" : "group", + "nodeId" : "ND-PayerParty", + "displayType" : "GROUP", + "description" : "Payer party", + "_label" : "group|name|ND-PayerParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-LotResult-Paying", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Payer Party (ID reference)", + "_label" : "field|name|OPT-301-LotResult-Paying", + "_idSchemes" : [ "ORG" ] + } ] + } ] + }, { + "id" : "GR-LotResult-TenderValue", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tender Value", + "_label" : "group|name|GR-LotResult-TenderValue", + "content" : [ { + "id" : "BT-710-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value Lowest", + "_label" : "field|name|BT-710-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-710", + "unpublishFieldId" : "BT-195(BT-710)-LotResult", + "unpublishCode" : "ten-val-low" + }, { + "id" : "GR-Unpublish-BT-710", + "contentType" : "group", + "nodeId" : "ND-TenderValueLowestUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (TenderValueLowest)", + "_label" : "group|name|ND-TenderValueLowestUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-710)-LotResult", + "_presetValue" : "ten-val-low", + "hidden" : true + }, { + "id" : "BT-196(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-710)-LotResult" + }, { + "id" : "BT-197(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-710)-LotResult" + }, { + "id" : "BT-198(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-710)-LotResult" + } ] + }, { + "id" : "BT-711-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value Highest", + "_label" : "field|name|BT-711-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-711", + "unpublishFieldId" : "BT-195(BT-711)-LotResult", + "unpublishCode" : "ten-val-hig" + }, { + "id" : "GR-Unpublish-BT-711", + "contentType" : "group", + "nodeId" : "ND-TenderValueHighestUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (TenderValueHighest)", + "_label" : "group|name|ND-TenderValueHighestUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-711)-LotResult", + "_presetValue" : "ten-val-hig", + "hidden" : true + }, { + "id" : "BT-196(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-711)-LotResult" + }, { + "id" : "BT-197(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-711)-LotResult" + }, { + "id" : "BT-198(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-711)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReviewRequests", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatistics", + "displayType" : "GROUP", + "description" : "Statistics about Review Requests (number and code)", + "_label" : "group|name|ND-ReviewRequestsStatistics", + "_repeatable" : true, + "content" : [ { + "id" : "BT-636-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Review Requests Irregularity Type", + "_label" : "field|name|BT-636-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-636-LotResult", + "unpublishFieldId" : "BT-195(BT-636)-LotResult", + "unpublishCode" : "buy-rev-typ" + }, { + "id" : "GR-Unpublish-BT-636-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (RevewRequests irregularity type )", + "_label" : "group|name|ND-ReviewRequestsStatisticsTypeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-636)-LotResult", + "_presetValue" : "buy-rev-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-636)-LotResult" + }, { + "id" : "BT-197(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-636)-LotResult" + }, { + "id" : "BT-198(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-636)-LotResult" + } ] + }, { + "id" : "BT-635-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Review Requests Count", + "_label" : "field|name|BT-635-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-635-LotResult", + "unpublishFieldId" : "BT-195(BT-635)-LotResult", + "unpublishCode" : "buy-rev-cou" + }, { + "id" : "GR-Unpublish-BT-635-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (RevewRequests irregularity count )", + "_label" : "group|name|ND-ReviewRequestsStatisticsCountUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-635)-LotResult", + "_presetValue" : "buy-rev-cou", + "hidden" : true + }, { + "id" : "BT-196(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-635)-LotResult" + }, { + "id" : "BT-197(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-635)-LotResult" + }, { + "id" : "BT-198(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-635)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReviewComplainants", + "contentType" : "group", + "nodeId" : "ND-BuyerReviewComplainants", + "displayType" : "GROUP", + "description" : "Statistics regarding the number of Organizations requesting review for a given Irregularity Type (Number & Code)", + "_label" : "group|name|ND-BuyerReviewComplainants", + "content" : [ { + "id" : "BT-712(a)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Review Complainants (Code)", + "_label" : "field|name|BT-712(a)-LotResult" + }, { + "id" : "BT-712(b)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Review Complainants (Number)", + "_label" : "field|name|BT-712(b)-LotResult" + }, { + "id" : "GR-Unpublish-BT-712", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-712", + "_label" : "group|name|GR-Unpublish-BT-712", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-712)-LotResult", + "_presetValue" : "rev-req", + "hidden" : true + }, { + "id" : "BT-196(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-712)-LotResult" + }, { + "id" : "BT-197(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-712)-LotResult" + }, { + "id" : "BT-198(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-712)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReceivedSubmissions", + "contentType" : "group", + "nodeId" : "ND-ReceivedSubmissions", + "displayType" : "GROUP", + "description" : "Container for Received Submissions Statististics Numeric value and associated code.", + "_label" : "group|name|ND-ReceivedSubmissions", + "_repeatable" : true, + "content" : [ { + "id" : "BT-760-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Received Submissions Type", + "_label" : "field|name|BT-760-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-760", + "unpublishFieldId" : "BT-195(BT-760)-LotResult", + "unpublishCode" : "rec-sub-typ" + }, { + "id" : "GR-Unpublish-BT-760", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-760", + "_label" : "group|name|GR-Unpublish-BT-760", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-760)-LotResult", + "_presetValue" : "rec-sub-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-760)-LotResult" + }, { + "id" : "BT-197(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-760)-LotResult" + }, { + "id" : "BT-198(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-760)-LotResult" + } ] + }, { + "id" : "BT-759-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Received Submissions Count", + "_label" : "field|name|BT-759-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-759", + "unpublishFieldId" : "BT-195(BT-759)-LotResult", + "unpublishCode" : "rec-sub-cou" + } ] + } ], + "_captionFieldId" : "BT-13713-LotResult" + } ] + } ] + }, { + "id" : "GR-Change", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Change", + "_label" : "group|name|GR-Change", + "content" : [ { + "id" : "BT-140-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Change Reason Code", + "_label" : "field|name|BT-140-notice", + "readOnly" : true + }, { + "id" : "BT-762-notice", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Change Reason Description", + "_label" : "field|name|BT-762-notice" + }, { + "id" : "BT-758-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Notice Version Identifier", + "_label" : "field|name|BT-758-notice", + "readOnly" : true + }, { + "id" : "GR-ChangeSections", + "contentType" : "group", + "nodeId" : "ND-Change", + "displayType" : "GROUP", + "description" : "Information associated to a single Change (Section, Description & Procurement Documents)", + "_label" : "group|name|ND-Change", + "_repeatable" : true, + "content" : [ { + "id" : "GR-ChangedSectionIdentifiers", + "contentType" : "group", + "nodeId" : "ND-ChangedSection", + "displayType" : "GROUP", + "description" : "Section subject to change", + "_label" : "group|name|ND-ChangedSection", + "_repeatable" : true, + "content" : [ { + "id" : "BT-13716-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Previous Section Identifier", + "_label" : "field|name|BT-13716-notice" + } ] + }, { + "id" : "BT-141(a)-notice", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Change Description", + "_label" : "field|name|BT-141(a)-notice" + }, { + "id" : "BT-718-notice", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Change Procurement Documents", + "_label" : "field|name|BT-718-notice" + }, { + "id" : "BT-719-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Procurement Documents Date", + "_label" : "field|name|BT-719-notice" + } ] + } ] + }, { + "id" : "GR-Organisations-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Organisations", + "_label" : "group|name|GR-Organisations-Section", + "content" : [ { + "id" : "GR-Organisations-Subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Organisations", + "_label" : "group|name|GR-Organisations-Subsection", + "content" : [ { + "id" : "GR-Organisations", + "contentType" : "group", + "nodeId" : "ND-Organization", + "displayType" : "GROUP", + "description" : "A Party involved in the Competition from either side (Buyer or Tenderer) with a Legal Entity (Company) and possibly additional Contact Points (touchpoints)", + "_label" : "group|name|ND-Organization", + "_idScheme" : "ORG", + "_schemeName" : "organization", + "_identifierFieldId" : "OPT-200-Organization-Company", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-200-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Technical Identifier", + "_label" : "field|name|OPT-200-Organization-Company", + "_idScheme" : "ORG", + "_schemeName" : "organization", + "hidden" : true + }, { + "id" : "GR-Company", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation", + "_label" : "group|name|GR-Company", + "content" : [ { + "id" : "BT-500-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Name", + "_label" : "field|name|BT-500-Organization-Company" + }, { + "id" : "GR-Organisation-Identifier", + "contentType" : "group", + "nodeId" : "ND-CompanyLegalEntity", + "displayType" : "GROUP", + "description" : "Company legal identifier", + "_label" : "group|name|ND-CompanyLegalEntity", + "_repeatable" : true, + "content" : [ { + "id" : "BT-501-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Identifier", + "_label" : "field|name|BT-501-Organization-Company" + } ] + }, { + "id" : "BT-16-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Part Name", + "_label" : "field|name|BT-16-Organization-Company" + }, { + "id" : "BT-505-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Internet Address", + "_label" : "field|name|BT-505-Organization-Company" + }, { + "id" : "BT-509-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation eDelivery Gateway", + "_label" : "field|name|BT-509-Organization-Company" + } ] + }, { + "id" : "GR-Company-Address", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation Address", + "_label" : "group|name|GR-Company-Address", + "content" : [ { + "id" : "BT-510(a)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-Organization-Company" + }, { + "id" : "BT-510(b)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-Organization-Company" + }, { + "id" : "BT-510(c)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-Organization-Company" + }, { + "id" : "BT-513-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation City", + "_label" : "field|name|BT-513-Organization-Company" + }, { + "id" : "BT-512-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Post Code", + "_label" : "field|name|BT-512-Organization-Company" + }, { + "id" : "BT-507-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Organisation Country Subdivision", + "_label" : "field|name|BT-507-Organization-Company" + }, { + "id" : "BT-514-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Organisation Country Code", + "_label" : "field|name|BT-514-Organization-Company" + } ] + }, { + "id" : "GR-Company-Contact", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation Contact", + "_label" : "group|name|GR-Company-Contact", + "content" : [ { + "id" : "BT-502-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Contact Point", + "_label" : "field|name|BT-502-Organization-Company" + }, { + "id" : "BT-506-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Email Address", + "_label" : "field|name|BT-506-Organization-Company" + }, { + "id" : "BT-503-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Telephone Number", + "_label" : "field|name|BT-503-Organization-Company" + }, { + "id" : "BT-739-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Fax", + "_label" : "field|name|BT-739-Organization-Company" + } ] + }, { + "id" : "GR-Company-BuyerExclusive", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Buyer Exclusive", + "_label" : "group|name|GR-Company-BuyerExclusive", + "content" : [ { + "id" : "OPP-050-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Buyers Group Lead Indicator", + "_label" : "field|name|OPP-050-Organization" + }, { + "id" : "OPP-051-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Awarding CPB Buyer Indicator", + "_label" : "field|name|OPP-051-Organization" + }, { + "id" : "OPP-052-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Acquiring CPB Buyer Indicator", + "_label" : "field|name|OPP-052-Organization" + } ] + }, { + "id" : "GR-Company-EconomicOperatorExclusive", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Economic Operator Exclusive", + "_label" : "group|name|GR-Company-EconomicOperatorExclusive", + "content" : [ { + "id" : "BT-633-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Organisation Natural Person", + "_label" : "field|name|BT-633-Organization" + }, { + "id" : "GR-Organisation-UBO-Reference", + "contentType" : "group", + "nodeId" : "ND-OrganizationUboReference", + "displayType" : "GROUP", + "description" : "Organization UBO", + "_label" : "group|name|ND-OrganizationUboReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-302-Organization", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Beneficial Owner Reference", + "_label" : "field|name|OPT-302-Organization", + "_idSchemes" : [ "UBO" ] + } ] + }, { + "id" : "BT-165-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Size", + "_label" : "field|name|BT-165-Organization-Company" + }, { + "id" : "BT-746-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Winner Listed", + "_label" : "field|name|BT-746-Organization" + } ] + }, { + "id" : "GR-Touch-Point", + "contentType" : "group", + "nodeId" : "ND-Touchpoint", + "displayType" : "GROUP", + "description" : "Contact details associated to a given role", + "_label" : "group|name|ND-Touchpoint", + "_idScheme" : "TPO", + "_schemeName" : "touchpoint", + "_identifierFieldId" : "OPT-201-Organization-TouchPoint", + "_repeatable" : true, + "collapsed" : true, + "content" : [ { + "id" : "OPT-201-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "TouchPoint Technical Identifier", + "_label" : "field|name|OPT-201-Organization-TouchPoint", + "_idScheme" : "TPO", + "_schemeName" : "touchpoint", + "hidden" : true + }, { + "id" : "BT-500-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Name", + "_label" : "field|name|BT-500-Organization-TouchPoint" + }, { + "id" : "BT-16-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Part Name", + "_label" : "field|name|BT-16-Organization-TouchPoint" + }, { + "id" : "BT-505-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internet Address", + "_label" : "field|name|BT-505-Organization-TouchPoint" + }, { + "id" : "BT-509-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "eDelivery Gateway", + "_label" : "field|name|BT-509-Organization-TouchPoint" + }, { + "id" : "GR-TouchPoint-Address", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "TouchPoint Address", + "_label" : "group|name|GR-TouchPoint-Address", + "content" : [ { + "id" : "BT-510(a)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-Organization-TouchPoint" + }, { + "id" : "BT-510(b)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-Organization-TouchPoint" + }, { + "id" : "BT-510(c)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-Organization-TouchPoint" + }, { + "id" : "BT-513-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "City", + "_label" : "field|name|BT-513-Organization-TouchPoint" + }, { + "id" : "BT-512-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Post Code", + "_label" : "field|name|BT-512-Organization-TouchPoint" + }, { + "id" : "BT-507-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Subdivision", + "_label" : "field|name|BT-507-Organization-TouchPoint" + }, { + "id" : "BT-514-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Code", + "_label" : "field|name|BT-514-Organization-TouchPoint" + } ] + }, { + "id" : "GR-TouchPoint-Contact", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "TouchPoint Contact", + "_label" : "group|name|GR-TouchPoint-Contact", + "content" : [ { + "id" : "BT-502-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contact Point", + "_label" : "field|name|BT-502-Organization-TouchPoint" + }, { + "id" : "BT-506-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Email Address", + "_label" : "field|name|BT-506-Organization-TouchPoint" + }, { + "id" : "BT-503-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Telephone Number", + "_label" : "field|name|BT-503-Organization-TouchPoint" + }, { + "id" : "BT-739-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Fax", + "_label" : "field|name|BT-739-Organization-TouchPoint" + } ] + } ], + "_captionFieldId" : "BT-500-Organization-TouchPoint" + } ], + "_captionFieldId" : "BT-500-Organization-Company" + } ] + }, { + "id" : "GR-UBO-Subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Ultimate Beneficial Owner", + "_label" : "group|name|GR-UBO-Subsection", + "content" : [ { + "id" : "GR-UBO", + "contentType" : "group", + "nodeId" : "ND-UBO", + "displayType" : "GROUP", + "description" : "Ultimate Beneficial Owner", + "_label" : "group|name|ND-UBO", + "_idScheme" : "UBO", + "_schemeName" : "ubo", + "_identifierFieldId" : "OPT-202-UBO", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-202-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Beneficial Owner Technical Identifier", + "_label" : "field|name|OPT-202-UBO", + "_idScheme" : "UBO", + "_schemeName" : "ubo", + "hidden" : true + }, { + "id" : "BT-500-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "UBO Name", + "_label" : "field|name|BT-500-UBO" + }, { + "id" : "OPT-160-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "First Name", + "_label" : "field|name|OPT-160-UBO" + }, { + "id" : "BT-506-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Email Address", + "_label" : "field|name|BT-506-UBO" + }, { + "id" : "BT-503-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Telephone Number", + "_label" : "field|name|BT-503-UBO" + }, { + "id" : "BT-739-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Contact Fax", + "_label" : "field|name|BT-739-UBO" + }, { + "id" : "BT-507-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Subdivision", + "_label" : "field|name|BT-507-UBO" + }, { + "id" : "BT-510(a)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-UBO" + }, { + "id" : "BT-510(b)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-UBO" + }, { + "id" : "BT-510(c)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-UBO" + }, { + "id" : "BT-512-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Post Code", + "_label" : "field|name|BT-512-UBO" + }, { + "id" : "BT-513-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "City", + "_label" : "field|name|BT-513-UBO" + }, { + "id" : "BT-514-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Code", + "_label" : "field|name|BT-514-UBO" + }, { + "id" : "GR-UBO-Winner", + "contentType" : "group", + "nodeId" : "ND-UBONationality", + "displayType" : "GROUP", + "description" : "UBO nationality", + "_label" : "group|name|ND-UBONationality", + "_repeatable" : true, + "content" : [ { + "id" : "BT-706-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Owner Nationality", + "_label" : "field|name|BT-706-UBO" + } ] + } ], + "_captionFieldId" : "BT-500-UBO" + } ] + } ] + } ] +} \ No newline at end of file diff --git a/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/notice-types/notice-types.json b/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/notice-types/notice-types.json new file mode 100644 index 0000000..6444300 --- /dev/null +++ b/src/test/resources/eforms-sdk-tests/tedefo-2504/invalid/notice-types/notice-types.json @@ -0,0 +1,148 @@ +{ + "ublVersion" : "2.3", + "sdkVersion" : "1.6.0", + "metadataDatabase" : { + "version" : "1.6.0", + "createdOn" : "2023-02-17T12:00:00" + }, + "noticeSubTypes" : [ { + "documentType" : "CAN", + "legalBasis" : "32014L0024", + "formType" : "result", + "type" : "can-standard", + "description" : "Contract award notice – general directive, standard regime", + "subTypeId" : "29", + "_label" : "notice|name|29", + "viewTemplateIds" : [ "29", "summary" ] + }, { + "documentType" : "CAN", + "legalBasis" : "32014L0025", + "formType" : "result", + "type" : "can-standard", + "description" : "Contract award notice – sectoral directive, standard regime", + "subTypeId" : "30", + "_label" : "notice|name|30", + "viewTemplateIds" : [ "30", "summary" ] + }], + "documentTypes" : [ { + "id" : "BRIN", + "namespace" : "http://data.europa.eu/p27/eforms-business-registration-information-notice/1", + "rootElement" : "BusinessRegistrationInformationNotice", + "schemaLocation" : "schemas/maindoc/EFORMS-BusinessRegistrationInformationNotice.xsd", + "additionalNamespaces" : [ { + "prefix" : "cac", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonAggregateComponents-2.3.xsd" + }, { + "prefix" : "cbc", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonBasicComponents-2.3.xsd" + }, { + "prefix" : "ext", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonExtensionComponents-2.3.xsd" + }, { + "prefix" : "efext", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extensions/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionApex-2.3.xsd" + }, { + "prefix" : "efac", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd" + }, { + "prefix" : "efbc", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd" + } ] + }, { + "id" : "CAN", + "namespace" : "urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2", + "rootElement" : "ContractAwardNotice", + "schemaLocation" : "schemas/maindoc/UBL-ContractAwardNotice-2.3.xsd", + "additionalNamespaces" : [ { + "prefix" : "cac", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonAggregateComponents-2.3.xsd" + }, { + "prefix" : "cbc", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonBasicComponents-2.3.xsd" + }, { + "prefix" : "ext", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonExtensionComponents-2.3.xsd" + }, { + "prefix" : "efext", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extensions/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionApex-2.3.xsd" + }, { + "prefix" : "efac", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd" + }, { + "prefix" : "efbc", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd" + } ] + }, { + "id" : "CN", + "namespace" : "urn:oasis:names:specification:ubl:schema:xsd:ContractNotice-2", + "rootElement" : "ContractNotice", + "schemaLocation" : "schemas/maindoc/UBL-ContractNotice-2.3.xsd", + "additionalNamespaces" : [ { + "prefix" : "cac", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonAggregateComponents-2.3.xsd" + }, { + "prefix" : "cbc", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonBasicComponents-2.3.xsd" + }, { + "prefix" : "ext", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonExtensionComponents-2.3.xsd" + }, { + "prefix" : "efext", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extensions/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionApex-2.3.xsd" + }, { + "prefix" : "efac", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd" + }, { + "prefix" : "efbc", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd" + } ] + }, { + "id" : "PIN", + "namespace" : "urn:oasis:names:specification:ubl:schema:xsd:PriorInformationNotice-2", + "rootElement" : "PriorInformationNotice", + "schemaLocation" : "schemas/maindoc/UBL-PriorInformationNotice-2.3.xsd", + "additionalNamespaces" : [ { + "prefix" : "cac", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonAggregateComponents-2.3.xsd" + }, { + "prefix" : "cbc", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonBasicComponents-2.3.xsd" + }, { + "prefix" : "ext", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonExtensionComponents-2.3.xsd" + }, { + "prefix" : "efext", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extensions/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionApex-2.3.xsd" + }, { + "prefix" : "efac", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd" + }, { + "prefix" : "efbc", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd" + } ] + } ] +} \ No newline at end of file diff --git a/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/fields/fields.json b/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/fields/fields.json new file mode 100644 index 0000000..1583630 --- /dev/null +++ b/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/fields/fields.json @@ -0,0 +1,19575 @@ +{ + "ublVersion" : "2.3", + "sdkVersion" : "eforms-sdk-1.6.0", + "metadataDatabase" : { + "version" : "1.6.0", + "createdOn" : "2023-02-17T12:00:00" + }, + "xmlStructure" : [ { + "id" : "ND-Root", + "xpathAbsolute" : "/*", + "xpathRelative" : "/*", + "repeatable" : false + }, { + "id" : "ND-ContractingParty", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:ContractingParty", + "xpathRelative" : "cac:ContractingParty", + "repeatable" : true + }, { + "id" : "ND-ServiceProvider", + "parentId" : "ND-ContractingParty", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party", + "xpathRelative" : "cac:Party", + "repeatable" : false + }, { + "id" : "ND-ServiceProviderParty", + "parentId" : "ND-ServiceProvider", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:ServiceProviderParty", + "xpathRelative" : "cac:ServiceProviderParty", + "repeatable" : true + }, { + "id" : "ND-ProviderParty", + "parentId" : "ND-ServiceProviderParty", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:ServiceProviderParty/cac:Party", + "xpathRelative" : "cac:Party", + "repeatable" : false + }, { + "id" : "ND-ProcedureProcurementScope", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:ProcurementProject", + "xpathRelative" : "cac:ProcurementProject", + "repeatable" : false + }, { + "id" : "ND-ProcedureAdditionalCommodityClassification", + "parentId" : "ND-ProcedureProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:AdditionalCommodityClassification", + "xpathRelative" : "cac:AdditionalCommodityClassification", + "repeatable" : true + }, { + "id" : "ND-ProcedureMainClassification", + "parentId" : "ND-ProcedureProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:MainCommodityClassification", + "xpathRelative" : "cac:MainCommodityClassification", + "repeatable" : true + }, { + "id" : "ND-ProcedureMainClassificationCode", + "parentId" : "ND-ProcedureMainClassification", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "repeatable" : false + }, { + "id" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "parentId" : "ND-ProcedureProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation", + "xpathRelative" : "cac:RealizedLocation", + "repeatable" : true + }, { + "id" : "ND-ProcedurePlacePerformance", + "parentId" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address", + "xpathRelative" : "cac:Address", + "repeatable" : false + }, { + "id" : "ND-ProcedureValueEstimate", + "parentId" : "ND-ProcedureProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal", + "xpathRelative" : "cac:RequestedTenderTotal", + "repeatable" : false + }, { + "id" : "ND-ProcedureValueEstimateExtension", + "parentId" : "ND-ProcedureValueEstimate", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-Lot", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']", + "xpathRelative" : "cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']", + "repeatable" : true, + "identifierFieldId" : "BT-137-Lot", + "captionFieldId" : "BT-21-Lot" + }, { + "id" : "ND-LotProcurementScope", + "parentId" : "ND-Lot", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject", + "xpathRelative" : "cac:ProcurementProject", + "repeatable" : false + }, { + "id" : "ND-LotAdditionalClassification", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:AdditionalCommodityClassification", + "xpathRelative" : "cac:AdditionalCommodityClassification", + "repeatable" : true + }, { + "id" : "ND-OptionsAndRenewals", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension", + "xpathRelative" : "cac:ContractExtension", + "repeatable" : false + }, { + "id" : "ND-OptionsDescription", + "parentId" : "ND-OptionsAndRenewals", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension/cac:Renewal/cac:Period", + "xpathRelative" : "cac:Renewal/cac:Period", + "repeatable" : false + }, { + "id" : "ND-LotMainClassification", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:MainCommodityClassification", + "xpathRelative" : "cac:MainCommodityClassification", + "repeatable" : true + }, { + "id" : "ND-LotMainClassificationCode", + "parentId" : "ND-LotMainClassification", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "repeatable" : false + }, { + "id" : "ND-LotDuration", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod", + "xpathRelative" : "cac:PlannedPeriod", + "repeatable" : false + }, { + "id" : "ND-AccessibilityJustification", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='accessibility']", + "xpathRelative" : "cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='accessibility']", + "repeatable" : true + }, { + "id" : "ND-LotGreenCriteria", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='gpp-criteria']", + "xpathRelative" : "cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='gpp-criteria']", + "repeatable" : true + }, { + "id" : "ND-StrategicProcurementType", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='strategic-procurement']", + "xpathRelative" : "cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='strategic-procurement']", + "repeatable" : true + }, { + "id" : "ND-LotPlacePerformance", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation", + "xpathRelative" : "cac:RealizedLocation", + "repeatable" : true + }, { + "id" : "ND-LotPerformanceAddress", + "parentId" : "ND-LotPlacePerformance", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address", + "xpathRelative" : "cac:Address", + "repeatable" : false + }, { + "id" : "ND-LotValueEstimate", + "parentId" : "ND-LotProcurementScope", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RequestedTenderTotal", + "xpathRelative" : "cac:RequestedTenderTotal", + "repeatable" : false + }, { + "id" : "ND-LotValueEstimateExtension", + "parentId" : "ND-LotValueEstimate", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RequestedTenderTotal/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-LotTenderingProcess", + "parentId" : "ND-Lot", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess", + "xpathRelative" : "cac:TenderingProcess", + "repeatable" : false + }, { + "id" : "ND-LotInfoRequestPeriod", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AdditionalInformationRequestPeriod", + "xpathRelative" : "cac:AdditionalInformationRequestPeriod", + "repeatable" : false + }, { + "id" : "ND-AuctionTerms", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AuctionTerms", + "xpathRelative" : "cac:AuctionTerms", + "repeatable" : false + }, { + "id" : "ND-SecondStage", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:EconomicOperatorShortList", + "xpathRelative" : "cac:EconomicOperatorShortList", + "repeatable" : false + }, { + "id" : "ND-FA", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement", + "xpathRelative" : "cac:FrameworkAgreement", + "repeatable" : false + }, { + "id" : "ND-FABuyerCategories", + "parentId" : "ND-FA", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cac:SubsequentProcessTenderRequirement[cbc:Name/text()='buyer-categories']", + "xpathRelative" : "cac:SubsequentProcessTenderRequirement[cbc:Name/text()='buyer-categories']", + "repeatable" : false + }, { + "id" : "ND-LotPreviousPlanning", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:NoticeDocumentReference", + "xpathRelative" : "cac:NoticeDocumentReference", + "repeatable" : true + }, { + "id" : "ND-PublicOpening", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent", + "xpathRelative" : "cac:OpenTenderEvent", + "repeatable" : false + }, { + "id" : "ND-PublicOpeningPlace", + "parentId" : "ND-PublicOpening", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cac:OccurenceLocation", + "xpathRelative" : "cac:OccurenceLocation", + "repeatable" : false + }, { + "id" : "ND-ParticipationRequestPeriod", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ParticipationRequestReceptionPeriod", + "xpathRelative" : "cac:ParticipationRequestReceptionPeriod", + "repeatable" : false + }, { + "id" : "ND-NonEsubmission", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ProcessJustification", + "xpathRelative" : "cac:ProcessJustification", + "repeatable" : true + }, { + "id" : "ND-NoESubmission", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='no-esubmission-justification']", + "xpathRelative" : "cac:ProcessJustification[cbc:ProcessReasonCode/@listName='no-esubmission-justification']", + "repeatable" : false + }, { + "id" : "ND-SubmissionDeadline", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:TenderSubmissionDeadlinePeriod", + "xpathRelative" : "cac:TenderSubmissionDeadlinePeriod", + "repeatable" : false + }, { + "id" : "ND-LotTenderingProcessExtension", + "parentId" : "ND-LotTenderingProcess", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-PMCAnswersDeadline", + "parentId" : "ND-LotTenderingProcessExtension", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AnswerReceptionPeriod", + "xpathRelative" : "efac:AnswerReceptionPeriod", + "repeatable" : false + }, { + "id" : "ND-InterestExpressionReceptionPeriod", + "parentId" : "ND-LotTenderingProcessExtension", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:InterestExpressionReceptionPeriod", + "xpathRelative" : "efac:InterestExpressionReceptionPeriod", + "repeatable" : false + }, { + "id" : "ND-LotTenderingTerms", + "parentId" : "ND-Lot", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms", + "xpathRelative" : "cac:TenderingTerms", + "repeatable" : false + }, { + "id" : "ND-SubcontractTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms", + "xpathRelative" : "cac:AllowedSubcontractTerms", + "repeatable" : true + }, { + "id" : "ND-AllowedSubcontracting", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-allowed']", + "xpathRelative" : "cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-allowed']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingObligation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-obligation']", + "xpathRelative" : "cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-obligation']", + "repeatable" : false + }, { + "id" : "ND-LotReviewTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms", + "xpathRelative" : "cac:AppealTerms", + "repeatable" : false + }, { + "id" : "ND-ReviewPresentationPeriod", + "parentId" : "ND-LotReviewTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:PresentationPeriod", + "xpathRelative" : "cac:PresentationPeriod", + "repeatable" : false + }, { + "id" : "ND-AwardingTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms", + "xpathRelative" : "cac:AwardingTerms", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriteria", + "parentId" : "ND-AwardingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion", + "xpathRelative" : "cac:AwardingCriterion", + "repeatable" : true + }, { + "id" : "ND-LotAwardCriterion", + "parentId" : "ND-LotAwardCriteria", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion", + "xpathRelative" : "cac:SubordinateAwardingCriterion", + "repeatable" : true + }, { + "id" : "ND-LotAwardCriterionParameters", + "parentId" : "ND-LotAwardCriterion", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionParameter", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter", + "xpathRelative" : "efac:AwardCriterionParameter", + "repeatable" : true + }, { + "id" : "ND-LotAwardCriterionNumberFixUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']", + "xpathRelative" : "efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']", + "xpathRelative" : "efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionNumberWeightUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']", + "xpathRelative" : "efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionNumberUnpublish", + "parentId" : "ND-LotAwardCriterionParameter", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionDescriptionUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriteriaNameUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionTypeUnpublish", + "parentId" : "ND-LotAwardCriterionParameters", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "parentId" : "ND-LotAwardCriteria", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']", + "repeatable" : false + }, { + "id" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "parentId" : "ND-LotAwardCriteria", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']", + "repeatable" : false + }, { + "id" : "ND-Prize", + "parentId" : "ND-AwardingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:Prize", + "xpathRelative" : "cac:Prize", + "repeatable" : true + }, { + "id" : "ND-LotProcurementDocument", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference", + "xpathRelative" : "cac:CallForTendersDocumentReference", + "repeatable" : true + }, { + "id" : "ND-LotRestrictedDocuments", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[cbc:DocumentType/text()='restricted-document']", + "xpathRelative" : "cac:CallForTendersDocumentReference[cbc:DocumentType/text()='restricted-document']", + "repeatable" : true + }, { + "id" : "ND-LotDocumentsReference", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[not(cbc:DocumentType/text()='restricted-document')]", + "xpathRelative" : "cac:CallForTendersDocumentReference[not(cbc:DocumentType/text()='restricted-document')]", + "repeatable" : true + }, { + "id" : "ND-ExecutionRequirements", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='conditions']", + "xpathRelative" : "cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='conditions']", + "repeatable" : false + }, { + "id" : "ND-QualityTarget", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='customer-service']", + "xpathRelative" : "cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='customer-service']", + "repeatable" : true + }, { + "id" : "ND-NDA", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='nda']", + "xpathRelative" : "cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='nda']", + "repeatable" : false + }, { + "id" : "ND-ReservedExecution", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='reserved-execution']", + "xpathRelative" : "cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='reserved-execution']", + "repeatable" : false + }, { + "id" : "ND-Participants", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EconomicOperatorShortList", + "xpathRelative" : "cac:EconomicOperatorShortList", + "repeatable" : false + }, { + "id" : "ND-LotEmploymentLegislation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EmploymentLegislationDocumentReference", + "xpathRelative" : "cac:EmploymentLegislationDocumentReference", + "repeatable" : false + }, { + "id" : "ND-LotEnvironmentalLegislation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EnvironmentalLegislationDocumentReference", + "xpathRelative" : "cac:EnvironmentalLegislationDocumentReference", + "repeatable" : false + }, { + "id" : "ND-LotFiscalLegislation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:FiscalLegislationDocumentReference", + "xpathRelative" : "cac:FiscalLegislationDocumentReference", + "repeatable" : false + }, { + "id" : "ND-PaymentTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PaymentTerms", + "xpathRelative" : "cac:PaymentTerms", + "repeatable" : false + }, { + "id" : "ND-PostAwarProcess", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PostAwardProcess", + "xpathRelative" : "cac:PostAwardProcess", + "repeatable" : false + }, { + "id" : "ND-FinancialGuarantee", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:RequiredFinancialGuarantee", + "xpathRelative" : "cac:RequiredFinancialGuarantee", + "repeatable" : false + }, { + "id" : "ND-SecurityClearanceTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:SecurityClearanceTerm", + "xpathRelative" : "cac:SecurityClearanceTerm", + "repeatable" : false + }, { + "id" : "ND-TendererLegalForm", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cac:SpecificTendererRequirement)]", + "xpathRelative" : "cac:TendererQualificationRequest[not(cac:SpecificTendererRequirement)]", + "repeatable" : false + }, { + "id" : "ND-LotReservedParticipation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)][not(cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='missing-info-submission'])]", + "xpathRelative" : "cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)][not(cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='missing-info-submission'])]", + "repeatable" : false + }, { + "id" : "ND-LotReservedProcurement", + "parentId" : "ND-LotReservedParticipation", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)][not(cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='missing-info-submission'])]/cac:SpecificTendererRequirement[cbc:TendererRequirementTypeCode/@listName='reserved-procurement']", + "xpathRelative" : "cac:SpecificTendererRequirement[cbc:TendererRequirementTypeCode/@listName='reserved-procurement']", + "repeatable" : true + }, { + "id" : "ND-LateTendererInformation", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)]/cac:SpecificTendererRequirement[not(cbc:TendererRequirementTypeCode[@listName='reserved-procurement'])]", + "xpathRelative" : "cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)]/cac:SpecificTendererRequirement[not(cbc:TendererRequirementTypeCode[@listName='reserved-procurement'])]", + "repeatable" : false + }, { + "id" : "ND-TenderRecipient", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderRecipientParty", + "xpathRelative" : "cac:TenderRecipientParty", + "repeatable" : false + }, { + "id" : "ND-NonUBLTenderingTerms", + "parentId" : "ND-LotTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-Funding", + "parentId" : "ND-NonUBLTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Funding", + "xpathRelative" : "efac:Funding", + "repeatable" : true + }, { + "id" : "ND-SelectionCriteria", + "parentId" : "ND-NonUBLTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria", + "xpathRelative" : "efac:SelectionCriteria", + "repeatable" : true + }, { + "id" : "ND-SecondStageCriterionParameter", + "parentId" : "ND-SelectionCriteria", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efac:CriterionParameter", + "xpathRelative" : "efac:CriterionParameter", + "repeatable" : false + }, { + "id" : "ND-StrategicProcurementLot", + "parentId" : "ND-NonUBLTenderingTerms", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:StrategicProcurement", + "xpathRelative" : "efac:StrategicProcurement", + "repeatable" : false + }, { + "id" : "ND-StrategicProcurementInformationLot", + "parentId" : "ND-StrategicProcurementLot", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:StrategicProcurement/efac:StrategicProcurementInformation", + "xpathRelative" : "efac:StrategicProcurementInformation", + "repeatable" : true + }, { + "id" : "ND-SenderContact", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:SenderParty/cac:Contact", + "xpathRelative" : "cac:SenderParty/cac:Contact", + "repeatable" : false + }, { + "id" : "ND-ProcedureTenderingProcess", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:TenderingProcess", + "xpathRelative" : "cac:TenderingProcess", + "repeatable" : false + }, { + "id" : "ND-AcceleratedProcedure", + "parentId" : "ND-ProcedureTenderingProcess", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']", + "xpathRelative" : "cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']", + "repeatable" : false + }, { + "id" : "ND-ProcedureAcceleratedJustificationUnpublish", + "parentId" : "ND-AcceleratedProcedure", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']", + "repeatable" : false + }, { + "id" : "ND-ProcedureAcceleratedUnpublish", + "parentId" : "ND-AcceleratedProcedure", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']", + "repeatable" : false + }, { + "id" : "ND-DirectAward", + "parentId" : "ND-ProcedureTenderingProcess", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']", + "xpathRelative" : "cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']", + "repeatable" : false + }, { + "id" : "ND-DirectAwardJustificationCodeUnpublish", + "parentId" : "ND-DirectAward", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']", + "repeatable" : false + }, { + "id" : "ND-DirectAwardJustificationPreviousUnpublish", + "parentId" : "ND-DirectAward", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']", + "repeatable" : false + }, { + "id" : "ND-DirectAwardJustificationTextUnpublish", + "parentId" : "ND-DirectAward", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']", + "repeatable" : false + }, { + "id" : "ND-ProcedureFeaturesUnpublish", + "parentId" : "ND-ProcedureTenderingProcess", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']", + "repeatable" : false + }, { + "id" : "ND-ProcedureTypeUnpublish", + "parentId" : "ND-ProcedureTenderingProcess", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']", + "repeatable" : false + }, { + "id" : "ND-ProcedureTerms", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/cac:TenderingTerms", + "xpathRelative" : "cac:TenderingTerms", + "repeatable" : false + }, { + "id" : "ND-LotDistribution", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution", + "xpathRelative" : "cac:LotDistribution", + "repeatable" : false + }, { + "id" : "ND-GroupComposition", + "parentId" : "ND-LotDistribution", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cac:LotsGroup", + "xpathRelative" : "cac:LotsGroup", + "repeatable" : true + }, { + "id" : "ND-CrossBorderLaw", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']", + "xpathRelative" : "cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']", + "repeatable" : false + }, { + "id" : "ND-CrossBorderLawUnpublish", + "parentId" : "ND-CrossBorderLaw", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']", + "repeatable" : false + }, { + "id" : "ND-LocalLegalBasisNoID", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='LocalLegalBasis']", + "xpathRelative" : "cac:ProcurementLegislationDocumentReference[cbc:ID/text()='LocalLegalBasis']", + "repeatable" : true + }, { + "id" : "ND-LocalLegalBasisWithID", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()=('CrossBorderLaw','LocalLegalBasis'))]", + "xpathRelative" : "cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()=('CrossBorderLaw','LocalLegalBasis'))]", + "repeatable" : true + }, { + "id" : "ND-TendererQualificationRequest", + "parentId" : "ND-ProcedureTerms", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:TendererQualificationRequest", + "xpathRelative" : "cac:TendererQualificationRequest", + "repeatable" : false + }, { + "id" : "ND-ExclusionGrounds", + "parentId" : "ND-TendererQualificationRequest", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:TendererQualificationRequest/cac:SpecificTendererRequirement", + "xpathRelative" : "cac:SpecificTendererRequirement", + "repeatable" : true + }, { + "id" : "ND-OperationType", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/efac:NoticePurpose", + "xpathRelative" : "efac:NoticePurpose", + "repeatable" : false + }, { + "id" : "ND-RootExtension", + "parentId" : "ND-Root", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension", + "repeatable" : false + }, { + "id" : "ND-ReviewRequests", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation", + "xpathRelative" : "efac:AppealsInformation", + "repeatable" : true + }, { + "id" : "ND-ReviewStatus", + "parentId" : "ND-ReviewRequests", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus", + "xpathRelative" : "efac:AppealStatus", + "repeatable" : true + }, { + "id" : "ND-AppealDecision", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealDecision", + "xpathRelative" : "efac:AppealDecision", + "repeatable" : true + }, { + "id" : "ND-AppealingParty", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealingParty", + "xpathRelative" : "efac:AppealingParty", + "repeatable" : true + }, { + "id" : "ND-AppealIrregularity", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealIrregularity", + "xpathRelative" : "efac:AppealIrregularity", + "repeatable" : true + }, { + "id" : "ND-AppealProcessingParty", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealProcessingParty", + "xpathRelative" : "efac:AppealProcessingParty", + "repeatable" : false + }, { + "id" : "ND-AppealRemedy", + "parentId" : "ND-ReviewStatus", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealRemedy", + "xpathRelative" : "efac:AppealRemedy", + "repeatable" : true + }, { + "id" : "ND-Changes", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes", + "xpathRelative" : "efac:Changes", + "repeatable" : false + }, { + "id" : "ND-Change", + "parentId" : "ND-Changes", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change", + "xpathRelative" : "efac:Change", + "repeatable" : true + }, { + "id" : "ND-ChangeReason", + "parentId" : "ND-Changes", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:ChangeReason", + "xpathRelative" : "efac:ChangeReason", + "repeatable" : false + }, { + "id" : "ND-ContractModification", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification", + "xpathRelative" : "efac:ContractModification", + "repeatable" : true + }, { + "id" : "ND-Modification", + "parentId" : "ND-ContractModification", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:Change", + "xpathRelative" : "efac:Change", + "repeatable" : true + }, { + "id" : "ND-ModificationReason", + "parentId" : "ND-ContractModification", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:ChangeReason", + "xpathRelative" : "efac:ChangeReason", + "repeatable" : false + }, { + "id" : "ND-NoticeResult", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult", + "xpathRelative" : "efac:NoticeResult", + "repeatable" : false + }, { + "id" : "ND-NoticeApproximateValueUnpublish", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']", + "repeatable" : false + }, { + "id" : "ND-NoticeMaximumValueUnpublish", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']", + "repeatable" : false + }, { + "id" : "ND-NoticeValueUnpublish", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']", + "repeatable" : false + }, { + "id" : "ND-NoticeResultGroupFA", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework", + "xpathRelative" : "efac:GroupFramework", + "repeatable" : true + }, { + "id" : "ND-GroupMaximalValueIdentifierUnpublish", + "parentId" : "ND-NoticeResultGroupFA", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']", + "repeatable" : false + }, { + "id" : "ND-GroupMaximumValueUnpublish", + "parentId" : "ND-NoticeResultGroupFA", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']", + "repeatable" : false + }, { + "id" : "ND-GroupReestimatedValueUnpublish", + "parentId" : "ND-NoticeResultGroupFA", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']", + "repeatable" : false + }, { + "id" : "ND-LotResult", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult", + "xpathRelative" : "efac:LotResult", + "repeatable" : true, + "identifierFieldId" : "OPT-322-LotResult", + "captionFieldId" : "BT-13713-LotResult" + }, { + "id" : "ND-ReviewRequestsStatistics", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']", + "xpathRelative" : "efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']", + "repeatable" : true + }, { + "id" : "ND-ReviewRequestsStatisticsCountUnpublish", + "parentId" : "ND-ReviewRequestsStatistics", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']", + "repeatable" : false + }, { + "id" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "parentId" : "ND-ReviewRequestsStatistics", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']", + "repeatable" : false + }, { + "id" : "ND-BuyerReviewComplainants", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']", + "xpathRelative" : "efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']", + "repeatable" : false + }, { + "id" : "ND-RevewRequestsUnpublish", + "parentId" : "ND-BuyerReviewComplainants", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']", + "repeatable" : false + }, { + "id" : "ND-NotAwardedReasonUnpublish", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']", + "xpathRelative" : "efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']", + "repeatable" : false + }, { + "id" : "ND-TenderValueHighestUnpublish", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']", + "repeatable" : false + }, { + "id" : "ND-TenderValueLowestUnpublish", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']", + "repeatable" : false + }, { + "id" : "ND-WinnerChosenUnpublish", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']", + "repeatable" : false + }, { + "id" : "ND-LotResultFAValues", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues", + "xpathRelative" : "efac:FrameworkAgreementValues", + "repeatable" : false + }, { + "id" : "ND-MaximalValueUnpublish", + "parentId" : "ND-LotResultFAValues", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']", + "repeatable" : false + }, { + "id" : "ND-ReceivedSubmissions", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics", + "xpathRelative" : "efac:ReceivedSubmissionsStatistics", + "repeatable" : true + }, { + "id" : "ND-ReceivedSubmissionCountUnpublish", + "parentId" : "ND-ReceivedSubmissions", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']", + "repeatable" : false + }, { + "id" : "ND-ReceivedSubmissionTypeUnpublish", + "parentId" : "ND-ReceivedSubmissions", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']", + "repeatable" : false + }, { + "id" : "ND-StrategicProcurementLotResult", + "parentId" : "ND-LotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement", + "xpathRelative" : "efac:StrategicProcurement", + "repeatable" : false + }, { + "id" : "ND-StrategicProcurementInformationLotResult", + "parentId" : "ND-StrategicProcurementLotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation", + "xpathRelative" : "efac:StrategicProcurementInformation", + "repeatable" : true + }, { + "id" : "ND-ProcurementDetailsLotResult", + "parentId" : "ND-StrategicProcurementInformationLotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails", + "xpathRelative" : "efac:ProcurementDetails", + "repeatable" : true + }, { + "id" : "ND-ProcurementStatistics", + "parentId" : "ND-ProcurementDetailsLotResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails/efac:StrategicProcurementStatistics", + "xpathRelative" : "efac:StrategicProcurementStatistics", + "repeatable" : true + }, { + "id" : "ND-LotTender", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender", + "xpathRelative" : "efac:LotTender", + "repeatable" : true, + "identifierFieldId" : "OPT-321-Tender", + "captionFieldId" : "BT-3201-Tender" + }, { + "id" : "ND-LotTenderPaidAmounts", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts", + "xpathRelative" : "efac:AggregatedAmounts", + "repeatable" : false + }, { + "id" : "ND-TenderAggregatedAmounts", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts", + "xpathRelative" : "efac:AggregatedAmounts", + "repeatable" : false + }, { + "id" : "ND-ConcessionRevenue", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue", + "xpathRelative" : "efac:ConcessionRevenue", + "repeatable" : false + }, { + "id" : "ND-ConcessionRevenueBuyerUnpublish", + "parentId" : "ND-ConcessionRevenue", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']", + "repeatable" : false + }, { + "id" : "ND-ConcessionRevenueUserUnpublish", + "parentId" : "ND-ConcessionRevenue", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']", + "repeatable" : false + }, { + "id" : "ND-ValueConcessionDescriptionUnpublish", + "parentId" : "ND-ConcessionRevenue", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']", + "repeatable" : false + }, { + "id" : "ND-RewardsPenalties", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/@listName='rewards-penalties']", + "xpathRelative" : "efac:ContractTerm[efbc:TermCode/@listName='rewards-penalties']", + "repeatable" : false + }, { + "id" : "ND-RevenueAllocation", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/text()='all-rev-tic']", + "xpathRelative" : "efac:ContractTerm[efbc:TermCode/text()='all-rev-tic']", + "repeatable" : false + }, { + "id" : "ND-OtherContractExecutionConditions", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[not(efbc:TermCode/text()='all-rev-tic')][efbc:TermCode/@listName='contract-detail']", + "xpathRelative" : "efac:ContractTerm[not(efbc:TermCode/text()='all-rev-tic')][efbc:TermCode/@listName='contract-detail']", + "repeatable" : true + }, { + "id" : "ND-TenderRankUnpublish", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']", + "repeatable" : false + }, { + "id" : "ND-WinningTenderValueUnpublish", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']", + "repeatable" : false + }, { + "id" : "ND-WinningTenderVariantUnpublish", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']", + "repeatable" : false + }, { + "id" : "ND-CountryOriginUnpublish", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']", + "xpathRelative" : "efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']", + "repeatable" : false + }, { + "id" : "ND-SubcontractedActivity", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm", + "xpathRelative" : "efac:SubcontractingTerm", + "repeatable" : false + }, { + "id" : "ND-SubcontractedContract", + "parentId" : "ND-LotTender", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm[efbc:TermCode/@listName='applicability']", + "xpathRelative" : "efac:SubcontractingTerm[efbc:TermCode/@listName='applicability']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingDescriptionUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingPercentageKnownUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingPercentageUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingValueKnownUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']", + "repeatable" : false + }, { + "id" : "ND-SubcontractingValueUnpublish", + "parentId" : "ND-SubcontractedActivity", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']", + "xpathRelative" : "efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']", + "repeatable" : false + }, { + "id" : "ND-SettledContract", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract", + "xpathRelative" : "efac:SettledContract", + "repeatable" : true, + "identifierFieldId" : "OPT-316-Contract", + "captionFieldId" : "BT-150-Contract" + }, { + "id" : "ND-ExtendedDurationJustification", + "parentId" : "ND-SettledContract", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification", + "xpathRelative" : "efac:DurationJustification", + "repeatable" : false + }, { + "id" : "ND-AssetList", + "parentId" : "ND-ExtendedDurationJustification", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList", + "xpathRelative" : "efac:AssetsList", + "repeatable" : false + }, { + "id" : "ND-Asset", + "parentId" : "ND-AssetList", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList/efac:Asset", + "xpathRelative" : "efac:Asset", + "repeatable" : true + }, { + "id" : "ND-ContractEUFunds", + "parentId" : "ND-SettledContract", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:Funding", + "xpathRelative" : "efac:Funding", + "repeatable" : true + }, { + "id" : "ND-TenderingParty", + "parentId" : "ND-NoticeResult", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty", + "xpathRelative" : "efac:TenderingParty", + "repeatable" : true, + "identifierFieldId" : "OPT-210-Tenderer" + }, { + "id" : "ND-SubContractor", + "parentId" : "ND-TenderingParty", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:SubContractor", + "xpathRelative" : "efac:SubContractor", + "repeatable" : true + }, { + "id" : "ND-Tenderer", + "parentId" : "ND-TenderingParty", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:Tenderer", + "xpathRelative" : "efac:Tenderer", + "repeatable" : true + }, { + "id" : "ND-Organizations", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations", + "xpathRelative" : "efac:Organizations", + "repeatable" : false + }, { + "id" : "ND-Organization", + "parentId" : "ND-Organizations", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization", + "xpathRelative" : "efac:Organization", + "repeatable" : true, + "identifierFieldId" : "OPT-200-Organization-Company", + "captionFieldId" : "BT-500-Organization-Company" + }, { + "id" : "ND-Company", + "parentId" : "ND-Organization", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company", + "xpathRelative" : "efac:Company", + "repeatable" : false + }, { + "id" : "ND-WinningParty", + "parentId" : "ND-Organization", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company[(cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Tenderer/cbc:ID/text()) or (cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Subcontractor/cbc:ID/text())]", + "xpathRelative" : "efac:Company[(cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Tenderer/cbc:ID/text()) or (cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Subcontractor/cbc:ID/text())]", + "repeatable" : false + }, { + "id" : "ND-CompanyContact", + "parentId" : "ND-Company", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact", + "xpathRelative" : "cac:Contact", + "repeatable" : false + }, { + "id" : "ND-CompanyAddress", + "parentId" : "ND-Company", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress", + "xpathRelative" : "cac:PostalAddress", + "repeatable" : false + }, { + "id" : "ND-Touchpoint", + "parentId" : "ND-Organization", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint", + "xpathRelative" : "efac:TouchPoint", + "repeatable" : true, + "identifierFieldId" : "OPT-201-Organization-TouchPoint", + "captionFieldId" : "BT-500-Organization-TouchPoint" + }, { + "id" : "ND-TouchpointContact", + "parentId" : "ND-Touchpoint", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact", + "xpathRelative" : "cac:Contact", + "repeatable" : false + }, { + "id" : "ND-TouchpointAddress", + "parentId" : "ND-Touchpoint", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress", + "xpathRelative" : "cac:PostalAddress", + "repeatable" : false + }, { + "id" : "ND-UBO", + "parentId" : "ND-Organizations", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner", + "xpathRelative" : "efac:UltimateBeneficialOwner", + "repeatable" : true, + "identifierFieldId" : "OPT-202-UBO", + "captionFieldId" : "BT-500-UBO" + }, { + "id" : "ND-UBOContact", + "parentId" : "ND-UBO", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:Contact", + "xpathRelative" : "cac:Contact", + "repeatable" : false + }, { + "id" : "ND-UBOAddress", + "parentId" : "ND-UBO", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress", + "xpathRelative" : "cac:ResidenceAddress", + "repeatable" : false + }, { + "id" : "ND-Publication", + "parentId" : "ND-RootExtension", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Publication", + "xpathRelative" : "efac:Publication", + "repeatable" : false + } ], + "fields" : [ { + "id" : "BT-01(c)-Procedure", + "parentNodeId" : "ND-LocalLegalBasisWithID", + "name" : "Procedure Legal Basis (ID)", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()=('CrossBorderLaw','LocalLegalBasis'))]/cbc:ID[not(text()=('CrossBorderLaw','LocalLegalBasis'))]", + "xpathRelative" : "cbc:ID[not(text()=('CrossBorderLaw','LocalLegalBasis'))]", + "type" : "id", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-01(d)-Procedure", + "parentNodeId" : "ND-LocalLegalBasisWithID", + "name" : "Procedure Legal Basis (Description)", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()=('CrossBorderLaw','LocalLegalBasis'))]/cbc:DocumentDescription", + "xpathRelative" : "cbc:DocumentDescription", + "type" : "text-multilingual", + "legalType" : "CODE", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-01(e)-Procedure", + "parentNodeId" : "ND-LocalLegalBasisNoID", + "name" : "Procedure Legal Basis (NoID)", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='LocalLegalBasis']/cbc:ID[text()='LocalLegalBasis']", + "xpathRelative" : "cbc:ID[text()='LocalLegalBasis']", + "type" : "id", + "presetValue" : "LocalLegalBasis", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-01(f)-Procedure", + "parentNodeId" : "ND-LocalLegalBasisNoID", + "name" : "Procedure Legal Basis (NoID Description)", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='LocalLegalBasis']/cbc:DocumentDescription", + "xpathRelative" : "cbc:DocumentDescription", + "type" : "text-multilingual", + "legalType" : "CODE", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-01-notice", + "parentNodeId" : "ND-Root", + "name" : "Procedure Legal Basis", + "btId" : "BT-01", + "xpathAbsolute" : "/*/cbc:RegulatoryDomain", + "xpathRelative" : "cbc:RegulatoryDomain", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-legal-basis", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-02-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Type", + "btId" : "BT-02", + "xpathAbsolute" : "/*/cbc:NoticeTypeCode", + "xpathRelative" : "cbc:NoticeTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "notice-type", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Root} ${((BT-01-notice == '32014L0023') and (BT-02-notice in ('pin-cfc-social','cn-standard','veat','can-standard','can-social'))) or not(BT-01-notice == '32014L0023')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0100" + }, { + "value" : "{ND-Root} ${((OPP-070-notice in ('14','19','28','32','35','40') or (OPP-070-notice == 'E5' and BT-01-notice == '32014L0023')) and not(BT-531-Procedure == 'supplies') and not(BT-531-Lot == 'supplies') and not(BT-531-Part == 'supplies')) or not(OPP-070-notice in ('14','19','28','32','35','40') or (OPP-070-notice == 'E5' and BT-01-notice == '32014L0023'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0101" + }, { + "value" : "{ND-Root} ${((OPP-070-notice in ('1','4','7','10','12','16','20','23','25','29','33','36','38') or (OPP-070-notice == 'E5' and BT-01-notice == '32014L0024')) and not(BT-02-notice == 'subco')) or not(OPP-070-notice in ('1','4','7','10','12','16','20','23','25','29','33','36','38') or (OPP-070-notice == 'E5' and BT-01-notice == '32014L0024'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0102" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'bri') and (BT-02-notice in (bri))) or not(BT-03-notice == 'bri')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0103" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'competition') and (BT-02-notice in (competition))) or not(BT-03-notice == 'competition')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0105" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'cont-modif') and (BT-02-notice in (cont-modif))) or not(BT-03-notice == 'cont-modif')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0106" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'dir-awa-pre') and (BT-02-notice in (dir-awa-pre))) or not(BT-03-notice == 'dir-awa-pre')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0107" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'planning') and (BT-02-notice in (planning))) or not(BT-03-notice == 'planning')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0108" + }, { + "value" : "{ND-Root} ${((BT-03-notice == 'result') and (BT-02-notice in (result))) or not(BT-03-notice == 'result')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00002-0109" + } ] + } + }, { + "id" : "BT-03-notice", + "parentNodeId" : "ND-Root", + "name" : "Form Type", + "btId" : "BT-03", + "xpathAbsolute" : "/*/cbc:NoticeTypeCode/@listName", + "xpathRelative" : "cbc:NoticeTypeCode/@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "form-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-04-notice", + "parentNodeId" : "ND-Root", + "name" : "Procedure Identifier", + "btId" : "BT-04", + "xpathAbsolute" : "/*/cbc:ContractFolderID", + "xpathRelative" : "cbc:ContractFolderID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-05(a)-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Dispatch Date", + "btId" : "BT-05", + "xpathAbsolute" : "/*/cbc:IssueDate", + "xpathRelative" : "cbc:IssueDate", + "type" : "date", + "presetValue" : "{NOW}", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Root} ${(BT-05(a)-notice < BT-738-notice) or not(BT-738-notice is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00005-0150" + } ] + } + }, { + "id" : "BT-05(b)-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Dispatch Time", + "btId" : "BT-05", + "xpathAbsolute" : "/*/cbc:IssueTime", + "xpathRelative" : "cbc:IssueTime", + "type" : "time", + "presetValue" : "{NOW}", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-06-Lot", + "parentNodeId" : "ND-StrategicProcurementType", + "name" : "Strategic Procurement", + "btId" : "BT-06", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='strategic-procurement']/cbc:ProcurementTypeCode[@listName='strategic-procurement']", + "xpathRelative" : "cbc:ProcurementTypeCode[@listName='strategic-procurement']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "strategic-procurement", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-09(a)-Procedure", + "parentNodeId" : "ND-CrossBorderLaw", + "name" : "Cross Border Law", + "btId" : "BT-09", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/cbc:ID[text()='CrossBorderLaw']", + "xpathRelative" : "cbc:ID[text()='CrossBorderLaw']", + "type" : "id", + "presetValue" : "CrossBorderLaw", + "legalType" : "TEXT", + "privacy" : { + "code" : "cro-bor-law", + "unpublishedFieldId" : "BT-195(BT-09)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-09)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-09)-Procedure", + "publicationDateFieldId" : "BT-198(BT-09)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^CrossBorderLaw$", + "severity" : "ERROR" + } + }, { + "id" : "BT-09(b)-Procedure", + "parentNodeId" : "ND-CrossBorderLaw", + "name" : "Cross Border Law Description", + "btId" : "BT-09", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/cbc:DocumentDescription", + "xpathRelative" : "cbc:DocumentDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "privacy" : { + "code" : "cro-bor-law", + "unpublishedFieldId" : "BT-195(BT-09)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-09)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-09)-Procedure", + "publicationDateFieldId" : "BT-198(BT-09)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-10-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Activity Authority", + "btId" : "BT-10", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:ContractingActivity/cbc:ActivityTypeCode[@listName='authority-activity']", + "xpathRelative" : "cac:ContractingActivity/cbc:ActivityTypeCode[@listName='authority-activity']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "22", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "4", "7", "10", "16", "23", "29", "36", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "authority-activity", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-105-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Procedure Type", + "btId" : "BT-105", + "xpathAbsolute" : "/*/cac:TenderingProcess/cbc:ProcedureCode", + "xpathRelative" : "cbc:ProcedureCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "pro-typ", + "unpublishedFieldId" : "BT-195(BT-105)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-105)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-105)-Procedure", + "publicationDateFieldId" : "BT-198(BT-105)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "16", "17", "18", "23", "24", "25", "26", "27", "28", "29", "30", "31", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "procurement-procedure-type", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice == '7' and BT-105-Procedure in ('open','restricted')) or OPP-070-notice != '7' or not(BT-105-Procedure is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0100" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice == '8' and BT-105-Procedure == 'open') or OPP-070-notice != '8' or not(BT-105-Procedure is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0101" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('12','13') and BT-105-Procedure in ('restricted','neg-w-call','comp-dial','innovation','oth-single','oth-mult')) or not(OPP-070-notice in ('12','13')) or not(BT-105-Procedure is present) }", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0103" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','E3') and BT-105-Procedure != 'neg-wo-call') or not(OPP-070-notice in ('10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','E3')) or not(BT-105-Procedure is present) }", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0104" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('9','18','22','27','31') and not(BT-105-Procedure in ('open','innovation','oth-single','oth-mult'))) or not(OPP-070-notice in ('9','18','22','27','31')) or not(BT-105-Procedure is present) }", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0105" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('23','24') and BT-105-Procedure in ('open','restricted','oth-single','oth-mult')) or not(OPP-070-notice in ('23','24'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0106" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('36','37') and BT-105-Procedure in ('open','restricted','oth-single','oth-mult')) or not(OPP-070-notice in ('36','37'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0107" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('32','35') and BT-105-Procedure in ('neg-wo-call','oth-single','oth-mult')) or not(OPP-070-notice in ('32','35')) or not(BT-105-Procedure is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0108" + }, { + "value" : "{ND-ProcedureTenderingProcess} ${(OPP-070-notice in ('25','26','27','28') and BT-105-Procedure == 'neg-wo-call') or not(OPP-070-notice in ('25','26','27','28')) or not(BT-105-Procedure is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0109" + }, { + "condition" : "{ND-ProcedureTenderingProcess} ${(BT-106-Procedure == 'true') and (OPP-070-notice in ('1','4','7','8','9','10','12','16','17','18','19','20','23','25','29','33','36','38')) and (BT-105-Procedure is present)}", + "value" : "{ND-ProcedureTenderingProcess} ${BT-105-Procedure in ('open', 'restricted', 'neg-w-call')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0110" + }, { + "condition" : "{ND-ProcedureTenderingProcess} ${(BT-106-Procedure == 'true') and (OPP-070-notice in ('3','6','9','18','22','27','31')) and (BT-105-Procedure is present)}", + "value" : "{ND-ProcedureTenderingProcess} ${BT-105-Procedure in ('restricted', 'neg-w-call')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0111" + }, { + "condition" : "{ND-ProcedureTenderingProcess} ${(BT-106-Procedure == 'true') and (OPP-070-notice in ('2','5','8','11','13','15','17','21','24','26','30','34','37','39')) and (BT-105-Procedure is present)}", + "value" : "{ND-ProcedureTenderingProcess} ${BT-105-Procedure == 'open'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00105-0112" + } ] + } + }, { + "id" : "BT-106-Procedure", + "parentNodeId" : "ND-AcceleratedProcedure", + "name" : "Procedure Accelerated", + "btId" : "BT-106", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/cbc:ProcessReasonCode[@listName='accelerated-procedure']", + "xpathRelative" : "cbc:ProcessReasonCode[@listName='accelerated-procedure']", + "type" : "code", + "legalType" : "INDICATOR", + "privacy" : { + "code" : "pro-acc", + "unpublishedFieldId" : "BT-195(BT-106)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-106)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-106)-Procedure", + "publicationDateFieldId" : "BT-198(BT-106)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "accelerated-procedure", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-109-Lot", + "parentNodeId" : "ND-FA", + "name" : "Framework Duration Justification", + "btId" : "BT-109", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cbc:Justification", + "xpathRelative" : "cbc:Justification", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-11-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Buyer Legal Type", + "btId" : "BT-11", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:ContractingPartyType/cbc:PartyTypeCode[@listName='buyer-legal-type']", + "xpathRelative" : "cac:ContractingPartyType/cbc:PartyTypeCode[@listName='buyer-legal-type']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "4", "7", "10", "14", "16", "19", "23", "29", "32", "35", "36", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-buyer-legal-type", + "type" : "flat", + "parentId" : "buyer-legal-type" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-111-Lot", + "parentNodeId" : "ND-FABuyerCategories", + "name" : "Framework Buyer Categories", + "btId" : "BT-111", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cac:SubsequentProcessTenderRequirement[cbc:Name/text()='buyer-categories']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1118-NoticeResult", + "parentNodeId" : "ND-NoticeResult", + "name" : "Notice Framework Approximate Value", + "btId" : "BT-1118", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efbc:OverallApproximateFrameworkContractsAmount", + "xpathRelative" : "efbc:OverallApproximateFrameworkContractsAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "not-app-val", + "unpublishedFieldId" : "BT-195(BT-1118)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-1118)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-1118)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-1118)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-NoticeResult} ${BT-1118-NoticeResult is present}", + "value" : "{ND-NoticeResult} ${(not(BT-1561-NoticeResult is present) and ((every text:$faEstCurr in (BT-660-LotResult/@currencyID) satisfies $faEstCurr == BT-1118-NoticeResult/@currencyID) and (BT-1118-NoticeResult == sum(BT-660-LotResult)))) or (BT-1561-NoticeResult is present) or not(every text:$faEst in (BT-660-LotResult/@currencyID) satisfies $faEst == BT-1118-NoticeResult/@currencyID)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01118-0100" + } ] + } + }, { + "id" : "BT-113-Lot", + "parentNodeId" : "ND-FA", + "name" : "Framework Maximum Participants Number", + "btId" : "BT-113", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cbc:MaximumOperatorQuantity", + "xpathRelative" : "cbc:MaximumOperatorQuantity", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-115-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "GPA Coverage", + "btId" : "BT-115", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cbc:GovernmentAgreementConstraintIndicator", + "xpathRelative" : "cbc:GovernmentAgreementConstraintIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "9", "12", "13", "14", "18", "20", "21", "22", "23", "24", "27", "31", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "10", "11", "15", "16", "17", "25", "26", "29", "30" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingProcess} ${OPP-070-notice in ('14','19','28','32','35','40') and (BT-115-Lot is present) and (BT-23-Lot == 'services')}", + "value" : "{ND-LotTenderingProcess} ${BT-115-Lot == FALSE}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00115-0150" + } ] + } + }, { + "id" : "BT-118-NoticeResult", + "parentNodeId" : "ND-NoticeResult", + "name" : "Notice Framework Maximum Value", + "btId" : "BT-118", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efbc:OverallMaximumFrameworkContractsAmount", + "xpathRelative" : "efbc:OverallMaximumFrameworkContractsAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "not-max-val", + "unpublishedFieldId" : "BT-195(BT-118)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-118)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-118)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-118)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-NoticeResult} ${BT-118-NoticeResult is present}", + "value" : "{ND-NoticeResult} ${(not(BT-156-NoticeResult is present) and ((every text:$faMaxCurr in (BT-709-LotResult/@currencyID) satisfies $faMaxCurr == BT-118-NoticeResult/@currencyID) and (BT-118-NoticeResult == sum(BT-709-LotResult)))) or (BT-156-NoticeResult is present) or not(every text:$faMax in (BT-709-LotResult/@currencyID) satisfies $faMax == BT-118-NoticeResult/@currencyID)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00118-0100" + } ] + } + }, { + "id" : "BT-119-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Dynamic Purchasing System Termination", + "btId" : "BT-119", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efbc:DPSTerminationIndicator", + "xpathRelative" : "efbc:DPSTerminationIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-120-Lot", + "parentNodeId" : "ND-AwardingTerms", + "name" : "No Negotiation Necessary", + "btId" : "BT-120", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cbc:NoFurtherNegotiationIndicator", + "xpathRelative" : "cbc:NoFurtherNegotiationIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "17", "18", "19", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-122-Lot", + "parentNodeId" : "ND-AuctionTerms", + "name" : "Electronic Auction Description", + "btId" : "BT-122", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AuctionTerms/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-123-Lot", + "parentNodeId" : "ND-AuctionTerms", + "name" : "Electronic Auction URL", + "btId" : "BT-123", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AuctionTerms/cbc:AuctionURI", + "xpathRelative" : "cbc:AuctionURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-124-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Tool Atypical URL", + "btId" : "BT-124", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cbc:AccessToolsURI", + "xpathRelative" : "cbc:AccessToolsURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-125(i)-Lot", + "parentNodeId" : "ND-LotPreviousPlanning", + "name" : "Previous Planning Identifier", + "btId" : "BT-125", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:NoticeDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "BT-1251-Lot", + "parentNodeId" : "ND-LotPreviousPlanning", + "name" : "Previous Planning Part Identifier", + "btId" : "BT-1251", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:NoticeDocumentReference/cbc:ReferencedDocumentInternalAddress", + "xpathRelative" : "cbc:ReferencedDocumentInternalAddress", + "type" : "text", + "legalType" : "IDENTIFIER", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1252-Procedure", + "parentNodeId" : "ND-DirectAward", + "name" : "Direct Award Justification Previous Procedure Identifier", + "btId" : "BT-1252", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text", + "legalType" : "IDENTIFIER", + "privacy" : { + "code" : "dir-awa-pre", + "unpublishedFieldId" : "BT-195(BT-1252)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-1252)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-1252)-Procedure", + "publicationDateFieldId" : "BT-198(BT-1252)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-127-notice", + "parentNodeId" : "ND-Root", + "name" : "Future Notice", + "btId" : "BT-127", + "xpathAbsolute" : "/*/cbc:PlannedDate", + "xpathRelative" : "cbc:PlannedDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "4", "6" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Root} ${(BT-127-notice > BT-05(a)-notice) or not(BT-127-notice is present) or not(BT-05(a)-notice is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00127-0100" + } ] + } + }, { + "id" : "BT-13(d)-Lot", + "parentNodeId" : "ND-LotInfoRequestPeriod", + "name" : "Additional Information Deadline", + "btId" : "BT-13", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AdditionalInformationRequestPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-13(t)-Lot", + "parentNodeId" : "ND-LotInfoRequestPeriod", + "name" : "Additional Information Deadline", + "btId" : "BT-13", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AdditionalInformationRequestPeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-130-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Dispatch Invitation Tender", + "btId" : "BT-130", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:InvitationSubmissionPeriod/cbc:StartDate", + "xpathRelative" : "cac:InvitationSubmissionPeriod/cbc:StartDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTenderingProcess} ${(BT-631-Lot < BT-130-Lot) or not(BT-631-Lot is present) or not(BT-130-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00130-0100" + } ] + } + }, { + "id" : "BT-131(d)-Lot", + "parentNodeId" : "ND-SubmissionDeadline", + "name" : "Deadline Receipt Tenders", + "btId" : "BT-131", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:TenderSubmissionDeadlinePeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "10", "11", "12", "13", "14", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "8" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingProcess} ${(BT-131(d)-Lot is present) and (BT-13(d)-Lot is present)}", + "value" : "{ND-LotTenderingProcess} ${BT-13(d)-Lot <= BT-131(d)-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00131-0150" + }, { + "condition" : "{ND-LotTenderingProcess} ${(BT-131(d)-Lot is present) and (BT-05(a)-notice is present)}", + "value" : "{ND-LotTenderingProcess} ${BT-131(d)-Lot > BT-05(a)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00131-0151" + } ] + } + }, { + "id" : "BT-131(t)-Lot", + "parentNodeId" : "ND-SubmissionDeadline", + "name" : "Deadline Receipt Tenders", + "btId" : "BT-131", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:TenderSubmissionDeadlinePeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "10", "11", "12", "13", "14", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "8" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-1311(d)-Lot", + "parentNodeId" : "ND-ParticipationRequestPeriod", + "name" : "Deadline Receipt Requests", + "btId" : "BT-1311", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ParticipationRequestReceptionPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "8", "10", "11", "12", "13", "14", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingProcess} ${(BT-766-Lot in ('dps-list', 'dps-nlist')) and (BT-537-Lot is present) and (BT-1311(d)-Lot is present) }", + "value" : "{ND-LotTenderingProcess} ${BT-1311(d)-Lot == BT-537-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01311-0150" + }, { + "condition" : "{ND-LotTenderingProcess} ${(BT-1311(d)-Lot is present) and (BT-130-Lot is present)}", + "value" : "{ND-LotTenderingProcess} ${(BT-1311(d)-Lot < BT-130-Lot)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01311-0152" + }, { + "condition" : "{ND-LotTenderingProcess} ${(BT-1311(d)-Lot is present) and (BT-13(d)-Lot is present)}", + "value" : "{ND-LotTenderingProcess} ${BT-13(d)-Lot <= BT-1311(d)-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01311-0153" + } ] + } + }, { + "id" : "BT-1311(t)-Lot", + "parentNodeId" : "ND-ParticipationRequestPeriod", + "name" : "Deadline Receipt Requests", + "btId" : "BT-1311", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ParticipationRequestReceptionPeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "8", "10", "11", "12", "13", "14", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-132(d)-Lot", + "parentNodeId" : "ND-PublicOpening", + "name" : "Public Opening Date", + "btId" : "BT-132", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cbc:OccurrenceDate", + "xpathRelative" : "cbc:OccurrenceDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-PublicOpening} ${(BT-132(d)-Lot is present) and (BT-1311(d)-Lot is present)}", + "value" : "{ND-PublicOpening} ${BT-132(d)-Lot > BT-1311(d)-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00132-0150" + }, { + "condition" : "{ND-PublicOpening} ${(BT-132(d)-Lot is present) and (BT-131(d)-Lot is present)}", + "value" : "{ND-PublicOpening} ${BT-132(d)-Lot >= BT-131(d)-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00132-0151" + } ] + } + }, { + "id" : "BT-132(t)-Lot", + "parentNodeId" : "ND-PublicOpening", + "name" : "Public Opening Date", + "btId" : "BT-132", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cbc:OccurrenceTime", + "xpathRelative" : "cbc:OccurrenceTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-133-Lot", + "parentNodeId" : "ND-PublicOpeningPlace", + "name" : "Public Opening Place", + "btId" : "BT-133", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cac:OccurenceLocation/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-134-Lot", + "parentNodeId" : "ND-PublicOpening", + "name" : "Public Opening Description", + "btId" : "BT-134", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:OpenTenderEvent/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-135-Procedure", + "parentNodeId" : "ND-DirectAward", + "name" : "Direct Award Justification Text", + "btId" : "BT-135", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/cbc:ProcessReason", + "xpathRelative" : "cbc:ProcessReason", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "dir-awa-tex", + "unpublishedFieldId" : "BT-195(BT-135)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-135)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-135)-Procedure", + "publicationDateFieldId" : "BT-198(BT-135)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1351-Procedure", + "parentNodeId" : "ND-AcceleratedProcedure", + "name" : "Procedure Accelerated Justification", + "btId" : "BT-1351", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/cbc:ProcessReason", + "xpathRelative" : "cbc:ProcessReason", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 4000, + "privacy" : { + "code" : "pro-acc-jus", + "unpublishedFieldId" : "BT-195(BT-1351)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-1351)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-1351)-Procedure", + "publicationDateFieldId" : "BT-198(BT-1351)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-136-Procedure", + "parentNodeId" : "ND-DirectAward", + "name" : "Direct Award Justification Code", + "btId" : "BT-136", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/cbc:ProcessReasonCode", + "xpathRelative" : "cbc:ProcessReasonCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "dir-awa-jus", + "unpublishedFieldId" : "BT-195(BT-136)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-136)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-136)-Procedure", + "publicationDateFieldId" : "BT-198(BT-136)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "direct-award-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-137-Lot", + "parentNodeId" : "ND-Lot", + "name" : "Purpose Lot Identifier", + "btId" : "BT-137", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "LOT", + "schemeName" : "Lot", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^LOT-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Lot} ${(OPP-070-notice in ('7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','E4') and (BT-747-Lot == 'sui-act') and (BT-747-Lot == 'ef-stand') and (BT-747-Lot == 'tp-abil')) or ((OPP-070-notice == 'E4') and not(BT-747-Lot == 'sui-act') and not(BT-747-Lot == 'ef-stand') and not(BT-747-Lot == 'tp-abil')) or (not(OPP-070-notice in ('7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','E4')))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00137-0200" + }, { + "value" : "{ND-Lot} ${BT-137-Lot is unique in /BT-137-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00137-0201" + }, { + "condition" : "{ND-Lot} ${(OPP-070-notice in ('E1','T01','7','8','9','10','11','CEI','12','13','14','15','16','17','18','19','E3','20','21','22','23','24','25','26','27','28')) and (count(/BT-137-Lot) > 1)}", + "value" : "{ND-Lot} ${BT-137-Lot != 'LOT-0000'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00137-0207" + }, { + "condition" : "{ND-Lot} ${(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','T02','33','34','35','36','37','38','39','40','E5')) and BT-13713-LotResult is present}", + "value" : "{ND-Lot} ${(BT-137-Lot in BT-13713-LotResult)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00137-0209" + } ] + } + }, { + "id" : "BT-13713-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Result Lot Identifier", + "btId" : "BT-13713", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:TenderLot/cbc:ID", + "xpathRelative" : "efac:TenderLot/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "LOT" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^LOT-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotResult} ${(BT-759-LotResult[BT-760-LotResult == 'tenders'] >= 0) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0100" + }, { + "value" : "{ND-LotResult} ${BT-759-LotResult[BT-760-LotResult == 'tenders'] >= (BT-759-LotResult[BT-760-LotResult == 't-verif-inad'] + BT-759-LotResult[BT-760-LotResult == 't-no-verif']) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present) or not(BT-759-LotResult[BT-760-LotResult == 't-verif-inad'] is present) or not(BT-759-LotResult[BT-760-LotResult == 't-no-verif'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0101" + }, { + "value" : "{ND-LotResult} ${BT-759-LotResult[BT-760-LotResult == 't-sme'] == (BT-759-LotResult[BT-760-LotResult == 't-med'] + BT-759-LotResult[BT-760-LotResult == 't-small'] + BT-759-LotResult[BT-760-LotResult == 't-micro']) or not(BT-759-LotResult[BT-760-LotResult == 't-sme'] is present) or not(BT-759-LotResult[BT-760-LotResult == 't-small'] is present) or not(BT-759-LotResult[BT-760-LotResult == 't-micro'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0102" + }, { + "value" : "{ND-LotResult} ${(BT-759-LotResult[BT-760-LotResult == 't-sme'] <= BT-759-LotResult[BT-760-LotResult == 'tenders']) or not(BT-759-LotResult[BT-760-LotResult == 't-sme'] is present) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0103" + }, { + "value" : "{ND-LotResult} ${(BT-759-LotResult[BT-760-LotResult == 't-oth-eea'] <= BT-759-LotResult[BT-760-LotResult == 'tenders']) or not(BT-759-LotResult[BT-760-LotResult == 't-oth-eea'] is present) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0104" + }, { + "value" : "{ND-LotResult} ${(BT-759-LotResult[BT-760-LotResult == 't-no-eea'] <= BT-759-LotResult[BT-760-LotResult == 'tenders']) or not(BT-759-LotResult[BT-760-LotResult == 't-no-eea'] is present) or not(BT-759-LotResult[BT-760-LotResult == 'tenders'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0105" + }, { + "value" : "{ND-LotResult} ${every context:$highestBid in ND-LotResult[BT-711-LotResult is present], context:$lot in ND-Lot[BT-137-Lot in $highestBid::BT-13713-LotResult] satisfies (($highestBid::BT-711-LotResult <= (100 * $lot::BT-27-Lot)) and ($lot::BT-137-Lot == $highestBid::BT-13713-LotResult)) or not($lot::BT-137-Lot == $highestBid::BT-13713-LotResult) or not($lot::BT-27-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0106" + }, { + "value" : "{ND-LotResult} ${every context:$result in ND-LotResult[OPT-315-LotResult is present], context:$lot in ND-Lot[BT-137-Lot in $result::BT-13713-LotResult], context:$tender in ND-LotTender[(OPT-321-Tender in $result::OPT-320-LotResult) and (BT-720-Tender is present)] satisfies (($tender::BT-720-Tender <= (100 * $lot::BT-27-Lot)) and ($lot::BT-137-Lot == $result::BT-13713-LotResult) and ($tender::OPT-321-Tender == $result::OPT-320-LotResult)) or not($lot::BT-137-Lot == $tender::BT-13714-Tender) or not($tender::OPT-321-Tender == $result::OPT-320-LotResult) or not($lot::BT-27-Lot is present) or not ($tender::BT-720-Tender is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0108" + }, { + "value" : "{ND-LotResult} ${BT-13713-LotResult in /BT-137-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13713-0110" + } ] + } + }, { + "id" : "BT-13714-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Lot Identifier", + "btId" : "BT-13714", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:TenderLot/cbc:ID", + "xpathRelative" : "efac:TenderLot/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "GLO", "LOT" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(LOT|GLO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTender} ${(BT-13714-Tender in /BT-137-Lot) or (BT-13714-Tender in /BT-137-LotsGroup)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-13714-0100" + } ] + } + }, { + "id" : "BT-13716-notice", + "parentNodeId" : "ND-Change", + "name" : "Change Previous Section Identifier", + "btId" : "BT-13716", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change/efbc:ChangedSectionIdentifier", + "xpathRelative" : "efbc:ChangedSectionIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(PROCEDURE|BUYER|RESULT|((PAR|LOT|GLO|RES|ORG)-\\d{4}))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-1375-Procedure", + "parentNodeId" : "ND-GroupComposition", + "name" : "Group Lot Identifier", + "btId" : "BT-1375", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cac:LotsGroup/cac:ProcurementProjectLotReference/cbc:ID[@schemeName='Lot']", + "xpathRelative" : "cac:ProcurementProjectLotReference/cbc:ID[@schemeName='Lot']", + "type" : "id-ref", + "idSchemes" : [ "LOT" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^LOT-\\d{4}$", + "severity" : "ERROR" + }, + "inChangeNotice" : { + "value" : { + "canAdd" : false, + "canModify" : false, + "canRemove" : false + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-GroupComposition} ${BT-1375-Procedure == BT-137-Lot}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0100" + }, { + "value" : "{ND-GroupComposition} ${count(BT-1375-Procedure) > 1}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0101" + }, { + "condition" : "{ND-GroupComposition} ${BT-1375-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lot in BT-1375-Procedure satisfies ($lot in /BT-137-Lot)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0102" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-631-Lot[BT-137-Lot == $lotA], date:$interestB in BT-631-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0103" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-130-Lot[BT-137-Lot == $lotA], date:$interestB in BT-130-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0104" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-630(d)-Lot[BT-137-Lot == $lotA], date:$interestB in BT-630(d)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0105" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, time:$interestA in BT-630(t)-Lot[BT-137-Lot == $lotA], time:$interestB in BT-630(t)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0106" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-1311(d)-Lot[BT-137-Lot == $lotA], date:$interestB in BT-1311(d)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0107" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, time:$interestA in BT-1311(t)-Lot[BT-137-Lot == $lotA], time:$interestB in BT-1311(t)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0108" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-131(d)-Lot[BT-137-Lot == $lotA], date:$interestB in BT-131(d)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0109" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, time:$interestA in BT-131(t)-Lot[BT-137-Lot == $lotA], time:$interestB in BT-131(t)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0110" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, date:$interestA in BT-132(d)-Lot[BT-137-Lot == $lotA], date:$interestB in BT-132(d)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0111" + }, { + "condition" : "{ND-GroupComposition} ${BT-330-Procedure is present}", + "value" : "{ND-GroupComposition} ${every text:$lotA in BT-1375-Procedure, text:$lotB in BT-1375-Procedure, time:$interestA in BT-132(t)-Lot[BT-137-Lot == $lotA], time:$interestB in BT-132(t)-Lot[BT-137-Lot == $lotA] satisfies ($interestA == $interestB)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01375-0112" + } ] + } + }, { + "id" : "BT-14-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Documents Restricted", + "btId" : "BT-14", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:DocumentType", + "xpathRelative" : "cbc:DocumentType", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16", "17", "19", "23", "24", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "document-distribution", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-140-notice", + "parentNodeId" : "ND-ChangeReason", + "name" : "Change Reason Code", + "btId" : "BT-140", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:ChangeReason/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "codeList" : { + "value" : { + "id" : "change-corrig-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-141(a)-notice", + "parentNodeId" : "ND-Change", + "name" : "Change Description", + "btId" : "BT-141", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change/efbc:ChangeDescription", + "xpathRelative" : "efbc:ChangeDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-142-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Winner Chosen", + "btId" : "BT-142", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cbc:TenderResultCode", + "xpathRelative" : "cbc:TenderResultCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "win-cho", + "unpublishedFieldId" : "BT-195(BT-142)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-142)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-142)-LotResult", + "publicationDateFieldId" : "BT-198(BT-142)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "29", "30", "31", "32", "33", "34", "35", "36", "37", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "winner-selection-status", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-144-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Not Awarded Reason", + "btId" : "BT-144", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efbc:DecisionReasonCode", + "xpathRelative" : "efac:DecisionReason/efbc:DecisionReasonCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "no-awa-rea", + "unpublishedFieldId" : "BT-195(BT-144)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-144)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-144)-LotResult", + "publicationDateFieldId" : "BT-198(BT-144)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-award-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-145-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Conclusion Date", + "btId" : "BT-145", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:IssueDate", + "xpathRelative" : "cbc:IssueDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SettledContract} ${(BT-145-Contract is present) and (BT-05(a)-notice is present) and (OPP-070-notice in ('29','30','31','32','E4','T02','33','34','35','36','37','38','39','40','E5'))}", + "value" : "{ND-SettledContract} ${BT-145-Contract < BT-05(a)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00145-0100" + } ] + } + }, { + "id" : "BT-1451-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Winner Decision Date", + "btId" : "BT-1451", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:AwardDate", + "xpathRelative" : "cbc:AwardDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SettledContract} ${(BT-1451-Contract is present) and (BT-145-Contract is present)}", + "value" : "{ND-SettledContract} ${BT-1451-Contract < BT-145-Contract}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01451-0100" + }, { + "condition" : "{ND-SettledContract} ${(BT-1451-Contract is present) and (BT-05(a)-notice is present)}", + "value" : "{ND-SettledContract} ${BT-1451-Contract < BT-05(a)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01451-0101" + } ] + } + }, { + "id" : "BT-15-Lot", + "parentNodeId" : "ND-LotDocumentsReference", + "name" : "Documents URL", + "btId" : "BT-15", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[not(cbc:DocumentType/text()='restricted-document')]/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-150-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Identifier", + "btId" : "BT-150", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:ContractReference/cbc:ID", + "xpathRelative" : "efac:ContractReference/cbc:ID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{BT-150-Contract} ${BT-150-Contract is unique in /BT-150-Contract}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00150-0101" + } ] + } + }, { + "id" : "BT-1501(n)-Contract", + "parentNodeId" : "ND-ContractModification", + "name" : "Modification Previous Notice Identifier", + "btId" : "BT-1501", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efbc:ChangedNoticeIdentifier", + "xpathRelative" : "efbc:ChangedNoticeIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "BT-1501(s)-Contract", + "parentNodeId" : "ND-Modification", + "name" : "Modification Previous Notice Section Identifier", + "btId" : "BT-1501", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:Change/efbc:ChangedSectionIdentifier", + "xpathRelative" : "efbc:ChangedSectionIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ContractModification} ${count(BT-1501(s)-Contract[BT-1501(s)-Contract == OPT-316-Contract]) == 1}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01501-0106" + }, { + "value" : "{ND-ContractModification} ${BT-1501(s)-Contract[BT-1501(s)-Contract like '^CON-\\d{4}$'] is unique in /BT-1501(s)-Contract}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-01501-0107" + } ] + } + }, { + "id" : "BT-151-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract URL", + "btId" : "BT-151", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:URI", + "xpathRelative" : "cbc:URI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-156-NoticeResult", + "parentNodeId" : "ND-NoticeResultGroupFA", + "name" : "Group Framework Maximum Value", + "btId" : "BT-156", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efbc:GroupFrameworkMaximumValueAmount", + "xpathRelative" : "efbc:GroupFrameworkMaximumValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "gro-max-val", + "unpublishedFieldId" : "BT-195(BT-156)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-156)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-156)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-156)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1561-NoticeResult", + "parentNodeId" : "ND-NoticeResultGroupFA", + "name" : "Group Framework Re-estimated Value", + "btId" : "BT-1561", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efbc:GroupFrameworkReestimatedValueAmount", + "xpathRelative" : "efbc:GroupFrameworkReestimatedValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "gro-ree-val", + "unpublishedFieldId" : "BT-195(BT-1561)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-1561)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-1561)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-1561)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-16-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation Part Name", + "btId" : "BT-16", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:Department", + "xpathRelative" : "cbc:Department", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-16-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Part Name", + "btId" : "BT-16", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:Department", + "xpathRelative" : "cbc:Department", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-160-Tender", + "parentNodeId" : "ND-ConcessionRevenue", + "name" : "Concession Revenue Buyer", + "btId" : "BT-160", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efbc:RevenueBuyerAmount", + "xpathRelative" : "efbc:RevenueBuyerAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "con-rev-buy", + "unpublishedFieldId" : "BT-195(BT-160)-Tender", + "reasonCodeFieldId" : "BT-197(BT-160)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-160)-Tender", + "publicationDateFieldId" : "BT-198(BT-160)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-161-NoticeResult", + "parentNodeId" : "ND-NoticeResult", + "name" : "Notice Value", + "btId" : "BT-161", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/cbc:TotalAmount", + "xpathRelative" : "cbc:TotalAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "not-val", + "unpublishedFieldId" : "BT-195(BT-161)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-161)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-161)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-161)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-162-Tender", + "parentNodeId" : "ND-ConcessionRevenue", + "name" : "Concession Revenue User", + "btId" : "BT-162", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efbc:RevenueUserAmount", + "xpathRelative" : "efbc:RevenueUserAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "con-rev-use", + "unpublishedFieldId" : "BT-195(BT-162)-Tender", + "reasonCodeFieldId" : "BT-197(BT-162)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-162)-Tender", + "publicationDateFieldId" : "BT-198(BT-162)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-163-Tender", + "parentNodeId" : "ND-ConcessionRevenue", + "name" : "Concession Value Description", + "btId" : "BT-163", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efbc:ValueDescription", + "xpathRelative" : "efbc:ValueDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "val-con-des", + "unpublishedFieldId" : "BT-195(BT-163)-Tender", + "reasonCodeFieldId" : "BT-197(BT-163)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-163)-Tender", + "publicationDateFieldId" : "BT-198(BT-163)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-165-Organization-Company", + "parentNodeId" : "ND-WinningParty", + "name" : "Winner Size", + "btId" : "BT-165", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company[(cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Tenderer/cbc:ID/text()) or (cac:PartyIdentification/cbc:ID/text() = //efac:TenderingParty/efac:Subcontractor/cbc:ID/text())]/efbc:CompanySizeCode", + "xpathRelative" : "efbc:CompanySizeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "economic-operator-size", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-17-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "SubmissionElectronic", + "btId" : "BT-17", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cbc:SubmissionMethodCode[@listName='esubmission']", + "xpathRelative" : "cbc:SubmissionMethodCode[@listName='esubmission']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "15", "16", "17", "23", "24", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "esubmission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-171-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Rank", + "btId" : "BT-171", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/cbc:RankCode", + "xpathRelative" : "cbc:RankCode", + "type" : "integer", + "legalType" : "NUMBER", + "privacy" : { + "code" : "ten-ran", + "unpublishedFieldId" : "BT-195(BT-171)-Tender", + "reasonCodeFieldId" : "BT-197(BT-171)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-171)-Tender", + "publicationDateFieldId" : "BT-198(BT-171)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-1711-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Ranked", + "btId" : "BT-1711", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efbc:TenderRankedIndicator", + "xpathRelative" : "efbc:TenderRankedIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "indicator", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-18-Lot", + "parentNodeId" : "ND-TenderRecipient", + "name" : "Submission URL", + "btId" : "BT-18", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderRecipientParty/cbc:EndpointID", + "xpathRelative" : "cbc:EndpointID", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-19-Lot", + "parentNodeId" : "ND-NonEsubmission", + "name" : "Submission Nonelectronic Justification", + "btId" : "BT-19", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ProcessJustification/cbc:ProcessReasonCode[@listName='no-esubmission-justification']", + "xpathRelative" : "cbc:ProcessReasonCode[@listName='no-esubmission-justification']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "no-esubmission-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-191-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Country Origin", + "btId" : "BT-191", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efbc:AreaCode", + "xpathRelative" : "efac:Origin/efbc:AreaCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "cou-ori", + "unpublishedFieldId" : "BT-195(BT-191)-Tender", + "reasonCodeFieldId" : "BT-197(BT-191)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-191)-Tender", + "publicationDateFieldId" : "BT-198(BT-191)-Tender" + }, + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-193-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Variant", + "btId" : "BT-193", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efbc:TenderVariantIndicator", + "xpathRelative" : "efbc:TenderVariantIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "privacy" : { + "code" : "win-ten-var", + "unpublishedFieldId" : "BT-195(BT-193)-Tender", + "reasonCodeFieldId" : "BT-197(BT-193)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-193)-Tender", + "publicationDateFieldId" : "BT-198(BT-193)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-195(BT-09)-Procedure", + "parentNodeId" : "ND-CrossBorderLawUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "cro-bor-law", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-105)-Procedure", + "parentNodeId" : "ND-ProcedureTypeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "pro-typ", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-106)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "pro-acc", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-1118)-NoticeResult", + "parentNodeId" : "ND-NoticeApproximateValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "not-app-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-118)-NoticeResult", + "parentNodeId" : "ND-NoticeMaximumValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "not-max-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-1252)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "dir-awa-pre", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-135)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationTextUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "dir-awa-tex", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-1351)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "pro-acc-jus", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-136)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "dir-awa-jus", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-142)-LotResult", + "parentNodeId" : "ND-WinnerChosenUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "win-cho", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-144)-LotResult", + "parentNodeId" : "ND-NotAwardedReasonUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "no-awa-rea", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-156)-NoticeResult", + "parentNodeId" : "ND-GroupMaximumValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "gro-max-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-1561)-NoticeResult", + "parentNodeId" : "ND-GroupReestimatedValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "gro-ree-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-160)-Tender", + "parentNodeId" : "ND-ConcessionRevenueBuyerUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "con-rev-buy", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-161)-NoticeResult", + "parentNodeId" : "ND-NoticeValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "not-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-162)-Tender", + "parentNodeId" : "ND-ConcessionRevenueUserUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "con-rev-use", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-163)-Tender", + "parentNodeId" : "ND-ValueConcessionDescriptionUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "val-con-des", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-171)-Tender", + "parentNodeId" : "ND-TenderRankUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "ten-ran", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-191)-Tender", + "parentNodeId" : "ND-CountryOriginUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "cou-ori", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-193)-Tender", + "parentNodeId" : "ND-WinningTenderVariantUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "win-ten-var", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-539)-Lot", + "parentNodeId" : "ND-LotAwardCriterionTypeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-typ", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-540)-Lot", + "parentNodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-des", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-541)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-num", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-5421)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-wei", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-5422)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-fix", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-5423)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-thr", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-543)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-com", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-553)-Tender", + "parentNodeId" : "ND-SubcontractingValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-554)-Tender", + "parentNodeId" : "ND-SubcontractingDescriptionUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-des", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-555)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-per", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-556)-NoticeResult", + "parentNodeId" : "ND-GroupMaximalValueIdentifierUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "gro-max-ide", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-635)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "buy-rev-cou", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-636)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "buy-rev-typ", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-709)-LotResult", + "parentNodeId" : "ND-MaximalValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "max-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-710)-LotResult", + "parentNodeId" : "ND-TenderValueLowestUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "ten-val-low", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-711)-LotResult", + "parentNodeId" : "ND-TenderValueHighestUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "ten-val-hig", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-712)-LotResult", + "parentNodeId" : "ND-RevewRequestsUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "rev-req", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-720)-Tender", + "parentNodeId" : "ND-WinningTenderValueUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "win-ten-val", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-730)-Tender", + "parentNodeId" : "ND-SubcontractingValueKnownUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-val-kno", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-731)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageKnownUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-per-kno", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-733)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-ord", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-734)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaNameUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "awa-cri-nam", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-759)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionCountUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "rec-sub-cou", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-760)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionTypeUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "rec-sub-typ", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-773)-Tender", + "parentNodeId" : "ND-SubcontractingUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "sub-con", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-195(BT-88)-Procedure", + "parentNodeId" : "ND-ProcedureFeaturesUnpublish", + "name" : "Unpublished Identifier", + "btId" : "BT-195", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']/efbc:FieldIdentifierCode", + "xpathRelative" : "efbc:FieldIdentifierCode", + "type" : "code", + "presetValue" : "pro-fea", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-identifier", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-196(BT-09)-Procedure", + "parentNodeId" : "ND-CrossBorderLawUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-105)-Procedure", + "parentNodeId" : "ND-ProcedureTypeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-106)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-1118)-NoticeResult", + "parentNodeId" : "ND-NoticeApproximateValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-118)-NoticeResult", + "parentNodeId" : "ND-NoticeMaximumValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-1252)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-135)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationTextUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-1351)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-136)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-142)-LotResult", + "parentNodeId" : "ND-WinnerChosenUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-144)-LotResult", + "parentNodeId" : "ND-NotAwardedReasonUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-156)-NoticeResult", + "parentNodeId" : "ND-GroupMaximumValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-1561)-NoticeResult", + "parentNodeId" : "ND-GroupReestimatedValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-160)-Tender", + "parentNodeId" : "ND-ConcessionRevenueBuyerUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-161)-NoticeResult", + "parentNodeId" : "ND-NoticeValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-162)-Tender", + "parentNodeId" : "ND-ConcessionRevenueUserUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-163)-Tender", + "parentNodeId" : "ND-ValueConcessionDescriptionUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-171)-Tender", + "parentNodeId" : "ND-TenderRankUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-191)-Tender", + "parentNodeId" : "ND-CountryOriginUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-193)-Tender", + "parentNodeId" : "ND-WinningTenderVariantUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-539)-Lot", + "parentNodeId" : "ND-LotAwardCriterionTypeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-540)-Lot", + "parentNodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-541)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-5421)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-5422)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-5423)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-543)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-553)-Tender", + "parentNodeId" : "ND-SubcontractingValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-554)-Tender", + "parentNodeId" : "ND-SubcontractingDescriptionUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-555)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-556)-NoticeResult", + "parentNodeId" : "ND-GroupMaximalValueIdentifierUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-635)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-636)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-709)-LotResult", + "parentNodeId" : "ND-MaximalValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-710)-LotResult", + "parentNodeId" : "ND-TenderValueLowestUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-711)-LotResult", + "parentNodeId" : "ND-TenderValueHighestUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-712)-LotResult", + "parentNodeId" : "ND-RevewRequestsUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-720)-Tender", + "parentNodeId" : "ND-WinningTenderValueUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-730)-Tender", + "parentNodeId" : "ND-SubcontractingValueKnownUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-731)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageKnownUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-733)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-734)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaNameUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-759)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionCountUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-760)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionTypeUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-773)-Tender", + "parentNodeId" : "ND-SubcontractingUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-196(BT-88)-Procedure", + "parentNodeId" : "ND-ProcedureFeaturesUnpublish", + "name" : "Unpublished Justification Description", + "btId" : "BT-196", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-197(BT-09)-Procedure", + "parentNodeId" : "ND-CrossBorderLawUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-105)-Procedure", + "parentNodeId" : "ND-ProcedureTypeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-106)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-1118)-NoticeResult", + "parentNodeId" : "ND-NoticeApproximateValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-118)-NoticeResult", + "parentNodeId" : "ND-NoticeMaximumValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-1252)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-135)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationTextUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-1351)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-136)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-142)-LotResult", + "parentNodeId" : "ND-WinnerChosenUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-144)-LotResult", + "parentNodeId" : "ND-NotAwardedReasonUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-156)-NoticeResult", + "parentNodeId" : "ND-GroupMaximumValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-1561)-NoticeResult", + "parentNodeId" : "ND-GroupReestimatedValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-160)-Tender", + "parentNodeId" : "ND-ConcessionRevenueBuyerUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-161)-NoticeResult", + "parentNodeId" : "ND-NoticeValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-162)-Tender", + "parentNodeId" : "ND-ConcessionRevenueUserUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-163)-Tender", + "parentNodeId" : "ND-ValueConcessionDescriptionUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-171)-Tender", + "parentNodeId" : "ND-TenderRankUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-191)-Tender", + "parentNodeId" : "ND-CountryOriginUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-193)-Tender", + "parentNodeId" : "ND-WinningTenderVariantUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-539)-Lot", + "parentNodeId" : "ND-LotAwardCriterionTypeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-540)-Lot", + "parentNodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-541)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-5421)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-5422)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-5423)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-543)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-553)-Tender", + "parentNodeId" : "ND-SubcontractingValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-554)-Tender", + "parentNodeId" : "ND-SubcontractingDescriptionUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-555)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-556)-NoticeResult", + "parentNodeId" : "ND-GroupMaximalValueIdentifierUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-635)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-636)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-709)-LotResult", + "parentNodeId" : "ND-MaximalValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-710)-LotResult", + "parentNodeId" : "ND-TenderValueLowestUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-711)-LotResult", + "parentNodeId" : "ND-TenderValueHighestUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-712)-LotResult", + "parentNodeId" : "ND-RevewRequestsUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-720)-Tender", + "parentNodeId" : "ND-WinningTenderValueUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-730)-Tender", + "parentNodeId" : "ND-SubcontractingValueKnownUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-731)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageKnownUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-733)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-734)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaNameUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-759)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionCountUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-760)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionTypeUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-773)-Tender", + "parentNodeId" : "ND-SubcontractingUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-197(BT-88)-Procedure", + "parentNodeId" : "ND-ProcedureFeaturesUnpublish", + "name" : "Unpublished Justification Code", + "btId" : "BT-197", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "non-publication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-198(BT-09)-Procedure", + "parentNodeId" : "ND-CrossBorderLawUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:ProcurementLegislationDocumentReference[cbc:ID/text()='CrossBorderLaw']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cro-bor-law']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-CrossBorderLawUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-09)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-09)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4000" + } ] + } + }, { + "id" : "BT-198(BT-105)-Procedure", + "parentNodeId" : "ND-ProcedureTypeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-typ']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureTypeUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-105)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-105)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4001" + } ] + } + }, { + "id" : "BT-198(BT-106)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureAcceleratedUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-106)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-106)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4002" + } ] + } + }, { + "id" : "BT-198(BT-1118)-NoticeResult", + "parentNodeId" : "ND-NoticeApproximateValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-app-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NoticeApproximateValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-1118)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-1118)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4292" + } ] + } + }, { + "id" : "BT-198(BT-118)-NoticeResult", + "parentNodeId" : "ND-NoticeMaximumValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-max-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NoticeMaximumValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-118)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-118)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4003" + } ] + } + }, { + "id" : "BT-198(BT-1252)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-pre']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-DirectAwardJustificationPreviousUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-1252)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-1252)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4004" + } ] + } + }, { + "id" : "BT-198(BT-135)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationTextUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-tex']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-DirectAwardJustificationTextUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-135)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-135)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4005" + } ] + } + }, { + "id" : "BT-198(BT-1351)-Procedure", + "parentNodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='accelerated-procedure']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-acc-jus']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureAcceleratedJustificationUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-1351)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-1351)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4006" + } ] + } + }, { + "id" : "BT-198(BT-136)-Procedure", + "parentNodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='direct-award-justification']/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='dir-awa-jus']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-DirectAwardJustificationCodeUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-136)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-136)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4007" + } ] + } + }, { + "id" : "BT-198(BT-142)-LotResult", + "parentNodeId" : "ND-WinnerChosenUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-cho']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-WinnerChosenUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-142)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-142)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4008" + } ] + } + }, { + "id" : "BT-198(BT-144)-LotResult", + "parentNodeId" : "ND-NotAwardedReasonUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='no-awa-rea']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NotAwardedReasonUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-144)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-144)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4009" + } ] + } + }, { + "id" : "BT-198(BT-156)-NoticeResult", + "parentNodeId" : "ND-GroupMaximumValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-GroupMaximumValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-156)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-156)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4010" + } ] + } + }, { + "id" : "BT-198(BT-1561)-NoticeResult", + "parentNodeId" : "ND-GroupReestimatedValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-ree-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-GroupReestimatedValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-1561)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-1561)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4356" + } ] + } + }, { + "id" : "BT-198(BT-160)-Tender", + "parentNodeId" : "ND-ConcessionRevenueBuyerUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-buy']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ConcessionRevenueBuyerUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-160)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-160)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4011" + } ] + } + }, { + "id" : "BT-198(BT-161)-NoticeResult", + "parentNodeId" : "ND-NoticeValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='not-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NoticeValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-161)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-161)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4012" + } ] + } + }, { + "id" : "BT-198(BT-162)-Tender", + "parentNodeId" : "ND-ConcessionRevenueUserUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='con-rev-use']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ConcessionRevenueUserUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-162)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-162)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4013" + } ] + } + }, { + "id" : "BT-198(BT-163)-Tender", + "parentNodeId" : "ND-ValueConcessionDescriptionUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ConcessionRevenue/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='val-con-des']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "29", "30", "31", "33", "34", "36", "37", "38", "39", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ValueConcessionDescriptionUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-163)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-163)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4014" + } ] + } + }, { + "id" : "BT-198(BT-171)-Tender", + "parentNodeId" : "ND-TenderRankUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-ran']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-TenderRankUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-171)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-171)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4015" + } ] + } + }, { + "id" : "BT-198(BT-191)-Tender", + "parentNodeId" : "ND-CountryOriginUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:Origin/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='cou-ori']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-CountryOriginUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-191)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-191)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4016" + } ] + } + }, { + "id" : "BT-198(BT-193)-Tender", + "parentNodeId" : "ND-WinningTenderVariantUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-var']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-WinningTenderVariantUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-193)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-193)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4017" + } ] + } + }, { + "id" : "BT-198(BT-539)-Lot", + "parentNodeId" : "ND-LotAwardCriterionTypeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-typ']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionTypeUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-539)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-539)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4018" + } ] + } + }, { + "id" : "BT-198(BT-540)-Lot", + "parentNodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-des']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionDescriptionUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-540)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-540)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4020" + } ] + } + }, { + "id" : "BT-198(BT-541)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-num']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-541)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-541)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4022" + } ] + } + }, { + "id" : "BT-198(BT-5421)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-weight']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-wei']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberWeightUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-5421)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-5421)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4024" + } ] + } + }, { + "id" : "BT-198(BT-5422)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-fixed']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-fix']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberFixUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-5422)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-5422)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4026" + } ] + } + }, { + "id" : "BT-198(BT-5423)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter[efbc:ParameterCode/@listName='number-threshold']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-thr']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberThresholdUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-5423)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-5423)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4028" + } ] + } + }, { + "id" : "BT-198(BT-543)-Lot", + "parentNodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-com']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterionNumberComplicatedUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-543)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-543)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4030" + } ] + } + }, { + "id" : "BT-198(BT-553)-Tender", + "parentNodeId" : "ND-SubcontractingValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-553)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-553)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4032" + } ] + } + }, { + "id" : "BT-198(BT-554)-Tender", + "parentNodeId" : "ND-SubcontractingDescriptionUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-des']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingDescriptionUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-554)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-554)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4033" + } ] + } + }, { + "id" : "BT-198(BT-555)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingPercentageUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-555)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-555)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4034" + } ] + } + }, { + "id" : "BT-198(BT-556)-NoticeResult", + "parentNodeId" : "ND-GroupMaximalValueIdentifierUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='gro-max-ide']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-GroupMaximalValueIdentifierUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-556)-NoticeResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-556)-NoticeResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4035" + } ] + } + }, { + "id" : "BT-198(BT-635)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-cou']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-198(BT-636)-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='buy-rev-typ']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-198(BT-709)-LotResult", + "parentNodeId" : "ND-MaximalValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='max-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-MaximalValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-709)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-709)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4036" + } ] + } + }, { + "id" : "BT-198(BT-710)-LotResult", + "parentNodeId" : "ND-TenderValueLowestUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-low']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-TenderValueLowestUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-710)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-710)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4037" + } ] + } + }, { + "id" : "BT-198(BT-711)-LotResult", + "parentNodeId" : "ND-TenderValueHighestUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='ten-val-hig']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-TenderValueHighestUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-711)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-711)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4038" + } ] + } + }, { + "id" : "BT-198(BT-712)-LotResult", + "parentNodeId" : "ND-RevewRequestsUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rev-req']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-RevewRequestsUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-712)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-712)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4039" + } ] + } + }, { + "id" : "BT-198(BT-720)-Tender", + "parentNodeId" : "ND-WinningTenderValueUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='win-ten-val']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-WinningTenderValueUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-720)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-720)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4040" + } ] + } + }, { + "id" : "BT-198(BT-730)-Tender", + "parentNodeId" : "ND-SubcontractingValueKnownUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-val-kno']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingValueKnownUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-730)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-730)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4041" + } ] + } + }, { + "id" : "BT-198(BT-731)-Tender", + "parentNodeId" : "ND-SubcontractingPercentageKnownUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-per-kno']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingPercentageKnownUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-731)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-731)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4042" + } ] + } + }, { + "id" : "BT-198(BT-733)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-ord']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriteriaOrderJustificationUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-733)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-733)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4043" + } ] + } + }, { + "id" : "BT-198(BT-734)-Lot", + "parentNodeId" : "ND-LotAwardCriteriaNameUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='awa-cri-nam']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriteriaNameUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-734)-Lot - BT-05(a)-notice) < P10Y) and ((BT-198(BT-734)-Lot - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4045" + } ] + } + }, { + "id" : "BT-198(BT-759)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionCountUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-cou']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ReceivedSubmissionCountUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-759)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-759)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4047" + } ] + } + }, { + "id" : "BT-198(BT-760)-LotResult", + "parentNodeId" : "ND-ReceivedSubmissionTypeUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='rec-sub-typ']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ReceivedSubmissionTypeUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-760)-LotResult - BT-05(a)-notice) < P10Y) and ((BT-198(BT-760)-LotResult - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4048" + } ] + } + }, { + "id" : "BT-198(BT-773)-Tender", + "parentNodeId" : "ND-SubcontractingUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='sub-con']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SubcontractingUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-773)-Tender - BT-05(a)-notice) < P10Y) and ((BT-198(BT-773)-Tender - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4049" + } ] + } + }, { + "id" : "BT-198(BT-88)-Procedure", + "parentNodeId" : "ND-ProcedureFeaturesUnpublish", + "name" : "Unpublished Access Date", + "btId" : "BT-198", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:FieldsPrivacy[efbc:FieldIdentifierCode/text()='pro-fea']/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureFeaturesUnpublish} ${((OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5')) and ((BT-198(BT-88)-Procedure - BT-05(a)-notice) < P10Y) and ((BT-198(BT-88)-Procedure - BT-05(a)-notice) >= P2D)) or not(OPP-070-notice in ('25','26','27','28','29','30','31','32','E4','33','34','35','E5'))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00198-4050" + } ] + } + }, { + "id" : "BT-200-Contract", + "parentNodeId" : "ND-ModificationReason", + "name" : "Modification Reason Code", + "btId" : "BT-200", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:ChangeReason/cbc:ReasonCode", + "xpathRelative" : "cbc:ReasonCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "modification-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-201-Contract", + "parentNodeId" : "ND-ModificationReason", + "name" : "Modification Reason Description", + "btId" : "BT-201", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:ChangeReason/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-202-Contract", + "parentNodeId" : "ND-Modification", + "name" : "Modification Description", + "btId" : "BT-202", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:ContractModification/efac:Change/efbc:ChangeDescription", + "xpathRelative" : "efbc:ChangeDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-21-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Title", + "btId" : "BT-21", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-21-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Title", + "btId" : "BT-21", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-22-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Internal Identifier", + "btId" : "BT-22", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-22-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Internal Identifier", + "btId" : "BT-22", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-23-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Main Nature", + "btId" : "BT-23", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:ProcurementTypeCode[@listName='contract-nature']", + "xpathRelative" : "cbc:ProcurementTypeCode[@listName='contract-nature']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-contract-nature", + "type" : "flat", + "parentId" : "contract-nature" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotProcurementScope} ${(OPP-070-notice in ('14','19','28','32','35','40')) and (BT-23-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${BT-23-Lot != 'supplies'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00023-0200" + }, { + "condition" : "{ND-LotProcurementScope} ${(BT-23-Lot is present) and (BT-531-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${not(BT-23-Lot in BT-531-Lot)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00023-0203" + } ] + } + }, { + "id" : "BT-23-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Main Nature", + "btId" : "BT-23", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:ProcurementTypeCode", + "xpathRelative" : "cbc:ProcurementTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-contract-nature", + "type" : "flat", + "parentId" : "contract-nature" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ProcedureProcurementScope} ${(OPP-070-notice in ('14','19','28','32','35','40')) and (BT-23-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${BT-23-Procedure != 'supplies'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00023-0201" + }, { + "condition" : "{ND-ProcedureProcurementScope} ${(BT-23-Procedure is present) and (BT-531-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${BT-23-Procedure not in BT-531-Procedure}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00023-0202" + } ] + } + }, { + "id" : "BT-24-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Description", + "btId" : "BT-24", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-24-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Description", + "btId" : "BT-24", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-25-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Quantity", + "btId" : "BT-25", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:EstimatedOverallContractQuantity", + "xpathRelative" : "cbc:EstimatedOverallContractQuantity", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-26(a)-Lot", + "parentNodeId" : "ND-LotAdditionalClassification", + "name" : "Classification Type (e.g. CPV)", + "btId" : "BT-26", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:AdditionalCommodityClassification/cbc:ItemClassificationCode/@listName", + "xpathRelative" : "cbc:ItemClassificationCode/@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "classification-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-26(a)-Procedure", + "parentNodeId" : "ND-ProcedureAdditionalCommodityClassification", + "name" : "Classification Type (e.g. CPV)", + "btId" : "BT-26", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:AdditionalCommodityClassification/cbc:ItemClassificationCode/@listName", + "xpathRelative" : "cbc:ItemClassificationCode/@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "classification-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-26(m)-Lot", + "parentNodeId" : "ND-LotMainClassificationCode", + "name" : "Classification Type (e.g. CPV)", + "btId" : "BT-26", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode/@listName", + "xpathRelative" : "@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "classification-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-26(m)-Procedure", + "parentNodeId" : "ND-ProcedureMainClassificationCode", + "name" : "Classification Type (e.g. CPV)", + "btId" : "BT-26", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode/@listName", + "xpathRelative" : "@listName", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "classification-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-262-Lot", + "parentNodeId" : "ND-LotMainClassification", + "name" : "Main Classification Code", + "btId" : "BT-262", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cpv", + "type" : "hierarchical" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotProcurementScope} ${(BT-71-Lot == 'res-pub-ser') and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${BT-262-Lot in ('75121000', '75122000', '75123000', '79622000', '79624000', '79625000', '80110000', '80300000', '80420000', '80430000', '80511000', '80520000', '80590000', '85000000', '85100000', '85110000', '85111000', '85111100', '85111200', '85111300', '85111310', '85111320', '85111400', '85111500', '85111600', '85111700', '85111800', '85111810', '85111820', '85111900', '85112000', '85112100', '85112200', '85120000', '85121000', '85121100', '85121200', '85121210', '85121220', '85121230', '85121231', '85121232', '85121240', '85121250', '85121251', '85121252', '85121270', '85121271', '85121280', '85121281', '85121282', '85121283', '85121290', '85121291', '85121292', '85121300', '85130000', '85131000', '85131100', '85131110', '85140000', '85141000', '85141100', '85141200', '85141210', '85141211', '85141220', '85142000', '85142100', '85142200', '85142300', '85142400', '85143000', '85144000', '85144100', '85145000', '85146000', '85146100', '85146200', '85147000', '85148000', '85149000', '85150000', '85160000', '85170000', '85171000', '85172000', '85200000', '85210000', '85300000', '85310000', '85311000', '85311100', '85311200', '85311300', '85312000', '85312100', '85312110', '85312120', '85312200', '85312300', '85312310', '85312320', '85312330', '85312400', '85312500', '85312510', '85320000', '85321000', '85322000', '85323000', '92500000', '92600000', '98133000', '98133110')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0200" + }, { + "condition" : "{ND-LotProcurementScope} ${(BT-23-Lot == 'supplies') and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${starts-with(BT-262-Lot,'0') or starts-with(BT-262-Lot,'1') or starts-with(BT-262-Lot,'2') or starts-with(BT-262-Lot,'3') or starts-with(BT-262-Lot,'40') or starts-with(BT-262-Lot,'41') or starts-with(BT-262-Lot,'42') or starts-with(BT-262-Lot,'43') or starts-with(BT-262-Lot,'44') or starts-with(BT-262-Lot,'48')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0203" + }, { + "condition" : "{ND-LotProcurementScope} ${(BT-23-Lot == 'works') and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${starts-with(BT-262-Lot,'45')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0206" + }, { + "condition" : "{ND-LotProcurementScope} ${(BT-23-Lot == 'services') and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${starts-with(BT-262-Lot,'49') or starts-with(BT-262-Lot,'5') or starts-with(BT-262-Lot,'6') or starts-with(BT-262-Lot,'7') or starts-with(BT-262-Lot,'8') or starts-with(BT-262-Lot,'9')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0209" + }, { + "condition" : "{ND-LotProcurementScope} ${(OPP-070-notice in ('1','4','7','8','9','10','12','16','17','18','19','20','23','25','29','33','36','38')) and (BT-11-Procedure-Buyer in ('org-sub', 'org-sub-cga', 'org-sub-ra', 'org-sub-la')) and (BT-262-Lot is present)}", + "value" : "{ND-LotProcurementScope} ${starts-with(BT-262-Lot,'45')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0212" + } ] + } + }, { + "id" : "BT-262-Procedure", + "parentNodeId" : "ND-ProcedureMainClassification", + "name" : "Main Classification Code", + "btId" : "BT-262", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:MainCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cpv", + "type" : "hierarchical" + }, + "severity" : "ERROR" + }, + "inChangeNotice" : { + "value" : { + "canAdd" : true, + "canModify" : true, + "canRemove" : true + }, + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ProcedureMainClassification} ${notice(BT-758-notice)/OPP-070-notice in ('10','11','CEI','12','13','14','15','16','17','18','19','E3','20','21','22','23','24','25','26','27','28','29','30','31','32','E4','T02','33','34','35','36','37','38','39','40','E5') and (notice(BT-758-notice)/BT-262-Procedure is present)}", + "value" : { + "canModify" : false + }, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ProcedureProcurementScope} ${(BT-23-Procedure == 'supplies') and (BT-262-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${starts-with(BT-262-Procedure,'0') or starts-with(BT-262-Procedure,'1') or starts-with(BT-262-Procedure,'2') or starts-with(BT-262-Procedure,'3') or starts-with(BT-262-Procedure,'40') or starts-with(BT-262-Procedure,'41') or starts-with(BT-262-Procedure,'42') or starts-with(BT-262-Procedure,'43') or starts-with(BT-262-Procedure,'44') or starts-with(BT-262-Procedure,'48')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0202" + }, { + "condition" : "{ND-ProcedureProcurementScope} ${(BT-23-Procedure == 'works') and (BT-262-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${starts-with(BT-262-Procedure,'45')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0205" + }, { + "condition" : "{ND-ProcedureProcurementScope} ${(BT-23-Procedure == 'services') and (BT-262-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${starts-with(BT-262-Procedure,'49') or starts-with(BT-262-Procedure,'5') or starts-with(BT-262-Procedure,'6') or starts-with(BT-262-Procedure,'7') or starts-with(BT-262-Procedure,'8') or starts-with(BT-262-Procedure,'9')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0208" + }, { + "condition" : "{ND-ProcedureProcurementScope} ${(OPP-070-notice in ('1','4','7','8','9','10','12','16','17','18','19','20','23','25','29','33','36','38')) and (BT-11-Procedure-Buyer in ('org-sub', 'org-sub-cga', 'org-sub-ra', 'org-sub-la')) and (BT-262-Procedure is present)}", + "value" : "{ND-ProcedureProcurementScope} ${starts-with(BT-262-Procedure,'45')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00262-0211" + } ] + } + }, { + "id" : "BT-263-Lot", + "parentNodeId" : "ND-LotAdditionalClassification", + "name" : "Additional Classification Code", + "btId" : "BT-263", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:AdditionalCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cpv", + "type" : "hierarchical" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-263-Procedure", + "parentNodeId" : "ND-ProcedureAdditionalCommodityClassification", + "name" : "Additional Classification Code", + "btId" : "BT-263", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:AdditionalCommodityClassification/cbc:ItemClassificationCode", + "xpathRelative" : "cbc:ItemClassificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cpv", + "type" : "hierarchical" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-27-Lot", + "parentNodeId" : "ND-LotValueEstimate", + "name" : "Estimated Value", + "btId" : "BT-27", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RequestedTenderTotal/cbc:EstimatedOverallContractAmount", + "xpathRelative" : "cbc:EstimatedOverallContractAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-27-Procedure", + "parentNodeId" : "ND-ProcedureValueEstimate", + "name" : "Estimated Value", + "btId" : "BT-27", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal/cbc:EstimatedOverallContractAmount", + "xpathRelative" : "cbc:EstimatedOverallContractAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "15", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-271-Lot", + "parentNodeId" : "ND-LotValueEstimateExtension", + "name" : "Framework Maximum Value", + "btId" : "BT-271", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RequestedTenderTotal/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:FrameworkMaximumAmount", + "xpathRelative" : "efbc:FrameworkMaximumAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "25", "26", "27", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-271-Procedure", + "parentNodeId" : "ND-ProcedureValueEstimateExtension", + "name" : "Framework Maximum Value", + "btId" : "BT-271", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:FrameworkMaximumAmount", + "xpathRelative" : "efbc:FrameworkMaximumAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "14", "15", "19", "23", "24", "25", "26", "27", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-300-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Additional Information", + "btId" : "BT-300", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:Note", + "xpathRelative" : "cbc:Note", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 10000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-300-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Additional Information", + "btId" : "BT-300", + "xpathAbsolute" : "/*/cac:ProcurementProject/cbc:Note", + "xpathRelative" : "cbc:Note", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 10000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-31-Procedure", + "parentNodeId" : "ND-LotDistribution", + "name" : "Lots Max Allowed", + "btId" : "BT-31", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cbc:MaximumLotsSubmittedNumeric", + "xpathRelative" : "cbc:MaximumLotsSubmittedNumeric", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotDistribution} ${BT-31-Procedure is present}", + "value" : "{ND-LotDistribution} ${BT-31-Procedure <= count(BT-137-Lot)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00031-0100" + } ] + } + }, { + "id" : "BT-3201-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Identifier", + "btId" : "BT-3201", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:TenderReference/cbc:ID", + "xpathRelative" : "efac:TenderReference/cbc:ID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-3202-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Tender ID (Reference)", + "btId" : "BT-3202", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:LotTender/cbc:ID", + "xpathRelative" : "efac:LotTender/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "TEN" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TEN-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SettledContract} ${BT-3202-Contract is present}", + "value" : "{ND-SettledContract} ${every text:$tender in BT-3202-Contract satisfies ($tender in /OPT-321-Tender)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-03202-0100" + } ] + } + }, { + "id" : "BT-33-Procedure", + "parentNodeId" : "ND-LotDistribution", + "name" : "Lots Max Awarded", + "btId" : "BT-33", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cbc:MaximumLotsAwardedNumeric", + "xpathRelative" : "cbc:MaximumLotsAwardedNumeric", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotDistribution} ${(BT-33-Procedure is present) and (BT-31-Procedure is present)}", + "value" : "{ND-LotDistribution} ${BT-33-Procedure <= BT-31-Procedure}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00033-0100" + } ] + } + }, { + "id" : "BT-330-Procedure", + "parentNodeId" : "ND-GroupComposition", + "name" : "Group Identifier", + "btId" : "BT-330", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:LotDistribution/cac:LotsGroup/cbc:LotsGroupID", + "xpathRelative" : "cbc:LotsGroupID", + "type" : "id-ref", + "idSchemes" : [ "GLO" ], + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^GLO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotDistribution} ${BT-330-Procedure is present}", + "value" : "{ND-LotDistribution} ${every text:$group in BT-330-Procedure satisfies ($group in /BT-137-LotsGroup)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00330-0100" + } ] + } + }, { + "id" : "BT-36-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration Period", + "btId" : "BT-36", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:DurationMeasure", + "xpathRelative" : "cbc:DurationMeasure", + "type" : "measure", + "legalType" : "DURATION", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotDuration} ${(BT-71-Lot == 'res-pub-ser') and (BT-36-Lot is present)}", + "value" : "{ND-LotDuration} ${(BT-36-Lot > P0D) and (BT-36-Lot <= P3Y)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00036-0150" + } ] + } + }, { + "id" : "BT-40-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Second Stage Invite", + "btId" : "BT-40", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efbc:SecondStageIndicator", + "xpathRelative" : "efbc:SecondStageIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-41-Lot", + "parentNodeId" : "ND-AwardingTerms", + "name" : "Following Contract", + "btId" : "BT-41", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cbc:FollowupContractIndicator", + "xpathRelative" : "cbc:FollowupContractIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "23", "24" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-42-Lot", + "parentNodeId" : "ND-AwardingTerms", + "name" : "Jury Decision Binding", + "btId" : "BT-42", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cbc:BindingOnBuyerIndicator", + "xpathRelative" : "cbc:BindingOnBuyerIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "23", "24" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-44-Lot", + "parentNodeId" : "ND-Prize", + "name" : "Prize Rank", + "btId" : "BT-44", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:Prize/cbc:RankCode", + "xpathRelative" : "cbc:RankCode", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-45-Lot", + "parentNodeId" : "ND-Prize", + "name" : "Rewards Other", + "btId" : "BT-45", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:Prize/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-46-Lot", + "parentNodeId" : "ND-AwardingTerms", + "name" : "Jury Member Name", + "btId" : "BT-46", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:TechnicalCommitteePerson/cbc:FamilyName", + "xpathRelative" : "cac:TechnicalCommitteePerson/cbc:FamilyName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-47-Lot", + "parentNodeId" : "ND-Participants", + "name" : "Participant Name", + "btId" : "BT-47", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EconomicOperatorShortList/cac:PreSelectedParty/cac:PartyName/cbc:Name", + "xpathRelative" : "cac:PreSelectedParty/cac:PartyName/cbc:Name", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-50-Lot", + "parentNodeId" : "ND-SecondStage", + "name" : "Minimum Candidates", + "btId" : "BT-50", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:EconomicOperatorShortList/cbc:MinimumQuantity", + "xpathRelative" : "cbc:MinimumQuantity", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SecondStage} ${(BT-50-Lot <= BT-51-Lot) or not(BT-51-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0100" + }, { + "value" : "{ND-SecondStage} ${((OPP-070-notice == '16') and (BT-105-Procedure == 'restricted') and (BT-50-Lot > 4)) or not(OPP-070-notice == '16') or not(BT-105-Procedure == 'restricted')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0101" + }, { + "value" : "{ND-SecondStage} ${((OPP-070-notice == '16') and (BT-105-Procedure == 'neg-w-call') and (BT-50-Lot > 2)) or not(OPP-070-notice == '16') or not(BT-105-Procedure == 'neg-w-call')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0102" + }, { + "value" : "{ND-SecondStage} ${((OPP-070-notice == '16') and (BT-105-Procedure == 'comp-dial') and (BT-50-Lot > 2)) or not(OPP-070-notice == '16') or not(BT-105-Procedure == 'comp-dial')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0103" + }, { + "value" : "{ND-SecondStage} ${((OPP-070-notice == '16') and (BT-105-Procedure == 'innovation') and (BT-50-Lot > 2)) or not(OPP-070-notice == '16') or not(BT-105-Procedure == 'innovation')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00050-0104" + } ] + } + }, { + "id" : "BT-500-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation Name", + "btId" : "BT-500", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PartyName/cbc:Name", + "xpathRelative" : "cac:PartyName/cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-500-Organization-TouchPoint", + "parentNodeId" : "ND-Touchpoint", + "name" : "Name", + "btId" : "BT-500", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PartyName/cbc:Name", + "xpathRelative" : "cac:PartyName/cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-500-UBO", + "parentNodeId" : "ND-UBO", + "name" : "UBO Name", + "btId" : "BT-500", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cbc:FamilyName", + "xpathRelative" : "cbc:FamilyName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-501-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation Identifier", + "btId" : "BT-501", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PartyLegalEntity/cbc:CompanyID", + "xpathRelative" : "cac:PartyLegalEntity/cbc:CompanyID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "4", "5", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "23", "24", "29", "30", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5010-Lot", + "parentNodeId" : "ND-Funding", + "name" : "EU Funds Financing Identifier", + "btId" : "BT-5010", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Funding/efbc:FinancingIdentifier", + "xpathRelative" : "efbc:FinancingIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5011-Contract", + "parentNodeId" : "ND-ContractEUFunds", + "name" : "Contract EU Funds Financing Identifier", + "btId" : "BT-5011", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:Funding/efbc:FinancingIdentifier", + "xpathRelative" : "efbc:FinancingIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-502-Organization-Company", + "parentNodeId" : "ND-CompanyContact", + "name" : "Organisation Contact Point", + "btId" : "BT-502", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-502-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointContact", + "name" : "Contact Point", + "btId" : "BT-502", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-503-Organization-Company", + "parentNodeId" : "ND-CompanyContact", + "name" : "Organisation Contact Telephone Number", + "btId" : "BT-503", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact/cbc:Telephone", + "xpathRelative" : "cbc:Telephone", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-503-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointContact", + "name" : "Contact Telephone Number", + "btId" : "BT-503", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact/cbc:Telephone", + "xpathRelative" : "cbc:Telephone", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-503-UBO", + "parentNodeId" : "ND-UBOContact", + "name" : "UBO Telephone Number", + "btId" : "BT-503", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:Contact/cbc:Telephone", + "xpathRelative" : "cbc:Telephone", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-505-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation Internet Address", + "btId" : "BT-505", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cbc:WebsiteURI", + "xpathRelative" : "cbc:WebsiteURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-505-Organization-TouchPoint", + "parentNodeId" : "ND-Touchpoint", + "name" : "Internet Address", + "btId" : "BT-505", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cbc:WebsiteURI", + "xpathRelative" : "cbc:WebsiteURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-506-Organization-Company", + "parentNodeId" : "ND-CompanyContact", + "name" : "Organisation Contact Email Address", + "btId" : "BT-506", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact/cbc:ElectronicMail", + "xpathRelative" : "cbc:ElectronicMail", + "type" : "email", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-zA-Z0-9][a-zA-Z0-9._%+-]*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,63}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-506-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointContact", + "name" : "Contact Email Address", + "btId" : "BT-506", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact/cbc:ElectronicMail", + "xpathRelative" : "cbc:ElectronicMail", + "type" : "email", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-zA-Z0-9][a-zA-Z0-9._%+-]*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,63}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-506-UBO", + "parentNodeId" : "ND-UBOContact", + "name" : "UBO Email Address", + "btId" : "BT-506", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:Contact/cbc:ElectronicMail", + "xpathRelative" : "cbc:ElectronicMail", + "type" : "email", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-zA-Z0-9][a-zA-Z0-9._%+-]*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,63}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-507-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation Country Subdivision", + "btId" : "BT-507", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-507-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Country Subdivision", + "btId" : "BT-507", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-507-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Country Subdivision", + "btId" : "BT-507", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5071-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Country Subdivision", + "btId" : "BT-5071", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5071-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Country Subdivision", + "btId" : "BT-5071", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:CountrySubentityCode", + "xpathRelative" : "cbc:CountrySubentityCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nuts-lvl3", + "type" : "flat", + "parentId" : "nuts" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-508-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Buyer Profile URL", + "btId" : "BT-508", + "xpathAbsolute" : "/*/cac:ContractingParty/cbc:BuyerProfileURI", + "xpathRelative" : "cbc:BuyerProfileURI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-509-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation eDelivery Gateway", + "btId" : "BT-509", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cbc:EndpointID", + "xpathRelative" : "cbc:EndpointID", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-509-Organization-TouchPoint", + "parentNodeId" : "ND-Touchpoint", + "name" : "eDelivery Gateway", + "btId" : "BT-509", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cbc:EndpointID", + "xpathRelative" : "cbc:EndpointID", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-51-Lot", + "parentNodeId" : "ND-SecondStage", + "name" : "Maximum Candidates Number", + "btId" : "BT-51", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:EconomicOperatorShortList/cbc:MaximumQuantity", + "xpathRelative" : "cbc:MaximumQuantity", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SecondStage} ${(BT-40-Lot == TRUE) or not(BT-51-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00051-0100" + } ] + } + }, { + "id" : "BT-510(a)-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Street", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(a)-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Street", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(a)-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Street", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(b)-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Streetline 1", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(b)-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Streetline 1", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(b)-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Streetline 1", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(c)-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Streetline 2", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(c)-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Streetline 2", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-510(c)-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Streetline 2", + "btId" : "BT-510", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(a)-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Street", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(a)-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Street", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:StreetName", + "xpathRelative" : "cbc:StreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(b)-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Streetline 1", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(b)-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Streetline 1", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:AdditionalStreetName", + "xpathRelative" : "cbc:AdditionalStreetName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(c)-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Streetline 2", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5101(c)-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Streetline 2", + "btId" : "BT-5101", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cac:AddressLine/cbc:Line", + "xpathRelative" : "cac:AddressLine/cbc:Line", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-512-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation Post Code", + "btId" : "BT-512", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-512-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Post Code", + "btId" : "BT-512", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-512-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Post Code", + "btId" : "BT-512", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5121-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Post Code", + "btId" : "BT-5121", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5121-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Post Code", + "btId" : "BT-5121", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:PostalZone", + "xpathRelative" : "cbc:PostalZone", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-513-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation City", + "btId" : "BT-513", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-513-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "City", + "btId" : "BT-513", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-513-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "City", + "btId" : "BT-513", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5131-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance City", + "btId" : "BT-5131", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5131-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance City", + "btId" : "BT-5131", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:CityName", + "xpathRelative" : "cbc:CityName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-514-Organization-Company", + "parentNodeId" : "ND-CompanyAddress", + "name" : "Organisation Country Code", + "btId" : "BT-514", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PostalAddress/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-514-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointAddress", + "name" : "Country Code", + "btId" : "BT-514", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PostalAddress/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-514-UBO", + "parentNodeId" : "ND-UBOAddress", + "name" : "Country Code", + "btId" : "BT-514", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:ResidenceAddress/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5141-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Country Code", + "btId" : "BT-5141", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5141-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Country Code", + "btId" : "BT-5141", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cac:Country/cbc:IdentificationCode", + "xpathRelative" : "cac:Country/cbc:IdentificationCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-52-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Successive Reduction Indicator (Lot)", + "btId" : "BT-52", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cbc:CandidateReductionConstraintIndicator", + "xpathRelative" : "cbc:CandidateReductionConstraintIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-531-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Additional Nature (different from Main)", + "btId" : "BT-531", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='contract-nature']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='contract-nature']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-contract-nature", + "type" : "flat", + "parentId" : "contract-nature" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-531-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Additional Nature (different from Main)", + "btId" : "BT-531", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[not(@listName='transport-service')]", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[not(@listName='transport-service')]", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-contract-nature", + "type" : "flat", + "parentId" : "contract-nature" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-536-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration Start Date", + "btId" : "BT-536", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:StartDate", + "xpathRelative" : "cbc:StartDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotDuration} ${((BT-536-Lot is present) and (BT-537-Lot is present) and (BT-536-Lot < BT-537-Lot)) or not((BT-536-Lot is present) and (BT-537-Lot is present))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00536-0150" + }, { + "condition" : "{ND-LotDuration} ${(BT-71-Lot == 'res-pub-ser') and (BT-536-Lot is present) and (BT-537-Lot is present)}", + "value" : "{ND-LotDuration} ${((BT-537-Lot - BT-536-Lot) > P0D) and ((BT-537-Lot - BT-536-Lot) <= P3Y)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00536-0152" + } ] + } + }, { + "id" : "BT-537-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration End Date", + "btId" : "BT-537", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "CEI", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-538-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration Other", + "btId" : "BT-538", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:DescriptionCode", + "xpathRelative" : "cbc:DescriptionCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "CEI", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "duration", + "type" : "flat", + "parentId" : "timeperiod" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotDuration} ${not(BT-538-Lot == 'UNKNOWN') or (not(BT-03-notice in ('cont-modif','dir-awa-pre') ) and not(BT-137-Lot in BT-13713-LotResult[BT-142-LotResult == 'selec-w']))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00538-0130" + } ] + } + }, { + "id" : "BT-539-Lot", + "parentNodeId" : "ND-LotAwardCriterion", + "name" : "Award Criterion Type", + "btId" : "BT-539", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/cbc:AwardingCriterionTypeCode[@listName='award-criterion-type']", + "xpathRelative" : "cbc:AwardingCriterionTypeCode[@listName='award-criterion-type']", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "awa-cri-typ", + "unpublishedFieldId" : "BT-195(BT-539)-Lot", + "reasonCodeFieldId" : "BT-197(BT-539)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-539)-Lot", + "publicationDateFieldId" : "BT-198(BT-539)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "29", "31", "32" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "award-criterion-type", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriteria} ${((BT-5421-Lot == 'ord-imp') and not(BT-5421-Lot != 'ord-imp')) or not(BT-5421-Lot == 'ord-imp')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0194" + }, { + "condition" : "{ND-LotAwardCriteria} ${BT-541-Lot[BT-5421-Lot == 'ord-imp'] is present}", + "value" : "{ND-LotAwardCriteria} ${every number:$ordImp in BT-541-Lot[BT-5421-Lot == 'ord-imp'] satisfies (format-number($ordImp, '#') == string($ordImp))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0196" + }, { + "condition" : "{ND-LotAwardCriteria} ${BT-541-Lot[BT-5421-Lot == 'ord-imp'] is present}", + "value" : "{ND-LotAwardCriteria} ${every number:$ordImp in BT-541-Lot[BT-5421-Lot == 'ord-imp'] satisfies($ordImp <= count(BT-541-Lot[BT-5421-Lot == 'ord-imp']))}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0197" + } ] + } + }, { + "id" : "BT-54-Lot", + "parentNodeId" : "ND-OptionsAndRenewals", + "name" : "Options Description", + "btId" : "BT-54", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension/cbc:OptionsDescription", + "xpathRelative" : "cbc:OptionsDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-540-Lot", + "parentNodeId" : "ND-LotAwardCriterion", + "name" : "Award Criterion Description", + "btId" : "BT-540", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "awa-cri-des", + "unpublishedFieldId" : "BT-195(BT-540)-Lot", + "reasonCodeFieldId" : "BT-197(BT-540)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-540)-Lot", + "publicationDateFieldId" : "BT-198(BT-540)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriterion} ${(count(BT-5423-Lot[BT-5423-Lot =='min-score']) <= 1) and (count(BT-5423-Lot[BT-5423-Lot =='max-pass']) <= 1)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00540-0150" + } ] + } + }, { + "id" : "BT-541-Lot", + "parentNodeId" : "ND-LotAwardCriterionParameter", + "name" : "Award Criterion Number", + "btId" : "BT-541", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efbc:ParameterNumeric", + "xpathRelative" : "efbc:ParameterNumeric", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "awa-cri-num", + "unpublishedFieldId" : "BT-195(BT-541)-Lot", + "reasonCodeFieldId" : "BT-197(BT-541)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-541)-Lot", + "publicationDateFieldId" : "BT-198(BT-541)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-5421-Lot", + "parentNodeId" : "ND-LotAwardCriterionParameter", + "name" : "Award Criterion Number Weight", + "btId" : "BT-5421", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efbc:ParameterCode[@listName='number-weight']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-weight']", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "awa-cri-wei", + "unpublishedFieldId" : "BT-195(BT-5421)-Lot", + "reasonCodeFieldId" : "BT-197(BT-5421)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-5421)-Lot", + "publicationDateFieldId" : "BT-198(BT-5421)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-weight", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotAwardCriterionParameter} ${(BT-03-notice in ('result', 'cont-modif', 'dir-awa-pre')) and (BT-5421-Lot is present)}", + "value" : "{ND-LotAwardCriterionParameter} ${BT-5421-Lot in ('dec-exa', 'ord-imp', 'per-exa', 'poi-exa')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-05421-0250" + } ] + } + }, { + "id" : "BT-5422-Lot", + "parentNodeId" : "ND-LotAwardCriterionParameter", + "name" : "Award Criterion Number Fixed", + "btId" : "BT-5422", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efbc:ParameterCode[@listName='number-fixed']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-fixed']", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "awa-cri-fix", + "unpublishedFieldId" : "BT-195(BT-5422)-Lot", + "reasonCodeFieldId" : "BT-197(BT-5422)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-5422)-Lot", + "publicationDateFieldId" : "BT-198(BT-5422)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-fixed", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-5423-Lot", + "parentNodeId" : "ND-LotAwardCriterionParameter", + "name" : "Award Criterion Number Threshold", + "btId" : "BT-5423", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AwardCriterionParameter/efbc:ParameterCode[@listName='number-threshold']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-threshold']", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "awa-cri-thr", + "unpublishedFieldId" : "BT-195(BT-5423)-Lot", + "reasonCodeFieldId" : "BT-197(BT-5423)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-5423)-Lot", + "publicationDateFieldId" : "BT-198(BT-5423)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-threshold", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-543-Lot", + "parentNodeId" : "ND-LotAwardCriteria", + "name" : "Award Criteria Complicated", + "btId" : "BT-543", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cbc:CalculationExpression", + "xpathRelative" : "cbc:CalculationExpression", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "privacy" : { + "code" : "awa-cri-com", + "unpublishedFieldId" : "BT-195(BT-543)-Lot", + "reasonCodeFieldId" : "BT-197(BT-543)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-543)-Lot", + "publicationDateFieldId" : "BT-198(BT-543)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotAwardCriteria} ${sum(number:BT-541-Lot[BT-5421-Lot == 'per-exa']) == 100 or not(BT-541-Lot[BT-5421-Lot == 'per-exa'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0200" + }, { + "value" : "{ND-LotAwardCriteria} ${sum(number:BT-541-Lot[BT-5421-Lot == 'dec-exa']) == 1 or not(BT-541-Lot[BT-5421-Lot == 'dec-exa'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00539-0201" + } ] + } + }, { + "id" : "BT-553-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Value", + "btId" : "BT-553", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:TermAmount", + "xpathRelative" : "efbc:TermAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "sub-val", + "unpublishedFieldId" : "BT-195(BT-553)-Tender", + "reasonCodeFieldId" : "BT-197(BT-553)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-553)-Tender", + "publicationDateFieldId" : "BT-198(BT-553)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-554-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Description", + "btId" : "BT-554", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:TermDescription", + "xpathRelative" : "efbc:TermDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "sub-des", + "unpublishedFieldId" : "BT-195(BT-554)-Tender", + "reasonCodeFieldId" : "BT-197(BT-554)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-554)-Tender", + "publicationDateFieldId" : "BT-198(BT-554)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-555-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Percentage", + "btId" : "BT-555", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:TermPercent", + "xpathRelative" : "efbc:TermPercent", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "sub-per", + "unpublishedFieldId" : "BT-195(BT-555)-Tender", + "reasonCodeFieldId" : "BT-197(BT-555)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-555)-Tender", + "publicationDateFieldId" : "BT-198(BT-555)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-556-NoticeResult", + "parentNodeId" : "ND-NoticeResultGroupFA", + "name" : "Group Framework Value Lot Identifier", + "btId" : "BT-556", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:GroupFramework/efac:TenderLot/cbc:ID", + "xpathRelative" : "efac:TenderLot/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "GLO" ], + "legalType" : "IDENTIFIER", + "privacy" : { + "code" : "gro-max-ide", + "unpublishedFieldId" : "BT-195(BT-556)-NoticeResult", + "reasonCodeFieldId" : "BT-197(BT-556)-NoticeResult", + "reasonDescriptionFieldId" : "BT-196(BT-556)-NoticeResult", + "publicationDateFieldId" : "BT-198(BT-556)-NoticeResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^GLO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NoticeResultGroupFA} ${BT-556-NoticeResult in /BT-137-LotsGroup}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00556-0100" + } ] + } + }, { + "id" : "BT-57-Lot", + "parentNodeId" : "ND-OptionsDescription", + "name" : "Renewal Description", + "btId" : "BT-57", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension/cac:Renewal/cac:Period/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-578-Lot", + "parentNodeId" : "ND-SecurityClearanceTerms", + "name" : "Security Clearance", + "btId" : "BT-578", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:SecurityClearanceTerm/cbc:Code", + "xpathRelative" : "cbc:Code", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "required", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-58-Lot", + "parentNodeId" : "ND-OptionsAndRenewals", + "name" : "Renewal Maximum", + "btId" : "BT-58", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ContractExtension/cbc:MaximumNumberNumeric", + "xpathRelative" : "cbc:MaximumNumberNumeric", + "type" : "integer", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "15", "17", "18" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-60-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "EU Funds", + "btId" : "BT-60", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:FundingProgramCode[@listName='eu-funded']", + "xpathRelative" : "cbc:FundingProgramCode[@listName='eu-funded']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "10", "16", "19", "23", "29", "32", "36" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eu-funded", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-610-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Activity Entity", + "btId" : "BT-610", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:ContractingActivity/cbc:ActivityTypeCode[@listName='entity-activity']", + "xpathRelative" : "cac:ContractingActivity/cbc:ActivityTypeCode[@listName='entity-activity']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "4", "7", "10", "12", "16", "20", "22", "23", "25", "29", "33", "36", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "2", "5", "8", "11", "15", "17", "24", "30", "37" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "entity-activity", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-6110-Contract", + "parentNodeId" : "ND-ContractEUFunds", + "name" : "Contract EU Funds Details", + "btId" : "BT-6110", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:Funding/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-6140-Lot", + "parentNodeId" : "ND-Funding", + "name" : "EU Funds Details", + "btId" : "BT-6140", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Funding/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-615-Lot", + "parentNodeId" : "ND-LotRestrictedDocuments", + "name" : "Documents Restricted URL", + "btId" : "BT-615", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[cbc:DocumentType/text()='restricted-document']/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "legalType" : "URL", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-625-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Unit", + "btId" : "BT-625", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:EstimatedOverallContractQuantity/@unitCode", + "xpathRelative" : "cbc:EstimatedOverallContractQuantity/@unitCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "measurement-unit", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-63-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Variants", + "btId" : "BT-63", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:VariantConstraintCode", + "xpathRelative" : "cbc:VariantConstraintCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "permission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-630(d)-Lot", + "parentNodeId" : "ND-InterestExpressionReceptionPeriod", + "name" : "Deadline Receipt Expressions", + "btId" : "BT-630", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:InterestExpressionReceptionPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "15", "16", "17", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "12", "13", "14", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-InterestExpressionReceptionPeriod} ${(BT-630(d)-Lot is present) and (BT-05(a)-notice is present)}", + "value" : "{ND-InterestExpressionReceptionPeriod} ${BT-630(d)-Lot > BT-05(a)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00630-0150" + } ] + } + }, { + "id" : "BT-630(t)-Lot", + "parentNodeId" : "ND-InterestExpressionReceptionPeriod", + "name" : "Deadline Receipt Expressions", + "btId" : "BT-630", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:InterestExpressionReceptionPeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "15", "16", "17", "18", "19", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "10", "11", "12", "13", "14", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-631-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Dispatch Invitation Interest", + "btId" : "BT-631", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ParticipationInvitationPeriod/cbc:StartDate", + "xpathRelative" : "cac:ParticipationInvitationPeriod/cbc:StartDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTenderingProcess} ${(BT-631-Lot > BT-630(d)-Lot) or not(BT-631-Lot is present) or not(BT-630(d)-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00631-0100" + } ] + } + }, { + "id" : "BT-632-Lot", + "parentNodeId" : "ND-LotTenderingProcessExtension", + "name" : "Tool Name", + "btId" : "BT-632", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:AccessToolName", + "xpathRelative" : "efbc:AccessToolName", + "type" : "text", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-633-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Organisation Natural Person", + "btId" : "BT-633", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:NaturalPersonIndicator", + "xpathRelative" : "efbc:NaturalPersonIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-634-Lot", + "parentNodeId" : "ND-LotTenderingProcessExtension", + "name" : "Procurement Relaunch", + "btId" : "BT-634", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:ProcedureRelaunchIndicator", + "xpathRelative" : "efbc:ProcedureRelaunchIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTenderingProcessExtension} ${((BT-634-Lot == TRUE) and ((BT-142-LotResult== 'clos-nw') or (BT-140-notice == 'cancel'))) or not(BT-634-Lot == TRUE)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00634-0151" + } ] + } + }, { + "id" : "BT-634-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Procurement Relaunch", + "btId" : "BT-634", + "xpathAbsolute" : "/*/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:ProcedureRelaunchIndicator", + "xpathRelative" : "ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:ProcedureRelaunchIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-ProcedureTenderingProcess} ${((BT-634-Procedure == TRUE) and (not(BT-142-LotResult!= 'clos-nw') or (BT-140-notice == 'cancel'))) or not(BT-634-Procedure == TRUE)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00634-0150" + } ] + } + }, { + "id" : "BT-635-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatistics", + "name" : "Buyer Review Requests Count", + "btId" : "BT-635", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efbc:StatisticsNumeric", + "xpathRelative" : "efbc:StatisticsNumeric", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "buy-rev-cou", + "unpublishedFieldId" : "BT-195(BT-635)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-635)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-635)-LotResult", + "publicationDateFieldId" : "BT-198(BT-635)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-636-LotResult", + "parentNodeId" : "ND-ReviewRequestsStatistics", + "name" : "Buyer Review Requests Irregularity Type", + "btId" : "BT-636", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='irregularity-type']/efbc:StatisticsCode", + "xpathRelative" : "efbc:StatisticsCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "buy-rev-typ", + "unpublishedFieldId" : "BT-195(BT-636)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-636)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-636)-LotResult", + "publicationDateFieldId" : "BT-198(BT-636)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "irregularity-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-64-Lot", + "parentNodeId" : "ND-SubcontractTerms", + "name" : "Subcontracting Obligation Minimum", + "btId" : "BT-64", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms/cbc:MinimumPercent", + "xpathRelative" : "cbc:MinimumPercent", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-644-Lot", + "parentNodeId" : "ND-Prize", + "name" : "Prize Value", + "btId" : "BT-644", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:Prize/cbc:ValueAmount", + "xpathRelative" : "cbc:ValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-65-Lot", + "parentNodeId" : "ND-SubcontractingObligation", + "name" : "Subcontracting Obligation", + "btId" : "BT-65", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-obligation']/cbc:SubcontractingConditionsCode", + "xpathRelative" : "cbc:SubcontractingConditionsCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "18" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "subcontracting-obligation", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-651-Lot", + "parentNodeId" : "ND-NonUBLTenderingTerms", + "name" : "Subcontracting Tender Indication", + "btId" : "BT-651", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:TenderSubcontractingRequirements/efbc:TenderSubcontractingRequirementsCode", + "xpathRelative" : "efac:TenderSubcontractingRequirements/efbc:TenderSubcontractingRequirementsCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "18" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "subcontracting-indication", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-660-LotResult", + "parentNodeId" : "ND-LotResultFAValues", + "name" : "Framework Re-estimated Value", + "btId" : "BT-660", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/efbc:ReestimatedValueAmount", + "xpathRelative" : "efbc:ReestimatedValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-661-Lot", + "parentNodeId" : "ND-SecondStage", + "name" : "Maximum Candidates Indicator", + "btId" : "BT-661", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:EconomicOperatorShortList/cbc:LimitationDescription", + "xpathRelative" : "cbc:LimitationDescription", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-67(a)-Procedure", + "parentNodeId" : "ND-ExclusionGrounds", + "name" : "Exclusion Grounds", + "btId" : "BT-67", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:TendererQualificationRequest/cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='exclusion-ground']", + "xpathRelative" : "cbc:TendererRequirementTypeCode[@listName='exclusion-ground']", + "type" : "code", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "exclusion-ground", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-67(b)-Procedure", + "parentNodeId" : "ND-ExclusionGrounds", + "name" : "Exclusion Grounds", + "btId" : "BT-67", + "xpathAbsolute" : "/*/cac:TenderingTerms/cac:TendererQualificationRequest/cac:SpecificTendererRequirement/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-70-Lot", + "parentNodeId" : "ND-ExecutionRequirements", + "name" : "Terms Performance", + "btId" : "BT-70", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='conditions']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "17", "18", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-701-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Identifier", + "btId" : "BT-701", + "xpathAbsolute" : "/*/cbc:ID[@schemeName='notice-id']", + "xpathRelative" : "cbc:ID[@schemeName='notice-id']", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", + "severity" : "ERROR" + } + }, { + "id" : "BT-702(a)-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Official Language", + "btId" : "BT-702", + "xpathAbsolute" : "/*/cbc:NoticeLanguageCode", + "xpathRelative" : "cbc:NoticeLanguageCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eu-official-language", + "type" : "flat", + "parentId" : "language" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-Root} ${BT-702(b)-notice is present}", + "value" : "{ND-Root} ${not(BT-702(a)-notice in BT-702(b)-notice)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00702-0150" + } ] + } + }, { + "id" : "BT-702(b)-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Official Language", + "btId" : "BT-702", + "xpathAbsolute" : "/*/cac:AdditionalNoticeLanguage/cbc:ID", + "xpathRelative" : "cac:AdditionalNoticeLanguage/cbc:ID", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "codeList" : { + "value" : { + "id" : "eu-official-language", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{BT-702(b)-notice} ${BT-702(b)-notice is present}", + "value" : "{BT-702(b)-notice} ${BT-702(b)-notice is unique in /BT-702(b)-notice}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00702-0151" + } ] + } + }, { + "id" : "BT-706-UBO", + "parentNodeId" : "ND-UBO", + "name" : "Winner Owner Nationality", + "btId" : "BT-706", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/efac:Nationality/cbc:NationalityID", + "xpathRelative" : "efac:Nationality/cbc:NationalityID", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-country", + "type" : "flat", + "parentId" : "country" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-707-Lot", + "parentNodeId" : "ND-LotRestrictedDocuments", + "name" : "Documents Restricted Justification", + "btId" : "BT-707", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference[cbc:DocumentType/text()='restricted-document']/cbc:DocumentTypeCode", + "xpathRelative" : "cbc:DocumentTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "communication-justification", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-708-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Documents Official Language", + "btId" : "BT-708", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:LanguageID[not(../cbc:DocumentStatusCode/text()='non-official')]", + "xpathRelative" : "cbc:LanguageID[not(../cbc:DocumentStatusCode/text()='non-official')]", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-language", + "type" : "flat", + "parentId" : "language" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-709-LotResult", + "parentNodeId" : "ND-LotResultFAValues", + "name" : "Framework Maximum Value", + "btId" : "BT-709", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:FrameworkAgreementValues/cbc:MaximumValueAmount", + "xpathRelative" : "cbc:MaximumValueAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "max-val", + "unpublishedFieldId" : "BT-195(BT-709)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-709)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-709)-LotResult", + "publicationDateFieldId" : "BT-198(BT-709)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-71-Lot", + "parentNodeId" : "ND-LotReservedProcurement", + "name" : "Reserved Participation", + "btId" : "BT-71", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)][not(cac:SpecificTendererRequirement/cbc:TendererRequirementTypeCode[@listName='missing-info-submission'])]/cac:SpecificTendererRequirement[cbc:TendererRequirementTypeCode/@listName='reserved-procurement']/cbc:TendererRequirementTypeCode[@listName='reserved-procurement']", + "xpathRelative" : "cbc:TendererRequirementTypeCode[@listName='reserved-procurement']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "reserved-procurement", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-710-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Tender Value Lowest", + "btId" : "BT-710", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cbc:LowerTenderAmount", + "xpathRelative" : "cbc:LowerTenderAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "ten-val-low", + "unpublishedFieldId" : "BT-195(BT-710)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-710)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-710)-LotResult", + "publicationDateFieldId" : "BT-198(BT-710)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${(BT-710-LotResult is present) and (BT-711-LotResult is present)}", + "value" : "{ND-LotResult} ${BT-710-LotResult/@currencyID == BT-711-LotResult/@currencyID}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00710-0100" + }, { + "condition" : "{ND-LotResult} ${(BT-710-LotResult is present) and (BT-711-LotResult is present)}", + "value" : "{ND-LotResult} ${BT-710-LotResult <= BT-711-LotResult}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00710-0101" + } ] + } + }, { + "id" : "BT-711-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Tender Value Highest", + "btId" : "BT-711", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cbc:HigherTenderAmount", + "xpathRelative" : "cbc:HigherTenderAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "ten-val-hig", + "unpublishedFieldId" : "BT-195(BT-711)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-711)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-711)-LotResult", + "publicationDateFieldId" : "BT-198(BT-711)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-712(a)-LotResult", + "parentNodeId" : "ND-BuyerReviewComplainants", + "name" : "Buyer Review Complainants (Code)", + "btId" : "BT-712", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efbc:StatisticsCode", + "xpathRelative" : "efbc:StatisticsCode", + "type" : "code", + "legalType" : "NUMBER", + "privacy" : { + "code" : "rev-req", + "unpublishedFieldId" : "BT-195(BT-712)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-712)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-712)-LotResult", + "publicationDateFieldId" : "BT-198(BT-712)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-712(b)-LotResult", + "parentNodeId" : "ND-BuyerReviewComplainants", + "name" : "Buyer Review Complainants (Number)", + "btId" : "BT-712", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:AppealRequestsStatistics[efbc:StatisticsCode/@listName='review-type']/efbc:StatisticsNumeric", + "xpathRelative" : "efbc:StatisticsNumeric", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "rev-req", + "unpublishedFieldId" : "BT-195(BT-712)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-712)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-712)-LotResult", + "publicationDateFieldId" : "BT-198(BT-712)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-BuyerReviewComplainants} ${BT-712(b)-LotResult is present}", + "value" : "{ND-BuyerReviewComplainants} ${((BT-144-LotResult == 'rev-buyer') and (BT-712(b)-LotResult > 0)) or not(BT-144-LotResult == 'rev-buyer')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00712-0150" + } ] + } + }, { + "id" : "BT-717-Lot", + "parentNodeId" : "ND-StrategicProcurementLot", + "name" : "Clean Vehicles Directive", + "btId" : "BT-717", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:StrategicProcurement/efbc:ApplicableLegalBasis", + "xpathRelative" : "efbc:ApplicableLegalBasis", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cvd-scope", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-718-notice", + "parentNodeId" : "ND-Change", + "name" : "Change Procurement Documents", + "btId" : "BT-718", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change/efbc:ProcurementDocumentsChangeIndicator", + "xpathRelative" : "efbc:ProcurementDocumentsChangeIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-719-notice", + "parentNodeId" : "ND-Change", + "name" : "Change Procurement Documents Date", + "btId" : "BT-719", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:Change/efbc:ProcurementDocumentsChangeDate", + "xpathRelative" : "efbc:ProcurementDocumentsChangeDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-720-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Value", + "btId" : "BT-720", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/cac:LegalMonetaryTotal/cbc:PayableAmount", + "xpathRelative" : "cac:LegalMonetaryTotal/cbc:PayableAmount", + "type" : "amount", + "legalType" : "VALUE", + "privacy" : { + "code" : "win-ten-val", + "unpublishedFieldId" : "BT-195(BT-720)-Tender", + "reasonCodeFieldId" : "BT-197(BT-720)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-720)-Tender", + "publicationDateFieldId" : "BT-198(BT-720)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-721-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Title", + "btId" : "BT-721", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:Title", + "xpathRelative" : "cbc:Title", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-722-Contract", + "parentNodeId" : "ND-ContractEUFunds", + "name" : "Contract EU Funds Programme", + "btId" : "BT-722", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:Funding/cbc:FundingProgramCode", + "xpathRelative" : "cbc:FundingProgramCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eu-programme", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-7220-Lot", + "parentNodeId" : "ND-Funding", + "name" : "EU Funds Programme", + "btId" : "BT-7220", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Funding/cbc:FundingProgramCode", + "xpathRelative" : "cbc:FundingProgramCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eu-programme", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-723-LotResult", + "parentNodeId" : "ND-ProcurementDetailsLotResult", + "name" : "Vehicle Category", + "btId" : "BT-723", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails/efbc:AssetCategoryCode", + "xpathRelative" : "efbc:AssetCategoryCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "vehicle-category", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-726-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Suitable For SMEs", + "btId" : "BT-726", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cbc:SMESuitableIndicator", + "xpathRelative" : "cbc:SMESuitableIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-727-Lot", + "parentNodeId" : "ND-LotPerformanceAddress", + "name" : "Place Performance Services Other", + "btId" : "BT-727", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:Region", + "xpathRelative" : "cbc:Region", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "other-place-service", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-727-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformance", + "name" : "Place Performance Services Other", + "btId" : "BT-727", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cac:Address/cbc:Region", + "xpathRelative" : "cbc:Region", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "other-place-service", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-728-Lot", + "parentNodeId" : "ND-LotPlacePerformance", + "name" : "Place Performance Additional Information", + "btId" : "BT-728", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:RealizedLocation/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-728-Procedure", + "parentNodeId" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "name" : "Place Performance Additional Information", + "btId" : "BT-728", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RealizedLocation/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-729-Lot", + "parentNodeId" : "ND-SubcontractTerms", + "name" : "Subcontracting Obligation Maximum", + "btId" : "BT-729", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms/cbc:MaximumPercent", + "xpathRelative" : "cbc:MaximumPercent", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "10", "11", "12", "13", "14", "15", "16", "17", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-730-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Value Known", + "btId" : "BT-730", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:ValueKnownIndicator", + "xpathRelative" : "efbc:ValueKnownIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "privacy" : { + "code" : "sub-val-kno", + "unpublishedFieldId" : "BT-195(BT-730)-Tender", + "reasonCodeFieldId" : "BT-197(BT-730)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-730)-Tender", + "publicationDateFieldId" : "BT-198(BT-730)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-731-Tender", + "parentNodeId" : "ND-SubcontractedActivity", + "name" : "Subcontracting Percentage Known", + "btId" : "BT-731", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm/efbc:PercentageKnownIndicator", + "xpathRelative" : "efbc:PercentageKnownIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "privacy" : { + "code" : "sub-per-kno", + "unpublishedFieldId" : "BT-195(BT-731)-Tender", + "reasonCodeFieldId" : "BT-197(BT-731)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-731)-Tender", + "publicationDateFieldId" : "BT-198(BT-731)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-732-Lot", + "parentNodeId" : "ND-SecurityClearanceTerms", + "name" : "Security Clearance Description", + "btId" : "BT-732", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:SecurityClearanceTerm/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-733-Lot", + "parentNodeId" : "ND-LotAwardCriteria", + "name" : "Award Criteria Order Justification", + "btId" : "BT-733", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "awa-cri-ord", + "unpublishedFieldId" : "BT-195(BT-733)-Lot", + "reasonCodeFieldId" : "BT-197(BT-733)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-733)-Lot", + "publicationDateFieldId" : "BT-198(BT-733)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-734-Lot", + "parentNodeId" : "ND-LotAwardCriterion", + "name" : "Award Criterion Name", + "btId" : "BT-734", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AwardingTerms/cac:AwardingCriterion/cac:SubordinateAwardingCriterion/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "privacy" : { + "code" : "awa-cri-nam", + "unpublishedFieldId" : "BT-195(BT-734)-Lot", + "reasonCodeFieldId" : "BT-197(BT-734)-Lot", + "reasonDescriptionFieldId" : "BT-196(BT-734)-Lot", + "publicationDateFieldId" : "BT-198(BT-734)-Lot" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-735-Lot", + "parentNodeId" : "ND-StrategicProcurementInformationLot", + "name" : "CVD Contract Type", + "btId" : "BT-735", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:StrategicProcurement/efac:StrategicProcurementInformation/efbc:ProcurementCategoryCode", + "xpathRelative" : "efbc:ProcurementCategoryCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cvd-contract-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-735-LotResult", + "parentNodeId" : "ND-StrategicProcurementInformationLotResult", + "name" : "CVD Contract Type", + "btId" : "BT-735", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efbc:ProcurementCategoryCode", + "xpathRelative" : "efbc:ProcurementCategoryCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "cvd-contract-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-736-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Reserved Execution", + "btId" : "BT-736", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='reserved-execution']", + "xpathRelative" : "cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='reserved-execution']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "reserved-execution", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-737-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Documents Unofficial Language", + "btId" : "BT-737", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:LanguageID[../cbc:DocumentStatusCode/text()='non-official']", + "xpathRelative" : "cbc:LanguageID[../cbc:DocumentStatusCode/text()='non-official']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-language", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-738-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Preferred Publication Date", + "btId" : "BT-738", + "xpathAbsolute" : "/*/cbc:RequestedPublicationDate", + "xpathRelative" : "cbc:RequestedPublicationDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-Root} ${BT-738-notice is present}", + "value" : "{ND-Root} ${((BT-738-notice - BT-05(a)-notice) < P60D) and ((BT-738-notice - BT-05(a)-notice) >= P2D)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00738-0053" + } ] + } + }, { + "id" : "BT-739-Organization-Company", + "parentNodeId" : "ND-CompanyContact", + "name" : "Organisation Contact Fax", + "btId" : "BT-739", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:Contact/cbc:Telefax", + "xpathRelative" : "cbc:Telefax", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-739-Organization-TouchPoint", + "parentNodeId" : "ND-TouchpointContact", + "name" : "Contact Fax", + "btId" : "BT-739", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:Contact/cbc:Telefax", + "xpathRelative" : "cbc:Telefax", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-739-UBO", + "parentNodeId" : "ND-UBOContact", + "name" : "UBO Contact Fax", + "btId" : "BT-739", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cac:Contact/cbc:Telefax", + "xpathRelative" : "cbc:Telefax", + "type" : "phone", + "legalType" : "TEXT", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((\\(\\+?[0-9]+\\))|\\+?[0-9]+)( - |-| )?(((\\(\\d+\\))|\\d+)( - |-| )?)*(\\d+)( )?$", + "severity" : "ERROR" + } + }, { + "id" : "BT-740-Procedure-Buyer", + "parentNodeId" : "ND-ContractingParty", + "name" : "Buyer Contracting Entity", + "btId" : "BT-740", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:ContractingPartyType/cbc:PartyTypeCode[@listName='buyer-contracting-type']", + "xpathRelative" : "cac:ContractingPartyType/cbc:PartyTypeCode[@listName='buyer-contracting-type']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "4", "5", "7", "8", "10", "11", "12", "13", "15", "16", "17", "20", "21", "22", "23", "24", "25", "26", "29", "30", "33", "34", "36", "37", "38", "39", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "14", "19", "32", "35", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "buyer-contracting-type", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ContractingParty} ${(OPP-070-notice in ('3','6','9','CEI','14','18','19','22','27','28','31','32','35','40')) and (BT-11-Procedure-Buyer in ('pub-undert', 'pub-undert-cga', 'pub-undert-ra', 'pub-undert-la', 'spec-rights-entity')) and not(BT-02-notice == 'can-modif') and (BT-740-Procedure-Buyer is present)}", + "value" : "{ND-ContractingParty} ${BT-740-Procedure-Buyer == 'cont-ent'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00740-0100" + }, { + "condition" : "{ND-ContractingParty} ${(OPP-070-notice in ('3','6','9','CEI','14','18','19','22','27','28','31','32','35','40')) and (BT-11-Procedure-Buyer in ('org-sub', 'org-sub-cga', 'org-sub-ra', 'org-sub-la', 'eu-ins-bod-ag', 'def-cont', 'int-org')) and not(BT-02-notice == 'can-modif') and (BT-740-Procedure-Buyer is present)}", + "value" : "{ND-ContractingParty} ${BT-740-Procedure-Buyer == 'not-cont-ent'}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00740-0101" + } ] + } + }, { + "id" : "BT-743-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Electronic Invoicing", + "btId" : "BT-743", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='einvoicing']", + "xpathRelative" : "cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='einvoicing']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "einvoicing", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTenderingTerms} ${(OPP-070-notice in ('7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','38','39','40') and (BT-743-Lot == 'required')) or not(OPP-070-notice in ('7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','38','39','40')) or not(BT-743-Lot is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00743-0100" + } ] + } + }, { + "id" : "BT-744-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Submission Electronic Signature", + "btId" : "BT-744", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='esignature-submission']", + "xpathRelative" : "cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='esignature-submission']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "esignature-submission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-745-Lot", + "parentNodeId" : "ND-NoESubmission", + "name" : "Submission Nonelectronic Description", + "btId" : "BT-745", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ProcessJustification[cbc:ProcessReasonCode/@listName='no-esubmission-justification']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-746-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Winner Listed", + "btId" : "BT-746", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:ListedOnRegulatedMarketIndicator", + "xpathRelative" : "efbc:ListedOnRegulatedMarketIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-747-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Type", + "btId" : "BT-747", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/cbc:CriterionTypeCode[@listName='selection-criterion']", + "xpathRelative" : "cbc:CriterionTypeCode[@listName='selection-criterion']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "selection-criterion", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-NonUBLTenderingTerms} ${sum(number:BT-752-Lot[BT-7531-Lot == 'per-exa']) == 100 or not(BT-752-Lot[BT-7531-Lot == 'per-exa'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00747-0100" + }, { + "value" : "{ND-NonUBLTenderingTerms} ${sum(number:BT-752-Lot[BT-7531-Lot == 'dec-exa']) == 1 or not(BT-752-Lot[BT-7531-Lot == 'dec-exa'] is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00747-0101" + } ] + } + }, { + "id" : "BT-748-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Used", + "btId" : "BT-748", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/cbc:CalculationExpressionCode[@listName='usage']", + "xpathRelative" : "cbc:CalculationExpressionCode[@listName='usage']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "usage", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SelectionCriteria} ${((BT-748-Lot == 'nyk') and (OPP-070-notice in ('7','8','9','10','11','12','13','14'))) or not(BT-748-Lot == 'nyk')}", + "severity" : "ERROR", + "message" : "rule|text|BR-BT-00748-0100" + } ] + } + }, { + "id" : "BT-749-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Name", + "btId" : "BT-749", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-75-Lot", + "parentNodeId" : "ND-FinancialGuarantee", + "name" : "Guarantee Required Description", + "btId" : "BT-75", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:RequiredFinancialGuarantee/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-750-Lot", + "parentNodeId" : "ND-SelectionCriteria", + "name" : "Selection Criteria Description", + "btId" : "BT-750", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-751-Lot", + "parentNodeId" : "ND-FinancialGuarantee", + "name" : "Guarantee Required", + "btId" : "BT-751", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:RequiredFinancialGuarantee/cbc:GuaranteeTypeCode[@listName='tender-guarantee-required']", + "xpathRelative" : "cbc:GuaranteeTypeCode[@listName='tender-guarantee-required']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "17", "18", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "tender-guarantee-required", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-752-Lot", + "parentNodeId" : "ND-SecondStageCriterionParameter", + "name" : "Selection Criteria Second Stage Invite Number", + "btId" : "BT-752", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efac:CriterionParameter/efbc:ParameterNumeric", + "xpathRelative" : "efbc:ParameterNumeric", + "type" : "number", + "legalType" : "NUMBER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-7531-Lot", + "parentNodeId" : "ND-SecondStageCriterionParameter", + "name" : "Selection Criteria Second Stage Invite Number Weight", + "btId" : "BT-7531", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efac:CriterionParameter/efbc:ParameterCode[@listName='number-weight']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-weight']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-weight", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-7532-Lot", + "parentNodeId" : "ND-SecondStageCriterionParameter", + "name" : "Selection Criteria Second Stage Invite Number Threshold", + "btId" : "BT-7532", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:SelectionCriteria/efac:CriterionParameter/efbc:ParameterCode[@listName='number-threshold']", + "xpathRelative" : "efbc:ParameterCode[@listName='number-threshold']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "19", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "number-threshold", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-754-Lot", + "parentNodeId" : "ND-AccessibilityJustification", + "name" : "Accessibility", + "btId" : "BT-754", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='accessibility']/cbc:ProcurementTypeCode[@listName='accessibility']", + "xpathRelative" : "cbc:ProcurementTypeCode[@listName='accessibility']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "accessibility", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-755-Lot", + "parentNodeId" : "ND-AccessibilityJustification", + "name" : "Accessibility Justification", + "btId" : "BT-755", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='accessibility']/cbc:ProcurementType", + "xpathRelative" : "cbc:ProcurementType", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-756-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "PIN Competition Termination", + "btId" : "BT-756", + "xpathAbsolute" : "/*/cac:TenderingProcess/cbc:TerminatedIndicator", + "xpathRelative" : "cbc:TerminatedIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "31", "32", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-757-notice", + "parentNodeId" : "ND-Root", + "name" : "Notice Version", + "btId" : "BT-757", + "xpathAbsolute" : "/*/cbc:VersionID", + "xpathRelative" : "cbc:VersionID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(0[1-9]|[1-9]\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "BT-758-notice", + "parentNodeId" : "ND-Changes", + "name" : "Change Notice Version Identifier", + "btId" : "BT-758", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efbc:ChangedNoticeIdentifier", + "xpathRelative" : "efbc:ChangedNoticeIdentifier", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "BT-759-LotResult", + "parentNodeId" : "ND-ReceivedSubmissions", + "name" : "Received Submissions Count", + "btId" : "BT-759", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efbc:StatisticsNumeric", + "xpathRelative" : "efbc:StatisticsNumeric", + "type" : "number", + "legalType" : "NUMBER", + "privacy" : { + "code" : "rec-sub-cou", + "unpublishedFieldId" : "BT-195(BT-759)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-759)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-759)-LotResult", + "publicationDateFieldId" : "BT-198(BT-759)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-76-Lot", + "parentNodeId" : "ND-TendererLegalForm", + "name" : "Tenderer Legal Form Description", + "btId" : "BT-76", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cac:SpecificTendererRequirement)]/cbc:CompanyLegalForm", + "xpathRelative" : "cbc:CompanyLegalForm", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-760-LotResult", + "parentNodeId" : "ND-ReceivedSubmissions", + "name" : "Received Submissions Type", + "btId" : "BT-760", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efbc:StatisticsCode", + "xpathRelative" : "efbc:StatisticsCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "rec-sub-typ", + "unpublishedFieldId" : "BT-195(BT-760)-LotResult", + "reasonCodeFieldId" : "BT-197(BT-760)-LotResult", + "reasonDescriptionFieldId" : "BT-196(BT-760)-LotResult", + "publicationDateFieldId" : "BT-198(BT-760)-LotResult" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "received-submission-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-761-Lot", + "parentNodeId" : "ND-TendererLegalForm", + "name" : "Tenderer Legal Form", + "btId" : "BT-761", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cac:SpecificTendererRequirement)]/cbc:CompanyLegalFormCode", + "xpathRelative" : "cbc:CompanyLegalFormCode", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "17", "18" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "required", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-762-notice", + "parentNodeId" : "ND-ChangeReason", + "name" : "Change Reason Description", + "btId" : "BT-762", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Changes/efac:ChangeReason/efbc:ReasonDescription", + "xpathRelative" : "efbc:ReasonDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + } + }, { + "id" : "BT-763-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Lots All Required", + "btId" : "BT-763", + "xpathAbsolute" : "/*/cac:TenderingProcess/cbc:PartPresentationCode", + "xpathRelative" : "cbc:PartPresentationCode", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "tenderlot-presentation", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-764-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Submission Electronic Catalogue", + "btId" : "BT-764", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='ecatalog-submission']", + "xpathRelative" : "cac:ContractExecutionRequirement/cbc:ExecutionRequirementCode[@listName='ecatalog-submission']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16", "17" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "ecatalog-submission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-765-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Framework Agreement", + "btId" : "BT-765", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ContractingSystem/cbc:ContractingSystemTypeCode[@listName='framework-agreement']", + "xpathRelative" : "cac:ContractingSystem/cbc:ContractingSystemTypeCode[@listName='framework-agreement']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "16", "17", "18", "22", "29", "30", "31" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "framework-agreement", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-766-Lot", + "parentNodeId" : "ND-LotTenderingProcess", + "name" : "Dynamic Purchasing System", + "btId" : "BT-766", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:ContractingSystem/cbc:ContractingSystemTypeCode[@listName='dps-usage']", + "xpathRelative" : "cac:ContractingSystem/cbc:ContractingSystemTypeCode[@listName='dps-usage']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "10", "11", "16", "17", "29", "30" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "dps-usage", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-767-Lot", + "parentNodeId" : "ND-AuctionTerms", + "name" : "Electronic Auction", + "btId" : "BT-767", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:AuctionTerms/cbc:AuctionConstraintIndicator", + "xpathRelative" : "cbc:AuctionConstraintIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16", "17", "18", "22", "29", "30", "31" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-768-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Framework Agreement", + "btId" : "BT-768", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efbc:ContractFrameworkIndicator", + "xpathRelative" : "efbc:ContractFrameworkIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-769-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Multiple Tenders", + "btId" : "BT-769", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:MultipleTendersCode", + "xpathRelative" : "cbc:MultipleTendersCode", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "15", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "permission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-77-Lot", + "parentNodeId" : "ND-PaymentTerms", + "name" : "Terms Financial", + "btId" : "BT-77", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PaymentTerms/cbc:Note", + "xpathRelative" : "cbc:Note", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 1000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "17", "18", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-771-Lot", + "parentNodeId" : "ND-LateTendererInformation", + "name" : "Late Tenderer Information", + "btId" : "BT-771", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)]/cac:SpecificTendererRequirement[not(cbc:TendererRequirementTypeCode[@listName='reserved-procurement'])]/cbc:TendererRequirementTypeCode[@listName='missing-info-submission']", + "xpathRelative" : "cbc:TendererRequirementTypeCode[@listName='missing-info-submission']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "missing-info-submission", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-772-Lot", + "parentNodeId" : "ND-LateTendererInformation", + "name" : "Late Tenderer Information Description", + "btId" : "BT-772", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TendererQualificationRequest[not(cbc:CompanyLegalFormCode)]/cac:SpecificTendererRequirement[not(cbc:TendererRequirementTypeCode[@listName='reserved-procurement'])]/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "22", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-773-Tender", + "parentNodeId" : "ND-SubcontractedContract", + "name" : "Subcontracting", + "btId" : "BT-773", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:SubcontractingTerm[efbc:TermCode/@listName='applicability']/efbc:TermCode", + "xpathRelative" : "efbc:TermCode", + "type" : "code", + "legalType" : "CODE", + "privacy" : { + "code" : "sub-con", + "unpublishedFieldId" : "BT-195(BT-773)-Tender", + "reasonCodeFieldId" : "BT-197(BT-773)-Tender", + "reasonDescriptionFieldId" : "BT-196(BT-773)-Tender", + "publicationDateFieldId" : "BT-198(BT-773)-Tender" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "applicability", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-774-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Green Procurement", + "btId" : "BT-774", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='environmental-impact']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='environmental-impact']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "environmental-impact", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-775-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Social Procurement", + "btId" : "BT-775", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='social-objective']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='social-objective']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "social-objective", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-776-Lot", + "parentNodeId" : "ND-LotProcurementScope", + "name" : "Procurement of Innovation", + "btId" : "BT-776", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='innovative-acquisition']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='innovative-acquisition']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "innovative-acquisition", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-777-Lot", + "parentNodeId" : "ND-StrategicProcurementType", + "name" : "Strategic Procurement Description", + "btId" : "BT-777", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='strategic-procurement']/cbc:ProcurementType", + "xpathRelative" : "cbc:ProcurementType", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-779-Tender", + "parentNodeId" : "ND-TenderAggregatedAmounts", + "name" : "Tender Payment Value", + "btId" : "BT-779", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts/cbc:PaidAmount", + "xpathRelative" : "cbc:PaidAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-78-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Security Clearance Deadline", + "btId" : "BT-78", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:LatestSecurityClearanceDate", + "xpathRelative" : "cbc:LatestSecurityClearanceDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-780-Tender", + "parentNodeId" : "ND-LotTenderPaidAmounts", + "name" : "Tender Payment Value Additional Information", + "btId" : "BT-780", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts/efbc:PaidAmountDescription", + "xpathRelative" : "efbc:PaidAmountDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-781-Lot", + "parentNodeId" : "ND-LotDuration", + "name" : "Duration Additional Information", + "btId" : "BT-781", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-782-Tender", + "parentNodeId" : "ND-TenderAggregatedAmounts", + "name" : "Tender Penalties", + "btId" : "BT-782", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:AggregatedAmounts/efbc:PenaltiesAmount", + "xpathRelative" : "efbc:PenaltiesAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-783-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request or Decision", + "btId" : "BT-783", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:AppealStageCode", + "xpathRelative" : "efbc:AppealStageCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-status", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-784-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Identifier", + "btId" : "BT-784", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:AppealStageID", + "xpathRelative" : "efbc:AppealStageID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-785-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Previous Identifier", + "btId" : "BT-785", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:AppealPreviousStageID", + "xpathRelative" : "efbc:AppealPreviousStageID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-786-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Notice Section Identifier", + "btId" : "BT-786", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealedItem/cbc:ID", + "xpathRelative" : "efac:AppealedItem/cbc:ID", + "type" : "id", + "legalType" : "IDENTIFIER", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(PROCEDURE|BUYER|RESULT|((PAR|LOT|GLO|RES|ORG)-\\d{4}))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-787-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Date", + "btId" : "BT-787", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:Date", + "xpathRelative" : "cbc:Date", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-788-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Title", + "btId" : "BT-788", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:Title", + "xpathRelative" : "cbc:Title", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-789-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Description", + "btId" : "BT-789", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-79-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Performing Staff Qualification", + "btId" : "BT-79", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:RequiredCurriculaCode", + "xpathRelative" : "cbc:RequiredCurriculaCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "requirement-stage", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-790-Review", + "parentNodeId" : "ND-AppealDecision", + "name" : "Review Decision Type", + "btId" : "BT-790", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealDecision/efbc:DecisionTypeCode", + "xpathRelative" : "efbc:DecisionTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-decision-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-791-Review", + "parentNodeId" : "ND-AppealIrregularity", + "name" : "Review Irregularity Type", + "btId" : "BT-791", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealIrregularity/efbc:IrregularityTypeCode", + "xpathRelative" : "efbc:IrregularityTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "irregularity-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-792-Review", + "parentNodeId" : "ND-AppealRemedy", + "name" : "Review Remedy Type", + "btId" : "BT-792", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealRemedy/efbc:RemedyTypeCode", + "xpathRelative" : "efbc:RemedyTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "remedy-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-793-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Remedy Value", + "btId" : "BT-793", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:RemedyAmount", + "xpathRelative" : "efbc:RemedyAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-794-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review URL", + "btId" : "BT-794", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:URI", + "xpathRelative" : "cbc:URI", + "type" : "url", + "legalType" : "URL", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "BT-795-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request Fee", + "btId" : "BT-795", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/cbc:FeeAmount", + "xpathRelative" : "cbc:FeeAmount", + "type" : "amount", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-796-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request Withdrawn", + "btId" : "BT-796", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:WithdrawnAppealIndicator", + "xpathRelative" : "efbc:WithdrawnAppealIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "indicator", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-797-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request Withdrawn Date", + "btId" : "BT-797", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:WithdrawnAppealDate", + "xpathRelative" : "efbc:WithdrawnAppealDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-798-Review", + "parentNodeId" : "ND-ReviewStatus", + "name" : "Review Request Withdrawn Reasons", + "btId" : "BT-798", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efbc:WithdrawnAppealReasons", + "xpathRelative" : "efbc:WithdrawnAppealReasons", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-799-ReviewBody", + "parentNodeId" : "ND-AppealProcessingParty", + "name" : "Review Body Type", + "btId" : "BT-799", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealProcessingParty/efbc:AppealProcessingPartyTypeCode", + "xpathRelative" : "efbc:AppealProcessingPartyTypeCode", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-body-type", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-800(d)-Lot", + "parentNodeId" : "ND-PMCAnswersDeadline", + "name" : "Deadline Receipt Answers (Date)", + "btId" : "BT-800", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AnswerReceptionPeriod/cbc:EndDate", + "xpathRelative" : "cbc:EndDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-800(t)-Lot", + "parentNodeId" : "ND-PMCAnswersDeadline", + "name" : "Deadline Receipt Answers (Time)", + "btId" : "BT-800", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AnswerReceptionPeriod/cbc:EndTime", + "xpathRelative" : "cbc:EndTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(([01]\\d|2[0-3])((:[0-5]\\d){1,2}(\\.\\d+)?)?)(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "BT-801-Lot", + "parentNodeId" : "ND-NDA", + "name" : "Non Disclosure Agreement", + "btId" : "BT-801", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='nda']/cbc:ExecutionRequirementCode[@listName='nda']", + "xpathRelative" : "cbc:ExecutionRequirementCode[@listName='nda']", + "type" : "code", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "nda", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-802-Lot", + "parentNodeId" : "ND-NDA", + "name" : "Non Disclosure Agreement Description", + "btId" : "BT-802", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='nda']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-803(d)-notice", + "parentNodeId" : "ND-RootExtension", + "name" : "Notice Dispatch Date eSender (date)", + "btId" : "BT-803", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:TransmissionDate", + "xpathRelative" : "efbc:TransmissionDate", + "type" : "date", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + } + }, { + "id" : "BT-803(t)-notice", + "parentNodeId" : "ND-RootExtension", + "name" : "Notice Dispatch Date eSender (time)", + "btId" : "BT-803", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efbc:TransmissionTime", + "xpathRelative" : "efbc:TransmissionTime", + "type" : "time", + "legalType" : "DATE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + } + }, { + "id" : "BT-805-Lot", + "parentNodeId" : "ND-LotGreenCriteria", + "name" : "Green Procurement Criteria", + "btId" : "BT-805", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:ProcurementAdditionalType[cbc:ProcurementTypeCode/@listName='gpp-criteria']/cbc:ProcurementTypeCode[@listName='gpp-criteria']", + "xpathRelative" : "cbc:ProcurementTypeCode[@listName='gpp-criteria']", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "gpp-criteria", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-88-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Procedure Features", + "btId" : "BT-88", + "xpathAbsolute" : "/*/cac:TenderingProcess/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "privacy" : { + "code" : "pro-fea", + "unpublishedFieldId" : "BT-195(BT-88)-Procedure", + "reasonCodeFieldId" : "BT-197(BT-88)-Procedure", + "reasonDescriptionFieldId" : "BT-196(BT-88)-Procedure", + "publicationDateFieldId" : "BT-198(BT-88)-Procedure" + }, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "25", "26", "27", "28", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "12", "13", "20", "21" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-92-Lot", + "parentNodeId" : "ND-PostAwarProcess", + "name" : "Electronic Ordering", + "btId" : "BT-92", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PostAwardProcess/cbc:ElectronicOrderUsageIndicator", + "xpathRelative" : "cbc:ElectronicOrderUsageIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-93-Lot", + "parentNodeId" : "ND-PostAwarProcess", + "name" : "Electronic Payment", + "btId" : "BT-93", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:PostAwardProcess/cbc:ElectronicPaymentUsageIndicator", + "xpathRelative" : "cbc:ElectronicPaymentUsageIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "16" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-94-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Recurrence", + "btId" : "BT-94", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:RecurringProcurementIndicator", + "xpathRelative" : "cbc:RecurringProcurementIndicator", + "type" : "indicator", + "legalType" : "INDICATOR", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-95-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Recurrence Description", + "btId" : "BT-95", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cbc:RecurringProcurementDescription", + "xpathRelative" : "cbc:RecurringProcurementDescription", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-97-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Submission Language", + "btId" : "BT-97", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:Language/cbc:ID", + "xpathRelative" : "cac:Language/cbc:ID", + "type" : "code", + "legalType" : "CODE", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "8", "9", "10", "11", "12", "13", "14", "16", "17", "18", "19", "20", "21", "22" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "eforms-language", + "type" : "flat", + "parentId" : "language" + }, + "severity" : "ERROR" + } + }, { + "id" : "BT-98-Lot", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Tender Validity Deadline", + "btId" : "BT-98", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderValidityPeriod/cbc:DurationMeasure", + "xpathRelative" : "cac:TenderValidityPeriod/cbc:DurationMeasure", + "type" : "measure", + "legalType" : "DURATION", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "BT-99-Lot", + "parentNodeId" : "ND-ReviewPresentationPeriod", + "name" : "Review Deadline Description", + "btId" : "BT-99", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:PresentationPeriod/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "legalType" : "TEXT", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "22", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-118-NoticeResult-Currency", + "parentNodeId" : "ND-NoticeResult", + "name" : "Currency of the notice framework value", + "btId" : "BT-118", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efbc:OverallMaximumFrameworkContractsAmount/@currencyID", + "xpathRelative" : "efbc:OverallMaximumFrameworkContractsAmount/@currencyID", + "type" : "code", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "32", "35", "36", "37", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-161-NoticeResult-Currency", + "parentNodeId" : "ND-NoticeResult", + "name" : "Currency of the notice value", + "btId" : "BT-161", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/cbc:TotalAmount/@currencyID", + "xpathRelative" : "cbc:TotalAmount/@currencyID", + "type" : "code", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-27-Procedure-Currency", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Currency of the estimated value of the procedure", + "btId" : "BT-27", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:RequestedTenderTotal/cbc:EstimatedOverallContractAmount/@currencyID", + "xpathRelative" : "cac:RequestedTenderTotal/cbc:EstimatedOverallContractAmount/@currencyID", + "type" : "code", + "legalType" : "VALUE", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "15", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-36-Lot-Number", + "parentNodeId" : "ND-LotDuration", + "name" : "Numeric value of the duration period", + "btId" : "BT-36", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:ProcurementProject/cac:PlannedPeriod/cbc:DurationMeasure", + "xpathRelative" : "cbc:DurationMeasure", + "type" : "number", + "legalType" : "DURATION", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "36", "37", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPA-98-Lot-Number", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Numeric value of the tender validity deadline", + "btId" : "BT-98", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderValidityPeriod/cbc:DurationMeasure", + "xpathRelative" : "cac:TenderValidityPeriod/cbc:DurationMeasure", + "type" : "number", + "legalType" : "DURATION", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-010-notice", + "parentNodeId" : "ND-Publication", + "name" : "Notice Publication Number", + "btId" : "OPP-010", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Publication/efbc:NoticePublicationID[@schemeName='ojs-notice-id']", + "xpathRelative" : "efbc:NoticePublicationID[@schemeName='ojs-notice-id']", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[1-9](\\d{0,7})-(19|20)\\d\\d$", + "severity" : "ERROR" + } + }, { + "id" : "OPP-011-notice", + "parentNodeId" : "ND-Publication", + "name" : "OJEU Identifier", + "btId" : "OPP-011", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Publication/efbc:GazetteID[@schemeName='ojs-id']", + "xpathRelative" : "efbc:GazetteID[@schemeName='ojs-id']", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^[1-9]\\d{0,2}/(19|20)\\d\\d$", + "severity" : "ERROR" + } + }, { + "id" : "OPP-012-notice", + "parentNodeId" : "ND-Publication", + "name" : "OJEU Publication Date", + "btId" : "OPP-012", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Publication/efbc:PublicationDate", + "xpathRelative" : "efbc:PublicationDate", + "type" : "date", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(?:(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:(?:0[13578]|1[02]))-31|(?:(?:0[13-9]|1[0-2])-(?:29|30))))|(?:(?:(?:(?:(?:1[6-9]|[2-9]\\d)(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))-02-29))|(?:(?:(?:1[6-9]|[2-9]\\d)\\d{2})-(?:(?:0[1-9])|(?:1[0-2]))-(?:0[1-9]|1\\d|2[0-8])))(Z|[-+]((0[0-9]|1[0-3]):([03]0|45)|14:00))$", + "severity" : "ERROR" + } + }, { + "id" : "OPP-020-Contract", + "parentNodeId" : "ND-ExtendedDurationJustification", + "name" : "Assets related contract extension indicator", + "btId" : "OPP-020", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efbc:ExtendedDurationIndicator", + "xpathRelative" : "efbc:ExtendedDurationIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-021-Contract", + "parentNodeId" : "ND-Asset", + "name" : "Used asset", + "btId" : "OPP-021", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList/efac:Asset/efbc:AssetDescription", + "xpathRelative" : "efbc:AssetDescription", + "type" : "text-multilingual", + "maxLength" : 4000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-022-Contract", + "parentNodeId" : "ND-Asset", + "name" : "Significance (%)", + "btId" : "OPP-022", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList/efac:Asset/efbc:AssetSignificance", + "xpathRelative" : "efbc:AssetSignificance", + "type" : "text", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-023-Contract", + "parentNodeId" : "ND-Asset", + "name" : "Predominance (%)", + "btId" : "OPP-023", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/efac:DurationJustification/efac:AssetsList/efac:Asset/efbc:AssetPredominance", + "xpathRelative" : "efbc:AssetPredominance", + "type" : "text", + "maxLength" : 30, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-030-Tender", + "parentNodeId" : "ND-OtherContractExecutionConditions", + "name" : "Contract conditions Code", + "btId" : "OPP-030", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[not(efbc:TermCode/text()='all-rev-tic')][efbc:TermCode/@listName='contract-detail']/efbc:TermCode", + "xpathRelative" : "efbc:TermCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "contract-detail", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-031-Tender", + "parentNodeId" : "ND-OtherContractExecutionConditions", + "name" : "Contract Conditions Description (other than revenue allocation)", + "btId" : "OPP-031", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[not(efbc:TermCode/text()='all-rev-tic')][efbc:TermCode/@listName='contract-detail']/efbc:TermDescription", + "xpathRelative" : "efbc:TermDescription", + "type" : "text-multilingual", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-032-Tender", + "parentNodeId" : "ND-RevenueAllocation", + "name" : "Revenues Allocation", + "btId" : "OPP-032", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/text()='all-rev-tic']/efbc:TermPercent", + "xpathRelative" : "efbc:TermPercent", + "type" : "number", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-033-Tender", + "parentNodeId" : "ND-RewardsPenalties", + "name" : "Penalties and Rewards Code", + "btId" : "OPP-033", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/@listName='rewards-penalties']/efbc:TermCode", + "xpathRelative" : "efbc:TermCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "rewards-penalties", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-034-Tender", + "parentNodeId" : "ND-RewardsPenalties", + "name" : "Penalties and Rewards Description", + "btId" : "OPP-034", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:ContractTerm[efbc:TermCode/@listName='rewards-penalties']/efbc:TermDescription", + "xpathRelative" : "efbc:TermDescription", + "type" : "text-multilingual", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-040-Procedure", + "parentNodeId" : "ND-ProcedureProcurementScope", + "name" : "Main Nature - Sub Type", + "btId" : "OPP-040", + "xpathAbsolute" : "/*/cac:ProcurementProject/cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='transport-service']", + "xpathRelative" : "cac:ProcurementAdditionalType/cbc:ProcurementTypeCode[@listName='transport-service']", + "type" : "code", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "transport-service", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-050-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Buyers Group Lead Indicator", + "btId" : "OPP-050", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:GroupLeadIndicator", + "xpathRelative" : "efbc:GroupLeadIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-051-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Awarding CPB Buyer Indicator", + "btId" : "OPP-051", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:AwardingCPBIndicator", + "xpathRelative" : "efbc:AwardingCPBIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "14", "19", "28", "32", "35", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-052-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Acquiring CPB Buyer Indicator", + "btId" : "OPP-052", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efbc:AcquiringCPBIndicator", + "xpathRelative" : "efbc:AcquiringCPBIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "14", "19", "28", "32", "35", "40", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-070-notice", + "parentNodeId" : "ND-RootExtension", + "name" : "Notice Subtype", + "btId" : "OPP-070", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeSubType/cbc:SubTypeCode", + "xpathRelative" : "efac:NoticeSubType/cbc:SubTypeCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "notice-subtype", + "type" : "flat" + }, + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'brin-ecs') and (OPP-070-notice in (brin-ecs))) or not(BT-02-notice == 'brin-ecs')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0100" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'brin-eeig') and (OPP-070-notice in (brin-eeig))) or not(BT-02-notice == 'brin-eeig')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0101" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-desg') and (OPP-070-notice in (can-desg))) or not(BT-02-notice == 'can-desg')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0102" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-modif') and (OPP-070-notice in (can-modif))) or not(BT-02-notice == 'can-modif')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0103" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-social') and (OPP-070-notice in (can-social))) or not(BT-02-notice == 'can-social')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0104" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-standard') and (OPP-070-notice in (can-standard))) or not(BT-02-notice == 'can-standard')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0105" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'can-tran') and (OPP-070-notice in (can-tran))) or not(BT-02-notice == 'can-tran')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0106" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'cn-desg') and (OPP-070-notice in (cn-desg))) or not(BT-02-notice == 'cn-desg')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0107" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'cn-social') and (OPP-070-notice in (cn-social))) or not(BT-02-notice == 'cn-social')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0108" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'cn-standard') and (OPP-070-notice in (cn-standard))) or not(BT-02-notice == 'cn-standard')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0109" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-buyer') and (OPP-070-notice in (pin-buyer))) or not(BT-02-notice == 'pin-buyer')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0111" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-cfc-social') and (OPP-070-notice in (pin-cfc-social))) or not(BT-02-notice == 'pin-cfc-social')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0112" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-cfc-standard') and (OPP-070-notice in (pin-cfc-standard))) or not(BT-02-notice == 'pin-cfc-standard')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0113" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-only') and (OPP-070-notice in (pin-only))) or not(BT-02-notice == 'pin-only')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0114" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-rtl') and (OPP-070-notice in (pin-rtl))) or not(BT-02-notice == 'pin-rtl')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0115" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'pin-tran') and (OPP-070-notice in (pin-tran))) or not(BT-02-notice == 'pin-tran')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0116" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'qu-sy') and (OPP-070-notice in (qu-sy))) or not(BT-02-notice == 'qu-sy')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0117" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'subco') and (OPP-070-notice in (subco))) or not(BT-02-notice == 'subco')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0118" + }, { + "value" : "{ND-RootExtension} ${((BT-02-notice == 'veat') and (OPP-070-notice in (veat))) or not(BT-02-notice == 'veat')}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPP-00070-0119" + } ] + } + }, { + "id" : "OPP-080-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Kilometers Public Transport", + "btId" : "OPP-080", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efbc:PublicTransportationCumulatedDistance", + "xpathRelative" : "efbc:PublicTransportationCumulatedDistance", + "type" : "integer", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-090-Procedure", + "parentNodeId" : "ND-ProcedureTenderingProcess", + "name" : "Previous Notice Identifier", + "btId" : "OPP-090", + "xpathAbsolute" : "/*/cac:TenderingProcess/cac:NoticeDocumentReference/cbc:ID", + "xpathRelative" : "cac:NoticeDocumentReference/cbc:ID", + "type" : "id", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "OPP-100-Business", + "parentNodeId" : "ND-OperationType", + "name" : "Notice Purpose", + "btId" : "OPP-100", + "xpathAbsolute" : "/*/efac:NoticePurpose/cbc:PurposeCode", + "xpathRelative" : "cbc:PurposeCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "notice-purpose", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-105-Business", + "parentNodeId" : "ND-Root", + "name" : "Sector of activity", + "btId" : "OPP-105", + "xpathAbsolute" : "/*/cac:BusinessCapability/cbc:CapabilityTypeCode", + "xpathRelative" : "cac:BusinessCapability/cbc:CapabilityTypeCode", + "type" : "code", + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "main-activity", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPP-130-Business", + "parentNodeId" : "ND-Root", + "name" : "Additional information", + "btId" : "OPP-130", + "xpathAbsolute" : "/*/cbc:Note", + "xpathRelative" : "cbc:Note", + "type" : "text-multilingual", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPP-131-Business", + "parentNodeId" : "ND-SenderContact", + "name" : "Senders email address", + "btId" : "OPP-131", + "xpathAbsolute" : "/*/cac:SenderParty/cac:Contact/cbc:ElectronicMail", + "xpathRelative" : "cbc:ElectronicMail", + "type" : "email", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-001-notice", + "parentNodeId" : "ND-Root", + "name" : "UBL version ID (UBL)", + "btId" : "OPT-001", + "xpathAbsolute" : "/*/cbc:UBLVersionID", + "xpathRelative" : "cbc:UBLVersionID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^2\\.3$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-002-notice", + "parentNodeId" : "ND-Root", + "name" : "Customization ID (UBL)", + "btId" : "OPT-002", + "xpathAbsolute" : "/*/cbc:CustomizationID", + "xpathRelative" : "cbc:CustomizationID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^eforms-sdk-\\d\\.\\d$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-030-Procedure-SProvider", + "parentNodeId" : "ND-ServiceProviderParty", + "name" : "Provided Service Type", + "btId" : "OPT-030", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:ServiceProviderParty/cbc:ServiceTypeCode", + "xpathRelative" : "cbc:ServiceTypeCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "organisation-role-service", + "type" : "flat", + "parentId" : "organisation-role" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-050-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Document Status", + "btId" : "OPT-050", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:DocumentStatusCode", + "xpathRelative" : "cbc:DocumentStatusCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "document-status", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-070-Lot", + "parentNodeId" : "ND-ReservedExecution", + "name" : "Reserved Execution justification", + "btId" : "OPT-070", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='reserved-execution']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "maxLength" : 4000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-071-Lot", + "parentNodeId" : "ND-QualityTarget", + "name" : "Quality Target Code", + "btId" : "OPT-071", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='customer-service']/cbc:ExecutionRequirementCode", + "xpathRelative" : "cbc:ExecutionRequirementCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "customer-service", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-072-Lot", + "parentNodeId" : "ND-QualityTarget", + "name" : "Quality Target Description", + "btId" : "OPT-072", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:ContractExecutionRequirement[cbc:ExecutionRequirementCode/@listName='customer-service']/cbc:Description", + "xpathRelative" : "cbc:Description", + "type" : "text-multilingual", + "maxLength" : 6000, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-090-Lot", + "parentNodeId" : "ND-FABuyerCategories", + "name" : "Buyer Categories", + "btId" : "OPT-090", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingProcess/cac:FrameworkAgreement/cac:SubsequentProcessTenderRequirement[cbc:Name/text()='buyer-categories']/cbc:Name", + "xpathRelative" : "cbc:Name", + "type" : "code", + "presetValue" : "buyer-categories", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "14", "15", "19", "23", "24", "28", "32", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "buyer-categories", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-091-ReviewReq", + "parentNodeId" : "ND-AppealingParty", + "name" : "Review Requester Type", + "btId" : "OPT-091", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealingParty/efbc:AppealingPartyTypeCode", + "xpathRelative" : "efbc:AppealingPartyTypeCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "review-requester-type", + "type" : "flat", + "parentId" : "organisation-role" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-092-ReviewBody", + "parentNodeId" : "ND-AppealProcessingParty", + "name" : "Review Body Type Description", + "btId" : "OPT-092", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealProcessingParty/efbc:AppealProcessingPartyTypeDescription", + "xpathRelative" : "efbc:AppealProcessingPartyTypeDescription", + "type" : "text-multilingual", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-092-ReviewReq", + "parentNodeId" : "ND-AppealingParty", + "name" : "Review Requester Type Description", + "btId" : "OPT-092", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealingParty/efbc:AppealingPartyTypeDescription", + "xpathRelative" : "efbc:AppealingPartyTypeDescription", + "type" : "text-multilingual", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-100-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Framework Notice Identifier", + "btId" : "OPT-100", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cac:NoticeDocumentReference/cbc:ID", + "xpathRelative" : "cac:NoticeDocumentReference/cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^([a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}-(0[1-9]|[1-9]\\d)|[1-9](\\d{0,7})-(19|20)\\d\\d)$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-110-Lot-FiscalLegis", + "parentNodeId" : "ND-LotFiscalLegislation", + "name" : "URL to Fiscal Legislation", + "btId" : "OPT-110", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:FiscalLegislationDocumentReference/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "OPT-111-Lot-FiscalLegis", + "parentNodeId" : "ND-LotFiscalLegislation", + "name" : "Fiscal Legislation Document ID", + "btId" : "OPT-111", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:FiscalLegislationDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-112-Lot-EnvironLegis", + "parentNodeId" : "ND-LotEnvironmentalLegislation", + "name" : "Environmental Legislation Document ID", + "btId" : "OPT-112", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EnvironmentalLegislationDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-113-Lot-EmployLegis", + "parentNodeId" : "ND-LotEmploymentLegislation", + "name" : "Employment Legislation Document ID", + "btId" : "OPT-113", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EmploymentLegislationDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-120-Lot-EnvironLegis", + "parentNodeId" : "ND-LotEnvironmentalLegislation", + "name" : "URL to Environmental Legislation", + "btId" : "OPT-120", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EnvironmentalLegislationDocumentReference/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "OPT-130-Lot-EmployLegis", + "parentNodeId" : "ND-LotEmploymentLegislation", + "name" : "URL to Employment Legislation", + "btId" : "OPT-130", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EmploymentLegislationDocumentReference/cac:Attachment/cac:ExternalReference/cbc:URI", + "xpathRelative" : "cac:Attachment/cac:ExternalReference/cbc:URI", + "type" : "url", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^((((H|h)(T|t)|(F|f))(T|t)(P|p)((S|s)?)):(/){2})(www\\.)?([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,6}(\\W(.)*$|$)", + "severity" : "ERROR" + } + }, { + "id" : "OPT-140-Lot", + "parentNodeId" : "ND-LotProcurementDocument", + "name" : "Procurement Documents ID", + "btId" : "OPT-140", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:CallForTendersDocumentReference/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-150-Lot", + "parentNodeId" : "ND-AllowedSubcontracting", + "name" : "Subcontracting Allowed", + "btId" : "OPT-150", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AllowedSubcontractTerms[cbc:SubcontractingConditionsCode/@listName='subcontracting-allowed']/cbc:SubcontractingConditionsCode", + "xpathRelative" : "cbc:SubcontractingConditionsCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "indicator", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-155-LotResult", + "parentNodeId" : "ND-ProcurementStatistics", + "name" : "Vehicle Type", + "btId" : "OPT-155", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails/efac:StrategicProcurementStatistics/efbc:StatisticsCode", + "xpathRelative" : "efbc:StatisticsCode", + "type" : "code", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "codeList" : { + "value" : { + "id" : "vehicles", + "type" : "flat" + }, + "severity" : "ERROR" + } + }, { + "id" : "OPT-156-LotResult", + "parentNodeId" : "ND-ProcurementStatistics", + "name" : "Vehicle Numeric", + "btId" : "OPT-156", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:StrategicProcurement/efac:StrategicProcurementInformation/efac:ProcurementDetails/efac:StrategicProcurementStatistics/efbc:StatisticsNumeric", + "xpathRelative" : "efbc:StatisticsNumeric", + "type" : "number", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "32", "33", "34", "35", "36", "37", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-160-UBO", + "parentNodeId" : "ND-UBO", + "name" : "First Name", + "btId" : "OPT-160", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cbc:FirstName", + "xpathRelative" : "cbc:FirstName", + "type" : "text", + "maxLength" : 400, + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-170-Tenderer", + "parentNodeId" : "ND-Tenderer", + "name" : "Tendering Party Leader", + "btId" : "OPT-170", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:Tenderer/efbc:GroupLeadIndicator", + "xpathRelative" : "efbc:GroupLeadIndicator", + "type" : "indicator", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + }, { + "id" : "OPT-200-Organization-Company", + "parentNodeId" : "ND-Company", + "name" : "Organisation Technical Identifier", + "btId" : "OPT-200", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:Company/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id", + "idScheme" : "ORG", + "schemeName" : "organization", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-Company} ${OPT-200-Organization-Company is unique in /OPT-200-Organization-Company}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00200-0100" + }, { + "condition" : "{ND-Company} ${OPT-200-Organization-Company in OPT-300-Tenderer}", + "value" : "{ND-Company} ${not(OPT-201-Organization-TouchPoint is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00200-0101" + }, { + "condition" : "{ND-Company} ${OPT-200-Organization-Company in OPT-301-Tenderer-SubCont}", + "value" : "{ND-Company} ${not(OPT-201-Organization-TouchPoint is present)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00200-0102" + }, { + "value" : "{ND-Company} ${((OPT-200-Organization-Company in OPT-300-Contract-Signatory) or (OPT-200-Organization-Company in OPT-300-Procedure-Buyer) or (OPT-200-Organization-Company in OPT-300-Procedure-SProvider) or (OPT-200-Organization-Company in OPT-300-Tenderer) or (OPT-200-Organization-Company in OPT-301-Lot-AddInfo) or (OPT-200-Organization-Company in OPT-301-Lot-DocProvider) or (OPT-200-Organization-Company in OPT-301-Lot-EmployLegis) or (OPT-200-Organization-Company in OPT-301-Lot-EnvironLegis) or (OPT-200-Organization-Company in OPT-301-Lot-FiscalLegis) or (OPT-200-Organization-Company in OPT-301-Lot-Mediator) or (OPT-200-Organization-Company in OPT-301-Lot-ReviewInfo) or (OPT-200-Organization-Company in OPT-301-Lot-ReviewOrg) or (OPT-200-Organization-Company in OPT-301-Lot-TenderEval) or (OPT-200-Organization-Company in OPT-301-Lot-TenderReceipt) or (OPT-200-Organization-Company in OPT-301-LotResult-Financing) or (OPT-200-Organization-Company in OPT-301-LotResult-Paying) or (OPT-200-Organization-Company in OPT-301-Part-AddInfo) or (OPT-200-Organization-Company in OPT-301-Part-DocProvider) or (OPT-200-Organization-Company in OPT-301-Part-EmployLegis) or (OPT-200-Organization-Company in OPT-301-Part-EnvironLegis) or (OPT-200-Organization-Company in OPT-301-Part-FiscalLegis) or (OPT-200-Organization-Company in OPT-301-Part-Mediator) or (OPT-200-Organization-Company in OPT-301-Part-ReviewInfo) or (OPT-200-Organization-Company in OPT-301-Part-ReviewOrg) or (OPT-200-Organization-Company in OPT-301-Part-TenderEval) or (OPT-200-Organization-Company in OPT-301-Part-TenderReceipt) or (OPT-200-Organization-Company in OPT-301-ReviewBody) or (OPT-200-Organization-Company in OPT-301-ReviewReq) or (OPT-200-Organization-Company in OPT-301-Tenderer-MainCont) or (OPT-200-Organization-Company in OPT-301-Tenderer-SubCont))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00200-0103" + } ] + } + }, { + "id" : "OPT-201-Organization-TouchPoint", + "parentNodeId" : "ND-Touchpoint", + "name" : "TouchPoint Technical Identifier", + "btId" : "OPT-201", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:TouchPoint/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id", + "idScheme" : "TPO", + "schemeName" : "touchpoint", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TPO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{OPT-201-Organization-TouchPoint} ${OPT-201-Organization-TouchPoint is present}", + "value" : "{OPT-201-Organization-TouchPoint} ${OPT-201-Organization-TouchPoint is unique in /OPT-201-Organization-TouchPoint}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00201-0100" + }, { + "condition" : "{ND-Organization} ${OPT-201-Organization-TouchPoint is present}", + "value" : "{ND-Organization} ${((OPT-201-Organization-TouchPoint in OPT-301-Lot-AddInfo) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-DocProvider) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-EmployLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-EnvironLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-FiscalLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-Mediator) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-ReviewInfo) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-ReviewOrg) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-TenderEval) or (OPT-201-Organization-TouchPoint in OPT-301-Lot-TenderReceipt) or (OPT-201-Organization-TouchPoint in OPT-301-Part-AddInfo) or (OPT-201-Organization-TouchPoint in OPT-301-Part-DocProvider) or (OPT-201-Organization-TouchPoint in OPT-301-Part-EmployLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Part-EnvironLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Part-FiscalLegis) or (OPT-201-Organization-TouchPoint in OPT-301-Part-Mediator) or (OPT-201-Organization-TouchPoint in OPT-301-Part-ReviewInfo) or (OPT-201-Organization-TouchPoint in OPT-301-Part-ReviewOrg) or (OPT-201-Organization-TouchPoint in OPT-301-Part-TenderEval) or (OPT-201-Organization-TouchPoint in OPT-301-Part-TenderReceipt) or (OPT-201-Organization-TouchPoint in OPT-301-ReviewBody) or (OPT-201-Organization-TouchPoint in OPT-301-ReviewReq))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00201-0101" + } ] + } + }, { + "id" : "OPT-202-UBO", + "parentNodeId" : "ND-UBO", + "name" : "Beneficial Owner Technical Identifier", + "btId" : "OPT-202", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:UltimateBeneficialOwner/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "UBO", + "schemeName" : "ubo", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^UBO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{OPT-202-UBO} ${OPT-202-UBO is present}", + "value" : "{OPT-202-UBO} ${OPT-202-UBO is unique in /OPT-202-UBO}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00202-0100" + }, { + "condition" : "{ND-Organizations} ${OPT-202-UBO is present}", + "value" : "{ND-Organizations} ${(OPT-202-UBO in OPT-302-Organization)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00202-0101" + } ] + } + }, { + "id" : "OPT-210-Tenderer", + "parentNodeId" : "ND-TenderingParty", + "name" : "Tendering Party ID", + "btId" : "OPT-210", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "TPA", + "schemeName" : "tendering-party", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TPA-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-TenderingParty} ${OPT-210-Tenderer is unique in /OPT-210-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00210-0100" + }, { + "value" : "{ND-TenderingParty} ${((count(OPT-300-Tenderer) > 1) and (count(OPT-170-Tenderer[OPT-170-Tenderer == TRUE]) == 1)) or not(count(OPT-300-Tenderer) > 1)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00210-0101" + }, { + "value" : "{ND-TenderingParty} ${(OPT-210-Tenderer in OPT-310-Tender)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00210-0102" + } ] + } + }, { + "id" : "OPT-300-Contract-Signatory", + "parentNodeId" : "ND-SettledContract", + "name" : "Signatory Identifier Reference", + "btId" : "OPT-300", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cac:SignatoryParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:SignatoryParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SettledContract} ${OPT-300-Contract-Signatory is present}", + "value" : "{ND-SettledContract} ${every text:$signatory in OPT-300-Contract-Signatory satisfies ($signatory in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0252" + } ] + } + }, { + "id" : "OPT-300-Procedure-Buyer", + "parentNodeId" : "ND-ServiceProvider", + "name" : "Buyer Technical Identifier Reference", + "btId" : "OPT-300", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-Root} ${OPT-300-Procedure-Buyer is present}", + "value" : "{ND-Root} ${every text:$buyer in OPT-300-Procedure-Buyer satisfies ($buyer in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0250" + }, { + "value" : "{ND-Root} ${every text:$sps in OPT-300-Procedure-SProvider satisfies $sps not in OPT-300-Procedure-Buyer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0254" + }, { + "value" : "{ND-Root} ${(every text:$tenderer in OPT-300-Tenderer satisfies $tenderer not in OPT-300-Procedure-Buyer) and (every text:$subcont in OPT-301-Tenderer-SubCont satisfies $subcont not in OPT-300-Procedure-Buyer)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0255" + } ] + } + }, { + "id" : "OPT-300-Procedure-SProvider", + "parentNodeId" : "ND-ProviderParty", + "name" : "Service Provider Technical Identifier Reference", + "btId" : "OPT-300", + "xpathAbsolute" : "/*/cac:ContractingParty/cac:Party/cac:ServiceProviderParty/cac:Party/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-ServiceProvider} ${OPT-300-Procedure-SProvider is present}", + "value" : "{ND-ServiceProvider} ${every text:$provider in OPT-300-Procedure-SProvider satisfies ($provider in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0251" + } ] + } + }, { + "id" : "OPT-300-Tenderer", + "parentNodeId" : "ND-Tenderer", + "name" : "Tenderer ID Reference", + "btId" : "OPT-300", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:Tenderer/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-TenderingParty} ${OPT-300-Tenderer is present}", + "value" : "{ND-TenderingParty} ${every text:$tenderer in OPT-300-Tenderer satisfies ($tenderer in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0253" + }, { + "value" : "{ND-TenderingParty} ${every text:$mediator in /OPT-301-Lot-Mediator satisfies $mediator not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0256" + }, { + "value" : "{ND-TenderingParty} ${every text:$psp in OPT-300-Procedure-SProvider satisfies $psp not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0257" + }, { + "value" : "{ND-TenderingParty} ${every text:$revOrg in /OPT-301-Lot-ReviewOrg satisfies $revOrg not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0258" + }, { + "value" : "{ND-TenderingParty} ${every text:$addInfo in /OPT-301-Lot-AddInfo satisfies $addInfo not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0259" + }, { + "value" : "{ND-TenderingParty} ${every text:$employ in /OPT-301-Lot-EmployLegis satisfies $employ not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0260" + }, { + "value" : "{ND-TenderingParty} ${every text:$environ in /OPT-301-Lot-EnvironLegis satisfies $environ not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0261" + }, { + "value" : "{ND-TenderingParty} ${every text:$tax in /OPT-301-Lot-FiscalLegis satisfies $tax not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0262" + }, { + "value" : "{ND-TenderingParty} ${every text:$doc in /OPT-301-Lot-DocProvider satisfies $doc not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0263" + }, { + "value" : "{ND-TenderingParty} ${every text:$reviewInfo in /OPT-301-Lot-ReviewInfo satisfies $reviewInfo not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0264" + }, { + "value" : "{ND-TenderingParty} ${every text:$recepient in /OPT-301-Lot-TenderReceipt satisfies $recepient not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0265" + }, { + "value" : "{ND-TenderingParty} ${every text:$eval in /OPT-301-Lot-TenderEval satisfies $eval not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0266" + }, { + "value" : "{ND-TenderingParty} ${every text:$sign in /OPT-300-Contract-Signatory satisfies $sign not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0267" + }, { + "value" : "{ND-TenderingParty} ${every text:$fund in /OPT-301-LotResult-Financing satisfies $fund not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0268" + }, { + "value" : "{ND-TenderingParty} ${every text:$pay in /OPT-301-LotResult-Paying satisfies $pay not in OPT-300-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00300-0269" + } ] + } + }, { + "id" : "OPT-301-Lot-AddInfo", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Additional Info Provider Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AdditionalInformationParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:AdditionalInformationParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "10", "11", "14", "15", "17", "19", "21", "24", "26", "28", "30", "32", "34", "35", "39", "40", "CEI", "T01", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingTerms} ${OPT-301-Lot-AddInfo is present}", + "value" : "{ND-LotTenderingTerms} ${((OPT-301-Lot-AddInfo in /OPT-200-Organization-Company) or (OPT-301-Lot-AddInfo in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1400" + } ] + } + }, { + "id" : "OPT-301-Lot-DocProvider", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Document Provider Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:DocumentProviderParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:DocumentProviderParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingTerms} ${OPT-301-Lot-DocProvider is present}", + "value" : "{ND-LotTenderingTerms} ${((OPT-301-Lot-DocProvider in /OPT-200-Organization-Company) or (OPT-301-Lot-DocProvider in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1402" + } ] + } + }, { + "id" : "OPT-301-Lot-EmployLegis", + "parentNodeId" : "ND-LotEmploymentLegislation", + "name" : "Employment Legislation Organization Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EmploymentLegislationDocumentReference/cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "9" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotEmploymentLegislation} ${OPT-301-Lot-EmployLegis is present}", + "value" : "{ND-LotEmploymentLegislation} ${((OPT-301-Lot-EmployLegis in /OPT-200-Organization-Company) or (OPT-301-Lot-EmployLegis in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1404" + } ] + } + }, { + "id" : "OPT-301-Lot-EnvironLegis", + "parentNodeId" : "ND-LotEnvironmentalLegislation", + "name" : "Environmental Legislation Organization Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:EnvironmentalLegislationDocumentReference/cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "9" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotEnvironmentalLegislation} ${OPT-301-Lot-EnvironLegis is present}", + "value" : "{ND-LotEnvironmentalLegislation} ${((OPT-301-Lot-EnvironLegis in /OPT-200-Organization-Company) or (OPT-301-Lot-EnvironLegis in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1406" + } ] + } + }, { + "id" : "OPT-301-Lot-FiscalLegis", + "parentNodeId" : "ND-LotFiscalLegislation", + "name" : "Fiscal Legislation Organization Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:FiscalLegislationDocumentReference/cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:IssuerParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "9" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotFiscalLegislation} ${OPT-301-Lot-FiscalLegis is present}", + "value" : "{ND-LotFiscalLegislation} ${((OPT-301-Lot-FiscalLegis in /OPT-200-Organization-Company) or (OPT-301-Lot-FiscalLegis in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1408" + } ] + } + }, { + "id" : "OPT-301-Lot-Mediator", + "parentNodeId" : "ND-LotReviewTerms", + "name" : "Mediator Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:MediationParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:MediationParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotReviewTerms} ${OPT-301-Lot-Mediator is present}", + "value" : "{ND-LotReviewTerms} ${(OPT-301-Lot-Mediator in /OPT-200-Organization-Company) or (OPT-301-Lot-Mediator in /OPT-201-Organization-TouchPoint)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1412" + } ] + } + }, { + "id" : "OPT-301-Lot-ReviewInfo", + "parentNodeId" : "ND-LotReviewTerms", + "name" : "Review Info Provider Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:AppealInformationParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:AppealInformationParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotReviewTerms} ${OPT-301-Lot-ReviewInfo is present}", + "value" : "{ND-LotReviewTerms} ${(OPT-301-Lot-ReviewInfo in /OPT-200-Organization-Company) or (OPT-301-Lot-ReviewInfo in /OPT-201-Organization-TouchPoint)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1415" + } ] + } + }, { + "id" : "OPT-301-Lot-ReviewOrg", + "parentNodeId" : "ND-LotReviewTerms", + "name" : "Review Organization Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:AppealTerms/cac:AppealReceiverParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:AppealReceiverParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "7", "10", "12", "14", "16", "17", "19", "23", "25", "27", "28", "29", "30", "32", "34", "35", "36", "37", "38", "39", "40", "CEI" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotReviewTerms} ${OPT-301-Lot-ReviewOrg is present}", + "value" : "{ND-LotReviewTerms} ${(OPT-301-Lot-ReviewOrg in /OPT-200-Organization-Company) or (OPT-301-Lot-ReviewOrg in /OPT-201-Organization-TouchPoint)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1417" + } ] + } + }, { + "id" : "OPT-301-Lot-TenderEval", + "parentNodeId" : "ND-LotTenderingTerms", + "name" : "Tender Evaluator Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderEvaluationParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:TenderEvaluationParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingTerms} ${OPT-301-Lot-TenderEval is present}", + "value" : "{ND-LotTenderingTerms} ${((OPT-301-Lot-TenderEval in /OPT-200-Organization-Company) or (OPT-301-Lot-TenderEval in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1420" + } ] + } + }, { + "id" : "OPT-301-Lot-TenderReceipt", + "parentNodeId" : "ND-TenderRecipient", + "name" : "Tender Recipient Technical Identifier Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/cac:ProcurementProjectLot[cbc:ID/@schemeName='Lot']/cac:TenderingTerms/cac:TenderRecipientParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG", "TPO" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^(ORG|TPO)-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotTenderingTerms} ${OPT-301-Lot-TenderReceipt is present}", + "value" : "{ND-LotTenderingTerms} ${((OPT-301-Lot-TenderReceipt in /OPT-200-Organization-Company) or (OPT-301-Lot-TenderReceipt in /OPT-201-Organization-TouchPoint))}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1422" + } ] + } + }, { + "id" : "OPT-301-LotResult-Financing", + "parentNodeId" : "ND-LotResult", + "name" : "Financing Party (ID reference)", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cac:FinancingParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:FinancingParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${OPT-301-LotResult-Financing is present}", + "value" : "{ND-LotResult} ${every text:$financing in OPT-301-LotResult-Financing satisfies ($financing in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1410" + } ] + } + }, { + "id" : "OPT-301-LotResult-Paying", + "parentNodeId" : "ND-LotResult", + "name" : "Payer Party (ID reference)", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cac:PayerParty/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:PayerParty/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${OPT-301-LotResult-Paying is present}", + "value" : "{ND-LotResult} ${every text:$payer in OPT-301-LotResult-Paying satisfies ($payer in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1414" + } ] + } + }, { + "id" : "OPT-301-ReviewBody", + "parentNodeId" : "ND-AppealProcessingParty", + "name" : "Review Body (Reference ID)", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealProcessingParty/cac:Party/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:Party/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-301-ReviewReq", + "parentNodeId" : "ND-AppealingParty", + "name" : "Review Requester (Reference ID)", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:AppealsInformation/efac:AppealStatus/efac:AppealingParty/cac:Party/cac:PartyIdentification/cbc:ID", + "xpathRelative" : "cac:Party/cac:PartyIdentification/cbc:ID", + "type" : "id-ref", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "CEI", "T01", "T02", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + } + }, { + "id" : "OPT-301-Tenderer-MainCont", + "parentNodeId" : "ND-SubContractor", + "name" : "Main Contractor ID Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:SubContractor/efac:MainContractor/cbc:ID", + "xpathRelative" : "efac:MainContractor/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-SubContractor} ${OPT-301-Tenderer-MainCont is present}", + "value" : "{ND-SubContractor} ${every text:$main in OPT-301-Tenderer-MainCont satisfies ($main in OPT-300-Tenderer)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1411" + } ] + } + }, { + "id" : "OPT-301-Tenderer-SubCont", + "parentNodeId" : "ND-SubContractor", + "name" : "Subcontractor ID Reference", + "btId" : "OPT-301", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:TenderingParty/efac:SubContractor/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "ORG" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^ORG-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$subCon in OPT-301-Tenderer-SubCont satisfies ($subCon in /OPT-200-Organization-Company)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1419" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$maincont in OPT-300-Tenderer satisfies $maincont not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1424" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$mediator in /OPT-301-Lot-Mediator satisfies $mediator not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1425" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$psp in OPT-300-Procedure-SProvider satisfies $psp not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1426" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$revOrg in /OPT-301-Lot-ReviewOrg satisfies $revOrg not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1427" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$addInfo in /OPT-301-Lot-AddInfo satisfies $addInfo not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1428" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$employ in /OPT-301-Lot-EmployLegis satisfies $employ not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1429" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$environ in /OPT-301-Lot-EnvironLegis satisfies $environ not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1430" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$tax in /OPT-301-Lot-FiscalLegis satisfies $tax not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1431" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$doc in /OPT-301-Lot-DocProvider satisfies $doc not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1432" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$reviewInfo in /OPT-301-Lot-ReviewInfo satisfies $reviewInfo not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1433" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$recepient in /OPT-301-Lot-TenderReceipt satisfies $recepient not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1434" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$eval in /OPT-301-Lot-TenderEval satisfies $eval not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1435" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$sign in /OPT-300-Contract-Signatory satisfies $sign not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1436" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$fund in /OPT-301-LotResult-Financing satisfies $fund not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1437" + }, { + "condition" : "{ND-TenderingParty} ${OPT-301-Tenderer-SubCont is present}", + "value" : "{ND-TenderingParty} ${every text:$pay in /OPT-301-LotResult-Paying satisfies $pay not in OPT-301-Tenderer-SubCont}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00301-1438" + } ] + } + }, { + "id" : "OPT-302-Organization", + "parentNodeId" : "ND-Organization", + "name" : "Beneficial Owner Reference", + "btId" : "OPT-302", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Organizations/efac:Organization/efac:UltimateBeneficialOwner/cbc:ID", + "xpathRelative" : "efac:UltimateBeneficialOwner/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "UBO" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "38", "39", "40", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^UBO-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-Organization} ${OPT-302-Organization is present}", + "value" : "{ND-Organization} ${every text:$ubo in OPT-302-Organization satisfies ($ubo in OPT-202-UBO)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00302-0100" + } ] + } + }, { + "id" : "OPT-310-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tendering Party ID Reference", + "btId" : "OPT-310", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/efac:TenderingParty/cbc:ID", + "xpathRelative" : "efac:TenderingParty/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "TPA" ], + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TPA-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTender} ${OPT-310-Tender in OPT-210-Tenderer}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00310-0100" + } ] + } + }, { + "id" : "OPT-315-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Contract Identifier Reference", + "btId" : "OPT-315", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:SettledContract/cbc:ID", + "xpathRelative" : "efac:SettledContract/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "CON" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^CON-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${OPT-315-LotResult is present}", + "value" : "{ND-LotResult} ${every text:$contract in OPT-315-LotResult satisfies ($contract in OPT-316-Contract)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00315-0100" + } ] + } + }, { + "id" : "OPT-316-Contract", + "parentNodeId" : "ND-SettledContract", + "name" : "Contract Technical Identifier", + "btId" : "OPT-316", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:SettledContract/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "CON", + "schemeName" : "contract", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "25", "26", "27", "28", "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^CON-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-SettledContract} ${OPT-316-Contract is unique in /OPT-316-Contract}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00316-0100" + }, { + "condition" : "{ND-SettledContract} ${OPP-070-notice in ('29','30','31','32','E4','T02','33','34','35','36','37','E5')}", + "value" : "{ND-SettledContract} ${(OPT-316-Contract in OPT-315-LotResult)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00316-0101" + } ] + } + }, { + "id" : "OPT-320-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "Tender Identifier Reference", + "btId" : "OPT-320", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:LotTender/cbc:ID", + "xpathRelative" : "efac:LotTender/cbc:ID", + "type" : "id-ref", + "idSchemes" : [ "TEN" ], + "repeatable" : { + "value" : true, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TEN-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{ND-LotResult} ${OPT-320-LotResult is present}", + "value" : "{ND-LotResult} ${every text:$tender in OPT-320-LotResult satisfies ($tender in OPT-321-Tender)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00320-0100" + } ] + } + }, { + "id" : "OPT-321-Tender", + "parentNodeId" : "ND-LotTender", + "name" : "Tender Technical Identifier", + "btId" : "OPT-321", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotTender/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "TEN", + "schemeName" : "tender", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "38", "39", "40" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^TEN-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "value" : "{ND-LotTender} ${OPT-321-Tender is unique in /OPT-321-Tender}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00321-0100" + }, { + "condition" : "{ND-LotTender} ${OPP-070-notice in ('29','30','31','32','E4','T02','33','34','35','36','37','E5')}", + "value" : "{ND-LotTender} ${(OPT-321-Tender in OPT-320-LotResult)}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00321-0101" + } ] + } + }, { + "id" : "OPT-322-LotResult", + "parentNodeId" : "ND-LotResult", + "name" : "LotResult Technical Identifier", + "btId" : "OPT-322", + "xpathAbsolute" : "/*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/cbc:ID", + "xpathRelative" : "cbc:ID", + "type" : "id", + "idScheme" : "RES", + "schemeName" : "result", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "28", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "29", "30", "31", "32", "33", "34", "35", "36", "37", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "pattern" : { + "value" : "^RES-\\d{4}$", + "severity" : "ERROR" + }, + "assert" : { + "value" : "{ND-Root} ${TRUE}", + "severity" : "ERROR", + "constraints" : [ { + "condition" : "{OPT-322-LotResult} ${OPT-322-LotResult is present}", + "value" : "{OPT-322-LotResult} ${OPT-322-LotResult is unique in /OPT-322-LotResult}", + "severity" : "ERROR", + "message" : "rule|text|BR-OPT-00322-0051" + } ] + } + }, { + "id" : "OPT-999", + "parentNodeId" : "ND-Root", + "name" : "Dummy Tender Award Date", + "btId" : "OPT-999", + "xpathAbsolute" : "/*/cac:TenderResult/cbc:AwardDate", + "xpathRelative" : "cac:TenderResult/cbc:AwardDate", + "type" : "date", + "presetValue" : "2000-01-01Z", + "repeatable" : { + "value" : false, + "severity" : "ERROR" + }, + "forbidden" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "CEI", "T01", "X01", "X02" ], + "value" : true, + "severity" : "ERROR" + } ] + }, + "mandatory" : { + "value" : false, + "severity" : "ERROR", + "constraints" : [ { + "noticeTypes" : [ "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "T02" ], + "value" : true, + "severity" : "ERROR" + } ] + } + } ] +} \ No newline at end of file diff --git a/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/notice-types/29.json b/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/notice-types/29.json new file mode 100644 index 0000000..80a6204 --- /dev/null +++ b/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/notice-types/29.json @@ -0,0 +1,4376 @@ +{ + "ublVersion" : "2.3", + "sdkVersion" : "1.10.0", + "metadataDatabase" : { + "version" : "1.10.0", + "createdOn" : "2023-11-15T14:00:00" + }, + "noticeId" : "29", + "metadata" : [ { + "id" : "BT-02-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Type", + "_label" : "field|name|BT-02-notice", + "readOnly" : true + }, { + "id" : "BT-03-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Form Type", + "_label" : "field|name|BT-03-notice", + "readOnly" : true + }, { + "id" : "BT-04-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Identifier", + "_label" : "field|name|BT-04-notice", + "readOnly" : true + }, { + "id" : "BT-701-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Identifier", + "_label" : "field|name|BT-701-notice", + "readOnly" : true + }, { + "id" : "BT-757-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Version", + "_label" : "field|name|BT-757-notice", + "readOnly" : true + }, { + "id" : "BT-702(a)-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Official Language", + "_label" : "field|name|BT-702(a)-notice", + "hidden" : true + }, { + "id" : "BT-702(b)-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Official Language", + "_label" : "field|name|BT-702(b)-notice", + "_repeatable" : true, + "hidden" : true + }, { + "id" : "BT-05(a)-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Dispatch Date", + "_label" : "field|name|BT-05(a)-notice", + "_presetValue" : "{NOW}", + "hidden" : true + }, { + "id" : "BT-05(b)-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Dispatch Time", + "_label" : "field|name|BT-05(b)-notice", + "_presetValue" : "{NOW}", + "hidden" : true + }, { + "id" : "BT-738-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Preferred Publication Date", + "_label" : "field|name|BT-738-notice", + "hidden" : true + }, { + "id" : "OPT-999", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Dummy Tender Award Date", + "_label" : "field|name|OPT-999", + "_presetValue" : "2000-01-01Z", + "hidden" : true + }, { + "id" : "OPT-001-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBL version ID (UBL)", + "_label" : "field|name|OPT-001-notice", + "hidden" : true + }, { + "id" : "OPT-002-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Customization ID (UBL)", + "_label" : "field|name|OPT-002-notice", + "readOnly" : true + }, { + "id" : "OPP-070-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Subtype", + "_label" : "field|name|OPP-070-notice", + "readOnly" : true + }, { + "id" : "OPP-010-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Publication Number", + "_label" : "field|name|OPP-010-notice", + "hidden" : true + }, { + "id" : "OPP-011-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "OJEU Identifier", + "_label" : "field|name|OPP-011-notice", + "hidden" : true + }, { + "id" : "OPP-012-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "OJEU Publication Date", + "_label" : "field|name|OPP-012-notice", + "hidden" : true + } ], + "content" : [ { + "id" : "GR-Buyer", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Contracting Party and Provider related Information", + "_label" : "group|name|GR-Buyer", + "content" : [ { + "id" : "GR-ContractingAuthority", + "contentType" : "group", + "nodeId" : "ND-ContractingParty", + "displayType" : "GROUP", + "description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", + "_label" : "group|name|ND-ContractingParty", + "_repeatable" : true, + "content" : [ { + "id" : "GR-ContractingAuthority-Buyer", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", + "_label" : "group|name|GR-ContractingAuthority-Buyer", + "content" : [ { + "id" : "OPT-300-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Technical Identifier Reference", + "_label" : "field|name|OPT-300-Procedure-Buyer", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "BT-11-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Legal Type", + "_label" : "field|name|BT-11-Procedure-Buyer" + }, { + "id" : "BT-10-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Activity Authority", + "_label" : "field|name|BT-10-Procedure-Buyer" + }, { + "id" : "BT-508-Procedure-Buyer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Profile URL", + "_label" : "field|name|BT-508-Procedure-Buyer" + } ] + }, { + "id" : "GR-Procedure-SProvider", + "contentType" : "group", + "nodeId" : "ND-ServiceProviderParty", + "displayType" : "GROUP", + "description" : "Provided Service (code) and Provider (Reference to Organization)", + "_label" : "group|name|ND-ServiceProviderParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Procedure-SProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Service Provider Technical Identifier Reference", + "_label" : "field|name|OPT-300-Procedure-SProvider", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "OPT-030-Procedure-SProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Provided Service Type", + "_label" : "field|name|OPT-030-Procedure-SProvider" + } ] + } ] + } ] + }, { + "id" : "GR-Procedure", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure", + "content" : [ { + "id" : "GR-Procedure-Purpose", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Purpose", + "_label" : "group|name|GR-Procedure-Purpose", + "content" : [ { + "id" : "GR-Previous-Notice", + "contentType" : "group", + "nodeId" : "ND-PreviousNoticeReference", + "displayType" : "GROUP", + "description" : "Previous notice reference", + "_label" : "group|name|ND-PreviousNoticeReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPP-090-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Notice Identifier", + "_label" : "field|name|OPP-090-Procedure" + } ] + }, { + "id" : "GR-Procedure-MainLegalBasis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Main Legal Basis", + "_label" : "group|name|GR-Procedure-MainLegalBasis", + "content" : [ { + "id" : "BT-01-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Legal Basis", + "_label" : "field|name|BT-01-notice" + } ] + }, { + "id" : "GR-Procedure-LocalLegalBasisWithID", + "contentType" : "group", + "nodeId" : "ND-LocalLegalBasisWithID", + "displayType" : "GROUP", + "description" : "Legislation impacting the procurement and for which an ID is known", + "_label" : "group|name|ND-LocalLegalBasisWithID", + "_repeatable" : true, + "content" : [ { + "id" : "BT-01(c)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Legal Basis (ID)", + "_label" : "field|name|BT-01(c)-Procedure" + }, { + "id" : "BT-01(d)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Legal Basis (Description)", + "_label" : "field|name|BT-01(d)-Procedure" + } ] + }, { + "id" : "GR-Procedure-LocalLegalBasisNoID", + "contentType" : "group", + "nodeId" : "ND-LocalLegalBasisNoID", + "displayType" : "GROUP", + "description" : "Legislation impacting the procurement and for which no ID is known", + "_label" : "group|name|ND-LocalLegalBasisNoID", + "_repeatable" : true, + "content" : [ { + "id" : "BT-01(e)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Legal Basis (NoID)", + "_label" : "field|name|BT-01(e)-Procedure", + "_presetValue" : "LocalLegalBasis", + "hidden" : true + }, { + "id" : "BT-01(f)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Legal Basis (NoID Description)", + "_label" : "field|name|BT-01(f)-Procedure" + } ] + }, { + "id" : "GR-Procedure-Description", + "contentType" : "group", + "nodeId" : "ND-ProcedureProcurementScope", + "displayType" : "GROUP", + "description" : "Scope of the Procurement addressed with the whole notice", + "_label" : "group|name|ND-ProcedureProcurementScope", + "content" : [ { + "id" : "BT-22-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internal Identifier", + "_label" : "field|name|BT-22-Procedure" + }, { + "id" : "BT-21-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Title", + "_label" : "field|name|BT-21-Procedure" + }, { + "id" : "BT-24-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Description", + "_label" : "field|name|BT-24-Procedure" + }, { + "id" : "BT-23-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Nature", + "_label" : "field|name|BT-23-Procedure" + }, { + "id" : "GR-Procedure-Additional-Nature", + "contentType" : "group", + "nodeId" : "ND-ProcedureContractAdditionalNature", + "displayType" : "GROUP", + "description" : "Additional contract nature for the Procedure", + "_label" : "group|name|ND-ProcedureContractAdditionalNature", + "_repeatable" : true, + "content" : [ { + "id" : "BT-531-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Nature (different from Main)", + "_label" : "field|name|BT-531-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Scope", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Scope", + "_label" : "group|name|GR-Procedure-Scope", + "content" : [ { + "id" : "BT-27-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Estimated Value", + "_label" : "field|name|BT-27-Procedure" + }, { + "id" : "BT-271-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-271-Procedure" + }, { + "id" : "GR-Procedure-Scope-MainClassification", + "contentType" : "group", + "nodeId" : "ND-ProcedureMainClassification", + "displayType" : "GROUP", + "description" : "Classification for the Main Commodity of the Procedure", + "_label" : "group|name|ND-ProcedureMainClassification", + "content" : [ { + "id" : "BT-26(m)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(m)-Procedure" + }, { + "id" : "BT-262-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Classification Code", + "_label" : "field|name|BT-262-Procedure" + } ] + }, { + "id" : "GR-Procedure-Scope-AdditionalClassification", + "contentType" : "group", + "nodeId" : "ND-ProcedureAdditionalCommodityClassification", + "displayType" : "GROUP", + "description" : "Classification for the Additional Commodity of the Procedure", + "_label" : "group|name|ND-ProcedureAdditionalCommodityClassification", + "_repeatable" : true, + "content" : [ { + "id" : "BT-26(a)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(a)-Procedure" + }, { + "id" : "BT-263-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Classification Code", + "_label" : "field|name|BT-263-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-PlaceOfPerformance", + "contentType" : "group", + "nodeId" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "displayType" : "GROUP", + "description" : "Additional Information about the location where the Procurement, for the Procedure as a whole, should take place", + "_label" : "group|name|ND-ProcedurePlacePerformanceAdditionalInformation", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5101(a)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Street", + "_label" : "field|name|BT-5101(a)-Procedure" + }, { + "id" : "BT-5101(b)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 1", + "_label" : "field|name|BT-5101(b)-Procedure" + }, { + "id" : "BT-5101(c)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 2", + "_label" : "field|name|BT-5101(c)-Procedure" + }, { + "id" : "BT-5131-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance City", + "_label" : "field|name|BT-5131-Procedure" + }, { + "id" : "BT-5121-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Post Code", + "_label" : "field|name|BT-5121-Procedure" + }, { + "id" : "BT-5071-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Subdivision", + "_label" : "field|name|BT-5071-Procedure" + }, { + "id" : "BT-5141-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Code", + "_label" : "field|name|BT-5141-Procedure" + }, { + "id" : "BT-727-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Services Other", + "_label" : "field|name|BT-727-Procedure" + }, { + "id" : "BT-728-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Additional Information", + "_label" : "field|name|BT-728-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-TenderingTerms", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Terms", + "_label" : "group|name|GR-Procedure-TenderingTerms", + "content" : [ { + "id" : "GR-Procedure-CrossBorderLaw", + "contentType" : "group", + "nodeId" : "ND-CrossBorderLaw", + "displayType" : "GROUP", + "description" : "Cross Border Law", + "_label" : "group|name|ND-CrossBorderLaw", + "content" : [ { + "id" : "BT-09(a)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Cross Border Law", + "_label" : "field|name|BT-09(a)-Procedure", + "_presetValue" : "CrossBorderLaw", + "hidden" : true + }, { + "id" : "BT-09(b)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Cross Border Law Description", + "_label" : "field|name|BT-09(b)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Procedure-subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure-Procedure-subsection", + "content" : [ { + "id" : "GR-Procedure-Procedure", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure-Procedure", + "content" : [ { + "id" : "BT-634-Procedure", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Procurement Relaunch", + "_label" : "field|name|BT-634-Procedure" + }, { + "id" : "BT-88-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Features", + "_label" : "field|name|BT-88-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-88-Procedure", + "unpublishFieldId" : "BT-195(BT-88)-Procedure", + "unpublishCode" : "pro-fea" + }, { + "id" : "GR-Unpublish-BT-88-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureFeaturesUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ProcedureFeatures)", + "_label" : "group|name|ND-ProcedureFeaturesUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-88)-Procedure", + "_presetValue" : "pro-fea", + "hidden" : true + }, { + "id" : "BT-196(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-88)-Procedure" + }, { + "id" : "BT-197(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-88)-Procedure" + }, { + "id" : "BT-198(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-88)-Procedure" + } ] + }, { + "id" : "BT-105-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Type", + "_label" : "field|name|BT-105-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-105-Procedure", + "unpublishFieldId" : "BT-195(BT-105)-Procedure", + "unpublishCode" : "pro-typ" + }, { + "id" : "GR-Unpublish-BT-105-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureTypeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (Procedure Type)", + "_label" : "group|name|ND-ProcedureTypeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-105)-Procedure", + "_presetValue" : "pro-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-105)-Procedure" + }, { + "id" : "BT-197(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-105)-Procedure" + }, { + "id" : "BT-198(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-105)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Accelerated", + "contentType" : "group", + "nodeId" : "ND-AcceleratedProcedure", + "displayType" : "GROUP", + "description" : "Accelerated Procedure (or not) and Justification", + "_label" : "group|name|ND-AcceleratedProcedure", + "content" : [ { + "id" : "BT-106-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Accelerated", + "_label" : "field|name|BT-106-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-106-Procedure", + "unpublishFieldId" : "BT-195(BT-106)-Procedure", + "unpublishCode" : "pro-acc" + }, { + "id" : "GR-Unpublish-BT-106-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureAcceleratedUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (Procedure Accelerated)", + "_label" : "group|name|ND-ProcedureAcceleratedUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-106)-Procedure", + "_presetValue" : "pro-acc", + "hidden" : true + }, { + "id" : "BT-196(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-106)-Procedure" + }, { + "id" : "BT-197(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-106)-Procedure" + }, { + "id" : "BT-198(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-106)-Procedure" + } ] + }, { + "id" : "BT-1351-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Accelerated Justification", + "_label" : "field|name|BT-1351-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-1351-Procedure", + "unpublishFieldId" : "BT-195(BT-1351)-Procedure", + "unpublishCode" : "pro-acc-jus" + }, { + "id" : "GR-Unpublish-BT-1351-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ProcedureAcceleratedJustification)", + "_label" : "group|name|ND-ProcedureAcceleratedJustificationUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1351)-Procedure", + "_presetValue" : "pro-acc-jus", + "hidden" : true + }, { + "id" : "BT-196(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1351)-Procedure" + }, { + "id" : "BT-197(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1351)-Procedure" + }, { + "id" : "BT-198(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1351)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-DirectAward", + "contentType" : "group", + "nodeId" : "ND-DirectAward", + "displayType" : "GROUP", + "description" : "Direct Award (or not) and Justification", + "_label" : "group|name|ND-DirectAward", + "_repeatable" : true, + "content" : [ { + "id" : "BT-136-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Direct Award Justification Code", + "_label" : "field|name|BT-136-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-136-Procedure", + "unpublishFieldId" : "BT-195(BT-136)-Procedure", + "unpublishCode" : "dir-awa-jus" + }, { + "id" : "GR-Unpublish-BT-136-Procedure", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationCode)", + "_label" : "group|name|ND-DirectAwardJustificationCodeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-136)-Procedure", + "_presetValue" : "dir-awa-jus", + "hidden" : true + }, { + "id" : "BT-196(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-136)-Procedure" + }, { + "id" : "BT-197(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-136)-Procedure" + }, { + "id" : "BT-198(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-136)-Procedure" + } ] + }, { + "id" : "BT-135-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Direct Award Justification Text", + "_label" : "field|name|BT-135-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-135-Procedure", + "unpublishFieldId" : "BT-195(BT-135)-Procedure", + "unpublishCode" : "dir-awa-tex" + }, { + "id" : "GR-Unpublish-BT-135-Procedure", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationTextUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationText)", + "_label" : "group|name|ND-DirectAwardJustificationTextUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-135)-Procedure", + "_presetValue" : "dir-awa-tex", + "hidden" : true + }, { + "id" : "BT-196(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-135)-Procedure" + }, { + "id" : "BT-197(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-135)-Procedure" + }, { + "id" : "BT-198(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-135)-Procedure" + } ] + }, { + "id" : "BT-1252-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Direct Award Justification Previous Procedure Identifier", + "_label" : "field|name|BT-1252-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-1252-Procedure", + "unpublishFieldId" : "BT-195(BT-1252)-Procedure", + "unpublishCode" : "dir-awa-pre" + }, { + "id" : "GR-Unpublish-BT-1252-Procedure", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationPrevious)", + "_label" : "group|name|ND-DirectAwardJustificationPreviousUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1252)-Procedure", + "_presetValue" : "dir-awa-pre", + "hidden" : true + }, { + "id" : "BT-196(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1252)-Procedure" + }, { + "id" : "BT-197(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1252)-Procedure" + }, { + "id" : "BT-198(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1252)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-PinTerminated", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "PIN Terminated", + "_label" : "group|name|GR-Procedure-PinTerminated", + "content" : [ { + "id" : "BT-756-Procedure", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "PIN Competition Termination", + "_label" : "field|name|BT-756-Procedure" + } ] + }, { + "id" : "GR-Procedure-AdditionalInformation", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information", + "_label" : "group|name|GR-Procedure-AdditionalInformation", + "content" : [ { + "id" : "BT-300-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Additional Information", + "_label" : "field|name|BT-300-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-LotDistribution", + "contentType" : "group", + "nodeId" : "ND-LotDistribution", + "displayType" : "SECTION", + "description" : "Lots Distribution Information (Max number of Lots a same tenderer may win, Max number of lots a tenderer may tender for, Group of lots and their composition)", + "_label" : "group|name|ND-LotDistribution", + "content" : [ { + "id" : "GR-Procedure-GroupComposition", + "contentType" : "group", + "nodeId" : "ND-GroupComposition", + "displayType" : "GROUP", + "description" : "Composition of a given Group of lots", + "_label" : "group|name|ND-GroupComposition", + "_repeatable" : true, + "content" : [ { + "id" : "BT-330-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Identifier", + "_label" : "field|name|BT-330-Procedure", + "_idSchemes" : [ "GLO" ] + }, { + "id" : "GR-Group-Composition-Reference", + "contentType" : "group", + "nodeId" : "ND-GroupCompositionLotReference", + "displayType" : "GROUP", + "description" : "Lot belonging to the Group", + "_label" : "group|name|ND-GroupCompositionLotReference", + "_repeatable" : true, + "content" : [ { + "id" : "BT-1375-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Lot Identifier", + "_label" : "field|name|BT-1375-Procedure", + "_idSchemes" : [ "LOT" ] + } ] + } ] + } ] + } ] + }, { + "id" : "GR-Lot", + "contentType" : "group", + "nodeId" : "ND-Lot", + "displayType" : "SECTION", + "description" : "Lot related information covering Tendering Terms, Tendering Process and Purpose", + "_label" : "group|name|ND-Lot", + "_idScheme" : "LOT", + "_schemeName" : "Lot", + "_identifierFieldId" : "BT-137-Lot", + "_repeatable" : true, + "content" : [ { + "id" : "BT-137-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Purpose Lot Identifier", + "_label" : "field|name|BT-137-Lot", + "_idScheme" : "LOT", + "_schemeName" : "Lot", + "hidden" : true + }, { + "id" : "GR-Lot-Purpose", + "contentType" : "group", + "nodeId" : "ND-LotTenderingProcess", + "displayType" : "SECTION", + "description" : "Tendering Procedure information (GPA, Atypical Tool, Deadlines, techniques) for a Lot", + "_label" : "group|name|ND-LotTenderingProcess", + "content" : [ { + "id" : "GR-Lot-PreviousPlanning", + "contentType" : "group", + "nodeId" : "ND-LotPreviousPlanning", + "displayType" : "GROUP", + "description" : "Lot Previous Planning Reference", + "_label" : "group|name|ND-LotPreviousPlanning", + "_repeatable" : true, + "content" : [ { + "id" : "BT-125(i)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Planning Identifier", + "_label" : "field|name|BT-125(i)-Lot" + }, { + "id" : "BT-1251-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Planning Part Identifier", + "_label" : "field|name|BT-1251-Lot" + } ] + }, { + "id" : "GR-Lot-Description", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Description", + "_label" : "group|name|GR-Lot-Description", + "content" : [ { + "id" : "BT-22-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internal Identifier", + "_label" : "field|name|BT-22-Lot" + }, { + "id" : "BT-21-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Title", + "_label" : "field|name|BT-21-Lot" + }, { + "id" : "BT-24-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Description", + "_label" : "field|name|BT-24-Lot" + }, { + "id" : "BT-23-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Nature", + "_label" : "field|name|BT-23-Lot" + }, { + "id" : "GR-Lot-Additional-Nature", + "contentType" : "group", + "nodeId" : "ND-LotContractAdditionalNature", + "displayType" : "GROUP", + "description" : "Additional contract nature for the Lot", + "_label" : "group|name|ND-LotContractAdditionalNature", + "_repeatable" : true, + "content" : [ { + "id" : "BT-531-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Nature (different from Main)", + "_label" : "field|name|BT-531-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-Scope", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Scope", + "_label" : "group|name|GR-Lot-Scope", + "content" : [ { + "id" : "BT-25-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Quantity", + "_label" : "field|name|BT-25-Lot" + }, { + "id" : "BT-625-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unit", + "_label" : "field|name|BT-625-Lot" + }, { + "id" : "BT-27-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Estimated Value", + "_label" : "field|name|BT-27-Lot" + }, { + "id" : "GR-Lot-Scope-MainClassification", + "contentType" : "group", + "nodeId" : "ND-LotMainClassification", + "displayType" : "GROUP", + "description" : "Classification for the Main Commodity of a Lot", + "_label" : "group|name|ND-LotMainClassification", + "content" : [ { + "id" : "BT-26(m)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(m)-Lot" + }, { + "id" : "BT-262-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Classification Code", + "_label" : "field|name|BT-262-Lot" + } ] + }, { + "id" : "GR-Lot-Scope-AdditionalClassification", + "contentType" : "group", + "nodeId" : "ND-LotAdditionalClassification", + "displayType" : "GROUP", + "description" : "Classification for an Additional Commodity of a Lot", + "_label" : "group|name|ND-LotAdditionalClassification", + "_repeatable" : true, + "content" : [ { + "id" : "BT-26(a)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(a)-Lot" + }, { + "id" : "BT-263-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Classification Code", + "_label" : "field|name|BT-263-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-ProcurementType", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procurement Type", + "_label" : "group|name|GR-Lot-ProcurementType", + "content" : [ { + "id" : "GR-Lot-Environmental-Impact", + "contentType" : "group", + "nodeId" : "ND-LotEnvironmentalImpactType", + "displayType" : "GROUP", + "description" : "Environmental impact procurement type", + "_label" : "group|name|ND-LotEnvironmentalImpactType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-774-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Green Procurement", + "_label" : "field|name|BT-774-Lot" + } ] + }, { + "id" : "GR-Lot-Green-Procurement", + "contentType" : "group", + "nodeId" : "ND-LotGreenCriteria", + "displayType" : "GROUP", + "description" : "Details about the use of Green Procurement Criteria", + "_label" : "group|name|ND-LotGreenCriteria", + "_repeatable" : true, + "content" : [ { + "id" : "BT-805-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Green Procurement Criteria", + "_label" : "field|name|BT-805-Lot" + } ] + }, { + "id" : "GR-Lot-Social-Objective", + "contentType" : "group", + "nodeId" : "ND-LotSocialObjectiveType", + "displayType" : "GROUP", + "description" : "Social objective procurement type", + "_label" : "group|name|ND-LotSocialObjectiveType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-775-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Social Procurement", + "_label" : "field|name|BT-775-Lot" + } ] + }, { + "id" : "GR-Lot-Innovation-Procurement", + "contentType" : "group", + "nodeId" : "ND-LotInnovativeAcquisitionType", + "displayType" : "GROUP", + "description" : "Innovative acquisition procurement type", + "_label" : "group|name|ND-LotInnovativeAcquisitionType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-776-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procurement of Innovation", + "_label" : "field|name|BT-776-Lot" + } ] + }, { + "id" : "GR-Lot-ProcurementType-Strategic", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementType", + "displayType" : "GROUP", + "description" : "Information (Description) about Strategic Procurement Type", + "_label" : "group|name|ND-StrategicProcurementType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-06-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Strategic Procurement", + "_label" : "field|name|BT-06-Lot" + }, { + "id" : "BT-777-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Strategic Procurement Description", + "_label" : "field|name|BT-777-Lot" + } ] + }, { + "id" : "GR-Lot-ProcurementType-Accessibility", + "contentType" : "group", + "nodeId" : "ND-AccessibilityJustification", + "displayType" : "GROUP", + "description" : "Justification for absence of Accessibility Criteria", + "_label" : "group|name|ND-AccessibilityJustification", + "content" : [ { + "id" : "BT-754-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Accessibility", + "_label" : "field|name|BT-754-Lot" + }, { + "id" : "BT-755-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Accessibility Justification", + "_label" : "field|name|BT-755-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-PlaceOfPerformance", + "contentType" : "group", + "nodeId" : "ND-LotPlacePerformance", + "displayType" : "GROUP", + "description" : "A location where the Procurement, for the Lot, should take place", + "_label" : "group|name|ND-LotPlacePerformance", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5101(a)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Street", + "_label" : "field|name|BT-5101(a)-Lot" + }, { + "id" : "BT-5101(b)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 1", + "_label" : "field|name|BT-5101(b)-Lot" + }, { + "id" : "BT-5101(c)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 2", + "_label" : "field|name|BT-5101(c)-Lot" + }, { + "id" : "BT-5131-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance City", + "_label" : "field|name|BT-5131-Lot" + }, { + "id" : "BT-5121-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Post Code", + "_label" : "field|name|BT-5121-Lot" + }, { + "id" : "BT-5071-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Subdivision", + "_label" : "field|name|BT-5071-Lot" + }, { + "id" : "BT-5141-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Code", + "_label" : "field|name|BT-5141-Lot" + }, { + "id" : "BT-727-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Services Other", + "_label" : "field|name|BT-727-Lot" + }, { + "id" : "BT-728-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Additional Information", + "_label" : "field|name|BT-728-Lot" + } ] + }, { + "id" : "GR-Lot-PlannedDuration", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Planned Duration", + "_label" : "group|name|GR-Lot-PlannedDuration", + "content" : [ { + "id" : "BT-538-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Duration Other", + "_label" : "field|name|BT-538-Lot" + }, { + "id" : "BT-536-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration Start Date", + "_label" : "field|name|BT-536-Lot" + }, { + "id" : "BT-537-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration End Date", + "_label" : "field|name|BT-537-Lot" + }, { + "id" : "BT-36-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration Period", + "_label" : "field|name|BT-36-Lot" + } ] + }, { + "id" : "GR-Lot-ContractExtension", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Contract Extension", + "_label" : "group|name|GR-Lot-ContractExtension", + "content" : [ { + "id" : "BT-54-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Options Description", + "_label" : "field|name|BT-54-Lot" + }, { + "id" : "BT-57-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Renewal Description", + "_label" : "field|name|BT-57-Lot" + }, { + "id" : "BT-58-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Renewal Maximum", + "_label" : "field|name|BT-58-Lot" + } ] + }, { + "id" : "GR-Lot-AuctionTerms", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Auction Terms", + "_label" : "group|name|GR-Lot-AuctionTerms", + "content" : [ { + "id" : "BT-767-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Electronic Auction", + "_label" : "field|name|BT-767-Lot" + } ] + }, { + "id" : "GR-Lot-GpaAgreement", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "GPA Agreement", + "_label" : "group|name|GR-Lot-GpaAgreement", + "content" : [ { + "id" : "BT-115-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "GPA Coverage", + "_label" : "field|name|BT-115-Lot" + } ] + }, { + "id" : "GR-Lot-EUFunds-Indicator", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "EU Funds Indicator", + "_label" : "group|name|GR-Lot-EUFunds-Indicator", + "content" : [ { + "id" : "BT-60-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "EU Funds", + "_label" : "field|name|BT-60-Lot" + } ] + }, { + "id" : "GR-Lot-ContractingSystem", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tendering Procedure information (GPA, Atypical Tool, Deadlines, techniques) for a Lot", + "_label" : "group|name|GR-Lot-ContractingSystem", + "content" : [ { + "id" : "GR-Lot-FrameworkAgreement-Use", + "contentType" : "group", + "nodeId" : "ND-LotFAContractingSystem", + "displayType" : "GROUP", + "description" : "FA contracting System involvement for the Lot", + "_label" : "group|name|ND-LotFAContractingSystem", + "content" : [ { + "id" : "BT-765-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Framework Agreement", + "_label" : "field|name|BT-765-Lot" + } ] + }, { + "id" : "GR-Lot-DPS-Use", + "contentType" : "group", + "nodeId" : "ND-LotDPSContractingSystem", + "displayType" : "GROUP", + "description" : "DPS contracting System involvement for the Lot", + "_label" : "group|name|ND-LotDPSContractingSystem", + "content" : [ { + "id" : "BT-766-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Dynamic Purchasing System", + "_label" : "field|name|BT-766-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-FrameworkAgreement", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Framework Agreement", + "_label" : "group|name|GR-Lot-FrameworkAgreement", + "content" : [ { + "id" : "OPT-090-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Categories", + "_label" : "field|name|OPT-090-Lot", + "_presetValue" : "buyer-categories", + "hidden" : true + }, { + "id" : "BT-111-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Framework Buyer Categories", + "_label" : "field|name|BT-111-Lot" + }, { + "id" : "BT-271-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-271-Lot" + } ] + }, { + "id" : "GR-Lot-FiscalLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Fiscal Legislation", + "_label" : "group|name|GR-Lot-FiscalLegis", + "content" : [ { + "id" : "OPT-301-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Fiscal Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-FiscalLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-110-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Fiscal Legislation", + "_label" : "field|name|OPT-110-Lot-FiscalLegis" + }, { + "id" : "OPT-111-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Fiscal Legislation Document ID", + "_label" : "field|name|OPT-111-Lot-FiscalLegis" + } ] + }, { + "id" : "GR-Lot-EnvironLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Environmental Legislation", + "_label" : "group|name|GR-Lot-EnvironLegis", + "content" : [ { + "id" : "OPT-301-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Environmental Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-EnvironLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-120-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Environmental Legislation", + "_label" : "field|name|OPT-120-Lot-EnvironLegis" + }, { + "id" : "OPT-112-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Environmental Legislation Document ID", + "_label" : "field|name|OPT-112-Lot-EnvironLegis" + } ] + }, { + "id" : "GR-Lot-EmployLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Employment Legislation", + "_label" : "group|name|GR-Lot-EmployLegis", + "content" : [ { + "id" : "OPT-301-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Employment Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-EmployLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-130-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Employment Legislation", + "_label" : "field|name|OPT-130-Lot-EmployLegis" + }, { + "id" : "OPT-113-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Employment Legislation Document ID", + "_label" : "field|name|OPT-113-Lot-EmployLegis" + } ] + }, { + "id" : "GR-Lot-AdditionalInformation", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information", + "_label" : "group|name|GR-Lot-AdditionalInformation", + "content" : [ { + "id" : "BT-300-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Additional Information", + "_label" : "field|name|BT-300-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-TenderingTerms", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Terms", + "_label" : "group|name|GR-Lot-TenderingTerms", + "content" : [ { + "id" : "GR-Lot-AwardCriteria", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriteria", + "displayType" : "GROUP", + "description" : "Award Criteria related information (Description, Justification, Individual Criterion …) for a Lot", + "_label" : "group|name|ND-LotAwardCriteria", + "content" : [ { + "id" : "GR-Lot-AwardCriteria-Criterion", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterion", + "displayType" : "GROUP", + "description" : "Award Criterion related information (Description, Name, Parameter, Code …) for a Lot", + "_label" : "group|name|ND-LotAwardCriterion", + "_repeatable" : true, + "content" : [ { + "id" : "BT-539-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Type", + "_label" : "field|name|BT-539-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-539-Lot", + "unpublishFieldId" : "BT-195(BT-539)-Lot", + "unpublishCode" : "awa-cri-typ" + }, { + "id" : "GR-Unpublish-BT-539-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionTypeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionType)", + "_label" : "group|name|ND-LotAwardCriterionTypeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-539)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-539)-Lot", + "_presetValue" : "awa-cri-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-539)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-539)-Lot" + }, { + "id" : "BT-197(BT-539)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-539)-Lot" + }, { + "id" : "BT-198(BT-539)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-539)-Lot" + } ] + }, { + "id" : "BT-540-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criterion Description", + "_label" : "field|name|BT-540-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-540-Lot", + "unpublishFieldId" : "BT-195(BT-540)-Lot", + "unpublishCode" : "awa-cri-des" + }, { + "id" : "GR-Unpublish-BT-540-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionDescriptionUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionDescription)", + "_label" : "group|name|ND-LotAwardCriterionDescriptionUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-540)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-540)-Lot", + "_presetValue" : "awa-cri-des", + "hidden" : true + }, { + "id" : "BT-196(BT-540)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-540)-Lot" + }, { + "id" : "BT-197(BT-540)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-540)-Lot" + }, { + "id" : "BT-198(BT-540)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-540)-Lot" + } ] + }, { + "id" : "GR-Lot-AwardCriteria-Criterion-Parameters", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionParameters", + "displayType" : "GROUP", + "description" : "Non UBL Native Subordinate Award Criteria elements for a Lot", + "_label" : "group|name|ND-LotAwardCriterionParameters", + "content" : [ { + "id" : "GR-Lot-AwardCriteria-WeightCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardWeightCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Weight Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardWeightCriterionParameter", + "content" : [ { + "id" : "BT-541-Lot-WeightNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Weight Number", + "_label" : "field|name|BT-541-Lot-WeightNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-WeightNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Weight", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-WeightNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionWeightNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionWeightNumber)", + "_label" : "group|name|ND-LotAwardCriterionWeightNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Weight", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Weight" + }, { + "id" : "BT-197(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Weight" + }, { + "id" : "BT-198(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Weight" + } ] + }, { + "id" : "BT-5421-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Weight", + "_label" : "field|name|BT-5421-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5421-Lot", + "unpublishFieldId" : "BT-195(BT-5421)-Lot", + "unpublishCode" : "awa-cri-wei" + }, { + "id" : "GR-Unpublish-BT-5421-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberWeight)", + "_label" : "group|name|ND-LotAwardCriterionNumberWeightUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5421)-Lot", + "_presetValue" : "awa-cri-wei", + "hidden" : true + }, { + "id" : "BT-196(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5421)-Lot" + }, { + "id" : "BT-197(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5421)-Lot" + }, { + "id" : "BT-198(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5421)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-AwardCriteria-FixedCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardFixedCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Fixed Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardFixedCriterionParameter", + "content" : [ { + "id" : "BT-541-Lot-FixedNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Fixed Number", + "_label" : "field|name|BT-541-Lot-FixedNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-FixedNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Fixed", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-FixedNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionFixNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionFixNumber)", + "_label" : "group|name|ND-LotAwardCriterionFixNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Fixed", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Fixed" + }, { + "id" : "BT-197(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Fixed" + }, { + "id" : "BT-198(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Fixed" + } ] + }, { + "id" : "BT-5422-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Fixed", + "_label" : "field|name|BT-5422-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5422-Lot", + "unpublishFieldId" : "BT-195(BT-5422)-Lot", + "unpublishCode" : "awa-cri-fix" + }, { + "id" : "GR-Unpublish-BT-5422-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberFix)", + "_label" : "group|name|ND-LotAwardCriterionNumberFixUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5422)-Lot", + "_presetValue" : "awa-cri-fix", + "hidden" : true + }, { + "id" : "BT-196(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5422)-Lot" + }, { + "id" : "BT-197(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5422)-Lot" + }, { + "id" : "BT-198(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5422)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-AwardCriteria-ThresholdCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardThresholdCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Threshold Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardThresholdCriterionParameter", + "_repeatable" : true, + "content" : [ { + "id" : "BT-541-Lot-ThresholdNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Threshold Number", + "_label" : "field|name|BT-541-Lot-ThresholdNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-ThresholdNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Threshold", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-ThresholdNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionThresholdNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionThresholdNumber)", + "_label" : "group|name|ND-LotAwardCriterionThresholdNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Threshold", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Threshold" + }, { + "id" : "BT-197(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Threshold" + }, { + "id" : "BT-198(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Threshold" + } ] + }, { + "id" : "BT-5423-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Threshold", + "_label" : "field|name|BT-5423-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5423-Lot", + "unpublishFieldId" : "BT-195(BT-5423)-Lot", + "unpublishCode" : "awa-cri-thr" + }, { + "id" : "GR-Unpublish-BT-5423-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberThreshold)", + "_label" : "group|name|ND-LotAwardCriterionNumberThresholdUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5423)-Lot", + "_presetValue" : "awa-cri-thr", + "hidden" : true + }, { + "id" : "BT-196(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5423)-Lot" + }, { + "id" : "BT-197(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5423)-Lot" + }, { + "id" : "BT-198(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5423)-Lot" + } ] + } ] + } ] + }, { + "id" : "BT-734-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criterion Name", + "_label" : "field|name|BT-734-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-734-Lot", + "unpublishFieldId" : "BT-195(BT-734)-Lot", + "unpublishCode" : "awa-cri-nam" + }, { + "id" : "GR-Unpublish-BT-734-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriteriaNameUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriteriaName)", + "_label" : "group|name|ND-LotAwardCriteriaNameUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-734)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-734)-Lot", + "_presetValue" : "awa-cri-nam", + "hidden" : true + }, { + "id" : "BT-196(BT-734)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-734)-Lot" + }, { + "id" : "BT-197(BT-734)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-734)-Lot" + }, { + "id" : "BT-198(BT-734)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-734)-Lot" + } ] + } ] + }, { + "id" : "BT-543-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criteria Complicated", + "_label" : "field|name|BT-543-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-543-Lot", + "unpublishFieldId" : "BT-195(BT-543)-Lot", + "unpublishCode" : "awa-cri-com" + }, { + "id" : "GR-Unpublish-BT-543-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberComplicatedUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberComplicated)", + "_label" : "group|name|ND-LotAwardCriterionNumberComplicatedUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-543)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-543)-Lot", + "_presetValue" : "awa-cri-com", + "hidden" : true + }, { + "id" : "BT-196(BT-543)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-543)-Lot" + }, { + "id" : "BT-197(BT-543)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-543)-Lot" + }, { + "id" : "BT-198(BT-543)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-543)-Lot" + } ] + }, { + "id" : "BT-733-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criteria Order Justification", + "_label" : "field|name|BT-733-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-733-Lot", + "unpublishFieldId" : "BT-195(BT-733)-Lot", + "unpublishCode" : "awa-cri-ord" + }, { + "id" : "GR-Unpublish-BT-733-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriteriaOrderJustificationUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriteriaOrderJustification)", + "_label" : "group|name|ND-LotAwardCriteriaOrderJustificationUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-733)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-733)-Lot", + "_presetValue" : "awa-cri-ord", + "hidden" : true + }, { + "id" : "BT-196(BT-733)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-733)-Lot" + }, { + "id" : "BT-197(BT-733)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-733)-Lot" + }, { + "id" : "BT-198(BT-733)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-733)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-TenderingTerms-CVD", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementLot", + "displayType" : "GROUP", + "description" : "Information about the foreseen strategic procurement and associated assets: categories (Procurement, assets ...)", + "_label" : "group|name|ND-StrategicProcurementLot", + "content" : [ { + "id" : "BT-717-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Clean Vehicles Directive", + "_label" : "field|name|BT-717-Lot" + }, { + "id" : "GR-Lot-TenderingTerms-CVD-type", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementInformationLot", + "displayType" : "GROUP", + "description" : "Information about the foreseen strategic procurement and associated assets: categories (Procurement, assets ...) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-StrategicProcurementInformationLot", + "_repeatable" : true, + "content" : [ { + "id" : "BT-735-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "CVD Contract Type", + "_label" : "field|name|BT-735-Lot" + } ] + } ] + } ] + }, { + "id" : "GR-Lot-SubmissionInfo", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Submission Info", + "_label" : "group|name|GR-Lot-SubmissionInfo", + "content" : [ { + "id" : "GR-Lot-Procedure", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procedure", + "_label" : "group|name|GR-Lot-Procedure", + "content" : [ { + "id" : "BT-634-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Procurement Relaunch", + "_label" : "field|name|BT-634-Lot" + } ] + }, { + "id" : "GR-Lot-AddInfo", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information Providing Organisation", + "_label" : "group|name|GR-Lot-AddInfo", + "content" : [ { + "id" : "OPT-301-Lot-AddInfo", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Info Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-AddInfo", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-DocProvider", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Documents Providing Organisation", + "_label" : "group|name|GR-Lot-DocProvider", + "content" : [ { + "id" : "OPT-301-Lot-DocProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Document Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-DocProvider", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + } ] + }, { + "id" : "GR-Lot-Review", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Review", + "_label" : "group|name|GR-Lot-Review", + "content" : [ { + "id" : "GR-Lot-Deadline", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Deadlines", + "_label" : "group|name|GR-Lot-Deadline", + "content" : [ { + "id" : "BT-99-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Review Deadline Description", + "_label" : "field|name|BT-99-Lot" + } ] + }, { + "id" : "GR-Lot-ReviewOrg", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Organisation", + "_label" : "group|name|GR-Lot-ReviewOrg", + "content" : [ { + "id" : "OPT-301-Lot-ReviewOrg", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Review Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-ReviewOrg", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-ReviewInfo", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Information Providing Organisation", + "_label" : "group|name|GR-Lot-ReviewInfo", + "content" : [ { + "id" : "OPT-301-Lot-ReviewInfo", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Review Info Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-ReviewInfo", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-Mediator", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Mediation Organisation", + "_label" : "group|name|GR-Lot-Mediator", + "content" : [ { + "id" : "OPT-301-Lot-Mediator", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Mediator Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-Mediator", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + } ] + } ], + "_captionFieldId" : "BT-21-Lot" + }, { + "id" : "GR-Result", + "contentType" : "group", + "nodeId" : "ND-NoticeResult", + "displayType" : "SECTION", + "description" : "Outcome of the Procurement Procedure for all lots listed in the notice (also contains individual Lot Results)", + "_label" : "group|name|ND-NoticeResult", + "content" : [ { + "id" : "GR-NoticeResult-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Notice Result", + "_label" : "group|name|GR-NoticeResult-Section", + "content" : [ { + "id" : "BT-161-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Value", + "_label" : "field|name|BT-161-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-161", + "unpublishFieldId" : "BT-195(BT-161)-NoticeResult", + "unpublishCode" : "not-val" + }, { + "id" : "GR-Unpublish-BT-161", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-161", + "_label" : "group|name|GR-Unpublish-BT-161", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-161)-NoticeResult", + "_presetValue" : "not-val", + "hidden" : true + }, { + "id" : "BT-196(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-161)-NoticeResult" + }, { + "id" : "BT-197(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-161)-NoticeResult" + }, { + "id" : "BT-198(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-161)-NoticeResult" + } ] + }, { + "id" : "BT-118-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Framework Maximum Value", + "_label" : "field|name|BT-118-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-118", + "unpublishFieldId" : "BT-195(BT-118)-NoticeResult", + "unpublishCode" : "not-max-val" + }, { + "id" : "GR-Unpublish-BT-118", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-118", + "_label" : "group|name|GR-Unpublish-BT-118", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-118)-NoticeResult", + "_presetValue" : "not-max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-118)-NoticeResult" + }, { + "id" : "BT-197(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-118)-NoticeResult" + }, { + "id" : "BT-198(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-118)-NoticeResult" + } ] + }, { + "id" : "BT-1118-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Framework Approximate Value", + "_label" : "field|name|BT-1118-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-1118", + "unpublishFieldId" : "BT-195(BT-1118)-NoticeResult", + "unpublishCode" : "not-app-val" + }, { + "id" : "GR-Unpublish-BT-1118", + "contentType" : "group", + "nodeId" : "ND-NoticeApproximateValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (NoticeApproximateValue)", + "_label" : "group|name|ND-NoticeApproximateValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1118)-NoticeResult", + "_presetValue" : "not-app-val", + "hidden" : true + }, { + "id" : "BT-196(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1118)-NoticeResult" + }, { + "id" : "BT-197(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1118)-NoticeResult" + }, { + "id" : "BT-198(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1118)-NoticeResult" + } ] + }, { + "id" : "GR-GroupFramework", + "contentType" : "group", + "nodeId" : "ND-NoticeResultGroupFA", + "displayType" : "GROUP", + "description" : "Maximal Value and the associated awarded Group of Lots of the Result Notice", + "_label" : "group|name|ND-NoticeResultGroupFA", + "_repeatable" : true, + "content" : [ { + "id" : "BT-556-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Framework Value Lot Identifier", + "_label" : "field|name|BT-556-NoticeResult", + "_idSchemes" : [ "GLO" ], + "unpublishGroupId" : "GR-Unpublish-BT-556", + "unpublishFieldId" : "BT-195(BT-556)-NoticeResult", + "unpublishCode" : "gro-max-ide" + }, { + "id" : "GR-Unpublish-BT-556", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-556", + "_label" : "group|name|GR-Unpublish-BT-556", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-556)-NoticeResult", + "_presetValue" : "gro-max-ide", + "hidden" : true + }, { + "id" : "BT-196(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-556)-NoticeResult" + }, { + "id" : "BT-197(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-556)-NoticeResult" + }, { + "id" : "BT-198(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-556)-NoticeResult" + } ] + }, { + "id" : "BT-156-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Group Framework Maximum Value", + "_label" : "field|name|BT-156-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-156", + "unpublishFieldId" : "BT-195(BT-156)-NoticeResult", + "unpublishCode" : "gro-max-val" + }, { + "id" : "GR-Unpublish-BT-156", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-156", + "_label" : "group|name|GR-Unpublish-BT-156", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-156)-NoticeResult", + "_presetValue" : "gro-max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-156)-NoticeResult" + }, { + "id" : "BT-197(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-156)-NoticeResult" + }, { + "id" : "BT-198(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-156)-NoticeResult" + } ] + }, { + "id" : "BT-1561-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Group Framework Re-estimated Value", + "_label" : "field|name|BT-1561-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-1561-NoticeResult", + "unpublishFieldId" : "BT-195(BT-1561)-NoticeResult", + "unpublishCode" : "gro-ree-val" + }, { + "id" : "GR-Unpublish-BT-1561-NoticeResult", + "contentType" : "group", + "nodeId" : "ND-GroupReestimatedValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (GroupReestimatedValue)", + "_label" : "group|name|ND-GroupReestimatedValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1561)-NoticeResult", + "_presetValue" : "gro-ree-val", + "hidden" : true + }, { + "id" : "BT-196(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1561)-NoticeResult" + }, { + "id" : "BT-197(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1561)-NoticeResult" + }, { + "id" : "BT-198(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1561)-NoticeResult" + } ] + } ] + } ] + }, { + "id" : "GR-TenderingParty-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Parties", + "_label" : "group|name|GR-TenderingParty-Section", + "content" : [ { + "id" : "GR-TenderingParty", + "contentType" : "group", + "nodeId" : "ND-TenderingParty", + "displayType" : "GROUP", + "description" : "Party formed of one or more organizations than jointly submitted a Tender", + "_label" : "group|name|ND-TenderingParty", + "_idScheme" : "TPA", + "_schemeName" : "tendering-party", + "_identifierFieldId" : "OPT-210-Tenderer", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-210-Tenderer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tendering Party ID", + "_label" : "field|name|OPT-210-Tenderer", + "_idScheme" : "TPA", + "_schemeName" : "tendering-party", + "hidden" : true + }, { + "id" : "OPT-211-Tenderer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tendering Party Name", + "_label" : "field|name|OPT-211-Tenderer" + }, { + "id" : "GR-Tenderer", + "contentType" : "group", + "nodeId" : "ND-Tenderer", + "displayType" : "GROUP", + "description" : "One of the member of the Tendring Party", + "_label" : "group|name|ND-Tenderer", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Tenderer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tenderer ID Reference", + "_label" : "field|name|OPT-300-Tenderer", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "OPT-170-Tenderer", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tendering Party Leader", + "_label" : "field|name|OPT-170-Tenderer" + } ] + }, { + "id" : "GR-Subcontractor", + "contentType" : "group", + "nodeId" : "ND-SubContractor", + "displayType" : "GROUP", + "description" : "Organization identified as a contractor of one at least of the Main Tenderers of a Tendering Party", + "_label" : "group|name|ND-SubContractor", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-Tenderer-SubCont", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Subcontractor ID Reference", + "_label" : "field|name|OPT-301-Tenderer-SubCont", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "GR-Tenderer-Main-Contractor-Id", + "contentType" : "group", + "nodeId" : "ND-SubContractorTakerReference", + "displayType" : "GROUP", + "description" : "Subcontractor taker", + "_label" : "group|name|ND-SubContractorTakerReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-Tenderer-MainCont", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Contractor ID Reference", + "_label" : "field|name|OPT-301-Tenderer-MainCont", + "_idSchemes" : [ "ORG" ] + } ] + } ] + } ], + "_captionFieldId" : "OPT-211-Tenderer" + } ] + }, { + "id" : "GR-SettledContract-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Settled Contracts", + "_label" : "group|name|GR-SettledContract-Section", + "content" : [ { + "id" : "GR-SettledContract", + "contentType" : "group", + "nodeId" : "ND-SettledContract", + "displayType" : "GROUP", + "description" : "Contract settled (or about to be settled) between a Contracting Party and a Tendering Party to satisfy the requirements expressed as part of the Procurement Procedure", + "_label" : "group|name|ND-SettledContract", + "_idScheme" : "CON", + "_schemeName" : "contract", + "_identifierFieldId" : "OPT-316-Contract", + "_repeatable" : true, + "content" : [ { + "id" : "GR-SettledContract-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "SettledContract 1", + "_label" : "group|name|GR-SettledContract-1", + "content" : [ { + "id" : "OPT-316-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Technical Identifier", + "_label" : "field|name|OPT-316-Contract", + "_idScheme" : "CON", + "_schemeName" : "contract", + "hidden" : true + }, { + "id" : "BT-150-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Identifier", + "_label" : "field|name|BT-150-Contract" + }, { + "id" : "BT-1451-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Winner Decision Date", + "_label" : "field|name|BT-1451-Contract" + }, { + "id" : "BT-145-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Conclusion Date", + "_label" : "field|name|BT-145-Contract" + }, { + "id" : "BT-721-Contract", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contract Title", + "_label" : "field|name|BT-721-Contract" + }, { + "id" : "BT-151-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract URL", + "_label" : "field|name|BT-151-Contract" + }, { + "id" : "BT-768-Contract", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Contract Framework Agreement", + "_label" : "field|name|BT-768-Contract" + }, { + "id" : "OPT-100-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Notice Identifier", + "_label" : "field|name|OPT-100-Contract" + }, { + "id" : "GR-SettledContractTenderReference", + "contentType" : "group", + "nodeId" : "ND-SettledContractTenderReference", + "displayType" : "GROUP", + "description" : "Tender leading to the contract", + "_label" : "group|name|ND-SettledContractTenderReference", + "_repeatable" : true, + "content" : [ { + "id" : "BT-3202-Contract", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract Tender ID (Reference)", + "_label" : "field|name|BT-3202-Contract", + "_idSchemes" : [ "TEN" ] + } ] + }, { + "id" : "GR-Contract-Signatory", + "contentType" : "group", + "nodeId" : "ND-ContractSignatory", + "displayType" : "GROUP", + "description" : "Contract signatory", + "_label" : "group|name|ND-ContractSignatory", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Contract-Signatory", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Signatory Identifier Reference", + "_label" : "field|name|OPT-300-Contract-Signatory", + "_idSchemes" : [ "ORG" ] + } ] + } ] + }, { + "id" : "GR-SettledContract-2", + "contentType" : "group", + "nodeId" : "ND-ContractEUFunds", + "displayType" : "GROUP", + "description" : "EU Funds (Code, Description) involved in a contract.", + "_label" : "group|name|ND-ContractEUFunds", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5011-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract EU Funds Financing Identifier", + "_label" : "field|name|BT-5011-Contract" + }, { + "id" : "BT-722-Contract", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract EU Funds Programme", + "_label" : "field|name|BT-722-Contract" + }, { + "id" : "BT-6110-Contract", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contract EU Funds Details", + "_label" : "field|name|BT-6110-Contract" + } ] + } ], + "_captionFieldId" : "BT-150-Contract" + } ] + }, { + "id" : "GR-LotTender-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Lot Tenders", + "_label" : "group|name|GR-LotTender-Section", + "content" : [ { + "id" : "GR-LotTender", + "contentType" : "group", + "nodeId" : "ND-LotTender", + "displayType" : "GROUP", + "description" : "Tender (or fragment of a Tender) submitted for a given Lot", + "_label" : "group|name|ND-LotTender", + "_idScheme" : "TEN", + "_schemeName" : "tender", + "_identifierFieldId" : "OPT-321-Tender", + "_repeatable" : true, + "content" : [ { + "id" : "GR-Tender", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tender", + "_label" : "group|name|GR-Tender", + "content" : [ { + "id" : "OPT-321-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Technical Identifier", + "_label" : "field|name|OPT-321-Tender", + "_idScheme" : "TEN", + "_schemeName" : "tender", + "hidden" : true + }, { + "id" : "BT-3201-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Identifier", + "_label" : "field|name|BT-3201-Tender" + }, { + "id" : "BT-1711-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tender Ranked", + "_label" : "field|name|BT-1711-Tender" + }, { + "id" : "BT-171-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Rank", + "_label" : "field|name|BT-171-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-171", + "unpublishFieldId" : "BT-195(BT-171)-Tender", + "unpublishCode" : "ten-ran" + }, { + "id" : "GR-Unpublish-BT-171", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-171", + "_label" : "group|name|GR-Unpublish-BT-171", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-171)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-171)-Tender", + "_presetValue" : "ten-ran", + "hidden" : true + }, { + "id" : "BT-196(BT-171)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-171)-Tender" + }, { + "id" : "BT-197(BT-171)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-171)-Tender" + }, { + "id" : "BT-198(BT-171)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-171)-Tender" + } ] + }, { + "id" : "BT-193-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tender Variant", + "_label" : "field|name|BT-193-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-193", + "unpublishFieldId" : "BT-195(BT-193)-Tender", + "unpublishCode" : "win-ten-var" + }, { + "id" : "GR-Unpublish-BT-193", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-193", + "_label" : "group|name|GR-Unpublish-BT-193", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-193)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-193)-Tender", + "_presetValue" : "win-ten-var", + "hidden" : true + }, { + "id" : "BT-196(BT-193)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-193)-Tender" + }, { + "id" : "BT-197(BT-193)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-193)-Tender" + }, { + "id" : "BT-198(BT-193)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-193)-Tender" + } ] + }, { + "id" : "BT-720-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value", + "_label" : "field|name|BT-720-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-720", + "unpublishFieldId" : "BT-195(BT-720)-Tender", + "unpublishCode" : "win-ten-val" + }, { + "id" : "GR-Unpublish-BT-720", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-720", + "_label" : "group|name|GR-Unpublish-BT-720", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-720)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-720)-Tender", + "_presetValue" : "win-ten-val", + "hidden" : true + }, { + "id" : "BT-196(BT-720)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-720)-Tender" + }, { + "id" : "BT-197(BT-720)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-720)-Tender" + }, { + "id" : "BT-198(BT-720)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-720)-Tender" + } ] + } ] + }, { + "id" : "GR-LotTender-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotTender 1", + "_label" : "group|name|GR-LotTender-1", + "content" : [ { + "id" : "BT-13714-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tender Lot Identifier", + "_label" : "field|name|BT-13714-Tender", + "_idSchemes" : [ "GLO", "LOT" ] + }, { + "id" : "OPT-310-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tendering Party ID Reference", + "_label" : "field|name|OPT-310-Tender", + "_idSchemes" : [ "TPA" ] + } ] + }, { + "id" : "GR-LotTender-Subcontracting", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Subcontracting", + "_label" : "group|name|GR-LotTender-Subcontracting", + "content" : [ { + "id" : "BT-553-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Subcontracting Value", + "_label" : "field|name|BT-553-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-553", + "unpublishFieldId" : "BT-195(BT-553)-Tender", + "unpublishCode" : "sub-val" + }, { + "id" : "GR-Unpublish-BT-553", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-553", + "_label" : "group|name|GR-Unpublish-BT-553", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-553)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-553)-Tender", + "_presetValue" : "sub-val", + "hidden" : true + }, { + "id" : "BT-196(BT-553)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-553)-Tender" + }, { + "id" : "BT-197(BT-553)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-553)-Tender" + }, { + "id" : "BT-198(BT-553)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-553)-Tender" + } ] + }, { + "id" : "BT-554-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Subcontracting Description", + "_label" : "field|name|BT-554-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-554", + "unpublishFieldId" : "BT-195(BT-554)-Tender", + "unpublishCode" : "sub-des" + }, { + "id" : "GR-Unpublish-BT-554", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-554", + "_label" : "group|name|GR-Unpublish-BT-554", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-554)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-554)-Tender", + "_presetValue" : "sub-des", + "hidden" : true + }, { + "id" : "BT-196(BT-554)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-554)-Tender" + }, { + "id" : "BT-197(BT-554)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-554)-Tender" + }, { + "id" : "BT-198(BT-554)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-554)-Tender" + } ] + }, { + "id" : "BT-555-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Subcontracting Percentage", + "_label" : "field|name|BT-555-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-555", + "unpublishFieldId" : "BT-195(BT-555)-Tender", + "unpublishCode" : "sub-per" + }, { + "id" : "GR-Unpublish-BT-555", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-555", + "_label" : "group|name|GR-Unpublish-BT-555", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-555)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-555)-Tender", + "_presetValue" : "sub-per", + "hidden" : true + }, { + "id" : "BT-196(BT-555)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-555)-Tender" + }, { + "id" : "BT-197(BT-555)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-555)-Tender" + }, { + "id" : "BT-198(BT-555)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-555)-Tender" + } ] + }, { + "id" : "BT-773-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Subcontracting", + "_label" : "field|name|BT-773-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-773", + "unpublishFieldId" : "BT-195(BT-773)-Tender", + "unpublishCode" : "sub-con" + }, { + "id" : "GR-Unpublish-BT-773", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-773", + "_label" : "group|name|GR-Unpublish-BT-773", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-773)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-773)-Tender", + "_presetValue" : "sub-con", + "hidden" : true + }, { + "id" : "BT-196(BT-773)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-773)-Tender" + }, { + "id" : "BT-197(BT-773)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-773)-Tender" + }, { + "id" : "BT-198(BT-773)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-773)-Tender" + } ] + }, { + "id" : "BT-730-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Subcontracting Value Known", + "_label" : "field|name|BT-730-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-730", + "unpublishFieldId" : "BT-195(BT-730)-Tender", + "unpublishCode" : "sub-val-kno" + }, { + "id" : "GR-Unpublish-BT-730", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-730", + "_label" : "group|name|GR-Unpublish-BT-730", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-730)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-730)-Tender", + "_presetValue" : "sub-val-kno", + "hidden" : true + }, { + "id" : "BT-196(BT-730)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-730)-Tender" + }, { + "id" : "BT-197(BT-730)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-730)-Tender" + }, { + "id" : "BT-198(BT-730)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-730)-Tender" + } ] + }, { + "id" : "BT-731-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Subcontracting Percentage Known", + "_label" : "field|name|BT-731-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-731", + "unpublishFieldId" : "BT-195(BT-731)-Tender", + "unpublishCode" : "sub-per-kno" + }, { + "id" : "GR-Unpublish-BT-731", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-731", + "_label" : "group|name|GR-Unpublish-BT-731", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-731)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-731)-Tender", + "_presetValue" : "sub-per-kno", + "hidden" : true + }, { + "id" : "BT-196(BT-731)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-731)-Tender" + }, { + "id" : "BT-197(BT-731)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-731)-Tender" + }, { + "id" : "BT-198(BT-731)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-731)-Tender" + } ] + } ] + } ], + "_captionFieldId" : "BT-3201-Tender" + } ] + }, { + "id" : "GR-LotResult-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Lot Results", + "_label" : "group|name|GR-LotResult-Section", + "content" : [ { + "id" : "GR-LotResult", + "contentType" : "group", + "nodeId" : "ND-LotResult", + "displayType" : "GROUP", + "description" : "Outcome of the Procurement Procedure for a given Lot", + "_label" : "group|name|ND-LotResult", + "_idScheme" : "RES", + "_schemeName" : "result", + "_identifierFieldId" : "OPT-322-LotResult", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-322-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "LotResult Technical Identifier", + "_label" : "field|name|OPT-322-LotResult", + "_idScheme" : "RES", + "_schemeName" : "result", + "hidden" : true + }, { + "id" : "GR-Winner", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Winner", + "_label" : "group|name|GR-Winner", + "content" : [ { + "id" : "BT-142-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Chosen", + "_label" : "field|name|BT-142-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-142", + "unpublishFieldId" : "BT-195(BT-142)-LotResult", + "unpublishCode" : "win-cho" + }, { + "id" : "GR-Unpublish-BT-142", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-142", + "_label" : "group|name|GR-Unpublish-BT-142", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-142)-LotResult", + "_presetValue" : "win-cho", + "hidden" : true + }, { + "id" : "BT-196(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-142)-LotResult" + }, { + "id" : "BT-197(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-142)-LotResult" + }, { + "id" : "BT-198(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-142)-LotResult" + } ] + }, { + "id" : "BT-144-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Not Awarded Reason", + "_label" : "field|name|BT-144-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-144", + "unpublishFieldId" : "BT-195(BT-144)-LotResult", + "unpublishCode" : "no-awa-rea" + }, { + "id" : "GR-Unpublish-BT-144", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-144", + "_label" : "group|name|GR-Unpublish-BT-144", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-144)-LotResult", + "_presetValue" : "no-awa-rea", + "hidden" : true + }, { + "id" : "BT-196(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-144)-LotResult" + }, { + "id" : "BT-197(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-144)-LotResult" + }, { + "id" : "BT-198(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-144)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotResult 1", + "_label" : "group|name|GR-LotResult-1", + "content" : [ { + "id" : "BT-13713-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Result Lot Identifier", + "_label" : "field|name|BT-13713-LotResult", + "_idSchemes" : [ "LOT" ] + }, { + "id" : "GR-LotResult-Tender-Id-Ref", + "contentType" : "group", + "nodeId" : "ND-LotResultTenderReference", + "displayType" : "GROUP", + "description" : "Tender considered for the award decision", + "_label" : "group|name|ND-LotResultTenderReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-320-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tender Identifier Reference", + "_label" : "field|name|OPT-320-LotResult", + "_idSchemes" : [ "TEN" ] + } ] + }, { + "id" : "GR-LotResult-Contract-Id-Ref", + "contentType" : "group", + "nodeId" : "ND-LotResultContractReference", + "displayType" : "GROUP", + "description" : "Contract following an award decision", + "_label" : "group|name|ND-LotResultContractReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-315-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract Identifier Reference", + "_label" : "field|name|OPT-315-LotResult", + "_idSchemes" : [ "CON" ] + } ] + } ] + }, { + "id" : "GR-LotResult-2", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotResult 2", + "_label" : "group|name|GR-LotResult-2", + "content" : [ { + "id" : "BT-119-LotResult", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Dynamic Purchasing System Termination", + "_label" : "field|name|BT-119-LotResult" + }, { + "id" : "BT-660-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Re-estimated Value", + "_label" : "field|name|BT-660-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-660-LotResult", + "unpublishFieldId" : "BT-195(BT-660)-LotResult", + "unpublishCode" : "ree-val" + }, { + "id" : "GR-Unpublish-BT-660-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReestimatedValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ReestimatedValue)", + "_label" : "group|name|ND-ReestimatedValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-660)-LotResult", + "_presetValue" : "ree-val", + "hidden" : true + }, { + "id" : "BT-196(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-660)-LotResult" + }, { + "id" : "BT-197(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-660)-LotResult" + }, { + "id" : "BT-198(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-660)-LotResult" + } ] + }, { + "id" : "BT-709-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-709-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-709", + "unpublishFieldId" : "BT-195(BT-709)-LotResult", + "unpublishCode" : "max-val" + }, { + "id" : "GR-Unpublish-BT-709", + "contentType" : "group", + "nodeId" : "ND-MaximalValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (MaximalValue)", + "_label" : "group|name|ND-MaximalValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-709)-LotResult", + "_presetValue" : "max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-709)-LotResult" + }, { + "id" : "BT-197(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-709)-LotResult" + }, { + "id" : "BT-198(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-709)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-CVD", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementInformationLotResult", + "displayType" : "GROUP", + "description" : "Information about the strategic procurement and associated assets: categories (Procurement, assets ...) and quantity (number) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-StrategicProcurementInformationLotResult", + "_repeatable" : true, + "content" : [ { + "id" : "BT-735-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "CVD Contract Type", + "_label" : "field|name|BT-735-LotResult" + }, { + "id" : "GR-LotResult-CVD-Vehicles", + "contentType" : "group", + "nodeId" : "ND-ProcurementDetailsLotResult", + "displayType" : "GROUP", + "description" : "Information about the assets: category and quantity (number) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-ProcurementDetailsLotResult", + "_repeatable" : true, + "content" : [ { + "id" : "GR-LotResult-CVD-Vehicles-Statistics", + "contentType" : "group", + "nodeId" : "ND-ProcurementStatistics", + "displayType" : "GROUP", + "description" : "Numbers about the procurement: category (code) and quantity (number)", + "_label" : "group|name|ND-ProcurementStatistics", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-156-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Vehicle Numeric", + "_label" : "field|name|OPT-156-LotResult" + }, { + "id" : "OPT-155-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Vehicle Type", + "_label" : "field|name|OPT-155-LotResult" + } ] + }, { + "id" : "BT-723-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Vehicle Category", + "_label" : "field|name|BT-723-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-Parties", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Parties", + "_label" : "group|name|GR-LotResult-Parties", + "content" : [ { + "id" : "GR-LotResult-Financing-Party", + "contentType" : "group", + "nodeId" : "ND-FinancingParty", + "displayType" : "GROUP", + "description" : "Financing party", + "_label" : "group|name|ND-FinancingParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-LotResult-Financing", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Financing Party (ID reference)", + "_label" : "field|name|OPT-301-LotResult-Financing", + "_idSchemes" : [ "ORG" ] + } ] + }, { + "id" : "GR-LotResult-Payer-Party", + "contentType" : "group", + "nodeId" : "ND-PayerParty", + "displayType" : "GROUP", + "description" : "Payer party", + "_label" : "group|name|ND-PayerParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-LotResult-Paying", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Payer Party (ID reference)", + "_label" : "field|name|OPT-301-LotResult-Paying", + "_idSchemes" : [ "ORG" ] + } ] + } ] + }, { + "id" : "GR-LotResult-TenderValue", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tender Value", + "_label" : "group|name|GR-LotResult-TenderValue", + "content" : [ { + "id" : "BT-710-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value Lowest", + "_label" : "field|name|BT-710-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-710", + "unpublishFieldId" : "BT-195(BT-710)-LotResult", + "unpublishCode" : "ten-val-low" + }, { + "id" : "GR-Unpublish-BT-710", + "contentType" : "group", + "nodeId" : "ND-TenderValueLowestUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (TenderValueLowest)", + "_label" : "group|name|ND-TenderValueLowestUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-710)-LotResult", + "_presetValue" : "ten-val-low", + "hidden" : true + }, { + "id" : "BT-196(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-710)-LotResult" + }, { + "id" : "BT-197(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-710)-LotResult" + }, { + "id" : "BT-198(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-710)-LotResult" + } ] + }, { + "id" : "BT-711-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value Highest", + "_label" : "field|name|BT-711-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-711", + "unpublishFieldId" : "BT-195(BT-711)-LotResult", + "unpublishCode" : "ten-val-hig" + }, { + "id" : "GR-Unpublish-BT-711", + "contentType" : "group", + "nodeId" : "ND-TenderValueHighestUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (TenderValueHighest)", + "_label" : "group|name|ND-TenderValueHighestUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-711)-LotResult", + "_presetValue" : "ten-val-hig", + "hidden" : true + }, { + "id" : "BT-196(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-711)-LotResult" + }, { + "id" : "BT-197(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-711)-LotResult" + }, { + "id" : "BT-198(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-711)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReviewRequests", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatistics", + "displayType" : "GROUP", + "description" : "Statistics about Review Requests (number and code)", + "_label" : "group|name|ND-ReviewRequestsStatistics", + "_repeatable" : true, + "content" : [ { + "id" : "BT-636-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Review Requests Irregularity Type", + "_label" : "field|name|BT-636-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-636-LotResult", + "unpublishFieldId" : "BT-195(BT-636)-LotResult", + "unpublishCode" : "buy-rev-typ" + }, { + "id" : "GR-Unpublish-BT-636-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (RevewRequests irregularity type )", + "_label" : "group|name|ND-ReviewRequestsStatisticsTypeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-636)-LotResult", + "_presetValue" : "buy-rev-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-636)-LotResult" + }, { + "id" : "BT-197(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-636)-LotResult" + }, { + "id" : "BT-198(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-636)-LotResult" + } ] + }, { + "id" : "BT-635-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Review Requests Count", + "_label" : "field|name|BT-635-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-635-LotResult", + "unpublishFieldId" : "BT-195(BT-635)-LotResult", + "unpublishCode" : "buy-rev-cou" + }, { + "id" : "GR-Unpublish-BT-635-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (RevewRequests irregularity count )", + "_label" : "group|name|ND-ReviewRequestsStatisticsCountUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-635)-LotResult", + "_presetValue" : "buy-rev-cou", + "hidden" : true + }, { + "id" : "BT-196(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-635)-LotResult" + }, { + "id" : "BT-197(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-635)-LotResult" + }, { + "id" : "BT-198(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-635)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReviewComplainants", + "contentType" : "group", + "nodeId" : "ND-BuyerReviewComplainants", + "displayType" : "GROUP", + "description" : "Statistics regarding the number of Organizations requesting review for a given Irregularity Type (Number & Code)", + "_label" : "group|name|ND-BuyerReviewComplainants", + "content" : [ { + "id" : "BT-712(a)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Review Complainants (Code)", + "_label" : "field|name|BT-712(a)-LotResult" + }, { + "id" : "BT-712(b)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Review Complainants (Number)", + "_label" : "field|name|BT-712(b)-LotResult" + }, { + "id" : "GR-Unpublish-BT-712", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-712", + "_label" : "group|name|GR-Unpublish-BT-712", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-712)-LotResult", + "_presetValue" : "rev-req", + "hidden" : true + }, { + "id" : "BT-196(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-712)-LotResult" + }, { + "id" : "BT-197(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-712)-LotResult" + }, { + "id" : "BT-198(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-712)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReceivedSubmissions", + "contentType" : "group", + "nodeId" : "ND-ReceivedSubmissions", + "displayType" : "GROUP", + "description" : "Container for Received Submissions Statististics Numeric value and associated code.", + "_label" : "group|name|ND-ReceivedSubmissions", + "_repeatable" : true, + "content" : [ { + "id" : "BT-760-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Received Submissions Type", + "_label" : "field|name|BT-760-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-760", + "unpublishFieldId" : "BT-195(BT-760)-LotResult", + "unpublishCode" : "rec-sub-typ" + }, { + "id" : "GR-Unpublish-BT-760", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-760", + "_label" : "group|name|GR-Unpublish-BT-760", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-760)-LotResult", + "_presetValue" : "rec-sub-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-760)-LotResult" + }, { + "id" : "BT-197(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-760)-LotResult" + }, { + "id" : "BT-198(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-760)-LotResult" + } ] + }, { + "id" : "BT-759-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Received Submissions Count", + "_label" : "field|name|BT-759-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-759", + "unpublishFieldId" : "BT-195(BT-759)-LotResult", + "unpublishCode" : "rec-sub-cou" + }, { + "id" : "GR-Unpublish-BT-759", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-759", + "_label" : "group|name|GR-Unpublish-BT-759", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-759)-LotResult", + "_presetValue" : "rec-sub-cou", + "hidden" : true + }, { + "id" : "BT-196(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-759)-LotResult" + }, { + "id" : "BT-197(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-759)-LotResult" + }, { + "id" : "BT-198(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-759)-LotResult" + } ] + } ] + } ], + "_captionFieldId" : "BT-13713-LotResult" + } ] + } ] + }, { + "id" : "GR-Change", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Change", + "_label" : "group|name|GR-Change", + "content" : [ { + "id" : "BT-140-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Change Reason Code", + "_label" : "field|name|BT-140-notice", + "readOnly" : true + }, { + "id" : "BT-762-notice", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Change Reason Description", + "_label" : "field|name|BT-762-notice" + }, { + "id" : "BT-758-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Notice Version Identifier", + "_label" : "field|name|BT-758-notice", + "readOnly" : true + }, { + "id" : "GR-ChangeSections", + "contentType" : "group", + "nodeId" : "ND-Change", + "displayType" : "GROUP", + "description" : "Information associated to a single Change (Section, Description & Procurement Documents)", + "_label" : "group|name|ND-Change", + "_repeatable" : true, + "content" : [ { + "id" : "GR-ChangedSectionIdentifiers", + "contentType" : "group", + "nodeId" : "ND-ChangedSection", + "displayType" : "GROUP", + "description" : "Section subject to change", + "_label" : "group|name|ND-ChangedSection", + "_repeatable" : true, + "content" : [ { + "id" : "BT-13716-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Previous Section Identifier", + "_label" : "field|name|BT-13716-notice" + } ] + }, { + "id" : "BT-141(a)-notice", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Change Description", + "_label" : "field|name|BT-141(a)-notice" + }, { + "id" : "BT-718-notice", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Change Procurement Documents", + "_label" : "field|name|BT-718-notice" + }, { + "id" : "BT-719-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Procurement Documents Date", + "_label" : "field|name|BT-719-notice" + } ] + } ] + }, { + "id" : "GR-Organisations-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Organisations", + "_label" : "group|name|GR-Organisations-Section", + "content" : [ { + "id" : "GR-Organisations-Subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Organisations", + "_label" : "group|name|GR-Organisations-Subsection", + "content" : [ { + "id" : "GR-Organisations", + "contentType" : "group", + "nodeId" : "ND-Organization", + "displayType" : "GROUP", + "description" : "A Party involved in the Competition from either side (Buyer or Tenderer) with a Legal Entity (Company) and possibly additional Contact Points (touchpoints)", + "_label" : "group|name|ND-Organization", + "_idScheme" : "ORG", + "_schemeName" : "organization", + "_identifierFieldId" : "OPT-200-Organization-Company", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-200-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Technical Identifier", + "_label" : "field|name|OPT-200-Organization-Company", + "_idScheme" : "ORG", + "_schemeName" : "organization", + "hidden" : true + }, { + "id" : "GR-Company", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation", + "_label" : "group|name|GR-Company", + "content" : [ { + "id" : "BT-500-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Name", + "_label" : "field|name|BT-500-Organization-Company" + }, { + "id" : "GR-Organisation-Identifier", + "contentType" : "group", + "nodeId" : "ND-CompanyLegalEntity", + "displayType" : "GROUP", + "description" : "Company legal identifier", + "_label" : "group|name|ND-CompanyLegalEntity", + "_repeatable" : true, + "content" : [ { + "id" : "BT-501-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Identifier", + "_label" : "field|name|BT-501-Organization-Company" + } ] + }, { + "id" : "BT-16-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Part Name", + "_label" : "field|name|BT-16-Organization-Company" + }, { + "id" : "BT-505-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Internet Address", + "_label" : "field|name|BT-505-Organization-Company" + }, { + "id" : "BT-509-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation eDelivery Gateway", + "_label" : "field|name|BT-509-Organization-Company" + } ] + }, { + "id" : "GR-Company-Address", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation Address", + "_label" : "group|name|GR-Company-Address", + "content" : [ { + "id" : "BT-510(a)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-Organization-Company" + }, { + "id" : "BT-510(b)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-Organization-Company" + }, { + "id" : "BT-510(c)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-Organization-Company" + }, { + "id" : "BT-513-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation City", + "_label" : "field|name|BT-513-Organization-Company" + }, { + "id" : "BT-512-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Post Code", + "_label" : "field|name|BT-512-Organization-Company" + }, { + "id" : "BT-507-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Organisation Country Subdivision", + "_label" : "field|name|BT-507-Organization-Company" + }, { + "id" : "BT-514-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Organisation Country Code", + "_label" : "field|name|BT-514-Organization-Company" + } ] + }, { + "id" : "GR-Company-Contact", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation Contact", + "_label" : "group|name|GR-Company-Contact", + "content" : [ { + "id" : "BT-502-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Contact Point", + "_label" : "field|name|BT-502-Organization-Company" + }, { + "id" : "BT-506-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Email Address", + "_label" : "field|name|BT-506-Organization-Company" + }, { + "id" : "BT-503-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Telephone Number", + "_label" : "field|name|BT-503-Organization-Company" + }, { + "id" : "BT-739-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Fax", + "_label" : "field|name|BT-739-Organization-Company" + } ] + }, { + "id" : "GR-Company-BuyerExclusive", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Buyer Exclusive", + "_label" : "group|name|GR-Company-BuyerExclusive", + "content" : [ { + "id" : "OPP-050-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Buyers Group Lead Indicator", + "_label" : "field|name|OPP-050-Organization" + }, { + "id" : "OPP-051-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Awarding CPB Buyer Indicator", + "_label" : "field|name|OPP-051-Organization" + }, { + "id" : "OPP-052-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Acquiring CPB Buyer Indicator", + "_label" : "field|name|OPP-052-Organization" + } ] + }, { + "id" : "GR-Company-EconomicOperatorExclusive", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Economic Operator Exclusive", + "_label" : "group|name|GR-Company-EconomicOperatorExclusive", + "content" : [ { + "id" : "BT-633-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Organisation Natural Person", + "_label" : "field|name|BT-633-Organization" + }, { + "id" : "GR-Organisation-UBO-Reference", + "contentType" : "group", + "nodeId" : "ND-OrganizationUboReference", + "displayType" : "GROUP", + "description" : "Organization UBO", + "_label" : "group|name|ND-OrganizationUboReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-302-Organization", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Beneficial Owner Reference", + "_label" : "field|name|OPT-302-Organization", + "_idSchemes" : [ "UBO" ] + } ] + }, { + "id" : "BT-165-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Size", + "_label" : "field|name|BT-165-Organization-Company" + }, { + "id" : "BT-746-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Winner Listed", + "_label" : "field|name|BT-746-Organization" + } ] + }, { + "id" : "GR-Touch-Point", + "contentType" : "group", + "nodeId" : "ND-Touchpoint", + "displayType" : "GROUP", + "description" : "Contact details associated to a given role", + "_label" : "group|name|ND-Touchpoint", + "_idScheme" : "TPO", + "_schemeName" : "touchpoint", + "_identifierFieldId" : "OPT-201-Organization-TouchPoint", + "_repeatable" : true, + "collapsed" : true, + "content" : [ { + "id" : "OPT-201-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "TouchPoint Technical Identifier", + "_label" : "field|name|OPT-201-Organization-TouchPoint", + "_idScheme" : "TPO", + "_schemeName" : "touchpoint", + "hidden" : true + }, { + "id" : "BT-500-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Name", + "_label" : "field|name|BT-500-Organization-TouchPoint" + }, { + "id" : "BT-16-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Part Name", + "_label" : "field|name|BT-16-Organization-TouchPoint" + }, { + "id" : "BT-505-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internet Address", + "_label" : "field|name|BT-505-Organization-TouchPoint" + }, { + "id" : "BT-509-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "eDelivery Gateway", + "_label" : "field|name|BT-509-Organization-TouchPoint" + }, { + "id" : "GR-TouchPoint-Address", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "TouchPoint Address", + "_label" : "group|name|GR-TouchPoint-Address", + "content" : [ { + "id" : "BT-510(a)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-Organization-TouchPoint" + }, { + "id" : "BT-510(b)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-Organization-TouchPoint" + }, { + "id" : "BT-510(c)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-Organization-TouchPoint" + }, { + "id" : "BT-513-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "City", + "_label" : "field|name|BT-513-Organization-TouchPoint" + }, { + "id" : "BT-512-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Post Code", + "_label" : "field|name|BT-512-Organization-TouchPoint" + }, { + "id" : "BT-507-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Subdivision", + "_label" : "field|name|BT-507-Organization-TouchPoint" + }, { + "id" : "BT-514-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Code", + "_label" : "field|name|BT-514-Organization-TouchPoint" + } ] + }, { + "id" : "GR-TouchPoint-Contact", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "TouchPoint Contact", + "_label" : "group|name|GR-TouchPoint-Contact", + "content" : [ { + "id" : "BT-502-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contact Point", + "_label" : "field|name|BT-502-Organization-TouchPoint" + }, { + "id" : "BT-506-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Email Address", + "_label" : "field|name|BT-506-Organization-TouchPoint" + }, { + "id" : "BT-503-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Telephone Number", + "_label" : "field|name|BT-503-Organization-TouchPoint" + }, { + "id" : "BT-739-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Fax", + "_label" : "field|name|BT-739-Organization-TouchPoint" + } ] + } ], + "_captionFieldId" : "BT-500-Organization-TouchPoint" + } ], + "_captionFieldId" : "BT-500-Organization-Company" + } ] + }, { + "id" : "GR-UBO-Subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Ultimate Beneficial Owner", + "_label" : "group|name|GR-UBO-Subsection", + "content" : [ { + "id" : "GR-UBO", + "contentType" : "group", + "nodeId" : "ND-UBO", + "displayType" : "GROUP", + "description" : "Ultimate Beneficial Owner", + "_label" : "group|name|ND-UBO", + "_idScheme" : "UBO", + "_schemeName" : "ubo", + "_identifierFieldId" : "OPT-202-UBO", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-202-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Beneficial Owner Technical Identifier", + "_label" : "field|name|OPT-202-UBO", + "_idScheme" : "UBO", + "_schemeName" : "ubo", + "hidden" : true + }, { + "id" : "BT-500-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "UBO Name", + "_label" : "field|name|BT-500-UBO" + }, { + "id" : "OPT-160-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "First Name", + "_label" : "field|name|OPT-160-UBO" + }, { + "id" : "BT-506-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Email Address", + "_label" : "field|name|BT-506-UBO" + }, { + "id" : "BT-503-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Telephone Number", + "_label" : "field|name|BT-503-UBO" + }, { + "id" : "BT-739-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Contact Fax", + "_label" : "field|name|BT-739-UBO" + }, { + "id" : "BT-507-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Subdivision", + "_label" : "field|name|BT-507-UBO" + }, { + "id" : "BT-510(a)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-UBO" + }, { + "id" : "BT-510(b)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-UBO" + }, { + "id" : "BT-510(c)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-UBO" + }, { + "id" : "BT-512-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Post Code", + "_label" : "field|name|BT-512-UBO" + }, { + "id" : "BT-513-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "City", + "_label" : "field|name|BT-513-UBO" + }, { + "id" : "BT-514-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Code", + "_label" : "field|name|BT-514-UBO" + }, { + "id" : "GR-UBO-Winner", + "contentType" : "group", + "nodeId" : "ND-UBONationality", + "displayType" : "GROUP", + "description" : "UBO nationality", + "_label" : "group|name|ND-UBONationality", + "_repeatable" : true, + "content" : [ { + "id" : "BT-706-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Owner Nationality", + "_label" : "field|name|BT-706-UBO" + } ] + } ], + "_captionFieldId" : "BT-500-UBO" + } ] + } ] + } ] +} \ No newline at end of file diff --git a/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/notice-types/30.json b/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/notice-types/30.json new file mode 100644 index 0000000..a5548c6 --- /dev/null +++ b/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/notice-types/30.json @@ -0,0 +1,4462 @@ +{ + "ublVersion" : "2.3", + "sdkVersion" : "1.10.0", + "metadataDatabase" : { + "version" : "1.10.0", + "createdOn" : "2023-11-15T14:00:00" + }, + "noticeId" : "30", + "metadata" : [ { + "id" : "BT-02-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Type", + "_label" : "field|name|BT-02-notice", + "readOnly" : true + }, { + "id" : "BT-03-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Form Type", + "_label" : "field|name|BT-03-notice", + "readOnly" : true + }, { + "id" : "BT-04-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Identifier", + "_label" : "field|name|BT-04-notice", + "readOnly" : true + }, { + "id" : "BT-701-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Identifier", + "_label" : "field|name|BT-701-notice", + "readOnly" : true + }, { + "id" : "BT-757-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Version", + "_label" : "field|name|BT-757-notice", + "readOnly" : true + }, { + "id" : "BT-702(a)-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Official Language", + "_label" : "field|name|BT-702(a)-notice", + "hidden" : true + }, { + "id" : "BT-702(b)-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Official Language", + "_label" : "field|name|BT-702(b)-notice", + "_repeatable" : true, + "hidden" : true + }, { + "id" : "BT-05(a)-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Dispatch Date", + "_label" : "field|name|BT-05(a)-notice", + "_presetValue" : "{NOW}", + "hidden" : true + }, { + "id" : "BT-05(b)-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Dispatch Time", + "_label" : "field|name|BT-05(b)-notice", + "_presetValue" : "{NOW}", + "hidden" : true + }, { + "id" : "BT-738-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Preferred Publication Date", + "_label" : "field|name|BT-738-notice", + "hidden" : true + }, { + "id" : "OPT-999", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Dummy Tender Award Date", + "_label" : "field|name|OPT-999", + "_presetValue" : "2000-01-01Z", + "hidden" : true + }, { + "id" : "OPT-001-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBL version ID (UBL)", + "_label" : "field|name|OPT-001-notice", + "hidden" : true + }, { + "id" : "OPT-002-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Customization ID (UBL)", + "_label" : "field|name|OPT-002-notice", + "readOnly" : true + }, { + "id" : "OPP-070-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Notice Subtype", + "_label" : "field|name|OPP-070-notice", + "readOnly" : true + }, { + "id" : "OPP-010-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Publication Number", + "_label" : "field|name|OPP-010-notice", + "hidden" : true + }, { + "id" : "OPP-011-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "OJEU Identifier", + "_label" : "field|name|OPP-011-notice", + "hidden" : true + }, { + "id" : "OPP-012-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "OJEU Publication Date", + "_label" : "field|name|OPP-012-notice", + "hidden" : true + } ], + "content" : [ { + "id" : "GR-Buyer", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Contracting Party and Provider related Information", + "_label" : "group|name|GR-Buyer", + "content" : [ { + "id" : "GR-ContractingAuthority", + "contentType" : "group", + "nodeId" : "ND-ContractingParty", + "displayType" : "GROUP", + "description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", + "_label" : "group|name|ND-ContractingParty", + "_repeatable" : true, + "content" : [ { + "id" : "GR-ContractingAuthority-Buyer", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", + "_label" : "group|name|GR-ContractingAuthority-Buyer", + "content" : [ { + "id" : "OPT-300-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Technical Identifier Reference", + "_label" : "field|name|OPT-300-Procedure-Buyer", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "BT-11-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Legal Type", + "_label" : "field|name|BT-11-Procedure-Buyer" + }, { + "id" : "BT-10-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Activity Authority", + "_label" : "field|name|BT-10-Procedure-Buyer" + }, { + "id" : "BT-610-Procedure-Buyer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Activity Entity", + "_label" : "field|name|BT-610-Procedure-Buyer" + }, { + "id" : "BT-508-Procedure-Buyer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Profile URL", + "_label" : "field|name|BT-508-Procedure-Buyer" + } ] + }, { + "id" : "GR-Procedure-SProvider", + "contentType" : "group", + "nodeId" : "ND-ServiceProviderParty", + "displayType" : "GROUP", + "description" : "Provided Service (code) and Provider (Reference to Organization)", + "_label" : "group|name|ND-ServiceProviderParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Procedure-SProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Service Provider Technical Identifier Reference", + "_label" : "field|name|OPT-300-Procedure-SProvider", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "OPT-030-Procedure-SProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Provided Service Type", + "_label" : "field|name|OPT-030-Procedure-SProvider" + } ] + } ] + } ] + }, { + "id" : "GR-Procedure", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure", + "content" : [ { + "id" : "GR-Procedure-Purpose", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Purpose", + "_label" : "group|name|GR-Procedure-Purpose", + "content" : [ { + "id" : "GR-Previous-Notice", + "contentType" : "group", + "nodeId" : "ND-PreviousNoticeReference", + "displayType" : "GROUP", + "description" : "Previous notice reference", + "_label" : "group|name|ND-PreviousNoticeReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPP-090-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Notice Identifier", + "_label" : "field|name|OPP-090-Procedure" + } ] + }, { + "id" : "GR-Procedure-MainLegalBasis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Main Legal Basis", + "_label" : "group|name|GR-Procedure-MainLegalBasis", + "content" : [ { + "id" : "BT-01-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Legal Basis", + "_label" : "field|name|BT-01-notice" + } ] + }, { + "id" : "GR-Procedure-LocalLegalBasisWithID", + "contentType" : "group", + "nodeId" : "ND-LocalLegalBasisWithID", + "displayType" : "GROUP", + "description" : "Legislation impacting the procurement and for which an ID is known", + "_label" : "group|name|ND-LocalLegalBasisWithID", + "_repeatable" : true, + "content" : [ { + "id" : "BT-01(c)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Legal Basis (ID)", + "_label" : "field|name|BT-01(c)-Procedure" + }, { + "id" : "BT-01(d)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Legal Basis (Description)", + "_label" : "field|name|BT-01(d)-Procedure" + } ] + }, { + "id" : "GR-Procedure-LocalLegalBasisNoID", + "contentType" : "group", + "nodeId" : "ND-LocalLegalBasisNoID", + "displayType" : "GROUP", + "description" : "Legislation impacting the procurement and for which no ID is known", + "_label" : "group|name|ND-LocalLegalBasisNoID", + "_repeatable" : true, + "content" : [ { + "id" : "BT-01(e)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Procedure Legal Basis (NoID)", + "_label" : "field|name|BT-01(e)-Procedure", + "_presetValue" : "LocalLegalBasis", + "hidden" : true + }, { + "id" : "BT-01(f)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Legal Basis (NoID Description)", + "_label" : "field|name|BT-01(f)-Procedure" + } ] + }, { + "id" : "GR-Procedure-Description", + "contentType" : "group", + "nodeId" : "ND-ProcedureProcurementScope", + "displayType" : "GROUP", + "description" : "Scope of the Procurement addressed with the whole notice", + "_label" : "group|name|ND-ProcedureProcurementScope", + "content" : [ { + "id" : "BT-22-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internal Identifier", + "_label" : "field|name|BT-22-Procedure" + }, { + "id" : "BT-21-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Title", + "_label" : "field|name|BT-21-Procedure" + }, { + "id" : "BT-24-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Description", + "_label" : "field|name|BT-24-Procedure" + }, { + "id" : "BT-23-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Nature", + "_label" : "field|name|BT-23-Procedure" + }, { + "id" : "GR-Procedure-Additional-Nature", + "contentType" : "group", + "nodeId" : "ND-ProcedureContractAdditionalNature", + "displayType" : "GROUP", + "description" : "Additional contract nature for the Procedure", + "_label" : "group|name|ND-ProcedureContractAdditionalNature", + "_repeatable" : true, + "content" : [ { + "id" : "BT-531-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Nature (different from Main)", + "_label" : "field|name|BT-531-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Scope", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Scope", + "_label" : "group|name|GR-Procedure-Scope", + "content" : [ { + "id" : "BT-27-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Estimated Value", + "_label" : "field|name|BT-27-Procedure" + }, { + "id" : "BT-271-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-271-Procedure" + }, { + "id" : "GR-Procedure-Scope-MainClassification", + "contentType" : "group", + "nodeId" : "ND-ProcedureMainClassification", + "displayType" : "GROUP", + "description" : "Classification for the Main Commodity of the Procedure", + "_label" : "group|name|ND-ProcedureMainClassification", + "content" : [ { + "id" : "BT-26(m)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(m)-Procedure" + }, { + "id" : "BT-262-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Classification Code", + "_label" : "field|name|BT-262-Procedure" + } ] + }, { + "id" : "GR-Procedure-Scope-AdditionalClassification", + "contentType" : "group", + "nodeId" : "ND-ProcedureAdditionalCommodityClassification", + "displayType" : "GROUP", + "description" : "Classification for the Additional Commodity of the Procedure", + "_label" : "group|name|ND-ProcedureAdditionalCommodityClassification", + "_repeatable" : true, + "content" : [ { + "id" : "BT-26(a)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(a)-Procedure" + }, { + "id" : "BT-263-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Classification Code", + "_label" : "field|name|BT-263-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-PlaceOfPerformance", + "contentType" : "group", + "nodeId" : "ND-ProcedurePlacePerformanceAdditionalInformation", + "displayType" : "GROUP", + "description" : "Additional Information about the location where the Procurement, for the Procedure as a whole, should take place", + "_label" : "group|name|ND-ProcedurePlacePerformanceAdditionalInformation", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5101(a)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Street", + "_label" : "field|name|BT-5101(a)-Procedure" + }, { + "id" : "BT-5101(b)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 1", + "_label" : "field|name|BT-5101(b)-Procedure" + }, { + "id" : "BT-5101(c)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 2", + "_label" : "field|name|BT-5101(c)-Procedure" + }, { + "id" : "BT-5131-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance City", + "_label" : "field|name|BT-5131-Procedure" + }, { + "id" : "BT-5121-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Post Code", + "_label" : "field|name|BT-5121-Procedure" + }, { + "id" : "BT-5071-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Subdivision", + "_label" : "field|name|BT-5071-Procedure" + }, { + "id" : "BT-5141-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Code", + "_label" : "field|name|BT-5141-Procedure" + }, { + "id" : "BT-727-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Services Other", + "_label" : "field|name|BT-727-Procedure" + }, { + "id" : "BT-728-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Additional Information", + "_label" : "field|name|BT-728-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-TenderingTerms", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Terms", + "_label" : "group|name|GR-Procedure-TenderingTerms", + "content" : [ { + "id" : "GR-Procedure-CrossBorderLaw", + "contentType" : "group", + "nodeId" : "ND-CrossBorderLaw", + "displayType" : "GROUP", + "description" : "Cross Border Law", + "_label" : "group|name|ND-CrossBorderLaw", + "content" : [ { + "id" : "BT-09(a)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Cross Border Law", + "_label" : "field|name|BT-09(a)-Procedure", + "_presetValue" : "CrossBorderLaw", + "hidden" : true + }, { + "id" : "BT-09(b)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Cross Border Law Description", + "_label" : "field|name|BT-09(b)-Procedure" + }, { + "id" : "GR-Unpublish-BT-09", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-09", + "_label" : "group|name|GR-Unpublish-BT-09", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-09)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-09)-Procedure", + "_presetValue" : "cro-bor-law", + "hidden" : true + }, { + "id" : "BT-196(BT-09)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-09)-Procedure" + }, { + "id" : "BT-197(BT-09)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-09)-Procedure" + }, { + "id" : "BT-198(BT-09)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-09)-Procedure" + } ] + } ] + } ] + }, { + "id" : "GR-Procedure-Procedure-subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure-Procedure-subsection", + "content" : [ { + "id" : "GR-Procedure-Procedure", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procedure", + "_label" : "group|name|GR-Procedure-Procedure", + "content" : [ { + "id" : "BT-634-Procedure", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Procurement Relaunch", + "_label" : "field|name|BT-634-Procedure" + }, { + "id" : "BT-88-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Features", + "_label" : "field|name|BT-88-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-88", + "unpublishFieldId" : "BT-195(BT-88)-Procedure", + "unpublishCode" : "pro-fea" + }, { + "id" : "GR-Unpublish-BT-88", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-88", + "_label" : "group|name|GR-Unpublish-BT-88", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-88)-Procedure", + "_presetValue" : "pro-fea", + "hidden" : true + }, { + "id" : "BT-196(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-88)-Procedure" + }, { + "id" : "BT-197(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-88)-Procedure" + }, { + "id" : "BT-198(BT-88)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-88)-Procedure" + } ] + }, { + "id" : "BT-105-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Type", + "_label" : "field|name|BT-105-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-105", + "unpublishFieldId" : "BT-195(BT-105)-Procedure", + "unpublishCode" : "pro-typ" + }, { + "id" : "GR-Unpublish-BT-105", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-105", + "_label" : "group|name|GR-Unpublish-BT-105", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-105)-Procedure", + "_presetValue" : "pro-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-105)-Procedure" + }, { + "id" : "BT-197(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-105)-Procedure" + }, { + "id" : "BT-198(BT-105)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-105)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-Accelerated", + "contentType" : "group", + "nodeId" : "ND-AcceleratedProcedure", + "displayType" : "GROUP", + "description" : "Accelerated Procedure (or not) and Justification", + "_label" : "group|name|ND-AcceleratedProcedure", + "content" : [ { + "id" : "BT-106-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procedure Accelerated", + "_label" : "field|name|BT-106-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-106-Procedure", + "unpublishFieldId" : "BT-195(BT-106)-Procedure", + "unpublishCode" : "pro-acc" + }, { + "id" : "GR-Unpublish-BT-106-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureAcceleratedUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (Procedure Accelerated)", + "_label" : "group|name|ND-ProcedureAcceleratedUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-106)-Procedure", + "_presetValue" : "pro-acc", + "hidden" : true + }, { + "id" : "BT-196(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-106)-Procedure" + }, { + "id" : "BT-197(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-106)-Procedure" + }, { + "id" : "BT-198(BT-106)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-106)-Procedure" + } ] + }, { + "id" : "BT-1351-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Procedure Accelerated Justification", + "_label" : "field|name|BT-1351-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-1351-Procedure", + "unpublishFieldId" : "BT-195(BT-1351)-Procedure", + "unpublishCode" : "pro-acc-jus" + }, { + "id" : "GR-Unpublish-BT-1351-Procedure", + "contentType" : "group", + "nodeId" : "ND-ProcedureAcceleratedJustificationUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ProcedureAcceleratedJustification)", + "_label" : "group|name|ND-ProcedureAcceleratedJustificationUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1351)-Procedure", + "_presetValue" : "pro-acc-jus", + "hidden" : true + }, { + "id" : "BT-196(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1351)-Procedure" + }, { + "id" : "BT-197(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1351)-Procedure" + }, { + "id" : "BT-198(BT-1351)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1351)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-DirectAward", + "contentType" : "group", + "nodeId" : "ND-DirectAward", + "displayType" : "GROUP", + "description" : "Direct Award (or not) and Justification", + "_label" : "group|name|ND-DirectAward", + "_repeatable" : true, + "content" : [ { + "id" : "BT-136-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Direct Award Justification Code", + "_label" : "field|name|BT-136-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-136", + "unpublishFieldId" : "BT-195(BT-136)-Procedure", + "unpublishCode" : "dir-awa-jus" + }, { + "id" : "GR-Unpublish-BT-136", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationCodeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationCode)", + "_label" : "group|name|ND-DirectAwardJustificationCodeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-136)-Procedure", + "_presetValue" : "dir-awa-jus", + "hidden" : true + }, { + "id" : "BT-196(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-136)-Procedure" + }, { + "id" : "BT-197(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-136)-Procedure" + }, { + "id" : "BT-198(BT-136)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-136)-Procedure" + } ] + }, { + "id" : "BT-135-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Direct Award Justification Text", + "_label" : "field|name|BT-135-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-135", + "unpublishFieldId" : "BT-195(BT-135)-Procedure", + "unpublishCode" : "dir-awa-tex" + }, { + "id" : "GR-Unpublish-BT-135", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationTextUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationText)", + "_label" : "group|name|ND-DirectAwardJustificationTextUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-135)-Procedure", + "_presetValue" : "dir-awa-tex", + "hidden" : true + }, { + "id" : "BT-196(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-135)-Procedure" + }, { + "id" : "BT-197(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-135)-Procedure" + }, { + "id" : "BT-198(BT-135)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-135)-Procedure" + } ] + }, { + "id" : "BT-1252-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Direct Award Justification Previous Procedure Identifier", + "_label" : "field|name|BT-1252-Procedure", + "unpublishGroupId" : "GR-Unpublish-BT-1252", + "unpublishFieldId" : "BT-195(BT-1252)-Procedure", + "unpublishCode" : "dir-awa-pre" + }, { + "id" : "GR-Unpublish-BT-1252", + "contentType" : "group", + "nodeId" : "ND-DirectAwardJustificationPreviousUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (DirectAwardJustificationPrevious)", + "_label" : "group|name|ND-DirectAwardJustificationPreviousUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1252)-Procedure", + "_presetValue" : "dir-awa-pre", + "hidden" : true + }, { + "id" : "BT-196(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1252)-Procedure" + }, { + "id" : "BT-197(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1252)-Procedure" + }, { + "id" : "BT-198(BT-1252)-Procedure", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1252)-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-PinTerminated", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "PIN Terminated", + "_label" : "group|name|GR-Procedure-PinTerminated", + "content" : [ { + "id" : "BT-756-Procedure", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "PIN Competition Termination", + "_label" : "field|name|BT-756-Procedure" + } ] + }, { + "id" : "GR-Procedure-AdditionalInformation", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information", + "_label" : "group|name|GR-Procedure-AdditionalInformation", + "content" : [ { + "id" : "BT-300-Procedure", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Additional Information", + "_label" : "field|name|BT-300-Procedure" + } ] + } ] + }, { + "id" : "GR-Procedure-LotDistribution", + "contentType" : "group", + "nodeId" : "ND-LotDistribution", + "displayType" : "SECTION", + "description" : "Lots Distribution Information (Max number of Lots a same tenderer may win, Max number of lots a tenderer may tender for, Group of lots and their composition)", + "_label" : "group|name|ND-LotDistribution", + "content" : [ { + "id" : "GR-Procedure-GroupComposition", + "contentType" : "group", + "nodeId" : "ND-GroupComposition", + "displayType" : "GROUP", + "description" : "Composition of a given Group of lots", + "_label" : "group|name|ND-GroupComposition", + "_repeatable" : true, + "content" : [ { + "id" : "BT-330-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Identifier", + "_label" : "field|name|BT-330-Procedure", + "_idSchemes" : [ "GLO" ] + }, { + "id" : "GR-Group-Composition-Reference", + "contentType" : "group", + "nodeId" : "ND-GroupCompositionLotReference", + "displayType" : "GROUP", + "description" : "Lot belonging to the Group", + "_label" : "group|name|ND-GroupCompositionLotReference", + "_repeatable" : true, + "content" : [ { + "id" : "BT-1375-Procedure", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Lot Identifier", + "_label" : "field|name|BT-1375-Procedure", + "_idSchemes" : [ "LOT" ] + } ] + } ] + } ] + } ] + }, { + "id" : "GR-Lot", + "contentType" : "group", + "nodeId" : "ND-Lot", + "displayType" : "SECTION", + "description" : "Lot related information covering Tendering Terms, Tendering Process and Purpose", + "_label" : "group|name|ND-Lot", + "_idScheme" : "LOT", + "_schemeName" : "Lot", + "_identifierFieldId" : "BT-137-Lot", + "_repeatable" : true, + "content" : [ { + "id" : "BT-137-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Purpose Lot Identifier", + "_label" : "field|name|BT-137-Lot", + "_idScheme" : "LOT", + "_schemeName" : "Lot", + "hidden" : true + }, { + "id" : "GR-Lot-Purpose", + "contentType" : "group", + "nodeId" : "ND-LotTenderingProcess", + "displayType" : "SECTION", + "description" : "Tendering Procedure information (GPA, Atypical Tool, Deadlines, techniques) for a Lot", + "_label" : "group|name|ND-LotTenderingProcess", + "content" : [ { + "id" : "GR-Lot-PreviousPlanning", + "contentType" : "group", + "nodeId" : "ND-LotPreviousPlanning", + "displayType" : "GROUP", + "description" : "Lot Previous Planning Reference", + "_label" : "group|name|ND-LotPreviousPlanning", + "_repeatable" : true, + "content" : [ { + "id" : "BT-125(i)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Planning Identifier", + "_label" : "field|name|BT-125(i)-Lot" + }, { + "id" : "BT-1251-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Previous Planning Part Identifier", + "_label" : "field|name|BT-1251-Lot" + } ] + }, { + "id" : "GR-Lot-Description", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Description", + "_label" : "group|name|GR-Lot-Description", + "content" : [ { + "id" : "BT-22-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internal Identifier", + "_label" : "field|name|BT-22-Lot" + }, { + "id" : "BT-21-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Title", + "_label" : "field|name|BT-21-Lot" + }, { + "id" : "BT-24-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Description", + "_label" : "field|name|BT-24-Lot" + }, { + "id" : "BT-23-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Nature", + "_label" : "field|name|BT-23-Lot" + }, { + "id" : "GR-Lot-Additional-Nature", + "contentType" : "group", + "nodeId" : "ND-LotContractAdditionalNature", + "displayType" : "GROUP", + "description" : "Additional contract nature for the Lot", + "_label" : "group|name|ND-LotContractAdditionalNature", + "_repeatable" : true, + "content" : [ { + "id" : "BT-531-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Nature (different from Main)", + "_label" : "field|name|BT-531-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-Scope", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Scope", + "_label" : "group|name|GR-Lot-Scope", + "content" : [ { + "id" : "BT-25-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Quantity", + "_label" : "field|name|BT-25-Lot" + }, { + "id" : "BT-625-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unit", + "_label" : "field|name|BT-625-Lot" + }, { + "id" : "BT-27-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Estimated Value", + "_label" : "field|name|BT-27-Lot" + }, { + "id" : "GR-Lot-Scope-MainClassification", + "contentType" : "group", + "nodeId" : "ND-LotMainClassification", + "displayType" : "GROUP", + "description" : "Classification for the Main Commodity of a Lot", + "_label" : "group|name|ND-LotMainClassification", + "content" : [ { + "id" : "BT-26(m)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(m)-Lot" + }, { + "id" : "BT-262-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Classification Code", + "_label" : "field|name|BT-262-Lot" + } ] + }, { + "id" : "GR-Lot-Scope-AdditionalClassification", + "contentType" : "group", + "nodeId" : "ND-LotAdditionalClassification", + "displayType" : "GROUP", + "description" : "Classification for an Additional Commodity of a Lot", + "_label" : "group|name|ND-LotAdditionalClassification", + "_repeatable" : true, + "content" : [ { + "id" : "BT-26(a)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Classification Type (e.g. CPV)", + "_label" : "field|name|BT-26(a)-Lot" + }, { + "id" : "BT-263-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Classification Code", + "_label" : "field|name|BT-263-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-ProcurementType", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procurement Type", + "_label" : "group|name|GR-Lot-ProcurementType", + "content" : [ { + "id" : "GR-Lot-Environmental-Impact", + "contentType" : "group", + "nodeId" : "ND-LotEnvironmentalImpactType", + "displayType" : "GROUP", + "description" : "Environmental impact procurement type", + "_label" : "group|name|ND-LotEnvironmentalImpactType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-774-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Green Procurement", + "_label" : "field|name|BT-774-Lot" + } ] + }, { + "id" : "GR-Lot-Green-Procurement", + "contentType" : "group", + "nodeId" : "ND-LotGreenCriteria", + "displayType" : "GROUP", + "description" : "Details about the use of Green Procurement Criteria", + "_label" : "group|name|ND-LotGreenCriteria", + "_repeatable" : true, + "content" : [ { + "id" : "BT-805-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Green Procurement Criteria", + "_label" : "field|name|BT-805-Lot" + } ] + }, { + "id" : "GR-Lot-Social-Objective", + "contentType" : "group", + "nodeId" : "ND-LotSocialObjectiveType", + "displayType" : "GROUP", + "description" : "Social objective procurement type", + "_label" : "group|name|ND-LotSocialObjectiveType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-775-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Social Procurement", + "_label" : "field|name|BT-775-Lot" + } ] + }, { + "id" : "GR-Lot-Innovation-Procurement", + "contentType" : "group", + "nodeId" : "ND-LotInnovativeAcquisitionType", + "displayType" : "GROUP", + "description" : "Innovative acquisition procurement type", + "_label" : "group|name|ND-LotInnovativeAcquisitionType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-776-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Procurement of Innovation", + "_label" : "field|name|BT-776-Lot" + } ] + }, { + "id" : "GR-Lot-ProcurementType-Strategic", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementType", + "displayType" : "GROUP", + "description" : "Information (Description) about Strategic Procurement Type", + "_label" : "group|name|ND-StrategicProcurementType", + "_repeatable" : true, + "content" : [ { + "id" : "BT-06-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Strategic Procurement", + "_label" : "field|name|BT-06-Lot" + }, { + "id" : "BT-777-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Strategic Procurement Description", + "_label" : "field|name|BT-777-Lot" + } ] + }, { + "id" : "GR-Lot-ProcurementType-Accessibility", + "contentType" : "group", + "nodeId" : "ND-AccessibilityJustification", + "displayType" : "GROUP", + "description" : "Justification for absence of Accessibility Criteria", + "_label" : "group|name|ND-AccessibilityJustification", + "content" : [ { + "id" : "BT-754-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Accessibility", + "_label" : "field|name|BT-754-Lot" + }, { + "id" : "BT-755-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Accessibility Justification", + "_label" : "field|name|BT-755-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-PlaceOfPerformance", + "contentType" : "group", + "nodeId" : "ND-LotPlacePerformance", + "displayType" : "GROUP", + "description" : "A location where the Procurement, for the Lot, should take place", + "_label" : "group|name|ND-LotPlacePerformance", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5101(a)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Street", + "_label" : "field|name|BT-5101(a)-Lot" + }, { + "id" : "BT-5101(b)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 1", + "_label" : "field|name|BT-5101(b)-Lot" + }, { + "id" : "BT-5101(c)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Streetline 2", + "_label" : "field|name|BT-5101(c)-Lot" + }, { + "id" : "BT-5131-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance City", + "_label" : "field|name|BT-5131-Lot" + }, { + "id" : "BT-5121-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Post Code", + "_label" : "field|name|BT-5121-Lot" + }, { + "id" : "BT-5071-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Subdivision", + "_label" : "field|name|BT-5071-Lot" + }, { + "id" : "BT-5141-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Country Code", + "_label" : "field|name|BT-5141-Lot" + }, { + "id" : "BT-727-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Place Performance Services Other", + "_label" : "field|name|BT-727-Lot" + }, { + "id" : "BT-728-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Place Performance Additional Information", + "_label" : "field|name|BT-728-Lot" + } ] + }, { + "id" : "GR-Lot-PlannedDuration", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Planned Duration", + "_label" : "group|name|GR-Lot-PlannedDuration", + "content" : [ { + "id" : "BT-538-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Duration Other", + "_label" : "field|name|BT-538-Lot" + }, { + "id" : "BT-536-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration Start Date", + "_label" : "field|name|BT-536-Lot" + }, { + "id" : "BT-537-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration End Date", + "_label" : "field|name|BT-537-Lot" + }, { + "id" : "BT-36-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Duration Period", + "_label" : "field|name|BT-36-Lot" + } ] + }, { + "id" : "GR-Lot-ContractExtension", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Contract Extension", + "_label" : "group|name|GR-Lot-ContractExtension", + "content" : [ { + "id" : "BT-54-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Options Description", + "_label" : "field|name|BT-54-Lot" + }, { + "id" : "BT-57-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Renewal Description", + "_label" : "field|name|BT-57-Lot" + }, { + "id" : "BT-58-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Renewal Maximum", + "_label" : "field|name|BT-58-Lot" + } ] + }, { + "id" : "GR-Lot-AuctionTerms", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Auction Terms", + "_label" : "group|name|GR-Lot-AuctionTerms", + "content" : [ { + "id" : "BT-767-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Electronic Auction", + "_label" : "field|name|BT-767-Lot" + } ] + }, { + "id" : "GR-Lot-GpaAgreement", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "GPA Agreement", + "_label" : "group|name|GR-Lot-GpaAgreement", + "content" : [ { + "id" : "BT-115-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "GPA Coverage", + "_label" : "field|name|BT-115-Lot" + } ] + }, { + "id" : "GR-Lot-EUFunds-Indicator", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "EU Funds Indicator", + "_label" : "group|name|GR-Lot-EUFunds-Indicator", + "content" : [ { + "id" : "BT-60-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "EU Funds", + "_label" : "field|name|BT-60-Lot" + } ] + }, { + "id" : "GR-Lot-ContractingSystem", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tendering Procedure information (GPA, Atypical Tool, Deadlines, techniques) for a Lot", + "_label" : "group|name|GR-Lot-ContractingSystem", + "content" : [ { + "id" : "GR-Lot-FrameworkAgreement-Use", + "contentType" : "group", + "nodeId" : "ND-LotFAContractingSystem", + "displayType" : "GROUP", + "description" : "FA contracting System involvement for the Lot", + "_label" : "group|name|ND-LotFAContractingSystem", + "content" : [ { + "id" : "BT-765-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Framework Agreement", + "_label" : "field|name|BT-765-Lot" + } ] + }, { + "id" : "GR-Lot-DPS-Use", + "contentType" : "group", + "nodeId" : "ND-LotDPSContractingSystem", + "displayType" : "GROUP", + "description" : "DPS contracting System involvement for the Lot", + "_label" : "group|name|ND-LotDPSContractingSystem", + "content" : [ { + "id" : "BT-766-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Dynamic Purchasing System", + "_label" : "field|name|BT-766-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-FrameworkAgreement", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Framework Agreement", + "_label" : "group|name|GR-Lot-FrameworkAgreement", + "content" : [ { + "id" : "OPT-090-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Categories", + "_label" : "field|name|OPT-090-Lot", + "_presetValue" : "buyer-categories", + "hidden" : true + }, { + "id" : "BT-111-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Framework Buyer Categories", + "_label" : "field|name|BT-111-Lot" + }, { + "id" : "BT-271-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-271-Lot" + } ] + }, { + "id" : "GR-Lot-FiscalLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Fiscal Legislation", + "_label" : "group|name|GR-Lot-FiscalLegis", + "content" : [ { + "id" : "OPT-301-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Fiscal Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-FiscalLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-110-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Fiscal Legislation", + "_label" : "field|name|OPT-110-Lot-FiscalLegis" + }, { + "id" : "OPT-111-Lot-FiscalLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Fiscal Legislation Document ID", + "_label" : "field|name|OPT-111-Lot-FiscalLegis" + } ] + }, { + "id" : "GR-Lot-EnvironLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Environmental Legislation", + "_label" : "group|name|GR-Lot-EnvironLegis", + "content" : [ { + "id" : "OPT-301-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Environmental Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-EnvironLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-120-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Environmental Legislation", + "_label" : "field|name|OPT-120-Lot-EnvironLegis" + }, { + "id" : "OPT-112-Lot-EnvironLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Environmental Legislation Document ID", + "_label" : "field|name|OPT-112-Lot-EnvironLegis" + } ] + }, { + "id" : "GR-Lot-EmployLegis", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Employment Legislation", + "_label" : "group|name|GR-Lot-EmployLegis", + "content" : [ { + "id" : "OPT-301-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Employment Legislation Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-EmployLegis", + "_idSchemes" : [ "ORG", "TPO" ] + }, { + "id" : "OPT-130-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "URL to Employment Legislation", + "_label" : "field|name|OPT-130-Lot-EmployLegis" + }, { + "id" : "OPT-113-Lot-EmployLegis", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Employment Legislation Document ID", + "_label" : "field|name|OPT-113-Lot-EmployLegis" + } ] + }, { + "id" : "GR-Lot-AdditionalInformation", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information", + "_label" : "group|name|GR-Lot-AdditionalInformation", + "content" : [ { + "id" : "BT-300-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Additional Information", + "_label" : "field|name|BT-300-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-TenderingTerms", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Terms", + "_label" : "group|name|GR-Lot-TenderingTerms", + "content" : [ { + "id" : "GR-Lot-AwardCriteria", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriteria", + "displayType" : "GROUP", + "description" : "Award Criteria related information (Description, Justification, Individual Criterion …) for a Lot", + "_label" : "group|name|ND-LotAwardCriteria", + "content" : [ { + "id" : "GR-Lot-AwardCriteria-Criterion", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterion", + "displayType" : "GROUP", + "description" : "Award Criterion related information (Description, Name, Parameter, Code …) for a Lot", + "_label" : "group|name|ND-LotAwardCriterion", + "_repeatable" : true, + "content" : [ { + "id" : "BT-539-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Type", + "_label" : "field|name|BT-539-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-539-Lot", + "unpublishFieldId" : "BT-195(BT-539)-Lot", + "unpublishCode" : "awa-cri-typ" + }, { + "id" : "GR-Unpublish-BT-539-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-539", + "_label" : "group|name|GR-Unpublish-BT-539-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-539)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-539)-Lot", + "_presetValue" : "awa-cri-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-539)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-539)-Lot" + }, { + "id" : "BT-197(BT-539)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-539)-Lot" + }, { + "id" : "BT-198(BT-539)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-539)-Lot" + } ] + }, { + "id" : "BT-540-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criterion Description", + "_label" : "field|name|BT-540-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-540-Lot", + "unpublishFieldId" : "BT-195(BT-540)-Lot", + "unpublishCode" : "awa-cri-des" + }, { + "id" : "GR-Unpublish-BT-540-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-540", + "_label" : "group|name|GR-Unpublish-BT-540-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-540)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-540)-Lot", + "_presetValue" : "awa-cri-des", + "hidden" : true + }, { + "id" : "BT-196(BT-540)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-540)-Lot" + }, { + "id" : "BT-197(BT-540)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-540)-Lot" + }, { + "id" : "BT-198(BT-540)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-540)-Lot" + } ] + }, { + "id" : "GR-Lot-AwardCriteria-Criterion-Parameters", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionParameters", + "displayType" : "GROUP", + "description" : "Non UBL Native Subordinate Award Criteria elements for a Lot", + "_label" : "group|name|ND-LotAwardCriterionParameters", + "content" : [ { + "id" : "GR-Lot-AwardCriteria-WeightCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardWeightCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Weight Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardWeightCriterionParameter", + "content" : [ { + "id" : "BT-541-Lot-WeightNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Weight Number", + "_label" : "field|name|BT-541-Lot-WeightNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-WeightNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Weight", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-WeightNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionWeightNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionWeightNumber)", + "_label" : "group|name|ND-LotAwardCriterionWeightNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Weight", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Weight" + }, { + "id" : "BT-197(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Weight" + }, { + "id" : "BT-198(BT-541)-Lot-Weight", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Weight" + } ] + }, { + "id" : "BT-5421-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Weight", + "_label" : "field|name|BT-5421-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5421-Lot", + "unpublishFieldId" : "BT-195(BT-5421)-Lot", + "unpublishCode" : "awa-cri-wei" + }, { + "id" : "GR-Unpublish-BT-5421-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberWeightUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberWeight)", + "_label" : "group|name|ND-LotAwardCriterionNumberWeightUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5421)-Lot", + "_presetValue" : "awa-cri-wei", + "hidden" : true + }, { + "id" : "BT-196(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5421)-Lot" + }, { + "id" : "BT-197(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5421)-Lot" + }, { + "id" : "BT-198(BT-5421)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5421)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-AwardCriteria-FixedCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardFixedCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Fixed Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardFixedCriterionParameter", + "content" : [ { + "id" : "BT-541-Lot-FixedNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Fixed Number", + "_label" : "field|name|BT-541-Lot-FixedNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-FixedNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Fixed", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-FixedNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionFixNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionFixNumber)", + "_label" : "group|name|ND-LotAwardCriterionFixNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Fixed", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Fixed" + }, { + "id" : "BT-197(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Fixed" + }, { + "id" : "BT-198(BT-541)-Lot-Fixed", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Fixed" + } ] + }, { + "id" : "BT-5422-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Fixed", + "_label" : "field|name|BT-5422-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5422-Lot", + "unpublishFieldId" : "BT-195(BT-5422)-Lot", + "unpublishCode" : "awa-cri-fix" + }, { + "id" : "GR-Unpublish-BT-5422-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberFixUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberFix)", + "_label" : "group|name|ND-LotAwardCriterionNumberFixUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5422)-Lot", + "_presetValue" : "awa-cri-fix", + "hidden" : true + }, { + "id" : "BT-196(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5422)-Lot" + }, { + "id" : "BT-197(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5422)-Lot" + }, { + "id" : "BT-198(BT-5422)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5422)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-AwardCriteria-ThresholdCriterion-Parameter", + "contentType" : "group", + "nodeId" : "ND-LotAwardThresholdCriterionParameter", + "displayType" : "GROUP", + "description" : "Lot Award Threshold Criterion Parameter (Value and associated Code)", + "_label" : "group|name|ND-LotAwardThresholdCriterionParameter", + "_repeatable" : true, + "content" : [ { + "id" : "BT-541-Lot-ThresholdNumber", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Award Criterion Threshold Number", + "_label" : "field|name|BT-541-Lot-ThresholdNumber", + "unpublishGroupId" : "GR-Unpublish-BT-541-Lot-ThresholdNumber", + "unpublishFieldId" : "BT-195(BT-541)-Lot-Threshold", + "unpublishCode" : "awa-cri-num" + }, { + "id" : "GR-Unpublish-BT-541-Lot-ThresholdNumber", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionThresholdNumberUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionThresholdNumber)", + "_label" : "group|name|ND-LotAwardCriterionThresholdNumberUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-541)-Lot-Threshold", + "_presetValue" : "awa-cri-num", + "hidden" : true + }, { + "id" : "BT-196(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-541)-Lot-Threshold" + }, { + "id" : "BT-197(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-541)-Lot-Threshold" + }, { + "id" : "BT-198(BT-541)-Lot-Threshold", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-541)-Lot-Threshold" + } ] + }, { + "id" : "BT-5423-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Award Criterion Number Threshold", + "_label" : "field|name|BT-5423-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-5423-Lot", + "unpublishFieldId" : "BT-195(BT-5423)-Lot", + "unpublishCode" : "awa-cri-thr" + }, { + "id" : "GR-Unpublish-BT-5423-Lot", + "contentType" : "group", + "nodeId" : "ND-LotAwardCriterionNumberThresholdUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (LotAwardCriterionNumberThreshold)", + "_label" : "group|name|ND-LotAwardCriterionNumberThresholdUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-5423)-Lot", + "_presetValue" : "awa-cri-thr", + "hidden" : true + }, { + "id" : "BT-196(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-5423)-Lot" + }, { + "id" : "BT-197(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-5423)-Lot" + }, { + "id" : "BT-198(BT-5423)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-5423)-Lot" + } ] + } ] + } ] + }, { + "id" : "BT-734-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criterion Name", + "_label" : "field|name|BT-734-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-734-Lot", + "unpublishFieldId" : "BT-195(BT-734)-Lot", + "unpublishCode" : "awa-cri-nam" + }, { + "id" : "GR-Unpublish-BT-734-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-734", + "_label" : "group|name|GR-Unpublish-BT-734-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-734)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-734)-Lot", + "_presetValue" : "awa-cri-nam", + "hidden" : true + }, { + "id" : "BT-196(BT-734)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-734)-Lot" + }, { + "id" : "BT-197(BT-734)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-734)-Lot" + }, { + "id" : "BT-198(BT-734)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-734)-Lot" + } ] + } ] + }, { + "id" : "BT-543-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criteria Complicated", + "_label" : "field|name|BT-543-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-543-Lot", + "unpublishFieldId" : "BT-195(BT-543)-Lot", + "unpublishCode" : "awa-cri-com" + }, { + "id" : "GR-Unpublish-BT-543-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-543", + "_label" : "group|name|GR-Unpublish-BT-543-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-543)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-543)-Lot", + "_presetValue" : "awa-cri-com", + "hidden" : true + }, { + "id" : "BT-196(BT-543)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-543)-Lot" + }, { + "id" : "BT-197(BT-543)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-543)-Lot" + }, { + "id" : "BT-198(BT-543)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-543)-Lot" + } ] + }, { + "id" : "BT-733-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Award Criteria Order Justification", + "_label" : "field|name|BT-733-Lot", + "unpublishGroupId" : "GR-Unpublish-BT-733-Lot", + "unpublishFieldId" : "BT-195(BT-733)-Lot", + "unpublishCode" : "awa-cri-ord" + }, { + "id" : "GR-Unpublish-BT-733-Lot", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-733", + "_label" : "group|name|GR-Unpublish-BT-733-Lot", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-733)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-733)-Lot", + "_presetValue" : "awa-cri-ord", + "hidden" : true + }, { + "id" : "BT-196(BT-733)-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-733)-Lot" + }, { + "id" : "BT-197(BT-733)-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-733)-Lot" + }, { + "id" : "BT-198(BT-733)-Lot", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-733)-Lot" + } ] + } ] + }, { + "id" : "GR-Lot-TenderingTerms-CVD", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementLot", + "displayType" : "GROUP", + "description" : "Information about the foreseen strategic procurement and associated assets: categories (Procurement, assets ...)", + "_label" : "group|name|ND-StrategicProcurementLot", + "content" : [ { + "id" : "BT-717-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Clean Vehicles Directive", + "_label" : "field|name|BT-717-Lot" + }, { + "id" : "GR-Lot-TenderingTerms-CVD-type", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementInformationLot", + "displayType" : "GROUP", + "description" : "Information about the foreseen strategic procurement and associated assets: categories (Procurement, assets ...) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-StrategicProcurementInformationLot", + "_repeatable" : true, + "content" : [ { + "id" : "BT-735-Lot", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "CVD Contract Type", + "_label" : "field|name|BT-735-Lot" + } ] + } ] + } ] + }, { + "id" : "GR-Lot-SubmissionInfo", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Submission Info", + "_label" : "group|name|GR-Lot-SubmissionInfo", + "content" : [ { + "id" : "GR-Lot-Procedure", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Procedure", + "_label" : "group|name|GR-Lot-Procedure", + "content" : [ { + "id" : "BT-634-Lot", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Procurement Relaunch", + "_label" : "field|name|BT-634-Lot" + } ] + }, { + "id" : "GR-Lot-AddInfo", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Additional Information Providing Organisation", + "_label" : "group|name|GR-Lot-AddInfo", + "content" : [ { + "id" : "OPT-301-Lot-AddInfo", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Additional Info Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-AddInfo", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-DocProvider", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Documents Providing Organisation", + "_label" : "group|name|GR-Lot-DocProvider", + "content" : [ { + "id" : "OPT-301-Lot-DocProvider", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Document Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-DocProvider", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + } ] + }, { + "id" : "GR-Lot-Review", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Review", + "_label" : "group|name|GR-Lot-Review", + "content" : [ { + "id" : "GR-Lot-Deadline", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Deadlines", + "_label" : "group|name|GR-Lot-Deadline", + "content" : [ { + "id" : "BT-99-Lot", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Review Deadline Description", + "_label" : "field|name|BT-99-Lot" + } ] + }, { + "id" : "GR-Lot-ReviewOrg", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Organisation", + "_label" : "group|name|GR-Lot-ReviewOrg", + "content" : [ { + "id" : "OPT-301-Lot-ReviewOrg", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Review Organization Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-ReviewOrg", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-ReviewInfo", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Review Information Providing Organisation", + "_label" : "group|name|GR-Lot-ReviewInfo", + "content" : [ { + "id" : "OPT-301-Lot-ReviewInfo", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Review Info Provider Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-ReviewInfo", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + }, { + "id" : "GR-Lot-Mediator", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Mediation Organisation", + "_label" : "group|name|GR-Lot-Mediator", + "content" : [ { + "id" : "OPT-301-Lot-Mediator", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Mediator Technical Identifier Reference", + "_label" : "field|name|OPT-301-Lot-Mediator", + "_idSchemes" : [ "ORG", "TPO" ] + } ] + } ] + } ], + "_captionFieldId" : "BT-21-Lot" + }, { + "id" : "GR-Result", + "contentType" : "group", + "nodeId" : "ND-NoticeResult", + "displayType" : "SECTION", + "description" : "Outcome of the Procurement Procedure for all lots listed in the notice (also contains individual Lot Results)", + "_label" : "group|name|ND-NoticeResult", + "content" : [ { + "id" : "GR-NoticeResult-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Notice Result", + "_label" : "group|name|GR-NoticeResult-Section", + "content" : [ { + "id" : "BT-161-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Value", + "_label" : "field|name|BT-161-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-161", + "unpublishFieldId" : "BT-195(BT-161)-NoticeResult", + "unpublishCode" : "not-val" + }, { + "id" : "GR-Unpublish-BT-161", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-161", + "_label" : "group|name|GR-Unpublish-BT-161", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-161)-NoticeResult", + "_presetValue" : "not-val", + "hidden" : true + }, { + "id" : "BT-196(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-161)-NoticeResult" + }, { + "id" : "BT-197(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-161)-NoticeResult" + }, { + "id" : "BT-198(BT-161)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-161)-NoticeResult" + } ] + }, { + "id" : "BT-118-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Framework Maximum Value", + "_label" : "field|name|BT-118-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-118", + "unpublishFieldId" : "BT-195(BT-118)-NoticeResult", + "unpublishCode" : "not-max-val" + }, { + "id" : "GR-Unpublish-BT-118", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-118", + "_label" : "group|name|GR-Unpublish-BT-118", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-118)-NoticeResult", + "_presetValue" : "not-max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-118)-NoticeResult" + }, { + "id" : "BT-197(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-118)-NoticeResult" + }, { + "id" : "BT-198(BT-118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-118)-NoticeResult" + } ] + }, { + "id" : "BT-1118-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Notice Framework Approximate Value", + "_label" : "field|name|BT-1118-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-1118", + "unpublishFieldId" : "BT-195(BT-1118)-NoticeResult", + "unpublishCode" : "not-app-val" + }, { + "id" : "GR-Unpublish-BT-1118", + "contentType" : "group", + "nodeId" : "ND-NoticeApproximateValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (NoticeApproximateValue)", + "_label" : "group|name|ND-NoticeApproximateValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1118)-NoticeResult", + "_presetValue" : "not-app-val", + "hidden" : true + }, { + "id" : "BT-196(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1118)-NoticeResult" + }, { + "id" : "BT-197(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1118)-NoticeResult" + }, { + "id" : "BT-198(BT-1118)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1118)-NoticeResult" + } ] + }, { + "id" : "GR-GroupFramework", + "contentType" : "group", + "nodeId" : "ND-NoticeResultGroupFA", + "displayType" : "GROUP", + "description" : "Maximal Value and the associated awarded Group of Lots of the Result Notice", + "_label" : "group|name|ND-NoticeResultGroupFA", + "_repeatable" : true, + "content" : [ { + "id" : "BT-556-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Group Framework Value Lot Identifier", + "_label" : "field|name|BT-556-NoticeResult", + "_idSchemes" : [ "GLO" ], + "unpublishGroupId" : "GR-Unpublish-BT-556", + "unpublishFieldId" : "BT-195(BT-556)-NoticeResult", + "unpublishCode" : "gro-max-ide" + }, { + "id" : "GR-Unpublish-BT-556", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-556", + "_label" : "group|name|GR-Unpublish-BT-556", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-556)-NoticeResult", + "_presetValue" : "gro-max-ide", + "hidden" : true + }, { + "id" : "BT-196(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-556)-NoticeResult" + }, { + "id" : "BT-197(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-556)-NoticeResult" + }, { + "id" : "BT-198(BT-556)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-556)-NoticeResult" + } ] + }, { + "id" : "BT-156-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Group Framework Maximum Value", + "_label" : "field|name|BT-156-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-156", + "unpublishFieldId" : "BT-195(BT-156)-NoticeResult", + "unpublishCode" : "gro-max-val" + }, { + "id" : "GR-Unpublish-BT-156", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-156", + "_label" : "group|name|GR-Unpublish-BT-156", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-156)-NoticeResult", + "_presetValue" : "gro-max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-156)-NoticeResult" + }, { + "id" : "BT-197(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-156)-NoticeResult" + }, { + "id" : "BT-198(BT-156)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-156)-NoticeResult" + } ] + }, { + "id" : "BT-1561-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Group Framework Re-estimated Value", + "_label" : "field|name|BT-1561-NoticeResult", + "unpublishGroupId" : "GR-Unpublish-BT-1561-NoticeResult", + "unpublishFieldId" : "BT-195(BT-1561)-NoticeResult", + "unpublishCode" : "gro-ree-val" + }, { + "id" : "GR-Unpublish-BT-1561-NoticeResult", + "contentType" : "group", + "nodeId" : "ND-GroupReestimatedValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (GroupReestimatedValue)", + "_label" : "group|name|ND-GroupReestimatedValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-1561)-NoticeResult", + "_presetValue" : "gro-ree-val", + "hidden" : true + }, { + "id" : "BT-196(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-1561)-NoticeResult" + }, { + "id" : "BT-197(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-1561)-NoticeResult" + }, { + "id" : "BT-198(BT-1561)-NoticeResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-1561)-NoticeResult" + } ] + } ] + } ] + }, { + "id" : "GR-TenderingParty-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Tendering Parties", + "_label" : "group|name|GR-TenderingParty-Section", + "content" : [ { + "id" : "GR-TenderingParty", + "contentType" : "group", + "nodeId" : "ND-TenderingParty", + "displayType" : "GROUP", + "description" : "Party formed of one or more organizations than jointly submitted a Tender", + "_label" : "group|name|ND-TenderingParty", + "_idScheme" : "TPA", + "_schemeName" : "tendering-party", + "_identifierFieldId" : "OPT-210-Tenderer", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-210-Tenderer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tendering Party ID", + "_label" : "field|name|OPT-210-Tenderer", + "_idScheme" : "TPA", + "_schemeName" : "tendering-party", + "hidden" : true + }, { + "id" : "OPT-211-Tenderer", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tendering Party Name", + "_label" : "field|name|OPT-211-Tenderer" + }, { + "id" : "GR-Tenderer", + "contentType" : "group", + "nodeId" : "ND-Tenderer", + "displayType" : "GROUP", + "description" : "One of the member of the Tendring Party", + "_label" : "group|name|ND-Tenderer", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Tenderer", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tenderer ID Reference", + "_label" : "field|name|OPT-300-Tenderer", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "OPT-170-Tenderer", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tendering Party Leader", + "_label" : "field|name|OPT-170-Tenderer" + } ] + }, { + "id" : "GR-Subcontractor", + "contentType" : "group", + "nodeId" : "ND-SubContractor", + "displayType" : "GROUP", + "description" : "Organization identified as a contractor of one at least of the Main Tenderers of a Tendering Party", + "_label" : "group|name|ND-SubContractor", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-Tenderer-SubCont", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Subcontractor ID Reference", + "_label" : "field|name|OPT-301-Tenderer-SubCont", + "_idSchemes" : [ "ORG" ] + }, { + "id" : "GR-Tenderer-Main-Contractor-Id", + "contentType" : "group", + "nodeId" : "ND-SubContractorTakerReference", + "displayType" : "GROUP", + "description" : "Subcontractor taker", + "_label" : "group|name|ND-SubContractorTakerReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-Tenderer-MainCont", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Main Contractor ID Reference", + "_label" : "field|name|OPT-301-Tenderer-MainCont", + "_idSchemes" : [ "ORG" ] + } ] + } ] + } ], + "_captionFieldId" : "OPT-211-Tenderer" + } ] + }, { + "id" : "GR-SettledContract-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Settled Contracts", + "_label" : "group|name|GR-SettledContract-Section", + "content" : [ { + "id" : "GR-SettledContract", + "contentType" : "group", + "nodeId" : "ND-SettledContract", + "displayType" : "GROUP", + "description" : "Contract settled (or about to be settled) between a Contracting Party and a Tendering Party to satisfy the requirements expressed as part of the Procurement Procedure", + "_label" : "group|name|ND-SettledContract", + "_idScheme" : "CON", + "_schemeName" : "contract", + "_identifierFieldId" : "OPT-316-Contract", + "_repeatable" : true, + "content" : [ { + "id" : "GR-SettledContract-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "SettledContract 1", + "_label" : "group|name|GR-SettledContract-1", + "content" : [ { + "id" : "OPT-316-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Technical Identifier", + "_label" : "field|name|OPT-316-Contract", + "_idScheme" : "CON", + "_schemeName" : "contract", + "hidden" : true + }, { + "id" : "BT-150-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Identifier", + "_label" : "field|name|BT-150-Contract" + }, { + "id" : "BT-1451-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Winner Decision Date", + "_label" : "field|name|BT-1451-Contract" + }, { + "id" : "BT-145-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract Conclusion Date", + "_label" : "field|name|BT-145-Contract" + }, { + "id" : "BT-721-Contract", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contract Title", + "_label" : "field|name|BT-721-Contract" + }, { + "id" : "BT-151-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract URL", + "_label" : "field|name|BT-151-Contract" + }, { + "id" : "BT-768-Contract", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Contract Framework Agreement", + "_label" : "field|name|BT-768-Contract" + }, { + "id" : "OPT-100-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Notice Identifier", + "_label" : "field|name|OPT-100-Contract" + }, { + "id" : "GR-SettledContractTenderReference", + "contentType" : "group", + "nodeId" : "ND-SettledContractTenderReference", + "displayType" : "GROUP", + "description" : "Tender leading to the contract", + "_label" : "group|name|ND-SettledContractTenderReference", + "_repeatable" : true, + "content" : [ { + "id" : "BT-3202-Contract", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract Tender ID (Reference)", + "_label" : "field|name|BT-3202-Contract", + "_idSchemes" : [ "TEN" ] + } ] + }, { + "id" : "GR-Contract-Signatory", + "contentType" : "group", + "nodeId" : "ND-ContractSignatory", + "displayType" : "GROUP", + "description" : "Contract signatory", + "_label" : "group|name|ND-ContractSignatory", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-300-Contract-Signatory", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Signatory Identifier Reference", + "_label" : "field|name|OPT-300-Contract-Signatory", + "_idSchemes" : [ "ORG" ] + } ] + } ] + }, { + "id" : "GR-SettledContract-2", + "contentType" : "group", + "nodeId" : "ND-ContractEUFunds", + "displayType" : "GROUP", + "description" : "EU Funds (Code, Description) involved in a contract.", + "_label" : "group|name|ND-ContractEUFunds", + "_repeatable" : true, + "content" : [ { + "id" : "BT-5011-Contract", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contract EU Funds Financing Identifier", + "_label" : "field|name|BT-5011-Contract" + }, { + "id" : "BT-722-Contract", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract EU Funds Programme", + "_label" : "field|name|BT-722-Contract" + }, { + "id" : "BT-6110-Contract", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contract EU Funds Details", + "_label" : "field|name|BT-6110-Contract" + } ] + } ], + "_captionFieldId" : "BT-150-Contract" + } ] + }, { + "id" : "GR-LotTender-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Lot Tenders", + "_label" : "group|name|GR-LotTender-Section", + "content" : [ { + "id" : "GR-LotTender", + "contentType" : "group", + "nodeId" : "ND-LotTender", + "displayType" : "GROUP", + "description" : "Tender (or fragment of a Tender) submitted for a given Lot", + "_label" : "group|name|ND-LotTender", + "_idScheme" : "TEN", + "_schemeName" : "tender", + "_identifierFieldId" : "OPT-321-Tender", + "_repeatable" : true, + "content" : [ { + "id" : "GR-Tender", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tender", + "_label" : "group|name|GR-Tender", + "content" : [ { + "id" : "OPT-321-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Technical Identifier", + "_label" : "field|name|OPT-321-Tender", + "_idScheme" : "TEN", + "_schemeName" : "tender", + "hidden" : true + }, { + "id" : "BT-3201-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Identifier", + "_label" : "field|name|BT-3201-Tender" + }, { + "id" : "BT-1711-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tender Ranked", + "_label" : "field|name|BT-1711-Tender" + }, { + "id" : "BT-171-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Rank", + "_label" : "field|name|BT-171-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-171", + "unpublishFieldId" : "BT-195(BT-171)-Tender", + "unpublishCode" : "ten-ran" + }, { + "id" : "GR-Unpublish-BT-171", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-171", + "_label" : "group|name|GR-Unpublish-BT-171", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-171)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-171)-Tender", + "_presetValue" : "ten-ran", + "hidden" : true + }, { + "id" : "BT-196(BT-171)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-171)-Tender" + }, { + "id" : "BT-197(BT-171)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-171)-Tender" + }, { + "id" : "BT-198(BT-171)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-171)-Tender" + } ] + }, { + "id" : "BT-193-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Tender Variant", + "_label" : "field|name|BT-193-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-193", + "unpublishFieldId" : "BT-195(BT-193)-Tender", + "unpublishCode" : "win-ten-var" + }, { + "id" : "GR-Unpublish-BT-193", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-193", + "_label" : "group|name|GR-Unpublish-BT-193", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-193)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-193)-Tender", + "_presetValue" : "win-ten-var", + "hidden" : true + }, { + "id" : "BT-196(BT-193)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-193)-Tender" + }, { + "id" : "BT-197(BT-193)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-193)-Tender" + }, { + "id" : "BT-198(BT-193)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-193)-Tender" + } ] + }, { + "id" : "BT-720-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value", + "_label" : "field|name|BT-720-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-720", + "unpublishFieldId" : "BT-195(BT-720)-Tender", + "unpublishCode" : "win-ten-val" + }, { + "id" : "GR-Unpublish-BT-720", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-720", + "_label" : "group|name|GR-Unpublish-BT-720", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-720)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-720)-Tender", + "_presetValue" : "win-ten-val", + "hidden" : true + }, { + "id" : "BT-196(BT-720)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-720)-Tender" + }, { + "id" : "BT-197(BT-720)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-720)-Tender" + }, { + "id" : "BT-198(BT-720)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-720)-Tender" + } ] + } ] + }, { + "id" : "GR-LotTender-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotTender 1", + "_label" : "group|name|GR-LotTender-1", + "content" : [ { + "id" : "BT-13714-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tender Lot Identifier", + "_label" : "field|name|BT-13714-Tender", + "_idSchemes" : [ "GLO", "LOT" ] + }, { + "id" : "OPT-310-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tendering Party ID Reference", + "_label" : "field|name|OPT-310-Tender", + "_idSchemes" : [ "TPA" ] + } ] + }, { + "id" : "GR-LotTender-2", + "contentType" : "group", + "nodeId" : "ND-LotTenderOriginCountry", + "displayType" : "GROUP", + "description" : "Origin country of the product or service", + "_label" : "group|name|ND-LotTenderOriginCountry", + "_repeatable" : true, + "content" : [ { + "id" : "BT-191-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Origin", + "_label" : "field|name|BT-191-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-191", + "unpublishFieldId" : "BT-195(BT-191)-Tender", + "unpublishCode" : "cou-ori" + }, { + "id" : "GR-Unpublish-BT-191", + "contentType" : "group", + "nodeId" : "ND-CountryOriginUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (CountryOrigin)", + "_label" : "group|name|ND-CountryOriginUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-191)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-191)-Tender", + "_presetValue" : "cou-ori", + "hidden" : true + }, { + "id" : "BT-196(BT-191)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-191)-Tender" + }, { + "id" : "BT-197(BT-191)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-191)-Tender" + }, { + "id" : "BT-198(BT-191)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-191)-Tender" + } ] + } ] + }, { + "id" : "GR-LotTender-Subcontracting", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Subcontracting", + "_label" : "group|name|GR-LotTender-Subcontracting", + "content" : [ { + "id" : "BT-553-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Subcontracting Value", + "_label" : "field|name|BT-553-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-553", + "unpublishFieldId" : "BT-195(BT-553)-Tender", + "unpublishCode" : "sub-val" + }, { + "id" : "GR-Unpublish-BT-553", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-553", + "_label" : "group|name|GR-Unpublish-BT-553", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-553)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-553)-Tender", + "_presetValue" : "sub-val", + "hidden" : true + }, { + "id" : "BT-196(BT-553)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-553)-Tender" + }, { + "id" : "BT-197(BT-553)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-553)-Tender" + }, { + "id" : "BT-198(BT-553)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-553)-Tender" + } ] + }, { + "id" : "BT-554-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Subcontracting Description", + "_label" : "field|name|BT-554-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-554", + "unpublishFieldId" : "BT-195(BT-554)-Tender", + "unpublishCode" : "sub-des" + }, { + "id" : "GR-Unpublish-BT-554", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-554", + "_label" : "group|name|GR-Unpublish-BT-554", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-554)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-554)-Tender", + "_presetValue" : "sub-des", + "hidden" : true + }, { + "id" : "BT-196(BT-554)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-554)-Tender" + }, { + "id" : "BT-197(BT-554)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-554)-Tender" + }, { + "id" : "BT-198(BT-554)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-554)-Tender" + } ] + }, { + "id" : "BT-555-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Subcontracting Percentage", + "_label" : "field|name|BT-555-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-555", + "unpublishFieldId" : "BT-195(BT-555)-Tender", + "unpublishCode" : "sub-per" + }, { + "id" : "GR-Unpublish-BT-555", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-555", + "_label" : "group|name|GR-Unpublish-BT-555", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-555)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-555)-Tender", + "_presetValue" : "sub-per", + "hidden" : true + }, { + "id" : "BT-196(BT-555)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-555)-Tender" + }, { + "id" : "BT-197(BT-555)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-555)-Tender" + }, { + "id" : "BT-198(BT-555)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-555)-Tender" + } ] + }, { + "id" : "BT-773-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Subcontracting", + "_label" : "field|name|BT-773-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-773", + "unpublishFieldId" : "BT-195(BT-773)-Tender", + "unpublishCode" : "sub-con" + }, { + "id" : "GR-Unpublish-BT-773", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-773", + "_label" : "group|name|GR-Unpublish-BT-773", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-773)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-773)-Tender", + "_presetValue" : "sub-con", + "hidden" : true + }, { + "id" : "BT-196(BT-773)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-773)-Tender" + }, { + "id" : "BT-197(BT-773)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-773)-Tender" + }, { + "id" : "BT-198(BT-773)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-773)-Tender" + } ] + }, { + "id" : "BT-730-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Subcontracting Value Known", + "_label" : "field|name|BT-730-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-730", + "unpublishFieldId" : "BT-195(BT-730)-Tender", + "unpublishCode" : "sub-val-kno" + }, { + "id" : "GR-Unpublish-BT-730", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-730", + "_label" : "group|name|GR-Unpublish-BT-730", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-730)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-730)-Tender", + "_presetValue" : "sub-val-kno", + "hidden" : true + }, { + "id" : "BT-196(BT-730)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-730)-Tender" + }, { + "id" : "BT-197(BT-730)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-730)-Tender" + }, { + "id" : "BT-198(BT-730)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-730)-Tender" + } ] + }, { + "id" : "BT-731-Tender", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Subcontracting Percentage Known", + "_label" : "field|name|BT-731-Tender", + "unpublishGroupId" : "GR-Unpublish-BT-731", + "unpublishFieldId" : "BT-195(BT-731)-Tender", + "unpublishCode" : "sub-per-kno" + }, { + "id" : "GR-Unpublish-BT-731", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-731", + "_label" : "group|name|GR-Unpublish-BT-731", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-731)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-731)-Tender", + "_presetValue" : "sub-per-kno", + "hidden" : true + }, { + "id" : "BT-196(BT-731)-Tender", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-731)-Tender" + }, { + "id" : "BT-197(BT-731)-Tender", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-731)-Tender" + }, { + "id" : "BT-198(BT-731)-Tender", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-731)-Tender" + } ] + } ] + } ], + "_captionFieldId" : "BT-3201-Tender" + } ] + }, { + "id" : "GR-LotResult-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Lot Results", + "_label" : "group|name|GR-LotResult-Section", + "content" : [ { + "id" : "GR-LotResult", + "contentType" : "group", + "nodeId" : "ND-LotResult", + "displayType" : "GROUP", + "description" : "Outcome of the Procurement Procedure for a given Lot", + "_label" : "group|name|ND-LotResult", + "_idScheme" : "RES", + "_schemeName" : "result", + "_identifierFieldId" : "OPT-322-LotResult", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-322-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "LotResult Technical Identifier", + "_label" : "field|name|OPT-322-LotResult", + "_idScheme" : "RES", + "_schemeName" : "result", + "hidden" : true + }, { + "id" : "GR-Winner", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Winner", + "_label" : "group|name|GR-Winner", + "content" : [ { + "id" : "BT-142-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Chosen", + "_label" : "field|name|BT-142-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-142", + "unpublishFieldId" : "BT-195(BT-142)-LotResult", + "unpublishCode" : "win-cho" + }, { + "id" : "GR-Unpublish-BT-142", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-142", + "_label" : "group|name|GR-Unpublish-BT-142", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-142)-LotResult", + "_presetValue" : "win-cho", + "hidden" : true + }, { + "id" : "BT-196(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-142)-LotResult" + }, { + "id" : "BT-197(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-142)-LotResult" + }, { + "id" : "BT-198(BT-142)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-142)-LotResult" + } ] + }, { + "id" : "BT-144-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Not Awarded Reason", + "_label" : "field|name|BT-144-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-144", + "unpublishFieldId" : "BT-195(BT-144)-LotResult", + "unpublishCode" : "no-awa-rea" + }, { + "id" : "GR-Unpublish-BT-144", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-144", + "_label" : "group|name|GR-Unpublish-BT-144", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-144)-LotResult", + "_presetValue" : "no-awa-rea", + "hidden" : true + }, { + "id" : "BT-196(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-144)-LotResult" + }, { + "id" : "BT-197(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-144)-LotResult" + }, { + "id" : "BT-198(BT-144)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-144)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-1", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotResult 1", + "_label" : "group|name|GR-LotResult-1", + "content" : [ { + "id" : "BT-13713-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Result Lot Identifier", + "_label" : "field|name|BT-13713-LotResult", + "_idSchemes" : [ "LOT" ] + }, { + "id" : "GR-LotResult-Tender-Id-Ref", + "contentType" : "group", + "nodeId" : "ND-LotResultTenderReference", + "displayType" : "GROUP", + "description" : "Tender considered for the award decision", + "_label" : "group|name|ND-LotResultTenderReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-320-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Tender Identifier Reference", + "_label" : "field|name|OPT-320-LotResult", + "_idSchemes" : [ "TEN" ] + } ] + }, { + "id" : "GR-LotResult-Contract-Id-Ref", + "contentType" : "group", + "nodeId" : "ND-LotResultContractReference", + "displayType" : "GROUP", + "description" : "Contract following an award decision", + "_label" : "group|name|ND-LotResultContractReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-315-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Contract Identifier Reference", + "_label" : "field|name|OPT-315-LotResult", + "_idSchemes" : [ "CON" ] + } ] + } ] + }, { + "id" : "GR-LotResult-2", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "LotResult 2", + "_label" : "group|name|GR-LotResult-2", + "content" : [ { + "id" : "BT-119-LotResult", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Dynamic Purchasing System Termination", + "_label" : "field|name|BT-119-LotResult" + }, { + "id" : "BT-660-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Re-estimated Value", + "_label" : "field|name|BT-660-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-660-LotResult", + "unpublishFieldId" : "BT-195(BT-660)-LotResult", + "unpublishCode" : "ree-val" + }, { + "id" : "GR-Unpublish-BT-660-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReestimatedValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (ReestimatedValue)", + "_label" : "group|name|ND-ReestimatedValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-660)-LotResult", + "_presetValue" : "ree-val", + "hidden" : true + }, { + "id" : "BT-196(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-660)-LotResult" + }, { + "id" : "BT-197(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-660)-LotResult" + }, { + "id" : "BT-198(BT-660)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-660)-LotResult" + } ] + }, { + "id" : "BT-709-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Framework Maximum Value", + "_label" : "field|name|BT-709-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-709", + "unpublishFieldId" : "BT-195(BT-709)-LotResult", + "unpublishCode" : "max-val" + }, { + "id" : "GR-Unpublish-BT-709", + "contentType" : "group", + "nodeId" : "ND-MaximalValueUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (MaximalValue)", + "_label" : "group|name|ND-MaximalValueUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-709)-LotResult", + "_presetValue" : "max-val", + "hidden" : true + }, { + "id" : "BT-196(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-709)-LotResult" + }, { + "id" : "BT-197(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-709)-LotResult" + }, { + "id" : "BT-198(BT-709)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-709)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-CVD", + "contentType" : "group", + "nodeId" : "ND-StrategicProcurementInformationLotResult", + "displayType" : "GROUP", + "description" : "Information about the strategic procurement and associated assets: categories (Procurement, assets ...) and quantity (number) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-StrategicProcurementInformationLotResult", + "_repeatable" : true, + "content" : [ { + "id" : "BT-735-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "CVD Contract Type", + "_label" : "field|name|BT-735-LotResult" + }, { + "id" : "GR-LotResult-CVD-Vehicles", + "contentType" : "group", + "nodeId" : "ND-ProcurementDetailsLotResult", + "displayType" : "GROUP", + "description" : "Information about the assets: category and quantity (number) in the context of an applicable Legal Basis", + "_label" : "group|name|ND-ProcurementDetailsLotResult", + "_repeatable" : true, + "content" : [ { + "id" : "GR-LotResult-CVD-Vehicles-Statistics", + "contentType" : "group", + "nodeId" : "ND-ProcurementStatistics", + "displayType" : "GROUP", + "description" : "Numbers about the procurement: category (code) and quantity (number)", + "_label" : "group|name|ND-ProcurementStatistics", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-156-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Vehicle Numeric", + "_label" : "field|name|OPT-156-LotResult" + }, { + "id" : "OPT-155-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Vehicle Type", + "_label" : "field|name|OPT-155-LotResult" + } ] + }, { + "id" : "BT-723-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Vehicle Category", + "_label" : "field|name|BT-723-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-Parties", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Parties", + "_label" : "group|name|GR-LotResult-Parties", + "content" : [ { + "id" : "GR-LotResult-Financing-Party", + "contentType" : "group", + "nodeId" : "ND-FinancingParty", + "displayType" : "GROUP", + "description" : "Financing party", + "_label" : "group|name|ND-FinancingParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-LotResult-Financing", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Financing Party (ID reference)", + "_label" : "field|name|OPT-301-LotResult-Financing", + "_idSchemes" : [ "ORG" ] + } ] + }, { + "id" : "GR-LotResult-Payer-Party", + "contentType" : "group", + "nodeId" : "ND-PayerParty", + "displayType" : "GROUP", + "description" : "Payer party", + "_label" : "group|name|ND-PayerParty", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-301-LotResult-Paying", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Payer Party (ID reference)", + "_label" : "field|name|OPT-301-LotResult-Paying", + "_idSchemes" : [ "ORG" ] + } ] + } ] + }, { + "id" : "GR-LotResult-TenderValue", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Tender Value", + "_label" : "group|name|GR-LotResult-TenderValue", + "content" : [ { + "id" : "BT-710-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value Lowest", + "_label" : "field|name|BT-710-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-710", + "unpublishFieldId" : "BT-195(BT-710)-LotResult", + "unpublishCode" : "ten-val-low" + }, { + "id" : "GR-Unpublish-BT-710", + "contentType" : "group", + "nodeId" : "ND-TenderValueLowestUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (TenderValueLowest)", + "_label" : "group|name|ND-TenderValueLowestUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-710)-LotResult", + "_presetValue" : "ten-val-low", + "hidden" : true + }, { + "id" : "BT-196(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-710)-LotResult" + }, { + "id" : "BT-197(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-710)-LotResult" + }, { + "id" : "BT-198(BT-710)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-710)-LotResult" + } ] + }, { + "id" : "BT-711-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Tender Value Highest", + "_label" : "field|name|BT-711-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-711", + "unpublishFieldId" : "BT-195(BT-711)-LotResult", + "unpublishCode" : "ten-val-hig" + }, { + "id" : "GR-Unpublish-BT-711", + "contentType" : "group", + "nodeId" : "ND-TenderValueHighestUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (TenderValueHighest)", + "_label" : "group|name|ND-TenderValueHighestUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-711)-LotResult", + "_presetValue" : "ten-val-hig", + "hidden" : true + }, { + "id" : "BT-196(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-711)-LotResult" + }, { + "id" : "BT-197(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-711)-LotResult" + }, { + "id" : "BT-198(BT-711)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-711)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReviewRequests", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatistics", + "displayType" : "GROUP", + "description" : "Statistics about Review Requests (number and code)", + "_label" : "group|name|ND-ReviewRequestsStatistics", + "_repeatable" : true, + "content" : [ { + "id" : "BT-636-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Review Requests Irregularity Type", + "_label" : "field|name|BT-636-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-636-LotResult", + "unpublishFieldId" : "BT-195(BT-636)-LotResult", + "unpublishCode" : "buy-rev-typ" + }, { + "id" : "GR-Unpublish-BT-636-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatisticsTypeUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (RevewRequests irregularity type )", + "_label" : "group|name|ND-ReviewRequestsStatisticsTypeUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-636)-LotResult", + "_presetValue" : "buy-rev-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-636)-LotResult" + }, { + "id" : "BT-197(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-636)-LotResult" + }, { + "id" : "BT-198(BT-636)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-636)-LotResult" + } ] + }, { + "id" : "BT-635-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Review Requests Count", + "_label" : "field|name|BT-635-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-635-LotResult", + "unpublishFieldId" : "BT-195(BT-635)-LotResult", + "unpublishCode" : "buy-rev-cou" + }, { + "id" : "GR-Unpublish-BT-635-LotResult", + "contentType" : "group", + "nodeId" : "ND-ReviewRequestsStatisticsCountUnpublish", + "displayType" : "GROUP", + "description" : "Not Immediately Published (RevewRequests irregularity count )", + "_label" : "group|name|ND-ReviewRequestsStatisticsCountUnpublish", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-635)-LotResult", + "_presetValue" : "buy-rev-cou", + "hidden" : true + }, { + "id" : "BT-196(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-635)-LotResult" + }, { + "id" : "BT-197(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-635)-LotResult" + }, { + "id" : "BT-198(BT-635)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-635)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReviewComplainants", + "contentType" : "group", + "nodeId" : "ND-BuyerReviewComplainants", + "displayType" : "GROUP", + "description" : "Statistics regarding the number of Organizations requesting review for a given Irregularity Type (Number & Code)", + "_label" : "group|name|ND-BuyerReviewComplainants", + "content" : [ { + "id" : "BT-712(a)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Buyer Review Complainants (Code)", + "_label" : "field|name|BT-712(a)-LotResult" + }, { + "id" : "BT-712(b)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Buyer Review Complainants (Number)", + "_label" : "field|name|BT-712(b)-LotResult" + }, { + "id" : "GR-Unpublish-BT-712", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-712", + "_label" : "group|name|GR-Unpublish-BT-712", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-712)-LotResult", + "_presetValue" : "rev-req", + "hidden" : true + }, { + "id" : "BT-196(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-712)-LotResult" + }, { + "id" : "BT-197(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-712)-LotResult" + }, { + "id" : "BT-198(BT-712)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-712)-LotResult" + } ] + } ] + }, { + "id" : "GR-LotResult-ReceivedSubmissions", + "contentType" : "group", + "nodeId" : "ND-ReceivedSubmissions", + "displayType" : "GROUP", + "description" : "Container for Received Submissions Statististics Numeric value and associated code.", + "_label" : "group|name|ND-ReceivedSubmissions", + "_repeatable" : true, + "content" : [ { + "id" : "BT-760-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Received Submissions Type", + "_label" : "field|name|BT-760-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-760", + "unpublishFieldId" : "BT-195(BT-760)-LotResult", + "unpublishCode" : "rec-sub-typ" + }, { + "id" : "GR-Unpublish-BT-760", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-760", + "_label" : "group|name|GR-Unpublish-BT-760", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-760)-LotResult", + "_presetValue" : "rec-sub-typ", + "hidden" : true + }, { + "id" : "BT-196(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-760)-LotResult" + }, { + "id" : "BT-197(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-760)-LotResult" + }, { + "id" : "BT-198(BT-760)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-760)-LotResult" + } ] + }, { + "id" : "BT-759-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Received Submissions Count", + "_label" : "field|name|BT-759-LotResult", + "unpublishGroupId" : "GR-Unpublish-BT-759", + "unpublishFieldId" : "BT-195(BT-759)-LotResult", + "unpublishCode" : "rec-sub-cou" + }, { + "id" : "GR-Unpublish-BT-759", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Unpublish - BT-759", + "_label" : "group|name|GR-Unpublish-BT-759", + "collapsed" : true, + "content" : [ { + "id" : "BT-195(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Identifier", + "_label" : "field|name|BT-195(BT-759)-LotResult", + "_presetValue" : "rec-sub-cou", + "hidden" : true + }, { + "id" : "BT-196(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Unpublished Justification Description", + "_label" : "field|name|BT-196(BT-759)-LotResult" + }, { + "id" : "BT-197(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Unpublished Justification Code", + "_label" : "field|name|BT-197(BT-759)-LotResult" + }, { + "id" : "BT-198(BT-759)-LotResult", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Unpublished Access Date", + "_label" : "field|name|BT-198(BT-759)-LotResult" + } ] + } ] + } ], + "_captionFieldId" : "BT-13713-LotResult" + } ] + } ] + }, { + "id" : "GR-Change", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Change", + "_label" : "group|name|GR-Change", + "content" : [ { + "id" : "BT-140-notice", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Change Reason Code", + "_label" : "field|name|BT-140-notice", + "readOnly" : true + }, { + "id" : "BT-762-notice", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Change Reason Description", + "_label" : "field|name|BT-762-notice" + }, { + "id" : "BT-758-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Notice Version Identifier", + "_label" : "field|name|BT-758-notice", + "readOnly" : true + }, { + "id" : "GR-ChangeSections", + "contentType" : "group", + "nodeId" : "ND-Change", + "displayType" : "GROUP", + "description" : "Information associated to a single Change (Section, Description & Procurement Documents)", + "_label" : "group|name|ND-Change", + "_repeatable" : true, + "content" : [ { + "id" : "GR-ChangedSectionIdentifiers", + "contentType" : "group", + "nodeId" : "ND-ChangedSection", + "displayType" : "GROUP", + "description" : "Section subject to change", + "_label" : "group|name|ND-ChangedSection", + "_repeatable" : true, + "content" : [ { + "id" : "BT-13716-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Previous Section Identifier", + "_label" : "field|name|BT-13716-notice" + } ] + }, { + "id" : "BT-141(a)-notice", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Change Description", + "_label" : "field|name|BT-141(a)-notice" + }, { + "id" : "BT-718-notice", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Change Procurement Documents", + "_label" : "field|name|BT-718-notice" + }, { + "id" : "BT-719-notice", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Change Procurement Documents Date", + "_label" : "field|name|BT-719-notice" + } ] + } ] + }, { + "id" : "GR-Organisations-Section", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Organisations", + "_label" : "group|name|GR-Organisations-Section", + "content" : [ { + "id" : "GR-Organisations-Subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Organisations", + "_label" : "group|name|GR-Organisations-Subsection", + "content" : [ { + "id" : "GR-Organisations", + "contentType" : "group", + "nodeId" : "ND-Organization", + "displayType" : "GROUP", + "description" : "A Party involved in the Competition from either side (Buyer or Tenderer) with a Legal Entity (Company) and possibly additional Contact Points (touchpoints)", + "_label" : "group|name|ND-Organization", + "_idScheme" : "ORG", + "_schemeName" : "organization", + "_identifierFieldId" : "OPT-200-Organization-Company", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-200-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Technical Identifier", + "_label" : "field|name|OPT-200-Organization-Company", + "_idScheme" : "ORG", + "_schemeName" : "organization", + "hidden" : true + }, { + "id" : "GR-Company", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation", + "_label" : "group|name|GR-Company", + "content" : [ { + "id" : "BT-500-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Name", + "_label" : "field|name|BT-500-Organization-Company" + }, { + "id" : "GR-Organisation-Identifier", + "contentType" : "group", + "nodeId" : "ND-CompanyLegalEntity", + "displayType" : "GROUP", + "description" : "Company legal identifier", + "_label" : "group|name|ND-CompanyLegalEntity", + "_repeatable" : true, + "content" : [ { + "id" : "BT-501-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Identifier", + "_label" : "field|name|BT-501-Organization-Company" + } ] + }, { + "id" : "BT-16-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Part Name", + "_label" : "field|name|BT-16-Organization-Company" + }, { + "id" : "BT-505-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Internet Address", + "_label" : "field|name|BT-505-Organization-Company" + }, { + "id" : "BT-509-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation eDelivery Gateway", + "_label" : "field|name|BT-509-Organization-Company" + } ] + }, { + "id" : "GR-Company-Address", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation Address", + "_label" : "group|name|GR-Company-Address", + "content" : [ { + "id" : "BT-510(a)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-Organization-Company" + }, { + "id" : "BT-510(b)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-Organization-Company" + }, { + "id" : "BT-510(c)-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-Organization-Company" + }, { + "id" : "BT-513-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation City", + "_label" : "field|name|BT-513-Organization-Company" + }, { + "id" : "BT-512-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Post Code", + "_label" : "field|name|BT-512-Organization-Company" + }, { + "id" : "BT-507-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Organisation Country Subdivision", + "_label" : "field|name|BT-507-Organization-Company" + }, { + "id" : "BT-514-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Organisation Country Code", + "_label" : "field|name|BT-514-Organization-Company" + } ] + }, { + "id" : "GR-Company-Contact", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Organisation Contact", + "_label" : "group|name|GR-Company-Contact", + "content" : [ { + "id" : "BT-502-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Organisation Contact Point", + "_label" : "field|name|BT-502-Organization-Company" + }, { + "id" : "BT-506-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Email Address", + "_label" : "field|name|BT-506-Organization-Company" + }, { + "id" : "BT-503-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Telephone Number", + "_label" : "field|name|BT-503-Organization-Company" + }, { + "id" : "BT-739-Organization-Company", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Organisation Contact Fax", + "_label" : "field|name|BT-739-Organization-Company" + } ] + }, { + "id" : "GR-Company-BuyerExclusive", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Buyer Exclusive", + "_label" : "group|name|GR-Company-BuyerExclusive", + "content" : [ { + "id" : "OPP-050-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Buyers Group Lead Indicator", + "_label" : "field|name|OPP-050-Organization" + }, { + "id" : "OPP-051-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Awarding CPB Buyer Indicator", + "_label" : "field|name|OPP-051-Organization" + }, { + "id" : "OPP-052-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Acquiring CPB Buyer Indicator", + "_label" : "field|name|OPP-052-Organization" + } ] + }, { + "id" : "GR-Company-EconomicOperatorExclusive", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "Economic Operator Exclusive", + "_label" : "group|name|GR-Company-EconomicOperatorExclusive", + "content" : [ { + "id" : "BT-633-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Organisation Natural Person", + "_label" : "field|name|BT-633-Organization" + }, { + "id" : "GR-Organisation-UBO-Reference", + "contentType" : "group", + "nodeId" : "ND-OrganizationUboReference", + "displayType" : "GROUP", + "description" : "Organization UBO", + "_label" : "group|name|ND-OrganizationUboReference", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-302-Organization", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Beneficial Owner Reference", + "_label" : "field|name|OPT-302-Organization", + "_idSchemes" : [ "UBO" ] + } ] + }, { + "id" : "BT-165-Organization-Company", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Size", + "_label" : "field|name|BT-165-Organization-Company" + }, { + "id" : "BT-746-Organization", + "contentType" : "field", + "displayType" : "RADIO", + "description" : "Winner Listed", + "_label" : "field|name|BT-746-Organization" + } ] + }, { + "id" : "GR-Touch-Point", + "contentType" : "group", + "nodeId" : "ND-Touchpoint", + "displayType" : "GROUP", + "description" : "Contact details associated to a given role", + "_label" : "group|name|ND-Touchpoint", + "_idScheme" : "TPO", + "_schemeName" : "touchpoint", + "_identifierFieldId" : "OPT-201-Organization-TouchPoint", + "_repeatable" : true, + "collapsed" : true, + "content" : [ { + "id" : "OPT-201-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "TouchPoint Technical Identifier", + "_label" : "field|name|OPT-201-Organization-TouchPoint", + "_idScheme" : "TPO", + "_schemeName" : "touchpoint", + "hidden" : true + }, { + "id" : "BT-500-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Name", + "_label" : "field|name|BT-500-Organization-TouchPoint" + }, { + "id" : "BT-16-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Part Name", + "_label" : "field|name|BT-16-Organization-TouchPoint" + }, { + "id" : "BT-505-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Internet Address", + "_label" : "field|name|BT-505-Organization-TouchPoint" + }, { + "id" : "BT-509-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "eDelivery Gateway", + "_label" : "field|name|BT-509-Organization-TouchPoint" + }, { + "id" : "GR-TouchPoint-Address", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "TouchPoint Address", + "_label" : "group|name|GR-TouchPoint-Address", + "content" : [ { + "id" : "BT-510(a)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-Organization-TouchPoint" + }, { + "id" : "BT-510(b)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-Organization-TouchPoint" + }, { + "id" : "BT-510(c)-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-Organization-TouchPoint" + }, { + "id" : "BT-513-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "City", + "_label" : "field|name|BT-513-Organization-TouchPoint" + }, { + "id" : "BT-512-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Post Code", + "_label" : "field|name|BT-512-Organization-TouchPoint" + }, { + "id" : "BT-507-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Subdivision", + "_label" : "field|name|BT-507-Organization-TouchPoint" + }, { + "id" : "BT-514-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Code", + "_label" : "field|name|BT-514-Organization-TouchPoint" + } ] + }, { + "id" : "GR-TouchPoint-Contact", + "contentType" : "group", + "displayType" : "GROUP", + "description" : "TouchPoint Contact", + "_label" : "group|name|GR-TouchPoint-Contact", + "content" : [ { + "id" : "BT-502-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Contact Point", + "_label" : "field|name|BT-502-Organization-TouchPoint" + }, { + "id" : "BT-506-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Email Address", + "_label" : "field|name|BT-506-Organization-TouchPoint" + }, { + "id" : "BT-503-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Telephone Number", + "_label" : "field|name|BT-503-Organization-TouchPoint" + }, { + "id" : "BT-739-Organization-TouchPoint", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Contact Fax", + "_label" : "field|name|BT-739-Organization-TouchPoint" + } ] + } ], + "_captionFieldId" : "BT-500-Organization-TouchPoint" + } ], + "_captionFieldId" : "BT-500-Organization-Company" + } ] + }, { + "id" : "GR-UBO-Subsection", + "contentType" : "group", + "displayType" : "SECTION", + "description" : "Ultimate Beneficial Owner", + "_label" : "group|name|GR-UBO-Subsection", + "content" : [ { + "id" : "GR-UBO", + "contentType" : "group", + "nodeId" : "ND-UBO", + "displayType" : "GROUP", + "description" : "Ultimate Beneficial Owner", + "_label" : "group|name|ND-UBO", + "_idScheme" : "UBO", + "_schemeName" : "ubo", + "_identifierFieldId" : "OPT-202-UBO", + "_repeatable" : true, + "content" : [ { + "id" : "OPT-202-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "Beneficial Owner Technical Identifier", + "_label" : "field|name|OPT-202-UBO", + "_idScheme" : "UBO", + "_schemeName" : "ubo", + "hidden" : true + }, { + "id" : "BT-500-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "UBO Name", + "_label" : "field|name|BT-500-UBO" + }, { + "id" : "OPT-160-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "First Name", + "_label" : "field|name|OPT-160-UBO" + }, { + "id" : "BT-506-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Email Address", + "_label" : "field|name|BT-506-UBO" + }, { + "id" : "BT-503-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Telephone Number", + "_label" : "field|name|BT-503-UBO" + }, { + "id" : "BT-739-UBO", + "contentType" : "field", + "displayType" : "TEXTBOX", + "description" : "UBO Contact Fax", + "_label" : "field|name|BT-739-UBO" + }, { + "id" : "BT-507-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Subdivision", + "_label" : "field|name|BT-507-UBO" + }, { + "id" : "BT-510(a)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Street", + "_label" : "field|name|BT-510(a)-UBO" + }, { + "id" : "BT-510(b)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 1", + "_label" : "field|name|BT-510(b)-UBO" + }, { + "id" : "BT-510(c)-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Streetline 2", + "_label" : "field|name|BT-510(c)-UBO" + }, { + "id" : "BT-512-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "Post Code", + "_label" : "field|name|BT-512-UBO" + }, { + "id" : "BT-513-UBO", + "contentType" : "field", + "displayType" : "TEXTAREA", + "description" : "City", + "_label" : "field|name|BT-513-UBO" + }, { + "id" : "BT-514-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Country Code", + "_label" : "field|name|BT-514-UBO" + }, { + "id" : "GR-UBO-Winner", + "contentType" : "group", + "nodeId" : "ND-UBONationality", + "displayType" : "GROUP", + "description" : "UBO nationality", + "_label" : "group|name|ND-UBONationality", + "_repeatable" : true, + "content" : [ { + "id" : "BT-706-UBO", + "contentType" : "field", + "displayType" : "COMBOBOX", + "description" : "Winner Owner Nationality", + "_label" : "field|name|BT-706-UBO" + } ] + } ], + "_captionFieldId" : "BT-500-UBO" + } ] + } ] + } ] +} \ No newline at end of file diff --git a/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/notice-types/notice-types.json b/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/notice-types/notice-types.json new file mode 100644 index 0000000..6444300 --- /dev/null +++ b/src/test/resources/eforms-sdk-tests/tedefo-2504/valid/notice-types/notice-types.json @@ -0,0 +1,148 @@ +{ + "ublVersion" : "2.3", + "sdkVersion" : "1.6.0", + "metadataDatabase" : { + "version" : "1.6.0", + "createdOn" : "2023-02-17T12:00:00" + }, + "noticeSubTypes" : [ { + "documentType" : "CAN", + "legalBasis" : "32014L0024", + "formType" : "result", + "type" : "can-standard", + "description" : "Contract award notice – general directive, standard regime", + "subTypeId" : "29", + "_label" : "notice|name|29", + "viewTemplateIds" : [ "29", "summary" ] + }, { + "documentType" : "CAN", + "legalBasis" : "32014L0025", + "formType" : "result", + "type" : "can-standard", + "description" : "Contract award notice – sectoral directive, standard regime", + "subTypeId" : "30", + "_label" : "notice|name|30", + "viewTemplateIds" : [ "30", "summary" ] + }], + "documentTypes" : [ { + "id" : "BRIN", + "namespace" : "http://data.europa.eu/p27/eforms-business-registration-information-notice/1", + "rootElement" : "BusinessRegistrationInformationNotice", + "schemaLocation" : "schemas/maindoc/EFORMS-BusinessRegistrationInformationNotice.xsd", + "additionalNamespaces" : [ { + "prefix" : "cac", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonAggregateComponents-2.3.xsd" + }, { + "prefix" : "cbc", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonBasicComponents-2.3.xsd" + }, { + "prefix" : "ext", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonExtensionComponents-2.3.xsd" + }, { + "prefix" : "efext", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extensions/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionApex-2.3.xsd" + }, { + "prefix" : "efac", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd" + }, { + "prefix" : "efbc", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd" + } ] + }, { + "id" : "CAN", + "namespace" : "urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2", + "rootElement" : "ContractAwardNotice", + "schemaLocation" : "schemas/maindoc/UBL-ContractAwardNotice-2.3.xsd", + "additionalNamespaces" : [ { + "prefix" : "cac", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonAggregateComponents-2.3.xsd" + }, { + "prefix" : "cbc", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonBasicComponents-2.3.xsd" + }, { + "prefix" : "ext", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonExtensionComponents-2.3.xsd" + }, { + "prefix" : "efext", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extensions/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionApex-2.3.xsd" + }, { + "prefix" : "efac", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd" + }, { + "prefix" : "efbc", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd" + } ] + }, { + "id" : "CN", + "namespace" : "urn:oasis:names:specification:ubl:schema:xsd:ContractNotice-2", + "rootElement" : "ContractNotice", + "schemaLocation" : "schemas/maindoc/UBL-ContractNotice-2.3.xsd", + "additionalNamespaces" : [ { + "prefix" : "cac", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonAggregateComponents-2.3.xsd" + }, { + "prefix" : "cbc", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonBasicComponents-2.3.xsd" + }, { + "prefix" : "ext", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonExtensionComponents-2.3.xsd" + }, { + "prefix" : "efext", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extensions/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionApex-2.3.xsd" + }, { + "prefix" : "efac", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd" + }, { + "prefix" : "efbc", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd" + } ] + }, { + "id" : "PIN", + "namespace" : "urn:oasis:names:specification:ubl:schema:xsd:PriorInformationNotice-2", + "rootElement" : "PriorInformationNotice", + "schemaLocation" : "schemas/maindoc/UBL-PriorInformationNotice-2.3.xsd", + "additionalNamespaces" : [ { + "prefix" : "cac", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonAggregateComponents-2.3.xsd" + }, { + "prefix" : "cbc", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonBasicComponents-2.3.xsd" + }, { + "prefix" : "ext", + "uri" : "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2", + "schemaLocation" : "schemas/common/UBL-CommonExtensionComponents-2.3.xsd" + }, { + "prefix" : "efext", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extensions/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionApex-2.3.xsd" + }, { + "prefix" : "efac", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-aggregate-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd" + }, { + "prefix" : "efbc", + "uri" : "http://data.europa.eu/p27/eforms-ubl-extension-basic-components/1", + "schemaLocation" : "schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd" + } ] + } ] +} \ No newline at end of file diff --git a/src/test/resources/eu/europa/ted/eforms/sdk/analysis/cucumber/tedefo-2504.feature b/src/test/resources/eu/europa/ted/eforms/sdk/analysis/cucumber/tedefo-2504.feature new file mode 100644 index 0000000..ea8f48d --- /dev/null +++ b/src/test/resources/eu/europa/ted/eforms/sdk/analysis/cucumber/tedefo-2504.feature @@ -0,0 +1,27 @@ +@tedefo-2504 +Feature: Notice Types - Validate privacy fields + TEDEFO-2504: For every field, check that the notice subtype is not listed in the forbidden constraint that has no condition. + Test files under under "src/test/resources/eforms-sdk-tests/tedefo-2504" + + Background: + Given The following rules + | Privacy fields are present in the expected group | + + Scenario: All privacy fields are present in notice types + Given A "tedefo-2504" folder with "valid" files + When I load all notice types + When I load all fields + And I execute validation + Then I should get 0 SDK validation errors + + Scenario Outline: Some privacy fields are missing in notice types + Given A "tedefo-2504" folder with "invalid" files + When I load all notice types + When I load all fields + And I execute validation + Then Rule "" should have been fired + Then I should get 9 SDK validation errors + + Examples: + | expected rule | + | Privacy fields are present in the expected group |