753: shared-15 requires condition promoting
shared-15 today is: ” shared-15 (Mandatory) Context: Offset (complex type) dayType must only exist if and only if period is D and periodMultiplier is non-zero. ” To comply with the specification on writing rules this should be changed to: ” shared-15 (Mandatory) Context: Offset (complex type)[exists(dayType)] Rule: iff((period = string ‘D’), (offset/periodMultiplier != 0)) ” … Continued