complexType DFMResultData
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p220.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children attributes id childId parentId
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_p221.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_p222.png
type xsd:string
properties
content simple
source <xsd:element name="id" type="xs:string"/>

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

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