Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
AttributeSchema Datatype or EnumerationUsageDefinitionBusiness
Rules
Rule(s)
OIDoidRequiredUnique identifier.
NamenameRequiredHuman-readable name.
TransitionOIDoidrefRequired

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


TimepointTargetdurationDatetime

Conditional


The planned time between the
two
2 activities defined by the transition in the
worfkflow,
workflow.
  • Must be expressed as an ISO 8601 duration.
  • Either the TimepointTarget or the MethodOID must be provided - not both.
  • If the value is a "zero time duration"
,
  • (i.e.
one of 
  • , "P0D", "PT0H", or "PT0S"), the transition must be executed immediately, or within the provided time window, when provided.
MethodOIDoidrefConditionalReferences a MethodDef that returns a durationDatetime.
 
Use of a method
allows 
allows timings that depend on other pieces of information, or 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 a return value
Dateype
  • DateType of durationDatetime.
  • If the returned value for the method is a "zero time duration" (i.e.
one of
  • , "P0D", "PT0H", or "PT0S"), the
tranistion
  • transition must be executed immediately, or within the provided time window, when provided.
  • Either the TimepointTarget or the MethodOID  must be provided - not both.
Type(StartToStart, StartToFinish, FinishToStart, FinishToFinish)OptionalDefines how the timing
should
is to be
measured
defined between the two activities, starting from the start or the end of the source activity, and ending at the start or the end of the target activity.
  • If not provided,
Start to Start
  • StartToStart is assumed.
TimepointPreWindowdurationDatetimeOptionalSpecifies the amount of time prior to
the TimepointTarget
the TimepointTarget, the time between the two activities, may be shortened.
  • Must be expressed as an ISO 8601 duration.
TimepointPostWindowdurationDatetimeOptionalSpecifies the amount of time after the TimepointTarget, the time between the two activities, may be lengthened.
  • Must be expressed as an ISO 8601 duration.