complexType WorkItemFlags
diagram wp_diagrams/wp_p1571.png
namespace http://api.brm.n2.tibco.com
children scheduleStatus
annotation
documentation
Various flags that can be set against a work item.
source <xs:complexType name="WorkItemFlags">
 
<xs:annotation>
   
<xs:documentation>Various flags that can be set against a work item.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="scheduleStatus" type="ScheduleStatus">
     
<xs:annotation>
       
<xs:documentation>Enumerated value defining whether a work item is within its schedule period.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element WorkItemFlags/scheduleStatus
diagram wp_diagrams/wp_p1572.png
type ScheduleStatus
properties
content simple
facets
Kind Value Annotation
enumeration NO_SCHEDULE
enumeration BEFORE
enumeration DURING
enumeration AFTER
annotation
documentation
Enumerated value defining whether a work item is within its schedule period.
source <xs:element name="scheduleStatus" type="ScheduleStatus">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining whether a work item is within its schedule period.</xs:documentation>
 
</xs:annotation>
</xs:element>

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