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