diagram | |||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | name description | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | DistributionStrategy | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | xs:int | ||
annotation |
|
||
source | <xs:attribute name="priority" type="xs:int"> <xs:annotation> <xs:documentation>Priority of the work item.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="name" type="xs:string"> <xs:annotation> <xs:documentation>Name of the work item.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |