<xsd:group name="EG_TextBullet">
<xsd:choice>
<xsd:element name="buNone" type="CT_TextNoBullet">
<xsd:annotation>
<xsd:documentation>No Bullet</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="buAutoNum" type="CT_TextAutonumberBullet">
<xsd:annotation>
<xsd:documentation>Auto-Numbered Bullet</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="buChar" type="CT_TextCharBullet">
<xsd:annotation>
<xsd:documentation>Character Bullet</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="buBlip" type="CT_TextBlipBullet">
<xsd:annotation>
<xsd:documentation>Picture Bullet</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|