complexType WorkflowActionType
diagram plmxml_diagrams/plmxml_p1473.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element WorkflowAction
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
actionHandlerRefs  plm:uriReferenceListType        
ruleRefs  plm:uriReferenceListType        
actionType  xsd:string  required      
parentRef  plm:anyURIType  required      
annotation
documentation

      Each WorkflowAction object has one or more action handlers and business rules associated
      with it. The action handlers are represented by a list WorkflowHandlers, while the business
      rules are represented WorkflowBusinessRules. The WorkflowAction object also has a back pointer
      to its parent task template.
     
source <xsd:complexType name="WorkflowActionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Each WorkflowAction object has one or more action handlers and business rules associated
      with it. The action handlers are represented by a list WorkflowHandlers, while the business
      rules are represented WorkflowBusinessRules. The WorkflowAction object also has a back pointer
      to its parent task template.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="actionHandlerRefs" type="plm:uriReferenceListType" plm:refType="plm:WorkflowHandler"/>
     
<xsd:attribute name="ruleRefs" type="plm:uriReferenceListType" plm:refType="plm:WorkflowBusinessRule"/>
     
<xsd:attribute name="actionType" type="xsd:string" use="required"/>
     
<xsd:attribute name="parentRef" type="plm:anyURIType" use="required" plm:refType="plm:WorkflowTemplate"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute WorkflowActionType/@actionHandlerRefs
type plm:uriReferenceListType
source <xsd:attribute name="actionHandlerRefs" type="plm:uriReferenceListType" plm:refType="plm:WorkflowHandler"/>

attribute WorkflowActionType/@ruleRefs
type plm:uriReferenceListType
source <xsd:attribute name="ruleRefs" type="plm:uriReferenceListType" plm:refType="plm:WorkflowBusinessRule"/>

attribute WorkflowActionType/@actionType
type xsd:string
properties
use required
source <xsd:attribute name="actionType" type="xsd:string" use="required"/>

attribute WorkflowActionType/@parentRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="parentRef" type="plm:anyURIType" use="required" plm:refType="plm:WorkflowTemplate"/>


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