complexType plmMetaRelationRef
diagram BusinessObjectService_diagrams/BusinessObjectService_p676.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children parent child type view mask
used by
element plmRelationQuery/plmMetaRelationRef
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 BusinessObjectService_diagrams/BusinessObjectService_p677.png
type xsd:string
properties
content simple
source <xsd:element name="parent" type="xsd:string"/>

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

element plmMetaRelationRef/type
diagram BusinessObjectService_diagrams/BusinessObjectService_p679.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 BusinessObjectService_diagrams/BusinessObjectService_p680.png
type xsd:string
properties
content simple
source <xsd:element name="view" type="xsd:string"/>

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