namespace | http://base.api.de.bpm.tibco.com | |||||||||||||||
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="XmlAllocationMethod"> <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> |