complexType RequiredChartAttributes
diagram ec_wsdl_diagrams/ec_wsdl_p1664.png
namespace http://base.api.ec.n2.tibco.com
children attribute
used by
elements ChartDataOptions/requiredAttributes RequiredChartAttributes
annotation
documentation
The list of attributes required for a ChartDataQuery.
source <xs:complexType name="RequiredChartAttributes">
 
<xs:annotation>
   
<xs:documentation>The list of attributes required for a ChartDataQuery.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="attribute" type="xs:string" minOccurs="1" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Each attribute in the GetChartData return type.  </xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element RequiredChartAttributes/attribute
diagram ec_wsdl_diagrams/ec_wsdl_p1665.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
Each attribute in the GetChartData return type. 
source <xs:element name="attribute" type="xs:string" minOccurs="1" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Each attribute in the GetChartData return type.  </xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy