complexType plmMetaRelation
diagram MetadataService_diagrams/MetadataService_p462.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of ns0:plmMetaClass
properties
base ns0:plmMetaClass
children defaultForm defaultList table title parent child type view
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string        
name  xsd:string  required      
mask  xsd:string        
source <xsd:complexType name="plmMetaRelation">
 
<xsd:complexContent>
   
<xsd:extension base="ns0:plmMetaClass">
     
<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:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element plmMetaRelation/parent
diagram MetadataService_diagrams/MetadataService_p463.png
type xsd:string
properties
content simple
source <xsd:element name="parent" type="xsd:string"/>

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

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