complexType SelectionMode
diagram deservices_wsdl_diagrams/deservices_wsdl_p3131.png
namespace http://api.de.n2.tibco.com
used by
elements XmlEntityDetail/selection-mode XmlOrgModelNode/selection-mode
attributes
Name  Type  Use  Default  Fixed  Annotation
method  AllocationMethod  required      
documentation
Algorithm used to select a resource. One of:

- 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.
plugin  xs:string        
documentation
Name of plugin.
annotation
documentation
Method used to select a resource from an identified collection of resources.
source <xs:complexType name="SelectionMode">
 
<xs:annotation>
   
<xs:documentation>Method used to select a resource from an identified collection of resources.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="method" type="AllocationMethod" use="required">
   
<xs:annotation>
     
<xs:documentation>Algorithm used to select a resource. One of:

- 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:attribute>
 
<xs:attribute name="plugin" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Name of plugin.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute SelectionMode/@method
type AllocationMethod
properties
use required
facets
Kind Value Annotation
enumeration ANY
enumeration NEXT
enumeration THIS
enumeration PLUGIN
annotation
documentation
Algorithm used to select a resource. One of:

- 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:attribute name="method" type="AllocationMethod" use="required">
 
<xs:annotation>
   
<xs:documentation>Algorithm used to select a resource. One of:

- 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:attribute>

attribute SelectionMode/@plugin
type xs:string
annotation
documentation
Name of plugin.
source <xs:attribute name="plugin" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Name of plugin.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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