Open muricna opened 6 months ago
The epo:isSubcontractingPercentageKnown
attribute was added as a xsd:boolean
data type at the level of the epo:SubcontractingEstimate
concept:
BT-730-Tender ("Subcontracting Value Known") and BT-731-Tender ("Subcontracting Percentage Known") are forbidden unless BT-773-Tender ("Subcontracting") is "yes".
This might be a detail about naming.
With epo:isSubcontractingValueKnown
one will expect a boolean, and it is
with epo:isSubcontractingPercentageKnown
one would also expect a boolean but is a PlainLiteral,
wouldn't it be better-named epo:knownSubcontractingPercentage
or something like that?
BT-731 requires indeed a boolean and not plain text. And there should also be a hasEstimatedValue with data type value (BT-730)
This has been implemented for ePO 4.2.0.
The
epo:isSubcontractingValueKnown
attribute was added as axsd:boolean
data type at the level of theepo:SubcontractingEstimate
concept: