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

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

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

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