gworkflowdl_1_0.xsd

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

Properties
This component is not nillable.

Model
<transition
  ID = xs:ID>
(description?, property*, inputPlace+, outputPlace+, condition*, operation )
</transition>


Nested Element Summary
xs:stringcondition
          
 description
          
placeRefinputPlace
          
 operation
          
placeRefoutputPlace
          
 property
          

Attribute Summary
 xs:IDID
          

Attribute Detail

ID

Type:
xs:ID
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="transition">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="property"/>
<xs:element maxOccurs="unbounded" name="inputPlace" type="placeRef"/>
<xs:element maxOccurs="unbounded" name="outputPlace" type="placeRef"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="condition" type="xs:string"/>
<xs:element minOccurs="0" name="operation">
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" namespace="##any" processContents="lax"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="xs:ID" use="required"/>
</xs:complexType>
</xs:element>

gworkflowdl_1_0.xsd

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