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

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

attribute BaseItemInfo/@groupID
type xs:long
properties
use optional
annotation
documentation
ID of the work group that the work item belongs to.
source <xsd:attribute name="groupID" type="xs:long" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>ID of the work group that the work item belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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

element BaseItemInfo/description
diagram wp_diagrams/wp_p2669.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Textual description of the work item.
source <xsd:element name="description" type="xs:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Textual description of the work item.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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