complexType ResponseHeaderType
diagram ECService_diagrams/ECService_p258.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children messageId messageName statusCode exceptions warnings ticket
source <xsd:complexType name="ResponseHeaderType">
 
<xsd:sequence>
   
<xsd:element name="messageId" type="xsd:string"/>
   
<xsd:element name="messageName" type="xsd:string"/>
   
<xsd:element name="statusCode" type="ns0:responseStatusCode"/>
   
<xsd:element name="exceptions" type="ns0:plmExceptionType" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="warnings" type="ns0:plmWarningType" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="ticket" type="xsd:string" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element ResponseHeaderType/messageId
diagram ECService_diagrams/ECService_p259.png
type xsd:string
properties
content simple
source <xsd:element name="messageId" type="xsd:string"/>

element ResponseHeaderType/messageName
diagram ECService_diagrams/ECService_p260.png
type xsd:string
properties
content simple
source <xsd:element name="messageName" type="xsd:string"/>

element ResponseHeaderType/statusCode
diagram ECService_diagrams/ECService_p261.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="ns0:responseStatusCode"/>

element ResponseHeaderType/exceptions
diagram ECService_diagrams/ECService_p262.png
type ns0:plmExceptionType
properties
minOcc 0
maxOcc unbounded
content complex
children message details rc cause
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string  required      
source <xsd:element name="exceptions" type="ns0:plmExceptionType" minOccurs="0" maxOccurs="unbounded"/>

element ResponseHeaderType/warnings
diagram ECService_diagrams/ECService_p263.png
type ns0:plmWarningType
properties
minOcc 0
maxOcc unbounded
content complex
children message details rc cause
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string  required      
source <xsd:element name="warnings" type="ns0:plmWarningType" minOccurs="0" maxOccurs="unbounded"/>

element ResponseHeaderType/ticket
diagram ECService_diagrams/ECService_p264.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="ticket" type="xsd:string" minOccurs="0"/>