diagram | |||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | XmlAllocationMethod | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |