complexType DFMResultData
diagram DocumentManagementService_diagrams/DocumentManagementService_p445.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="ns0:PlmAttributeChoice" maxOccurs="unbounded"/>
   
<xsd:element name="id" type="xsd:string"/>
   
<xsd:element name="childId" type="xsd:string"/>
   
<xsd:element name="parentId" type="xsd:string"/>
 
</xsd:sequence>
</xsd:complexType>

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

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

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

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