diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="ItemDuration"> <xs:annotation> <xs:documentation>Amount of time that can be spent on a work item, or for which a work item can be hidden.</xs:documentation> </xs:annotation> <xs:attribute name="years" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of years in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="months" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of months in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="weeks" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of weeks in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="days" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of days in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="hours" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of hours in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="minutes" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of minutes in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="years" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of years in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="months" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of months in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="weeks" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of weeks in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="days" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of days in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="hours" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of hours in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="minutes" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Number of minutes in this duration period.</xs:documentation> </xs:annotation> </xs:attribute> |