gworkflowdl_1_1.xsd

http://www.gridworkflow.org/gworkflowdl
element transition

Documentation
The ocurrence of a transition alters the state of the Petri net. A transition may be linked
to an (external) operation. Petri net arcs are represented by read places, input places and
output places.
                        
Properties
This component is not nillable.

Model
<transition
  ID = xs:ID>
(description?, property*, readPlace*, inputPlace*, outputPlace*, condition*, operation )
</transition>


Nested Element Summary
xs:stringcondition
          
 description
          
placeRefinputPlace
          Connects the transition with a specific input place. 
 operation
          The element "operation" links transitions with (external) operations. 
placeRefoutputPlace
          Connects the transition with a specific output place. 
 property
          
placeRefreadPlace
          Connects the transition with a specific read place. 

Attribute Summary
 xs:IDID
          

Attribute Detail

ID

Type:
xs:ID
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="transition">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="property"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="readPlace" type="placeRef">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="inputPlace" type="placeRef">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="outputPlace" type="placeRef">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="condition" type="xs:string"/>
<xs:element minOccurs="0" name="operation">
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" namespace="##any" processContents="lax"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="xs:ID" use="required"/>
</xs:complexType>
</xs:element>

gworkflowdl_1_1.xsd

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.