complexType plmEntityType
diagram MetadataService_diagrams/MetadataService_p224.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of ns0:plmEntity
properties
base ns0:plmEntity
children defaultForm defaultList table title attributes joinTable maskTitle recordLimit significantFields relations types master type
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string        
name  xsd:string  required      
mask  xsd:string        
source <xsd:complexType name="plmEntityType">
 
<xsd:complexContent>
   
<xsd:extension base="ns0:plmEntity">
     
<xsd:sequence>
       
<xsd:element name="master" type="ns0:plmClassRef"/>
       
<xsd:element name="type" type="xsd:string"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element plmEntityType/master
diagram MetadataService_diagrams/MetadataService_p225.png
type ns0:plmClassRef
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string        
name  xsd:string  required      
mask  xsd:string        
source <xsd:element name="master" type="ns0:plmClassRef"/>

element plmEntityType/type
diagram MetadataService_diagrams/MetadataService_p226.png
type xsd:string
properties
content simple
source <xsd:element name="type" type="xsd:string"/>