complexType createUpdateFileRequestType
diagram DocumentManagementService_diagrams/DocumentManagementService_p30.png
namespace http://xmlns.oracle.com/Agile/e6/core/DocumentManagement/V2
type extension of ns0:RequestHeaderType
properties
base ns1:RequestHeaderType
children messageId messageName sessionTicket documentFileQuery documentFileObject documentCid fileCid docFileCid fileCryptName fileSize vaultName
used by
element createUpdateFileObject/createUpdateFileRequest
source <xsd:complexType name="createUpdateFileRequestType">
 
<xsd:complexContent>
   
<xsd:extension base="ns1:RequestHeaderType">
     
<xsd:sequence>
       
<xsd:element name="documentFileQuery" type="ns1:plmDocumentFileQuery" minOccurs="0"/>
       
<xsd:element name="documentFileObject" type="ns1:plmObject" minOccurs="0"/>
       
<xsd:element name="documentCid" type="xsd:string" minOccurs="0"/>
       
<xsd:element name="fileCid" type="xsd:string" minOccurs="0"/>
       
<xsd:element name="docFileCid" type="xsd:string" minOccurs="0"/>
       
<xsd:element name="fileCryptName" type="xsd:string"/>
       
<xsd:element name="fileSize" type="xsd:string"/>
       
<xsd:element name="vaultName" type="xsd:string"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element createUpdateFileRequestType/documentFileQuery
diagram DocumentManagementService_diagrams/DocumentManagementService_p31.png
type ns0:plmDocumentFileQuery
properties
minOcc 0
maxOcc 1
content complex
children attributeNames document documentFileMaskName selection ignoreRecordLimit excludeVaultValues
attributes
Name  Type  Use  Default  Fixed  Annotation
includeBinaryValues  xsd:boolean  required      
includeAllLanguages  xsd:boolean  required      
omitEmptyValues  xsd:boolean  required      
source <xsd:element name="documentFileQuery" type="ns1:plmDocumentFileQuery" minOccurs="0"/>

element createUpdateFileRequestType/documentFileObject
diagram DocumentManagementService_diagrams/DocumentManagementService_p32.png
type ns0:plmObject
properties
minOcc 0
maxOcc 1
content complex
children plmClass id attributes
source <xsd:element name="documentFileObject" type="ns1:plmObject" minOccurs="0"/>

element createUpdateFileRequestType/documentCid
diagram DocumentManagementService_diagrams/DocumentManagementService_p33.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="documentCid" type="xsd:string" minOccurs="0"/>

element createUpdateFileRequestType/fileCid
diagram DocumentManagementService_diagrams/DocumentManagementService_p34.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="fileCid" type="xsd:string" minOccurs="0"/>

element createUpdateFileRequestType/docFileCid
diagram DocumentManagementService_diagrams/DocumentManagementService_p35.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="docFileCid" type="xsd:string" minOccurs="0"/>

element createUpdateFileRequestType/fileCryptName
diagram DocumentManagementService_diagrams/DocumentManagementService_p36.png
type xsd:string
properties
content simple
source <xsd:element name="fileCryptName" type="xsd:string"/>

element createUpdateFileRequestType/fileSize
diagram DocumentManagementService_diagrams/DocumentManagementService_p37.png
type xsd:string
properties
content simple
source <xsd:element name="fileSize" type="xsd:string"/>

element createUpdateFileRequestType/vaultName
diagram DocumentManagementService_diagrams/DocumentManagementService_p38.png
type xsd:string
properties
content simple
source <xsd:element name="vaultName" type="xsd:string"/>