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

element ECData/attributes
diagram ECService_diagrams/ECService_p23.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="ns1:PlmAttributeChoice" maxOccurs="unbounded"/>