Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeSchema Datatype or EnumerationUsageDefinitionBusiness Rules
OIDoidRequiredUnique identifier.
NamenameRequiredHuman readable name.
TransitionOIDoidrefRequiredReference to a Transition in a WorkflowDef

References the workflow Transition on which the timing constraint must be executed.


TimepointRelativeTargetdurationDatetimeRequired

Conditional


The planned time between the two activities defined by the transition in the worfkflow,Specifies the targetted timepoint.

Must be expressed as an ISO 8601 duration.

Either the TimepointRelativeTarget or the MethodOID must be provided.

MethodOIDoidrefOptionalConditionalReference to a MethodDefReferences a MethodDef that returns a durationDatetime.  Use of a method allows  relative timings that depend on other pieces of information, or that are complex timing calculations.

Must match the OID attribute of a MethodDef element in this Study/MetaDataVersion.

The MethodSignature for the referenced MethodDef must identify the input parameters and return value type.

Either the TimepointRelativeTarget or the MethodOID must be provided.

TimepointPreWindowdurationDatetimeOptionalSpecifies the amount of time before the TimepointTarget that the activity may be started. prior to the TimepointRelativeTarget, the relative time between the two activities, may be shortened.Must be expressed as an ISO 8601 duration.
TimepointPostWindowdurationDatetimeOptionalSpecifies the amount of time after the TimepointTarget that the activity can be started. TimepointRelativeTarget, the relative time between the two activities, may be lengthened.Must be expressed as an ISO 8601 duration.

...