complexType plmRelationQuery
diagram BusinessObjectService_diagrams/BusinessObjectService_p694.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of ns0:plmResult
properties
base ns0:plmResult
children attributeNames parent plmMetaRelationRef selection
attributes
Name  Type  Use  Default  Fixed  Annotation
includeBinaryValues  xsd:boolean  required      
includeAllLanguages  xsd:boolean  required      
omitEmptyValues  xsd:boolean  required      
ignoreRecordLimit  xsd:boolean  required      
countOnly  xsd:boolean  required      
source <xsd:complexType name="plmRelationQuery">
 
<xsd:complexContent>
   
<xsd:extension base="ns0:plmResult">
     
<xsd:sequence>
       
<xsd:element name="parent" type="ns0:plmObjectRef"/>
       
<xsd:element name="plmMetaRelationRef" type="ns0:plmMetaRelationRef"/>
       
<xsd:element name="selection" type="ns0:PlmCondition" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="ignoreRecordLimit" type="xsd:boolean" use="required"/>
     
<xsd:attribute name="countOnly" type="xsd:boolean" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute plmRelationQuery/@ignoreRecordLimit
type xsd:boolean
properties
use required
source <xsd:attribute name="ignoreRecordLimit" type="xsd:boolean" use="required"/>

attribute plmRelationQuery/@countOnly
type xsd:boolean
properties
use required
source <xsd:attribute name="countOnly" type="xsd:boolean" use="required"/>

element plmRelationQuery/parent
diagram BusinessObjectService_diagrams/BusinessObjectService_p695.png
type ns0:plmObjectRef
properties
content complex
children plmClass id
source <xsd:element name="parent" type="ns0:plmObjectRef"/>

element plmRelationQuery/plmMetaRelationRef
diagram BusinessObjectService_diagrams/BusinessObjectService_p696.png
type ns0:plmMetaRelationRef
properties
content complex
children parent child type view mask
source <xsd:element name="plmMetaRelationRef" type="ns0:plmMetaRelationRef"/>

element plmRelationQuery/selection
diagram BusinessObjectService_diagrams/BusinessObjectService_p697.png
type ns0:PlmCondition
properties
minOcc 1
maxOcc unbounded
content complex
children name value
source <xsd:element name="selection" type="ns0:PlmCondition" maxOccurs="unbounded"/>