complexType WorkItemPreview
diagram brm_all_diagrams/brm_all_p365.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>

element WorkItemPreview/FieldPreview
diagram brm_all_diagrams/brm_all_p366.png
type FieldType
properties
minOcc 0
maxOcc unbounded
content complex
children simpleSpec complexSpec
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the data field.
type  derived by: xs:string  required      
documentation
Type of the data field (e.g. string, integer etc.).
optional  xs:boolean  optional      
documentation
Boolean value that defines whether the parameter is optional (default is false).
array  xs:boolean        
documentation
Indicates whether this parameter contains an array of values (default is false).
annotation
documentation
Data field and value pairs for a previewed work item.
source <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>

element WorkItemPreview/workType
diagram brm_all_diagrams/brm_all_p367.png
type WorkTypeSpec
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
workTypeID  xs:string  required      
documentation
The UID of the work type
workTypeDescription  xs:string  required      
documentation
The description of the work type.
version  xs:string        
documentation
The OSGi version number of this work type.
annotation
documentation
Details of the work type associated with the work item only if this has been requested.
source <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>


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