complexType PlmFMSToken
diagram DocumentManagementService_diagrams/DocumentManagementService_p490.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children parentId childId id sourceFileToken targetFileToken
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_p491.png
type xsd:string
properties
content simple
source <xsd:element name="parentId" type="xsd:string"/>

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

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

element PlmFMSToken/sourceFileToken
diagram DocumentManagementService_diagrams/DocumentManagementService_p494.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_p495.png
type ns0:PlmFMSFileToken
properties
content complex
children vaultName fileName tokenTimestamp token
source <xsd:element name="targetFileToken" type="ns0:PlmFMSFileToken"/>