complexType ECRelationDescriptor
diagram ECService_diagrams/ECService_p183.png
namespace http://xmlns.oracle.com/Agile/e6/core/ECService/V2
children plmMetaRelationRef contextFilter comparisonPattern cleanupRequested plmResult structures
source <xsd:complexType name="ECRelationDescriptor">
 
<xsd:sequence>
   
<xsd:element name="plmMetaRelationRef" type="ns1:plmMetaRelationRef"/>
   
<xsd:element name="contextFilter" type="ns1:PlmCondition" maxOccurs="unbounded"/>
   
<xsd:element name="comparisonPattern" type="xsd:string" maxOccurs="unbounded"/>
   
<xsd:element name="cleanupRequested" type="xsd:boolean"/>
   
<xsd:element name="plmResult" type="ns1:plmResult" minOccurs="0"/>
   
<xsd:element name="structures" type="ns0:ECStructure" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element ECRelationDescriptor/plmMetaRelationRef
diagram ECService_diagrams/ECService_p184.png
type ns0:plmMetaRelationRef
properties
content complex
children parent child type view mask
source <xsd:element name="plmMetaRelationRef" type="ns1:plmMetaRelationRef"/>

element ECRelationDescriptor/contextFilter
diagram ECService_diagrams/ECService_p185.png
type ns0:PlmCondition
properties
minOcc 1
maxOcc unbounded
content complex
children name value
source <xsd:element name="contextFilter" type="ns1:PlmCondition" maxOccurs="unbounded"/>

element ECRelationDescriptor/comparisonPattern
diagram ECService_diagrams/ECService_p186.png
type xsd:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xsd:element name="comparisonPattern" type="xsd:string" maxOccurs="unbounded"/>

element ECRelationDescriptor/cleanupRequested
diagram ECService_diagrams/ECService_p187.png
type xsd:boolean
properties
content simple
source <xsd:element name="cleanupRequested" type="xsd:boolean"/>

element ECRelationDescriptor/plmResult
diagram ECService_diagrams/ECService_p188.png
type ns0:plmResult
properties
minOcc 0
maxOcc 1
content complex
children attributeNames
attributes
Name  Type  Use  Default  Fixed  Annotation
includeBinaryValues  xsd:boolean  required      
includeAllLanguages  xsd:boolean  required      
omitEmptyValues  xsd:boolean  required      
source <xsd:element name="plmResult" type="ns1:plmResult" minOccurs="0"/>

element ECRelationDescriptor/structures
diagram ECService_diagrams/ECService_p189.png
type ns0:ECStructure
properties
minOcc 1
maxOcc unbounded
content complex
children parentId relationData
source <xsd:element name="structures" type="ns0:ECStructure" maxOccurs="unbounded"/>