diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Arguments | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:anyURIType |
source | <xsd:attribute name="parentRef" type="plm:anyURIType" plm:refType="plm:WorkflowAction"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | plm:UserDataType | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:UserValue | ||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Arguments" type="plm:UserDataType" minOccurs="0"/> |