diagram | |||||||||||||||||||||||||||||||
namespace | http://deadline.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | XmlGuidType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:duration | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="duration" type="xs:duration" use="required"> <xs:annotation> <xs:documentation>Duration of the task.</xs:documentation> </xs:annotation> </xs:attribute> |