gworkflowdl_2_0.xsd

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

Documentation
Specifies an output edge which connects the transition with a specific output place. One occurrence of the transition
reserves space for one token on each output place, and creates a new token on each output place after occurrence.
            
Properties
This component is not nillable.

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

</outputPlace>


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