complexType BaseItemInfo
diagram wp_diagrams/wp_p3.png
namespace http://api.brm.n2.tibco.com
properties
abstract true
children name description
used by
complexTypes Item 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.
annotation
documentation
Base information required for all work items.
source <xs:complexType name="BaseItemInfo" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Base information required for all work items.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Name of the work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="description" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Textual description of the work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="distributionStrategy" type="DistributionStrategy" use="required">
   
<xs:annotation>
     
<xs:documentation>Distribution strategy to be used for the work item - either OFFER or ALLOCATE.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="priority" type="xs:int">
   
<xs:annotation>
     
<xs:documentation>Priority of the work item.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="groupID" type="xs:long" use="optional">
   
<xs:annotation>
     
<xs:documentation>ID of the work group that the work item belongs to.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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