complexType plmResult
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p804.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children attributeNames
attributes
Name  Type  Use  Default  Fixed  Annotation
includeBinaryValues  xsd:boolean  required      
includeAllLanguages  xsd:boolean  required      
omitEmptyValues  xsd:boolean  required      
source <xsd:complexType name="plmResult">
 
<xsd:sequence>
   
<xsd:element name="attributeNames" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
 
</xsd:sequence>
 
<xsd:attribute name="includeBinaryValues" type="xs:boolean" use="required"/>
 
<xsd:attribute name="includeAllLanguages" type="xs:boolean" use="required"/>
 
<xsd:attribute name="omitEmptyValues" type="xs:boolean" use="required"/>
</xsd:complexType>

attribute plmResult/@includeBinaryValues
type xsd:boolean
properties
use required
source <xsd:attribute name="includeBinaryValues" type="xs:boolean" use="required"/>

attribute plmResult/@includeAllLanguages
type xsd:boolean
properties
use required
source <xsd:attribute name="includeAllLanguages" type="xs:boolean" use="required"/>

attribute plmResult/@omitEmptyValues
type xsd:boolean
properties
use required
source <xsd:attribute name="omitEmptyValues" type="xs:boolean" use="required"/>

element plmResult/attributeNames
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p805.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xsd:element name="attributeNames" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>