Definition Type: SimpleType
Name: borderTypeElt
Namespace: urn:schemas-microsoft-com:office:word
Containing Schema: w10.xsd
Documentation:
Defines which types of borders are supported.
Collapse XSD Schema Diagram:
XSD Diagram of borderTypeElt in schema w10_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="borderTypeElt">
    <xsd:annotation>
        <xsd:documentation>Defines which types of borders are supported.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="none" />
        <xsd:enumeration value="single" />
        <xsd:enumeration value="thick" />
        <xsd:enumeration value="double" />
        <xsd:enumeration value="hairline" />
        <xsd:enumeration value="dot" />
        <xsd:enumeration value="dash" />
        <xsd:enumeration value="dotDash" />
        <xsd:enumeration value="dashDotDot" />
        <xsd:enumeration value="triple" />
        <xsd:enumeration value="thinThickSmall" />
        <xsd:enumeration value="thickThinSmall" />
        <xsd:enumeration value="thickBetweenThinSmall" />
        <xsd:enumeration value="thinThick" />
        <xsd:enumeration value="thickThin" />
        <xsd:enumeration value="thickBetweenThin" />
        <xsd:enumeration value="thinThickLarge" />
        <xsd:enumeration value="thickThinLarge" />
        <xsd:enumeration value="thickBetweenThinLarge" />
        <xsd:enumeration value="wave" />
        <xsd:enumeration value="doubleWave" />
        <xsd:enumeration value="dashedSmall" />
        <xsd:enumeration value="dashDotStroked" />
        <xsd:enumeration value="threeDEmboss" />
        <xsd:enumeration value="threeDEngrave" />
        <xsd:enumeration value="HTMLOutset" />
        <xsd:enumeration value="HTMLInset" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration single
Enumeration thick
Enumeration double
Enumeration hairline
Enumeration dot
Enumeration dash
Enumeration dotDash
Enumeration dashDotDot
Enumeration triple
Enumeration thinThickSmall
Enumeration thickThinSmall
Enumeration thickBetweenThinSmall
Enumeration thinThick
Enumeration thickThin
Enumeration thickBetweenThin
Enumeration thinThickLarge
Enumeration thickThinLarge
Enumeration thickBetweenThinLarge
Enumeration wave
Enumeration doubleWave
Enumeration dashedSmall
Enumeration dashDotStroked
Enumeration threeDEmboss
Enumeration threeDEngrave
Enumeration HTMLOutset
Enumeration HTMLInset
Collapse Derivation Tree:
Collapse References:
nsD:type