complexType ECRelationDescriptor
diagram ECService_diagrams/ECService_p26.png
namespace http://xmlns.oracle.com/Agile/e6/core/ECService/V2
children plmMetaRelationRef contextFilter comparisonPattern cleanupRequested plmResult structures
used by
element CreateUpdateStructureRequestType/relationDescriptors
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_p27.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_p28.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_p29.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_p30.png
type xsd:boolean
properties
content simple
source <xsd:element name="cleanupRequested" type="xsd:boolean"/>

element ECRelationDescriptor/plmResult
diagram ECService_diagrams/ECService_p31.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_p32.png
type ns0:ECStructure
properties
minOcc 1
maxOcc unbounded
content complex
children parentId relationData
source <xsd:element name="structures" type="ns0:ECStructure" maxOccurs="unbounded"/>