complexType XmlSelectionMode
diagram dir_directoryservice_diagrams/dir_directoryservice_p162.png
namespace http://base.api.de.bpm.tibco.com
used by
elements XmlGroup/allocation-method XmlBasePosition/allocation-method XmlBaseOrgUnit/allocation-method XmlOrganization/allocation-method
attributes
Name  Type  Use  Default  Fixed  Annotation
method  XmlAllocationMethod  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  optional      
documentation
Name of custom plugin implementation.
annotation
documentation
Method used to select a resource from an identified collection of resources.
source <xs:complexType name="XmlSelectionMode">
 
<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="XmlAllocationMethod" 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" use="optional">
   
<xs:annotation>
     
<xs:documentation>Name of custom plugin implementation.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlSelectionMode/@method
type XmlAllocationMethod
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="XmlAllocationMethod" 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 XmlSelectionMode/@plugin
type xs:string
properties
use optional
annotation
documentation
Name of custom plugin implementation.
source <xs:attribute name="plugin" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Name of custom plugin implementation.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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