complexType WorkflowBusinessRuleType
diagram plmxml_diagrams/plmxml_p1475.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 WorkflowBusinessRule
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      
ruleHandlerRefs  plm:uriReferenceListType        
ruleQuorum  xsd:integer  required      
parentRef  plm:anyURIType        
annotation
documentation

      A WorkflowBusinessRule represents some conditions that must be met to perform a workflow
      action. It consists of one or more WorkflowBusinessRuleHandlers, and a rule quorum
      specifying the number of rule handlers that must return go for the workflow action to
      complete. It also has a back pointer to its parent workflow action object.
     
source <xsd:complexType name="WorkflowBusinessRuleType">
 
<xsd:annotation>
   
<xsd:documentation>
      A WorkflowBusinessRule represents some conditions that must be met to perform a workflow
      action. It consists of one or more WorkflowBusinessRuleHandlers, and a rule quorum
      specifying the number of rule handlers that must return go for the workflow action to
      complete. It also has a back pointer to its parent workflow action object.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="ruleHandlerRefs" type="plm:uriReferenceListType" plm:refType="plm:WorkflowBusinessRuleHandler"/>
     
<xsd:attribute name="ruleQuorum" type="xsd:integer" use="required"/>
     
<xsd:attribute name="parentRef" type="plm:anyURIType" plm:refType="plm:WorkflowAction"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute WorkflowBusinessRuleType/@ruleHandlerRefs
type plm:uriReferenceListType
source <xsd:attribute name="ruleHandlerRefs" type="plm:uriReferenceListType" plm:refType="plm:WorkflowBusinessRuleHandler"/>

attribute WorkflowBusinessRuleType/@ruleQuorum
type xsd:integer
properties
use required
source <xsd:attribute name="ruleQuorum" type="xsd:integer" use="required"/>

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


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