complexType PlmFMSToken
diagram DocumentManagementService_diagrams/DocumentManagementService_p175.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children parentId childId id sourceFileToken targetFileToken
used by
elements createUpdateFileResponseType/fmsToken getFilesResponseType/fmsTokens getCADAssemblyResponseType/fmsTokens
source <xsd:complexType name="PlmFMSToken">
 
<xsd:sequence>
   
<xsd:element name="parentId" type="xsd:string"/>
   
<xsd:element name="childId" type="xsd:string"/>
   
<xsd:element name="id" type="xsd:string"/>
   
<xsd:element name="sourceFileToken" type="ns0:PlmFMSFileToken" minOccurs="0"/>
   
<xsd:element name="targetFileToken" type="ns0:PlmFMSFileToken"/>
 
</xsd:sequence>
</xsd:complexType>

element PlmFMSToken/parentId
diagram DocumentManagementService_diagrams/DocumentManagementService_p176.png
type xsd:string
properties
content simple
source <xsd:element name="parentId" type="xsd:string"/>

element PlmFMSToken/childId
diagram DocumentManagementService_diagrams/DocumentManagementService_p177.png
type xsd:string
properties
content simple
source <xsd:element name="childId" type="xsd:string"/>

element PlmFMSToken/id
diagram DocumentManagementService_diagrams/DocumentManagementService_p178.png
type xsd:string
properties
content simple
source <xsd:element name="id" type="xsd:string"/>

element PlmFMSToken/sourceFileToken
diagram DocumentManagementService_diagrams/DocumentManagementService_p179.png
type ns0:PlmFMSFileToken
properties
minOcc 0
maxOcc 1
content complex
children vaultName fileName tokenTimestamp token
source <xsd:element name="sourceFileToken" type="ns0:PlmFMSFileToken" minOccurs="0"/>

element PlmFMSToken/targetFileToken
diagram DocumentManagementService_diagrams/DocumentManagementService_p180.png
type ns0:PlmFMSFileToken
properties
content complex
children vaultName fileName tokenTimestamp token
source <xsd:element name="targetFileToken" type="ns0:PlmFMSFileToken"/>