Complex Types | CT_Bar3DChart, CT_BarChart |
<xsd:group name="EG_BarChartShared"> <xsd:sequence> <xsd:element name="barDir" type="CT_BarDir" minOccurs="1" maxOccurs="1"/> <xsd:element name="grouping" type="CT_BarGrouping" minOccurs="0" maxOccurs="1"/> <xsd:element name="varyColors" type="CT_Boolean" minOccurs="0" maxOccurs="1"/> <xsd:element name="ser" type="CT_BarSer" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:group> |