<xsd:group name="EG_TextBulletSize">
<xsd:choice>
<xsd:element name="buSzTx" type="CT_TextBulletSizeFollowText">
<xsd:annotation>
<xsd:documentation>Bullet Size Follows Text</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="buSzPct" type="CT_TextBulletSizePercent">
<xsd:annotation>
<xsd:documentation>Bullet Size Percentage</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="buSzPts" type="CT_TextBulletSizePoint">
<xsd:annotation>
<xsd:documentation>Bullet Size Points</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|