Attribute | Schema Datatype or Enumeration | Usage | Definition | Business Rules |
---|---|---|---|---|
OID | oid | Required | Unique identifier for the Transition element. | The Transition/@OID values must be unique within a Study. |
Name | name | Required | Human readable name for the transition between two structural elements in a WorkflowDef element. | The Transition/@Name must be unique within a Study. |
SourceOID | oidref | Required | Reference to the source structural element. The structural element may be a StudyEventGroupDef, 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. |
TargetOID | oidref | Required | Reference to the target structural element. The structural element may be a StudyEventGroupDef, 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. |
StartConditionOID | oidref | Optional | Reference to a ConditionDef. | The StartConditionOID must match the OID attribute of a ConditionDef child element of the MetaDataVersion parent element of the WorkflowDef. |
EndConditionOID | oidref | Optional | Reference to a ConditionDef | The EndConditionOID must match the OID attribute of a ConditionDef child element of the MetaDataVersion parent element of the WorkflowDef. |
Overview
Content Tools