diagram |
 |
namespace |
http://xmlns.oracle.com/Agile/e6/core/Common/V1 |
type |
extension of tns:plmMetaClass |
properties |
|
children |
id name mask defaultForm defaultList table title parent child type view |
used by |
|
source |
<xs:complexType name="plmMetaRelation">
<xs:complexContent>
<xs:extension base="tns:plmMetaClass">
<xs:sequence>
<xs:element name="parent" type="xs:string"/>
<xs:element name="child" type="xs:string"/>
<xs:element name="type" type="tns:plmRelationTypeEnum"/>
<xs:element name="view" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |