Definition Type: ComplexType
Name: borderElt
Namespace: urn:schemas-microsoft-com:office:word
Containing Schema: w10.xsd
Abstract
Documentation:
Determines the contents of the border elements.
Collapse XSD Schema Diagram:
Drilldown into shadow in schema w10_xsd Drilldown into width in schema w10_xsd Drilldown into type in schema w10_xsdXSD Diagram of borderElt in schema w10_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="borderElt">
    <xsd:annotation>
        <xsd:documentation>Determines the contents of the border elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence />
    <xsd:attribute name="type" type="borderTypeElt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the type of border.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="width" type="xsd:positiveInteger" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the border width.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="shadow" type="borderShadowElt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a value indicating whether the border has a shadow.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type nsD:type Optional
width nsD:width Optional
shadow nsD:shadow Optional
Collapse Derivation Tree:
Collapse References:
nsD:borderbottom, nsD:borderleft, nsD:borderright, nsD:bordertop