complexType WorkflowHandlerType
diagram plmxml_diagrams/plmxml_p1476.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Arguments
used by
element WorkflowHandler
complexType WorkflowBusinessRuleHandlerType
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      
parentRef  plm:anyURIType        
annotation
documentation

      A WorkflowHandler is a small program or function. Handlers are used to
      extend and customize workflow tasks. A WorkflowHandler object has one or more
      arguments associated with it.  It also has a back pointer to its parent workflow
      action object.
     
source <xsd:complexType name="WorkflowHandlerType">
 
<xsd:annotation>
   
<xsd:documentation>
      A WorkflowHandler is a small program or function. Handlers are used to
      extend and customize workflow tasks. A WorkflowHandler object has one or more
      arguments associated with it.  It also has a back pointer to its parent workflow
      action object.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element name="Arguments" type="plm:UserDataType" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="parentRef" type="plm:anyURIType" plm:refType="plm:WorkflowAction"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute WorkflowHandlerType/@parentRef
type plm:anyURIType
source <xsd:attribute name="parentRef" type="plm:anyURIType" plm:refType="plm:WorkflowAction"/>

element WorkflowHandlerType/Arguments
diagram plmxml_diagrams/plmxml_p1477.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UserDataType
properties
minOcc 0
maxOcc 1
content complex
children plm:Description plm:ApplicationRef plm:UserValue
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
type  xsd:string  optional      
typeRef  plm:anyURIType  optional      
source <xsd:element name="Arguments" type="plm:UserDataType" minOccurs="0"/>


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