gworkflowdl_0_9.xsd

noNamespace
element WSOperation

Properties
This component is not nillable.

Model
<WSOperation
  operationName = xs:string
  owl = xs:string
  selected = xs:boolean : false
  wsdl = xs:string>

</WSOperation>


Attribute Summary
 xs:stringoperationName
          
 xs:stringowl
          
 xs:booleanselected
          
 xs:stringwsdl
          

Attribute Detail

operationName

Type:
xs:string
Use:
optional
Form:
unqualified

owl

Type:
xs:string
Use:
optional
Form:
unqualified

selected

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

wsdl

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<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>

gworkflowdl_0_9.xsd

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