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