diagram | |||
namespace | http://exception.api.wp.n2.tibco.com | ||
type | extension of DetailedException | ||
properties |
|
||
children | error managedObjectId dataModel ignoreIncomingData | ||
source | <xs:element name="DataOutOfSyncFault"> <xs:complexType> <xs:complexContent> <xs:extension base="comex:DetailedException"> <xs:sequence> <xs:element name="managedObjectId" type="brmapi: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="dModel: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:element name="ignoreIncomingData" type="xs:boolean"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |