namespace | http://api.brm.n2.tibco.com | |||||||||||||||
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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> |