complexType plmEntity
diagram MetadataService_diagrams/MetadataService_p145.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of ns0:plmClass
properties
base ns0:plmClass
children defaultForm defaultList table title attributes joinTable maskTitle recordLimit significantFields relations types
used by
element getEntityResponseType/plmEntity
complexType plmEntityType
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>

element plmEntity/relations
diagram MetadataService_diagrams/MetadataService_p146.png
type ns0:plmMetaRelation
properties
minOcc 0
maxOcc unbounded
content complex
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:element name="relations" type="ns0:plmMetaRelation" minOccurs="0" maxOccurs="unbounded"/>

element plmEntity/types
diagram MetadataService_diagrams/MetadataService_p147.png
type ns0:plmMetaType
properties
minOcc 0
maxOcc unbounded
content complex
children defaultForm defaultList table title master typeName
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string        
name  xsd:string  required      
mask  xsd:string        
source <xsd:element name="types" type="ns0:plmMetaType" minOccurs="0" maxOccurs="unbounded"/>