simpleType responseStatusCode
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
enumeration SUCCESS
enumeration WARNING
enumeration PARTIAL_SUCCESS
enumeration FAILURE
source <xsd:simpleType name="responseStatusCode">
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="SUCCESS"/>
   
<xsd:enumeration value="WARNING"/>
   
<xsd:enumeration value="PARTIAL_SUCCESS"/>
   
<xsd:enumeration value="FAILURE"/>
 
</xsd:restriction>
</xsd:simpleType>