complexType PlmFMSToken
diagram DocumentManagementService_diagrams/DocumentManagementService_p276.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_p277.png
type xsd:string
properties
content simple
source <xsd:element name="parentId" type="xsd:string"/>

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

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

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