namespace | http://www.pwg.org/schemas/2012/12/sm | |||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:NMTOKEN | |||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="NotifyEventsWKV"> <xs:restriction base="xs:NMTOKEN"> <xs:maxLength value="255"/> <xs:enumeration value="None"/> <xs:enumeration value="ServiceStateChanged"/> <xs:enumeration value="ServiceRestarted"/> <xs:enumeration value="ServiceShutdown"/> <xs:enumeration value="ServiceStopped"/> <xs:enumeration value="ServiceConfigChanged"/> <xs:enumeration value="ServiceMediaChanged"/> <xs:enumeration value="ServiceFinishingsChanged"/> <xs:enumeration value="ServiceQueueOrderChanged"/> <xs:enumeration value="JobStateChanged"/> <xs:enumeration value="JobCreated"/> <xs:enumeration value="JobCompleted"/> <xs:enumeration value="JobStopped"/> <xs:enumeration value="JobConfigChanged"/> <xs:enumeration value="JobProgress"/> </xs:restriction> </xs:simpleType> |