simpleType ScheduleStatus
namespace http://api.brm.n2.tibco.com
type restriction of xs:string
properties
base xs:string
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 (e.g. BEFORE, DURING, AFTER).
source <xs:simpleType name="ScheduleStatus">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining whether a work item is within its schedule period (e.g. BEFORE, DURING, AFTER).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="NO_SCHEDULE"/>
   
<xs:enumeration value="BEFORE"/>
   
<xs:enumeration value="DURING"/>
   
<xs:enumeration value="AFTER"/>
 
</xs:restriction>
</xs:simpleType>

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