complexType WorkItemHeader
diagram wp_diagrams/wp_p579.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>

attribute WorkItemHeader/@startDate
type xs:dateTime
properties
use optional
annotation
documentation
Date / time from which work on this work item may start.
source <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>

attribute WorkItemHeader/@endDate
type xs:dateTime
properties
use optional
annotation
documentation
Date / time by which work on this work item must be completed.
source <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>

element WorkItemHeader/flags
diagram wp_diagrams/wp_p580.png
type WorkItemFlags
properties
content complex
children scheduleStatus
annotation
documentation
Various flags that can be set against a work item in a work list.
source <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>

element WorkItemHeader/itemContext
diagram wp_diagrams/wp_p581.png
type ItemContext
properties
content complex
children activityID activityName appInstance appName appID appInstanceDescription
annotation
documentation
Context of the work item, as supplied by the application that scheduled the work item.
source <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>


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