namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:simpleType name="WorkflowTriggerEnum"> <xsd:annotation> <xsd:documentation> none: Any workflow is not triggered. predecessors: The workflow is triggered when the predecessor ScheduleTaskRevision elements are complete. start: The workflow is triggered when the start date and time of the ScheduleTaskRevision arrive. both: The workflow is triggered when the conditions for both predecessors and start are met. either: The workflow is triggered when the condition for either predecessors or start is met. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="none"/> <xsd:enumeration value="predecessors"/> <xsd:enumeration value="start"/> <xsd:enumeration value="both"/> <xsd:enumeration value="either"/> </xsd:restriction> </xsd:simpleType> |