diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:uriReferenceListType |
source | <xsd:attribute name="ruleHandlerRefs" type="plm:uriReferenceListType" plm:refType="plm:WorkflowBusinessRuleHandler"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="ruleQuorum" type="xsd:integer" use="required"/> |
type | plm:anyURIType |
source | <xsd:attribute name="parentRef" type="plm:anyURIType" plm:refType="plm:WorkflowAction"/> |