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 <xsd:simpleType name="ScheduleStatus">
 
<xsd:annotation>
   
<xsd:documentation>Enumerated value defining whether a work item is within its schedule period (e.g. BEFORE, DURING, AFTER).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="NO_SCHEDULE"/>
   
<xsd:enumeration value="BEFORE"/>
   
<xsd:enumeration value="DURING"/>
   
<xsd:enumeration value="AFTER"/>
 
</xsd:restriction>
</xsd:simpleType>

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