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