<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="MultipleOperationTimeoutActionWKV">
<xs:annotation>
<xs:documentation>JPS3</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:maxLength value="255" />
<xs:enumeration value="Abort" />
<xs:enumeration value="Hold" />
<xs:enumeration value="Process" />
</xs:restriction>
</xs:simpleType>
|