<xsd:group name="EG_TextBulletTypeface">
<xsd:choice>
<xsd:element name="buFontTx" type="CT_TextBulletTypefaceFollowText">
<xsd:annotation>
<xsd:documentation>Follow text</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="buFont" type="CT_TextFont">
<xsd:annotation>
<xsd:documentation>Specified</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|