| type | restriction of s:string | ||||||||||||
| properties |
|
||||||||||||
| used by | |||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <s:simpleType name="ResultType"> <s:annotation> <s:documentation>Success indicator: SUCCESS - success; FAIL - error occured; RETRY - service temporary unavailable, pls try again</s:documentation> </s:annotation> <s:restriction base="s:string"> <s:enumeration value="SUCCESS"/> <s:enumeration value="FAIL"/> <s:enumeration value="RETRY"/> </s:restriction> </s:simpleType> |