complexType getEntityTypeResponseType
diagram MetadataService_diagrams/MetadataService_p83.png
namespace http://xmlns.oracle.com/Agile/e6/core/Metadata/V2
type extension of ns0:ResponseHeaderType
properties
base ns1:ResponseHeaderType
children messageId messageName statusCode exceptions warnings ticket plmEntityType
used by
elements getEntityTypeResponse/entityTypeResponse getEntityTypeBulkResponseType/responses
source <xsd:complexType name="getEntityTypeResponseType">
 
<xsd:complexContent>
   
<xsd:extension base="ns1:ResponseHeaderType">
     
<xsd:sequence>
       
<xsd:element name="plmEntityType" type="ns1:plmEntityType"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element getEntityTypeResponseType/plmEntityType
diagram MetadataService_diagrams/MetadataService_p84.png
type ns0:plmEntityType
properties
content complex
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:element name="plmEntityType" type="ns1:plmEntityType"/>