complexType getCADAssemblyResponseType
diagram DocumentManagementService_diagrams/DocumentManagementService_p374.png
namespace http://xmlns.oracle.com/Agile/e6/core/DocumentManagement/V2
type extension of ns0:ResponseHeaderType
properties
base ns1:ResponseHeaderType
children messageId messageName statusCode exceptions warnings ticket fileWidgetID structureWidgetID url fmsVaultTokens fmsTokens files structure
source <xsd:complexType name="getCADAssemblyResponseType">
 
<xsd:complexContent>
   
<xsd:extension base="ns1:ResponseHeaderType">
     
<xsd:sequence>
       
<xsd:element name="fileWidgetID" type="xsd:string" minOccurs="0"/>
       
<xsd:element name="structureWidgetID" type="xsd:string" minOccurs="0"/>
       
<xsd:element name="url" type="xsd:string" minOccurs="0"/>
       
<xsd:element name="fmsVaultTokens" type="ns1:PlmFMSVaultToken" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="fmsTokens" type="ns1:PlmFMSToken" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="files" type="ns1:DFMResultData" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="structure" type="ns1:DFMResultData" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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

element getCADAssemblyResponseType/fmsVaultTokens
diagram DocumentManagementService_diagrams/DocumentManagementService_p378.png
type ns0:PlmFMSVaultToken
properties
minOcc 0
maxOcc unbounded
content complex
children vaultName vaultType vaultKind vaultNode vaultNetRef vaultPath fmsJadeNode fmsJadePort url tokenTimestamp token
source <xsd:element name="fmsVaultTokens" type="ns1:PlmFMSVaultToken" minOccurs="0" maxOccurs="unbounded"/>

element getCADAssemblyResponseType/fmsTokens
diagram DocumentManagementService_diagrams/DocumentManagementService_p379.png
type ns0:PlmFMSToken
properties
minOcc 0
maxOcc unbounded
content complex
children parentId childId id sourceFileToken targetFileToken
source <xsd:element name="fmsTokens" type="ns1:PlmFMSToken" minOccurs="0" maxOccurs="unbounded"/>

element getCADAssemblyResponseType/files
diagram DocumentManagementService_diagrams/DocumentManagementService_p380.png
type ns0:DFMResultData
properties
minOcc 0
maxOcc unbounded
content complex
children attributes id childId parentId
source <xsd:element name="files" type="ns1:DFMResultData" minOccurs="0" maxOccurs="unbounded"/>

element getCADAssemblyResponseType/structure
diagram DocumentManagementService_diagrams/DocumentManagementService_p381.png
type ns0:DFMResultData
properties
minOcc 0
maxOcc unbounded
content complex
children attributes id childId parentId
source <xsd:element name="structure" type="ns1:DFMResultData" minOccurs="0" maxOccurs="unbounded"/>