complexType getEntityRelationBulkResponseType
diagram MetadataService_diagrams/MetadataService_p333.png
namespace http://xmlns.oracle.com/Agile/e6/core/Metadata/V2
type extension of ns0:BulkResponseHeaderType
properties
base ns1:BulkResponseHeaderType
children messageId messageName statusCode exceptions warnings ticket plmFault responses
source <xsd:complexType name="getEntityRelationBulkResponseType">
 
<xsd:complexContent>
   
<xsd:extension base="ns1:BulkResponseHeaderType">
     
<xsd:sequence>
       
<xsd:element name="responses" type="ns0:getEntityRelationResponseType" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element getEntityRelationBulkResponseType/responses
diagram MetadataService_diagrams/MetadataService_p334.png
type ns0:getEntityRelationResponseType
properties
minOcc 1
maxOcc unbounded
content complex
children messageId messageName statusCode exceptions warnings ticket plmRelation
source <xsd:element name="responses" type="ns0:getEntityRelationResponseType" maxOccurs="unbounded"/>