diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | id header attributes body workType state visible | ||
annotation |
|
||
source | <xs:complexType name="WorkItem"> <xs:annotation> <xs:documentation>Complete details of a work item.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="id" type="ManagedObjectID"> <xs:annotation> <xs:documentation>ID of the work item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="header" type="WorkItemHeader"> <xs:annotation> <xs:documentation>Header information about the work item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="attributes" type="WorkItemAttributes" minOccurs="0"> <xs:annotation> <xs:documentation>Data attributes that can be set on a work item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="body" type="WorkItemBody" minOccurs="0"> <xs:annotation> <xs:documentation>Complete body of the work item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="workType" type="dm:WorkTypeSpec" minOccurs="0"> <xs:annotation> <xs:documentation>Details of the work type associated with the work item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="state" type="WorkItemState"> <xs:annotation> <xs:documentation>Enumerated value defining the current state of the work item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="visible" type="xs:boolean"> <xs:annotation> <xs:documentation>Boolean value indicating whether or not the work item is visible.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |