<xsd:complexType name="listPicBulletElt">
<xsd:annotation>
<xsd:documentation>Defines the picture used for a list bullet.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pict" type="pictureType">
<xsd:annotation>
<xsd:documentation>Represents the picture data for the picture bullet.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="listPicBulletId" type="decimalNumberType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets the picture bullet ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|