complexType DFMResultData
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p26.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children attributes id childId parentId
used by
element uploadFileResponseType/dfmResult
source <xsd:complexType name="DFMResultData">
 
<xsd:sequence>
   
<xsd:element name="attributes" type="tns:PlmAttributeChoice" maxOccurs="unbounded"/>
   
<xsd:element name="id" type="xs:string"/>
   
<xsd:element name="childId" type="xs:string"/>
   
<xsd:element name="parentId" type="xs:string"/>
 
</xsd:sequence>
</xsd:complexType>

element DFMResultData/attributes
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p27.png
type tns:PlmAttributeChoice
properties
minOcc 1
maxOcc unbounded
content complex
children tns:BinaryAttribute tns:BooleanAttribute tns:DateAttribute tns:DoubleAttribute tns:IntegerAttribute tns:MoneyAttribute tns:StringAttribute
source <xsd:element name="attributes" type="tns:PlmAttributeChoice" maxOccurs="unbounded"/>

element DFMResultData/id
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p28.png
type xsd:string
properties
content simple
source <xsd:element name="id" type="xs:string"/>

element DFMResultData/childId
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p29.png
type xsd:string
properties
content simple
source <xsd:element name="childId" type="xs:string"/>

element DFMResultData/parentId
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p30.png
type xsd:string
properties
content simple
source <xsd:element name="parentId" type="xs:string"/>