complexType PlmFMSFileToken
diagram DocumentManagementService_diagrams/DocumentManagementService_p485.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children vaultName fileName tokenTimestamp token
source <xsd:complexType name="PlmFMSFileToken">
 
<xsd:sequence>
   
<xsd:element name="vaultName" type="xsd:string"/>
   
<xsd:element name="fileName" type="xsd:string"/>
   
<xsd:element name="tokenTimestamp" type="xsd:string"/>
   
<xsd:element name="token" type="xsd:string"/>
 
</xsd:sequence>
</xsd:complexType>

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

element PlmFMSFileToken/fileName
diagram DocumentManagementService_diagrams/DocumentManagementService_p487.png
type xsd:string
properties
content simple
source <xsd:element name="fileName" type="xsd:string"/>

element PlmFMSFileToken/tokenTimestamp
diagram DocumentManagementService_diagrams/DocumentManagementService_p488.png
type xsd:string
properties
content simple
source <xsd:element name="tokenTimestamp" type="xsd:string"/>

element PlmFMSFileToken/token
diagram DocumentManagementService_diagrams/DocumentManagementService_p489.png
type xsd:string
properties
content simple
source <xsd:element name="token" type="xsd:string"/>