complexType WorkItemHeader
diagram wp_diagrams/wp_p27.png
namespace http://api.brm.n2.tibco.com
type extension of BaseItemInfo
properties
base BaseItemInfo
children name description flags itemContext
used by
elements WorkItem/header getWorkItemHeaderResponse/workItemHeader
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.
startDate  xs:dateTime  optional      
documentation
Date / time from which work on this work item may start.
endDate  xs:dateTime  optional      
documentation
Date / time by which work on this work item must be completed.
annotation
documentation
Main information about a work item used in a work list.
source <xs:complexType name="WorkItemHeader">
 
<xs:annotation>
   
<xs:documentation>Main information about a work item used in a work list.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseItemInfo">
     
<xs:sequence>
       
<xs:element name="flags" type="WorkItemFlags">
         
<xs:annotation>
           
<xs:documentation>Various flags that can be set against a work item in a work list.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="itemContext" type="ItemContext">
         
<xs:annotation>
           
<xs:documentation>Context of the work item, as supplied by the application that scheduled the work item.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
     
<xs:attribute name="startDate" type="xs:dateTime" use="optional">
       
<xs:annotation>
         
<xs:documentation>Date / time from which work on this work item may start.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="endDate" type="xs:dateTime" use="optional">
       
<xs:annotation>
         
<xs:documentation>Date / time by which work on this work item must be completed.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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