gworkflowdl_1_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)

Properties
This component is not nillable.

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

</...>


Attribute Summary
 xs:stringedgeExpression
          
 xs:stringplaceID
          

Attribute Detail

edgeExpression

Type:
xs:string
Use:
optional
Form:
unqualified

placeID

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="placeRef">
<xs:attribute name="placeID" type="xs:string" use="required"/>
<xs:attribute name="edgeExpression" type="xs:string"/>
</xs:complexType>

gworkflowdl_1_0.xsd

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