gworkflowdl_2_0.xsd

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

Documentation
Specifies an input edge which connects the transition with a specific input place. One occurrence of the transition
locks one token on each input place as input token, and removes these tokens from the input places after occurrence.
            
Properties
This component is not nillable.

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

</inputPlace>


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="inputPlace" 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.