complexType plmMetaRelationRef
diagram ECService_diagrams/ECService_p294.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children parent child type view mask
source <xsd:complexType name="plmMetaRelationRef">
 
<xsd:sequence>
   
<xsd:element name="parent" type="xsd:string"/>
   
<xsd:element name="child" type="xsd:string"/>
   
<xsd:element name="type" type="ns0:plmRelationTypeEnum"/>
   
<xsd:element name="view" type="xsd:string"/>
   
<xsd:element name="mask" type="xsd:string" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element plmMetaRelationRef/parent
diagram ECService_diagrams/ECService_p295.png
type xsd:string
properties
content simple
source <xsd:element name="parent" type="xsd:string"/>

element plmMetaRelationRef/child
diagram ECService_diagrams/ECService_p296.png
type xsd:string
properties
content simple
source <xsd:element name="child" type="xsd:string"/>

element plmMetaRelationRef/type
diagram ECService_diagrams/ECService_p297.png
type ns0:plmRelationTypeEnum
properties
content simple
facets
Kind Value Annotation
enumeration REFINE
enumeration AGGREGATE
enumeration TYPE
enumeration CONSTRAINT
source <xsd:element name="type" type="ns0:plmRelationTypeEnum"/>

element plmMetaRelationRef/view
diagram ECService_diagrams/ECService_p298.png
type xsd:string
properties
content simple
source <xsd:element name="view" type="xsd:string"/>

element plmMetaRelationRef/mask
diagram ECService_diagrams/ECService_p299.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="mask" type="xsd:string" minOccurs="0"/>