diagram |  |
namespace | http://xmlns.oracle.com/Agile/e6/core/Common/V2 |
type | extension of ns0:plmMetaClass |
properties | |
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> |