complexType XmlCalcDeadlineRequest
diagram dac_wsdl_diagrams/dac_wsdl_p823.png
namespace http://deadline.api.dac.n2.tibco.com
children calendar-lookup
attributes
Name  Type  Use  Default  Fixed  Annotation
start-date-time  xs:dateTime  required      
documentation
Start date and time for the task. This value is assumed to be expressed as UTC.
duration  xs:duration  required      
documentation
Duration of the task in man-hours.
annotation
documentation
Request element for calcDeadline operation.
source <xs:complexType name="XmlCalcDeadlineRequest">
 
<xs:annotation>
   
<xs:documentation>Request element for calcDeadline operation.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:annotation>
     
<xs:documentation>
Calculates the earliest date and time a deadline can be completed, given a start date/time and duration. The start date/time must be specified as  UTC, and the response will also be specified as UTC.
    
The calculation request also includes an optional, ordered collection of identifiers from which a calendar can be resolved. Those identifiers will consist of calendar references and organizational entities, as set out in the following list, and will be applied in the given order until a calendar can be resolved.

       + Time Event Calendar Reference (can be defined dynamically using a variable assignment)
       + Single, org model entity Participant
       + Process Calendar Reference
    
For the deadline calculation of a user activity, the organizational entities will be derived from the participant. If a user activity, or a timer event, declares more than one participant, those participants should not be used to perform deadline calculation (that is, the participant should only be passed if it identifies a single organizational entity).
    
The organizational entity identifiers are used to determine what base and overlay calendars are to be used for the calculation. If no calendar can be resolved from the given identifiers, the default base calendar will apply.
    
Once the calendar(s) are resolved, the available working hours are determined. Based on those available hours, the calculation returns the earliest date and time at which the given duration of work can be completed.
    
When calculating a deadline a start date-time and duration must be given. If the duration does not include hours, minutes or seconds, then the duration is assumed to be ‘working days’. For example; the duration “P3D” is assumed to be 3 Working Days and not 72 hours. If the duration is “PT72H” then it is taken to be 72 hours, and not 3 Working Days.
    
When calculating a deadline using units of ‘Working Days’, if the number of available hours in the day being considered is less than this defined minimum value, that day is not included. The calculation moves on to the next available day, where again the number of available hours is compared.
If the duration specifies months, then the start-date-time is used to determine how many days are in the month(s).
         
</xs:documentation>
   
</xs:annotation>
   
<xs:element name="calendar-lookup" type="dac:XmlCalendarLookup" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="start-date-time" type="xs:dateTime" use="required">
   
<xs:annotation>
     
<xs:documentation>Start date and time for the task. This value is assumed to be expressed as UTC.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="duration" type="xs:duration" use="required">
   
<xs:annotation>
     
<xs:documentation>Duration of the task in man-hours.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlCalcDeadlineRequest/@start-date-time
type xs:dateTime
properties
use required
annotation
documentation
Start date and time for the task. This value is assumed to be expressed as UTC.
source <xs:attribute name="start-date-time" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>Start date and time for the task. This value is assumed to be expressed as UTC.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlCalcDeadlineRequest/@duration
type xs:duration
properties
use required
annotation
documentation
Duration of the task in man-hours.
source <xs:attribute name="duration" type="xs:duration" use="required">
 
<xs:annotation>
   
<xs:documentation>Duration of the task in man-hours.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlCalcDeadlineRequest/calendar-lookup
diagram dac_wsdl_diagrams/dac_wsdl_p824.png
type XmlCalendarLookup
properties
minOcc 0
maxOcc unbounded
content complex
children calendar-ref org-model-entity
source <xs:element name="calendar-lookup" type="dac:XmlCalendarLookup" minOccurs="0" maxOccurs="unbounded"/>

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