You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

AttributeSchema Datatype or EnumerationUsageDefinitionBusiness Rules
OIDoidRequiredUnique identifier for the Transition element.The Transition/@OID values must be unique within a study.
NamenameRequiredHuman readable name for the transition between two structural elements in a WorkflowDef element.The Transition/@Name must be unique within a study.
SourceOIDoidref Required

Reference to the source structural element. The structural element may beStudyEventGroupDef, StudyEventDef, ItemGroupDef, or ItemDef element.

The SourceOID must match the OID attribute of a StudyEventGroupDef, StudyEventDef, ItemGroupDef, or ItemDef child element of the MetaDataVersion parent element of the WorkflowDef.
TargetOIDoidrefRequiredReference to the target structural element.  The structural element may beStudyEventGroupDef, StudyEventDef, ItemGroupDef, or ItemDef child element.The TargetOID must match the OID attribute of a StudyEventGroupDef, StudyEventDef, ItemGroupDef, or ItemDef child element of the MetaDataVersion parent element of the WorkflowDef.
StartConditionOIDoidrefOptionalReference to a ConditionDef.The StartConditionOID must match the OID attribute of a ConditionDef child element of the MetaDataVersion parent element of the WorkflowDef.
EndConditionOIDoidrefOptionalReference to a ConditionDefThe EndConditionOID must match the OID attribute of a ConditionDef child element of the MetaDataVersion parent element of the WorkflowDef.
  • No labels