Definition Type: ComplexType
Name: CT_Border
Namespace: urn:schemas-microsoft-com:office:word
Containing Schema: vml-wordprocessingDrawing.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into shadow in schema vml-wordprocessingdrawing_xsd Drilldown into width in schema vml-wordprocessingdrawing_xsd Drilldown into type in schema vml-wordprocessingdrawing_xsdXSD Diagram of CT_Border in schema vml-wordprocessingdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Border">
    <xsd:attribute name="type" type="ST_BorderType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Border Style</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="width" type="xsd:positiveInteger" use="optional">
        <xsd:annotation>
            <xsd:documentation>Border Width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="shadow" type="ST_BorderShadow" use="optional">
        <xsd:annotation>
            <xsd:documentation>Border shadow</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type wvml:type Optional
width wvml:width Optional
shadow wvml:shadow Optional
Collapse Derivation Tree:
Collapse References:
wvml:borderbottom, wvml:borderleft, wvml:borderright, wvml:bordertop