complexType updateObjectResponseType
diagram BusinessObjectService_diagrams/BusinessObjectService_p194.png
namespace http://xmlns.oracle.com/Agile/e6/core/BusinessObject/V2
type extension of ns0:ResponseHeaderType
properties
base ns1:ResponseHeaderType
children messageId messageName statusCode exceptions warnings ticket plmObject autoCreated
used by
elements updateObjectBulkResponseType/responses updateObjectResponse/updateObjectResponse
source <xsd:complexType name="updateObjectResponseType">
 
<xsd:complexContent>
   
<xsd:extension base="ns1:ResponseHeaderType">
     
<xsd:sequence>
       
<xsd:element name="plmObject" type="ns1:plmObject"/>
       
<xsd:element name="autoCreated" type="xsd:boolean"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element updateObjectResponseType/plmObject
diagram BusinessObjectService_diagrams/BusinessObjectService_p195.png
type ns0:plmObject
properties
content complex
children plmClass id attributes
source <xsd:element name="plmObject" type="ns1:plmObject"/>

element updateObjectResponseType/autoCreated
diagram BusinessObjectService_diagrams/BusinessObjectService_p196.png
type xsd:boolean
properties
content simple
source <xsd:element name="autoCreated" type="xsd:boolean"/>