Definition Type: SimpleType
Name: ST_StrokeArrowWidth
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml-main.xsd
Documentation:
Stroke Arrowhead Width
Collapse XSD Schema Diagram:
XSD Diagram of ST_StrokeArrowWidth in schema vml-main_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_StrokeArrowWidth">
    <xsd:annotation>
        <xsd:documentation>Stroke Arrowhead Width</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="narrow">
            <xsd:annotation>
                <xsd:documentation>Narrow Arrowhead</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="medium">
            <xsd:annotation>
                <xsd:documentation>Medium Arrowhead</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="wide">
            <xsd:annotation>
                <xsd:documentation>Wide Arrowhead</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration narrow
Enumeration medium
Enumeration wide
Collapse Derivation Tree:
Collapse References:
v:endarrowwidth, o:endarrowwidth, v:startarrowwidth, o:startarrowwidth