| namespace | http://xmlns.oracle.com/Agile/e6/core/Common/V3 | |||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
| |||||||||||||||
| used by |
| |||||||||||||||
| facets |
| |||||||||||||||
| source | <xs:simpleType name="responseStatusCode"> <xs:restriction base="xs:string"> <xs:enumeration value="SUCCESS"/> <xs:enumeration value="WARNING"/> <xs:enumeration value="PARTIAL_SUCCESS"/> <xs:enumeration value="FAILURE"/> </xs:restriction> </xs:simpleType> |