element calcBusinessDeadline
diagram dac_wsdl_diagrams/dac_wsdl_p819.png
namespace http://deadline.api.dac.n2.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  XmlGuidType  required      
documentation
ID of the Calendar to be used when calculating the deadline.
start-date-time  xs:dateTime  required      
documentation
Start date and time for the task.
duration  xs:duration  required      
documentation
Duration of the task.
annotation
documentation
Request element for calcBusinessDeadline operation.

This operation is deprecated and should no longer be used. It is only available for backward compatibility and may be removed in future releases.
source <xs:element name="calcBusinessDeadline">
 
<xs:annotation>
   
<xs:documentation>Request element for calcBusinessDeadline operation.

This operation is deprecated and should no longer be used. It is only available for backward compatibility and may be removed in future releases.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="guid" type="dac:XmlGuidType" use="required">
     
<xs:annotation>
       
<xs:documentation>ID of the Calendar to be used when calculating the deadline.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="start-date-time" type="xs:dateTime" use="required">
     
<xs:annotation>
       
<xs:documentation>Start date and time for the task.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="duration" type="xs:duration" use="required">
     
<xs:annotation>
       
<xs:documentation>Duration of the task.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute calcBusinessDeadline/@guid
type XmlGuidType
properties
use required
facets
Kind Value Annotation
maxLength 36
annotation
documentation
ID of the Calendar to be used when calculating the deadline.
source <xs:attribute name="guid" type="dac:XmlGuidType" use="required">
 
<xs:annotation>
   
<xs:documentation>ID of the Calendar to be used when calculating the deadline.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute calcBusinessDeadline/@start-date-time
type xs:dateTime
properties
use required
annotation
documentation
Start date and time for the task.
source <xs:attribute name="start-date-time" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>Start date and time for the task.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute calcBusinessDeadline/@duration
type xs:duration
properties
use required
annotation
documentation
Duration of the task.
source <xs:attribute name="duration" type="xs:duration" use="required">
 
<xs:annotation>
   
<xs:documentation>Duration of the task.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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