simpleType WorkflowTriggerEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute TaskSchedulingInfoType/@workflowTrigger
facets
Kind Value Annotation
enumeration none
enumeration predecessors
enumeration start
enumeration both
enumeration either
annotation
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.
     
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy