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