gworkflowdl_2_0.xsd

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

Documentation
The element "operation" links transitions with (external) operations. As operations may be platform-specific, they are
specified in a separate XML Schema using different namespace.
                                    
Properties
This component is not nillable.

Model
<operation>
(any element from any namespace)?
</operation>

Source
<xs:element minOccurs="0" name="operation">
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" namespace="##any" processContents="lax"/>
</xs:sequence>
</xs:complexType>
</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.