gworkflowdl_2_0.xsd

http://www.gridworkflow.org/gworkflowdl
complexType placeRef

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.gridworkflow.org/gworkflowdl}placeRef (restriction)

Documentation
Reference to a place within the same GWorkflowDL document.
            
Properties
This component is not nillable.

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

</...>


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:complexType name="placeRef">
<xs:attribute name="placeID" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="edgeExpression" type="xs:string">
</xs:attribute>
</xs:complexType>

gworkflowdl_2_0.xsd

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