complexType ItemDuration
diagram wp_diagrams/wp_p1526.png
namespace http://api.brm.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
years  xs:int  optional  0    
documentation
Number of years in this duration period.
months  xs:int  optional  0    
documentation
Number of months in this duration period.
weeks  xs:int  optional  0    
documentation
Number of weeks in this duration period.
days  xs:int  optional  0    
documentation
Number of days in this duration period.
hours  xs:int  optional  0    
documentation
Number of hours in this duration period.
minutes  xs:int  optional  0    
documentation
Number of minutes in this duration period.
annotation
documentation
Amount of time that can be spent on a work item, or for which a work item can be hidden.
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>

attribute ItemDuration/@years
type xs:int
properties
use optional
default 0
annotation
documentation
Number of years in this duration period.
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>

attribute ItemDuration/@months
type xs:int
properties
use optional
default 0
annotation
documentation
Number of months in this duration period.
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>

attribute ItemDuration/@weeks
type xs:int
properties
use optional
default 0
annotation
documentation
Number of weeks in this duration period.
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>

attribute ItemDuration/@days
type xs:int
properties
use optional
default 0
annotation
documentation
Number of days in this duration period.
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>

attribute ItemDuration/@hours
type xs:int
properties
use optional
default 0
annotation
documentation
Number of hours in this duration period.
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>

attribute ItemDuration/@minutes
type xs:int
properties
use optional
default 0
annotation
documentation
Number of minutes in this duration period.
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>

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