The "IfImplemented" value, which is valid for ReadRequirement, is not valid for WriteRequirement. The correct value for these cases is "Mandatory", as the profile spec states the WriteRequirement is only validated once the ReadRequirement is met. So "Recommended" R/W properties are required to be writeable if they are implemented.
The "IfImplemented" value, which is valid for
ReadRequirement
, is not valid forWriteRequirement
. The correct value for these cases is "Mandatory", as the profile spec states the WriteRequirement is only validated once the ReadRequirement is met. So "Recommended" R/W properties are required to be writeable if they are implemented.