diagram | |
namespace | http://api.brm.n2.tibco.com |
children | workItemID itemSchedule itemBody dynamicOrgAttributes |
source | <xsd:complexType name="rescheduleWorkItem"> <xsd:sequence> <xsd:element name="workItemID" type="ObjectID"> <xsd:annotation> <xsd:documentation>ID of a work item that is to be rescheduled. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="itemSchedule" type="ItemSchedule" minOccurs="0"> <xsd:annotation> <xsd:documentation>Optional item schedule period to be associated with the work item. If no object is passed then the item schedule period will not be changed.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="itemBody" type="ItemBody" minOccurs="0"> <xsd:annotation> <xsd:documentation>Optional work item body containing data changes on a reschedule. The body is the the data as a name/value pair.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="dynamicOrgAttributes" type="orgdto:XmlDynamicIdField" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>If specified the work item will be "re-offered" to the dynamic instance of the org model pointed to by the array of name / value pairs. If the work item is opened / allocated to a resource and the resource still has visiblity of the work item in the new entities then it will remain allocated to them. Otherwise it will be re-offered.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> |
diagram | |||||||||||||||
type | ObjectID | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:element name="workItemID" type="ObjectID"> <xsd:annotation> <xsd:documentation>ID of a work item that is to be rescheduled. </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | ItemSchedule | ||||||
properties |
|
||||||
children | startDate maxDuration targetDate | ||||||
annotation |
|
||||||
source | <xsd:element name="itemSchedule" type="ItemSchedule" minOccurs="0"> <xsd:annotation> <xsd:documentation>Optional item schedule period to be associated with the work item. If no object is passed then the item schedule period will not be changed.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | ItemBody | ||||||
properties |
|
||||||
children | parameter | ||||||
annotation |
|
||||||
source | <xsd:element name="itemBody" type="ItemBody" minOccurs="0"> <xsd:annotation> <xsd:documentation>Optional work item body containing data changes on a reschedule. The body is the the data as a name/value pair.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||||||||||||||
type | XmlDynamicIdField | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:element name="dynamicOrgAttributes" type="orgdto:XmlDynamicIdField" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>If specified the work item will be "re-offered" to the dynamic instance of the org model pointed to by the array of name / value pairs. If the work item is opened / allocated to a resource and the resource still has visiblity of the work item in the new entities then it will remain allocated to them. Otherwise it will be re-offered.</xsd:documentation> </xsd:annotation> </xsd:element> |