complexType ItemSchedule
diagram wp_diagrams/wp_p13.png
namespace http://api.brm.n2.tibco.com
children startDate maxDuration targetDate
used by
elements scheduleWorkItem/itemSchedule scheduleWorkItemWithModel/itemSchedule rescheduleWorkItem/itemSchedule
annotation
documentation
Schedule information to be associated with a work item.
source <xs:complexType name="ItemSchedule">
 
<xs:annotation>
   
<xs:documentation>Schedule information to be associated with a work item.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="startDate" type="xs:dateTime" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Date at which this work item can be started.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:choice minOccurs="0">
     
<xs:element name="maxDuration" type="ItemDuration">
       
<xs:annotation>
         
<xs:documentation>Duration of the work item.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="targetDate" type="xs:dateTime">
       
<xs:annotation>
         
<xs:documentation>Date by which this work item must be finished.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

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