gworkflowdl_2_0.xsd

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

Documentation
The data element can hold one single child element with arbitrary XML representing data (e.g., SOAP parameters) or
references to data (e.g., filenames).
                                                    
Properties
This component is not nillable.

Model
<data>
(any element from any namespace)*
</data>

Source
<xs:element name="data">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" 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.