simpleType AllocationMethod
namespace http://api.de.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attribute SelectionMode/@method
facets
Kind Value Annotation
enumeration ANY
enumeration NEXT
enumeration THIS
enumeration PLUGIN
annotation
documentation
Enumerated value defining the method by which resources will be selected from a collection for work allocation. One of the following:

- ANY: use random selection.
- NEXT: use iterative selection.
- THIS: use the specifically identified resource.
- PLUGIN: use the named plugin code (where the name is given separately) to perform the selection.
source <xs:simpleType name="AllocationMethod">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the method by which resources will be selected from a collection for work allocation. One of the following:

- ANY: use random selection.
- NEXT: use iterative selection.
- THIS: use the specifically identified resource.
- PLUGIN: use the named plugin code (where the name is given separately) to perform the selection.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ANY"/>
   
<xs:enumeration value="NEXT"/>
   
<xs:enumeration value="THIS"/>
   
<xs:enumeration value="PLUGIN"/>
 
</xs:restriction>
</xs:simpleType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy