It's not clear from the model or user guide now windowLower and windowUpper should be defined. Taking this example from the UG:

It's not clear which of the following would be correct:
- Define windowing chronologically relative to the Timing's
value (i.e., windowLower is always chronologically before value and windowUpper is always chronologically after value):
value = P1D
windowLower = PT1H
windowUpper = PT2H
type = Before
- "A occurs between (1 hour before 1 day before B) and (2 hours after 1 day before B)"
- Define windowing relative to the Timing's
value in the context of the Timing's type:
value = P1D
windowLower = PT2H
windowUpper = PT1H
type = Before
- "A occurs between (1 day minus 2 hours) and (1 day plus 1 hour) before B"
- Define windowing chronologically relative to the Timing's
relativeFromScheduledInstance:
value = P1D
windowLower = PT25H
windowUpper = PT22H
type = Before
- "A occurs between (25 hours before B) and (22 hours before B)"
- Define windowing relative to the Timing's
relativeFromScheduledInstance in the context of the Timing's type:
value = P1D
windowLower = PT22H
windowUpper = PT25H
type = Before
- "A occurs between (22 hours) and (25 hours) before B"
It's not clear from the model or user guide now

windowLowerandwindowUppershould be defined. Taking this example from the UG:It's not clear which of the following would be correct:
value(i.e.,windowLoweris always chronologically beforevalueandwindowUpperis always chronologically aftervalue):value= P1DwindowLower= PT1HwindowUpper= PT2Htype= Beforevaluein the context of the Timing'stype:value= P1DwindowLower= PT2HwindowUpper= PT1Htype= BeforerelativeFromScheduledInstance:value= P1DwindowLower= PT25HwindowUpper= PT22Htype= BeforerelativeFromScheduledInstancein the context of the Timing'stype:value= P1DwindowLower= PT22HwindowUpper= PT25Htype= Before