gworkflowdl_2_0.xsd

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

Documentation
Specifies a write edge which connects the transition with a specific write place. One occurrence of the transition
(partially) overwrites one existing token on each write place. Regarding the theory of P/T nets a write edge is
equivalent to a loop of input and output edge, however in practice, a write edge allows to model concurrent write
operations on shared data.
            
Properties
This component is not nillable.

Model
<writePlace
  edgeExpression = xs:string
  placeID = xs:string>

</writePlace>


Attribute Summary
 xs:stringedgeExpression
           The attribute edgeExpression is used as value assignement for input and read places and as functional statement for output places using the XPath 1.0 standard.  
 xs:stringplaceID
           The attribute "placeRef" denotes a place ID.  

Attribute Detail

edgeExpression

The attribute edgeExpression is used as value assignement for input and read places and as functional statement for output places using the XPath 1.0 standard.

Type:
xs:string
Use:
optional
Form:
unqualified

placeID

The attribute "placeRef" denotes a place ID.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="writePlace" type="placeRef">
</xs:element>

gworkflowdl_2_0.xsd

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