complexType ItemSchedule
diagram brm_wsdl_diagrams/brm_wsdl_p1575.png
namespace http://api.brm.n2.tibco.com
children startDate maxDuration targetDate
annotation
documentation
Schedule information to be associated with a work item.
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>

element ItemSchedule/startDate
diagram brm_wsdl_diagrams/brm_wsdl_p1576.png
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date at which this work item can be started.
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>

element ItemSchedule/maxDuration
diagram brm_wsdl_diagrams/brm_wsdl_p1577.png
type ItemDuration
properties
content complex
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
Duration of the work item.
source <xs:element name="maxDuration" type="ItemDuration">
 
<xs:annotation>
   
<xs:documentation>Duration of the work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ItemSchedule/targetDate
diagram brm_wsdl_diagrams/brm_wsdl_p1578.png
type xs:dateTime
properties
content simple
annotation
documentation
Date by which this work item must be finished.
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>

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