complexType Item
diagram wp_diagrams/wp_p8.png
namespace http://api.brm.n2.tibco.com
type extension of BaseItemInfo
properties
base BaseItemInfo
children name description entities entityQuery
used by
element scheduleWorkItem/item
attributes
Name  Type  Use  Default  Fixed  Annotation
distributionStrategy  DistributionStrategy  required      
documentation
Distribution strategy to be used for the work item - either OFFER or ALLOCATE.
priority  xs:int        
documentation
Priority of the work item.
groupID  xs:long  optional      
documentation
ID of the work group that the work item belongs to.
workTypeUID  xs:string  required      
documentation
ID of the work type that defines the data specification for this work item.
workTypeVersion  xs:string        
documentation
OSGi version range string of the work type that is to be used.
annotation
documentation
Definition of a work item that is to be scheduled, providing basic, participant and work type information about the work item.
source <xs:complexType name="Item">
 
<xs:annotation>
   
<xs:documentation>Definition of a work item that is to be scheduled, providing basic, participant and work type information about the work item.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseItemInfo">
     
<xs:choice>
       
<xs:element name="entities" type="orgdto:XmlModelEntityId" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Details of the organization model entities for whom the work item is to be scheduled.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="entityQuery" type="orgdto:XmlResourceQuery">
         
<xs:annotation>
           
<xs:documentation>Specification of a resource query.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:choice>
     
<xs:attribute name="workTypeUID" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>ID of the work type that defines the data specification for this work item.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="workTypeVersion" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>OSGi version range string of the work type that is to be used.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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