complexType BaseItemInfo
diagram wp_diagrams/wp_p2168.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>

attribute BaseItemInfo/@distributionStrategy
type DistributionStrategy
properties
use required
facets
Kind Value Annotation
enumeration OFFER
enumeration ALLOCATE
annotation
documentation
Distribution strategy to be used for the work item - either OFFER or ALLOCATE.
source <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>

attribute BaseItemInfo/@priority
type xs:int
annotation
documentation
Priority of the work item.
source <xs:attribute name="priority" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Priority of the work item.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BaseItemInfo/@groupID
type xs:long
properties
use optional
annotation
documentation
ID of the work group that the work item belongs to.
source <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>

element BaseItemInfo/name
diagram wp_diagrams/wp_p2169.png
type xs:string
properties
content simple
annotation
documentation
Name of the work item.
source <xs:element name="name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Name of the work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BaseItemInfo/description
diagram wp_diagrams/wp_p2170.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Textual description of the work item.
source <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>

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