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

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

element ItemSchedule/maxDuration
diagram wp_diagrams/wp_p2700.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 <xsd:element name="maxDuration" type="ItemDuration">
 
<xsd:annotation>
   
<xsd:documentation>Duration of the work item.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

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