diagram | |||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||
type | extension of ManagedObjectID | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | FieldPreview workType | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="WorkItemPreview"> <xs:annotation> <xs:documentation>Definition of the work item data set for a previewed work item.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="ManagedObjectID"> <xs:sequence> <xs:element name="FieldPreview" type="dm:FieldType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Data field and value pairs for a previewed 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 only if this has been requested.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |