complexType ECResultData
diagram ECService_diagrams/ECService_p190.png
namespace http://xmlns.oracle.com/Agile/e6/core/ECService/V2
type extension of ns0:ECData
properties
base ns0:ECData
children attributes statusCode operationType exception
source <xsd:complexType name="ECResultData">
 
<xsd:complexContent>
   
<xsd:extension base="ns0:ECData">
     
<xsd:sequence>
       
<xsd:element name="statusCode" type="ns1:responseStatusCode"/>
       
<xsd:element name="operationType" type="ns0:ECOperationType"/>
       
<xsd:element name="exception" type="ns1:plmExceptionType" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element ECResultData/statusCode
diagram ECService_diagrams/ECService_p191.png
type ns0:responseStatusCode
properties
content simple
facets
Kind Value Annotation
enumeration SUCCESS
enumeration WARNING
enumeration PARTIAL_SUCCESS
enumeration FAILURE
source <xsd:element name="statusCode" type="ns1:responseStatusCode"/>

element ECResultData/operationType
diagram ECService_diagrams/ECService_p192.png
type ns0:ECOperationType
properties
content simple
facets
Kind Value Annotation
enumeration NOP
enumeration CREATE
enumeration DELETE
enumeration UPDATE
source <xsd:element name="operationType" type="ns0:ECOperationType"/>

element ECResultData/exception
diagram ECService_diagrams/ECService_p193.png
type ns0:plmExceptionType
properties
minOcc 0
maxOcc 1
content complex
children message details rc cause
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string  required      
source <xsd:element name="exception" type="ns1:plmExceptionType" minOccurs="0"/>