| gworkflowdl_2_0.xsd | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
A token represents state information, such as true/false (control token) or arbitrary XML (data token).
| Nested Element Summary | |
xs:boolean | controlA control token can either be "true" or "false", reflecting the exit status of the previous transition. |
| dataThe data element can hold one single child element with arbitrary XML representing data (e.g., SOAP parameters) or references to data (e.g., filenames). |
| property |
<xs:element maxOccurs="unbounded" minOccurs="0" name="token"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:choice minOccurs="0"></xs:sequence><xs:element name="data"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="lax"/></xs:sequence><xs:element name="control" type="xs:boolean"></xs:choice>
</xs:element>
| gworkflowdl_2_0.xsd | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||