element WorkItemRescheduledFault
diagram brm_wsdl_diagrams/brm_wsdl_p794.png
namespace http://exception.api.brm.n2.tibco.com
type extension of DetailedException
properties
content complex
children error managedObjectId dataModel
annotation
documentation
Exception thrown if the Work Item has been modified via an external event such as a reschedule.
source <xs:element name="WorkItemRescheduledFault">
 
<xs:annotation>
   
<xs:documentation>Exception thrown if the Work Item has been modified via an external event such as a reschedule.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="comex:DetailedException">
       
<xs:sequence>
         
<xs:element name="managedObjectId" type="ns1:ManagedObjectID">
           
<xs:annotation>
             
<xs:documentation>This is the ID of the new Work Item that was generated as the result of the reschedule.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="dataModel" type="ns2:DataModel" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>If specified this will be a complete set of all the Work Item data. This will allow a client to decide if user data has been overwritten, and possibly allow a merge of changed data and client local data.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element WorkItemRescheduledFault/managedObjectId
diagram brm_wsdl_diagrams/brm_wsdl_p795.png
type ManagedObjectID
properties
content complex
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
This is the ID of the new Work Item that was generated as the result of the reschedule.
source <xs:element name="managedObjectId" type="ns1:ManagedObjectID">
 
<xs:annotation>
   
<xs:documentation>This is the ID of the new Work Item that was generated as the result of the reschedule.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkItemRescheduledFault/dataModel
diagram brm_wsdl_diagrams/brm_wsdl_p796.png
type DataModel
properties
minOcc 0
maxOcc 1
content complex
children inputs outputs inouts
annotation
documentation
If specified this will be a complete set of all the Work Item data. This will allow a client to decide if user data has been overwritten, and possibly allow a merge of changed data and client local data.
source <xs:element name="dataModel" type="ns2:DataModel" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>If specified this will be a complete set of all the Work Item data. This will allow a client to decide if user data has been overwritten, and possibly allow a merge of changed data and client local data.</xs:documentation>
 
</xs:annotation>
</xs:element>

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