complexType ECResultStructure
diagram ECService_diagrams/ECService_p194.png
namespace http://xmlns.oracle.com/Agile/e6/core/ECService/V2
children parentId resultData exceptions warnings
source <xsd:complexType name="ECResultStructure">
 
<xsd:sequence>
   
<xsd:element name="parentId" type="ns1:PlmAttributeChoice"/>
   
<xsd:element name="resultData" type="ns0:ECResultData" maxOccurs="unbounded"/>
   
<xsd:element name="exceptions" type="ns1:plmExceptionType" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="warnings" type="ns1:plmWarningType" minOccurs="0" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element ECResultStructure/parentId
diagram ECService_diagrams/ECService_p195.png
type ns0:PlmAttributeChoice
properties
content complex
children ns0:BinaryAttribute ns0:BooleanAttribute ns0:DateAttribute ns0:DoubleAttribute ns0:IntegerAttribute ns0:MoneyAttribute ns0:StringAttribute
source <xsd:element name="parentId" type="ns1:PlmAttributeChoice"/>

element ECResultStructure/resultData
diagram ECService_diagrams/ECService_p196.png
type ns0:ECResultData
properties
minOcc 1
maxOcc unbounded
content complex
children attributes statusCode operationType exception
source <xsd:element name="resultData" type="ns0:ECResultData" maxOccurs="unbounded"/>

element ECResultStructure/exceptions
diagram ECService_diagrams/ECService_p197.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="ns1:plmExceptionType" minOccurs="0" maxOccurs="unbounded"/>

element ECResultStructure/warnings
diagram ECService_diagrams/ECService_p198.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="ns1:plmWarningType" minOccurs="0" maxOccurs="unbounded"/>