Definition Type: ComplexType
Name: listPicBulletElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the picture used for a list bullet.
Collapse XSD Schema Diagram:
Drilldown into pict in schema wordnet_xsd Drilldown into listPicBulletId in schema wordnet_xsdXSD Diagram of listPicBulletElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pict W:pict (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
listPicBulletId W:listPicBulletId Required
Collapse Derivation Tree:
Collapse References:
W:listPicBullet