complexType WorkItemPreview
diagram wp_diagrams/wp_p28.png
namespace http://api.brm.n2.tibco.com
type extension of ManagedObjectID
properties
base ManagedObjectID
children FieldPreview workType
used by
element previewWorkItemFromListResponse/workItemPreview
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
version  xs:long        
documentation
Version of the work item.

If not set, the latest version will be used.
annotation
documentation
Definition of the work item data set for a previewed work item.
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>

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