diagram | |||||||||||||||||||||||
namespace | http://api.de.n2.tibco.com | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | AllocationMethod | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="plugin" type="xs:string"> <xs:annotation> <xs:documentation>Name of plugin.</xs:documentation> </xs:annotation> </xs:attribute> |