Namespace: |
|
Content: |
17 elements |
Defined: |
globally in jpdl-4.0.xsd, see XML source |
Includes: |
definitions of 17 elements |
Used: |
at 2 locations |
Complex Content Model |
tns:start | tns:end | tns:end-cancel | tns:end-error | tns:state | tns:decision | tns:fork | tns:join | tns:script | tns:hql | tns:sql | tns:mail | tns:java | tns:custom | tns:task | tns:sub-process | tns:group |
tns:decision (type anonymous), tns:end (type anonymous), tns:end-cancel (type anonymous), tns:end-error (type anonymous), tns:fork (type anonymous), tns:group (type anonymous), |
tns:join (type anonymous), tns:start (type anonymous), tns:state (type anonymous), tns:sub-process (type anonymous), tns:task (type anonymous) |
<group name="activityGroup"> <choice> <!-- ~~~ START ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Start event </documentation> </annotation> <complexType> <sequence> </sequence> <annotation> <documentation> the resource name of the form in the deployment. </documentation> </annotation> </attribute> </complexType> </element> <!-- ~~~ END ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> End event. </documentation> </annotation> <complexType> <sequence> </sequence> <simpleType> <restriction base="string"> <enumeration value="execution"/> <enumeration value="process-instance"/> </restriction> </simpleType> </attribute> <annotation> <documentation>sets the state of the execution explicitely</documentation> </annotation> </attribute> </complexType> </element> <annotation> <documentation> End cancel event. </documentation> </annotation> <complexType> <sequence> </sequence> <simpleType> <restriction base="string"> <enumeration value="execution"/> <enumeration value="process-instance"/> </restriction> </simpleType> </attribute> </complexType> </element> <annotation> <documentation> End cancel event. </documentation> </annotation> <complexType> <sequence> </sequence> <simpleType> <restriction base="string"> <enumeration value="execution"/> <enumeration value="process-instance"/> </restriction> </simpleType> </attribute> </complexType> </element> <!-- ~~~ STATE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> A wait state. When an execution arrives in this activity, the execution will wait until an external trigger is received with execution.signal() or execution.getActivityInstance().signal() </documentation> </annotation> <complexType> <sequence> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </complexType> </element> <!-- ~~~ DECISION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Decision gateway: selects one path out of many alternatives. When an execution comes in, exactly one outgoing transition is taken. </documentation> </annotation> <complexType> <sequence> <complexType> <complexContent> <sequence> <complexType> <annotation> <documentation> The script text that will be evaluated. </documentation> </annotation> </attribute> <annotation> <documentation> Identification of the scripting language to use. </documentation> </annotation> </attribute> </complexType> </element> </sequence> </extension> </complexContent> </complexType> <!-- TODO add conditions --> </element> </sequence> <annotation> <documentation> The script that will be evaluated and resolve to the name of the outgoing transition. </documentation> </annotation> </attribute> <annotation> <documentation> Identification of the scripting language to use for the expr attribute. </documentation> </annotation> </attribute> </complexType> </element> <!-- ~~~ FORK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Spawns multiple concurrent paths of execution. </documentation> </annotation> <complexType> <sequence> </sequence> </complexType> </element> <!-- ~~~ JOIN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Spawns multiple concurrent paths of execution. </documentation> </annotation> <complexType> <sequence> </sequence> <simpleType> <restriction base="string"> <enumeration value="none"/> <enumeration value="read"/> <enumeration value="upgrade"/> <enumeration value="upgrade_nowait"/> <enumeration value="write"/> </restriction> </simpleType> </attribute> </complexType> </element> <!-- ~~~ SCRIPT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Evaluates a piece of text as a script </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> <!-- ~~~ HQL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Performs a hibernate query </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> <!-- ~~~ SQL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Performs a hibernate SQL query </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> <!-- ~~~ MAIL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Sends an email </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> <!-- ~~~ JAVA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Invokes a method on a java object. Either the java class is instantiated with reflection, or the java object is fetched from the environment. Then values from the environment are injected into the fields and a method is executed. </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> <!-- ~~~ CUSTOM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Uses a user defined, custom implementation of ActivityBehaviour </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> <!-- ~~~ TASK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Creates a task in the task component. </documentation> </annotation> <complexType> <sequence> <complexType> </complexType> </element> <complexType> </complexType> </element> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> </sequence> <annotation> <documentation> the resource name of the form in the deployment. </documentation> </annotation> </attribute> <simpleType> <restriction base="string"> <enumeration value="keep"/> <enumeration value="cancel"/> </restriction> </simpleType> </attribute> </complexType> </element> <!-- ~~~ SUB-PROCESS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Waits while a sub process instance is being executed and continues when the sub process instance ends. </documentation> </annotation> <complexType> <sequence maxOccurs="unbounded" minOccurs="0"> <annotation> <documentation>Events on which listeners can be registered.</documentation> </annotation> </element> <complexType> </complexType> </element> <complexType> <complexContent> <sequence maxOccurs="unbounded" minOccurs="0"> <complexType> </complexType> </element> </sequence> </extension> </complexContent> </complexType> </element> </sequence> <annotation> <documentation> Identifies the sub process by the id. This means that a specific version of a process definition is referenced </documentation> </annotation> </attribute> <annotation> <documentation> Identifies the sub process by the key. This means that the latest version of the process definition with the given key is referenced. The latest version of the process is looked up each time the activity executes. </documentation> </annotation> </attribute> <annotation> <documentation> Expression that is evaluated when the sub process instance ends. The value is then used for outcome transition mapping. </documentation> </annotation> </attribute> </complexType> </element> <!-- ~~~ group ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <annotation> <documentation> Scope enclosing a number of activities. </documentation> </annotation> <complexType> <sequence> <annotation> <documentation>Events on which listeners can be registered.</documentation> </annotation> </element> </sequence> </complexType> </element> </choice> </group> |
Type: |
|
Defined: |
<element name="custom"> <annotation> <documentation> Uses a user defined, custom implementation of ActivityBehaviour </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="decision"> <annotation> <documentation> Decision gateway: selects one path out of many alternatives. When an execution comes in, exactly one outgoing transition is taken. </documentation> </annotation> <complexType> <sequence> <complexType> <complexContent> <sequence> <complexType> <annotation> <documentation> The script text that will be evaluated. </documentation> </annotation> </attribute> <annotation> <documentation> Identification of the scripting language to use. </documentation> </annotation> </attribute> </complexType> </element> </sequence> </extension> </complexContent> </complexType> <!-- TODO add conditions --> </element> </sequence> <annotation> <documentation> The script that will be evaluated and resolve to the name of the outgoing transition. </documentation> </annotation> </attribute> <annotation> <documentation> Identification of the scripting language to use for the expr attribute. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="end"> <annotation> <documentation> End event. </documentation> </annotation> <complexType> <sequence> </sequence> <simpleType> <restriction base="string"> <enumeration value="execution"/> <enumeration value="process-instance"/> </restriction> </simpleType> </attribute> <annotation> <documentation>sets the state of the execution explicitely</documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="end-cancel"> <annotation> <documentation> End cancel event. </documentation> </annotation> <complexType> <sequence> </sequence> <simpleType> <restriction base="string"> <enumeration value="execution"/> <enumeration value="process-instance"/> </restriction> </simpleType> </attribute> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="end-error"> <annotation> <documentation> End cancel event. </documentation> </annotation> <complexType> <sequence> </sequence> <simpleType> <restriction base="string"> <enumeration value="execution"/> <enumeration value="process-instance"/> </restriction> </simpleType> </attribute> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="fork"> <annotation> <documentation> Spawns multiple concurrent paths of execution. </documentation> </annotation> <complexType> <sequence> </sequence> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="group"> <annotation> <documentation> Scope enclosing a number of activities. </documentation> </annotation> <complexType> <sequence> <annotation> <documentation>Events on which listeners can be registered.</documentation> </annotation> </element> </sequence> </complexType> </element> |
Type: |
|
Defined: |
<element name="hql"> <annotation> <documentation> Performs a hibernate query </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> |
Type: |
|
Defined: |
<element name="java"> <annotation> <documentation> Invokes a method on a java object. Either the java class is instantiated with reflection, or the java object is fetched from the environment. Then values from the environment are injected into the fields and a method is executed. </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="join"> <annotation> <documentation> Spawns multiple concurrent paths of execution. </documentation> </annotation> <complexType> <sequence> </sequence> <simpleType> <restriction base="string"> <enumeration value="none"/> <enumeration value="read"/> <enumeration value="upgrade"/> <enumeration value="upgrade_nowait"/> <enumeration value="write"/> </restriction> </simpleType> </attribute> </complexType> </element> |
Type: |
|
Defined: |
<element name="mail"> <annotation> <documentation> Sends an email </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> |
Type: |
|
Defined: |
<element name="script"> <annotation> <documentation> Evaluates a piece of text as a script </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> |
Type: |
|
Defined: |
<element name="sql"> <annotation> <documentation> Performs a hibernate SQL query </documentation> </annotation> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="start"> <annotation> <documentation> Start event </documentation> </annotation> <complexType> <sequence> </sequence> <annotation> <documentation> the resource name of the form in the deployment. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="state"> <annotation> <documentation> A wait state. When an execution arrives in this activity, the execution will wait until an external trigger is received with execution.signal() or execution.getActivityInstance().signal() </documentation> </annotation> <complexType> <sequence> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="sub-process"> <annotation> <documentation> Waits while a sub process instance is being executed and continues when the sub process instance ends. </documentation> </annotation> <complexType> <sequence maxOccurs="unbounded" minOccurs="0"> <annotation> <documentation>Events on which listeners can be registered.</documentation> </annotation> </element> <complexType> </complexType> </element> <complexType> <complexContent> <sequence maxOccurs="unbounded" minOccurs="0"> <complexType> </complexType> </element> </sequence> </extension> </complexContent> </complexType> </element> </sequence> <annotation> <documentation> Identifies the sub process by the id. This means that a specific version of a process definition is referenced </documentation> </annotation> </attribute> <annotation> <documentation> Identifies the sub process by the key. This means that the latest version of the process definition with the given key is referenced. The latest version of the process is looked up each time the activity executes. </documentation> </annotation> </attribute> <annotation> <documentation> Expression that is evaluated when the sub process instance ends. The value is then used for outcome transition mapping. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="task"> <annotation> <documentation> Creates a task in the task component. </documentation> </annotation> <complexType> <sequence> <complexType> </complexType> </element> <complexType> </complexType> </element> <complexType> <complexContent> <sequence> </sequence> </extension> </complexContent> </complexType> </element> </sequence> <annotation> <documentation> the resource name of the form in the deployment. </documentation> </annotation> </attribute> <simpleType> <restriction base="string"> <enumeration value="keep"/> <enumeration value="cancel"/> </restriction> </simpleType> </attribute> </complexType> </element> |
This XML schema documentation has been generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set. DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML. DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-end XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future). A commercial license for "DocFlex/XML XSDDoc" will allow you:
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML SDK and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required! But this is not all. In addition to it, a commercial license for DocFlex/XML SDK will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own! Please note: By purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the result of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us! To buy a license, please follow this link: http://www.filigris.com/shop/ |