gworkflowdl_0_9.xsd

noNamespace
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:element minOccurs="0" name="WSClassOperation">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="WSOperation">
<xs:complexType>
<xs:attribute default="false" name="selected" type="xs:boolean"/>
<xs:attribute name="owl" type="xs:string"/>
<xs:attribute name="wsdl" type="xs:string"/>
<xs:attribute name="operationName" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="owl" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="owl" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="xs:ID" use="required"/>
</xs:complexType>
</xs:element>

gworkflowdl_0_9.xsd

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