complexType ResponseHeaderType
diagram BusinessObjectServicesXSD2_diagrams/BusinessObjectServicesXSD2_p177.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V1
children messageId messageName statusCode exceptions warnings ticket
used by
complexTypes BulkResponseHeaderType createObjectResponseType createRelationResponseType getObjectsResponseType getRelationsResponseType
source <xs:complexType name="ResponseHeaderType">
 
<xs:sequence>
   
<xs:element name="messageId" type="xs:string"/>
   
<xs:element name="messageName" type="xs:string"/>
   
<xs:element name="statusCode" type="tns:responseStatusCode"/>
   
<xs:element name="exceptions" type="tns:plmExceptionType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="warnings" type="tns:plmWarningType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ticket" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ResponseHeaderType/messageId
diagram BusinessObjectServicesXSD2_diagrams/BusinessObjectServicesXSD2_p178.png
type xs:string
properties
isRef 0
content simple
source <xs:element name="messageId" type="xs:string"/>

element ResponseHeaderType/messageName
diagram BusinessObjectServicesXSD2_diagrams/BusinessObjectServicesXSD2_p179.png
type xs:string
properties
isRef 0
content simple
source <xs:element name="messageName" type="xs:string"/>

element ResponseHeaderType/statusCode
diagram BusinessObjectServicesXSD2_diagrams/BusinessObjectServicesXSD2_p180.png
type tns:responseStatusCode
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration SUCCESS 
enumeration WARNING 
enumeration PARTIAL_SUCCESS 
enumeration FAILURE 
source <xs:element name="statusCode" type="tns:responseStatusCode"/>

element ResponseHeaderType/exceptions
diagram BusinessObjectServicesXSD2_diagrams/BusinessObjectServicesXSD2_p181.png
type tns:plmExceptionType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children id message details rc cause
source <xs:element name="exceptions" type="tns:plmExceptionType" minOccurs="0" maxOccurs="unbounded"/>

element ResponseHeaderType/warnings
diagram BusinessObjectServicesXSD2_diagrams/BusinessObjectServicesXSD2_p182.png
type tns:plmWarningType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children id message details rc cause
source <xs:element name="warnings" type="tns:plmWarningType" minOccurs="0" maxOccurs="unbounded"/>

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


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