complexType plmDocumentFileQuery
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p865.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of tns:plmResult
properties
base tns:plmResult
children attributeNames document documentFileMaskName selection ignoreRecordLimit excludeVaultValues
used by
element uploadFileRequestType/documentFileQuery
attributes
Name  Type  Use  Default  Fixed  Annotation
includeBinaryValues  xsd:boolean  required      
includeAllLanguages  xsd:boolean  required      
omitEmptyValues  xsd:boolean  required      
source <xsd:complexType name="plmDocumentFileQuery">
 
<xsd:complexContent>
   
<xsd:extension base="tns:plmResult">
     
<xsd:sequence>
       
<xsd:element name="document" type="tns:plmObjectRef"/>
       
<xsd:element name="documentFileMaskName" type="xs:string" minOccurs="0"/>
       
<xsd:element name="selection" type="tns:PlmCondition" maxOccurs="unbounded"/>
       
<xsd:element name="ignoreRecordLimit" type="xs:boolean"/>
       
<xsd:element name="excludeVaultValues" type="xs:boolean"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element plmDocumentFileQuery/document
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p866.png
type tns:plmObjectRef
properties
content complex
children plmClass id
source <xsd:element name="document" type="tns:plmObjectRef"/>

element plmDocumentFileQuery/documentFileMaskName
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p867.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="documentFileMaskName" type="xs:string" minOccurs="0"/>

element plmDocumentFileQuery/selection
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p868.png
type tns:PlmCondition
properties
minOcc 1
maxOcc unbounded
content complex
children name value
source <xsd:element name="selection" type="tns:PlmCondition" maxOccurs="unbounded"/>

element plmDocumentFileQuery/ignoreRecordLimit
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p869.png
type xsd:boolean
properties
content simple
source <xsd:element name="ignoreRecordLimit" type="xs:boolean"/>

element plmDocumentFileQuery/excludeVaultValues
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p870.png
type xsd:boolean
properties
content simple
source <xsd:element name="excludeVaultValues" type="xs:boolean"/>