simpleType responseStatusCode
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type restriction of xs:string
properties
base xs:string
used by
element ResponseHeaderType/statusCode
facets
Kind Value Annotation
enumeration SUCCESS
enumeration WARNING
enumeration PARTIAL_SUCCESS
enumeration FAILURE
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy