complexType ECStructure
diagram ECService_diagrams/ECService_p199.png
namespace http://xmlns.oracle.com/Agile/e6/core/ECService/V2
children parentId relationData
source <xsd:complexType name="ECStructure">
 
<xsd:sequence>
   
<xsd:element name="parentId" type="ns1:PlmAttributeChoice"/>
   
<xsd:element name="relationData" type="ns0:ECData" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element ECStructure/parentId
diagram ECService_diagrams/ECService_p200.png
type ns0:PlmAttributeChoice
properties
content complex
children ns0:BinaryAttribute ns0:BooleanAttribute ns0:DateAttribute ns0:DoubleAttribute ns0:IntegerAttribute ns0:MoneyAttribute ns0:StringAttribute
source <xsd:element name="parentId" type="ns1:PlmAttributeChoice"/>

element ECStructure/relationData
diagram ECService_diagrams/ECService_p201.png
type ns0:ECData
properties
minOcc 1
maxOcc unbounded
content complex
children attributes
source <xsd:element name="relationData" type="ns0:ECData" maxOccurs="unbounded"/>