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