| diagram | 
					  | 
				
				
					| namespace | 
					http://api.brm.n2.tibco.com | 
				
				
					| used by | 
					| elements  | cancelWorkItem/workItemID enableWorkItem/workItemID getBatchWorkItemIdsResponse/workItemID previewWorkItemFromList/workItemID resumeWorkItem/workItemID scheduleWorkItemResponse/workItemID scheduleWorkItemWithModelResponse/workItemID suspendWorkItem/workItemID rescheduleWorkItem/workItemID AsyncWorkItemDetails/workItemId |  | complexType  | ManagedObjectID |  
  | 
				
				
					| attributes | 
					| Name   | Type   | Use   | Default   | Fixed   | Annotation |  | id   | xs:long   | required   |    |    | | documentation |  | Unique ID of the work item. |  
  |  
  | 
				
				
					| annotation | 
					| documentation |  | ID of a work item (without specifying any particular version of the object). |  
  | 
				
				
					| source | 
					<xs:complexType name="ObjectID"> 
  <xs:annotation> 
    <xs:documentation>ID of a work item (without specifying any particular version of the object).</xs:documentation> 
  </xs:annotation> 
  <xs:attribute name="id" type="xs:long" use="required"> 
    <xs:annotation> 
      <xs:documentation>Unique ID of the work item.</xs:documentation> 
    </xs:annotation> 
  </xs:attribute> 
</xs:complexType> |