complexType ResponseHeaderType
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p411.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="xs:string"/>
   
<xsd:element name="messageName" type="xs:string"/>
   
<xsd:element name="statusCode" type="tns:responseStatusCode"/>
   
<xsd:element name="exceptions" type="tns:plmExceptionType" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="warnings" type="tns:plmWarningType" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="ticket" type="xs:string" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

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

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

element ResponseHeaderType/statusCode
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p414.png
type tns:responseStatusCode
properties
content simple
facets
Kind Value Annotation
enumeration SUCCESS
enumeration WARNING
enumeration PARTIAL_SUCCESS
enumeration FAILURE
source <xsd:element name="statusCode" type="tns:responseStatusCode"/>

element ResponseHeaderType/exceptions
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p415.png
type tns: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="tns:plmExceptionType" minOccurs="0" maxOccurs="unbounded"/>

element ResponseHeaderType/warnings
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p416.png
type tns: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="tns:plmWarningType" minOccurs="0" maxOccurs="unbounded"/>

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