diagram |  |
namespace | http://xmlns.oracle.com/Agile/e6/core/Common/V2 |
type | extension of ns0:plmClassRef |
properties | |
children | defaultForm defaultList table title |
used by | |
attributes | Name | Type | Use | Default | Fixed | Annotation | id | xsd:string | | | | | name | xsd:string | required | | | | mask | xsd:string | | | | |
|
source | <xsd:complexType name="plmMetaClass"> <xsd:complexContent> <xsd:extension base="ns0:plmClassRef"> <xsd:sequence> <xsd:element name="defaultForm" type="xsd:string" minOccurs="0"/> <xsd:element name="defaultList" type="xsd:string" minOccurs="0"/> <xsd:element name="table" type="xsd:string" minOccurs="0"/> <xsd:element name="title" type="xsd:string" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |