diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | startDate maxDuration targetDate | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||
type | xs:dateTime | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | ItemDuration | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="maxDuration" type="ItemDuration"> <xs:annotation> <xs:documentation>Duration of the work item.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <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> |