Definition Type: AttributeGroup
Name: AG_StrokeAttributes
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml-main.xsd
Collapse XSD Schema Diagram:
Drilldown into relid in schema vml-officedrawing_xsd Drilldown into insetpen in schema vml-main_xsd Drilldown into id in schema shared-relationshipreference_xsd Drilldown into forcedash in schema vml-officedrawing_xsd Drilldown into title in schema vml-officedrawing_xsd Drilldown into althref in schema vml-officedrawing_xsd Drilldown into href in schema vml-officedrawing_xsd Drilldown into endarrowlength in schema vml-main_xsd Drilldown into endarrowwidth in schema vml-main_xsd Drilldown into endarrow in schema vml-main_xsd Drilldown into startarrowlength in schema vml-main_xsd Drilldown into startarrowwidth in schema vml-main_xsd Drilldown into startarrow in schema vml-main_xsd Drilldown into color2 in schema vml-main_xsd Drilldown into imagealignshape in schema vml-main_xsd Drilldown into imagesize in schema vml-main_xsd Drilldown into imageaspect in schema vml-main_xsd Drilldown into src in schema vml-main_xsd Drilldown into filltype in schema vml-main_xsd Drilldown into dashstyle in schema vml-main_xsd Drilldown into endcap in schema vml-main_xsd Drilldown into joinstyle in schema vml-main_xsd Drilldown into miterlimit in schema vml-main_xsd Drilldown into linestyle in schema vml-main_xsd Drilldown into opacity in schema vml-main_xsd Drilldown into color in schema vml-main_xsd Drilldown into weight in schema vml-main_xsd Drilldown into on in schema vml-main_xsdXSD Diagram of AG_StrokeAttributes in schema vml-main_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:attributeGroup name="AG_StrokeAttributes">
    <xsd:attribute name="on" type="ST_TrueFalse" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Toggle</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="weight" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Weight</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="color" type="ST_ColorType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Color</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="opacity" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Opacity</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="linestyle" type="ST_StrokeLineStyle" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Line Style</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="miterlimit" type="xsd:decimal" use="optional">
        <xsd:annotation>
            <xsd:documentation>Miter Joint Limit</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="joinstyle" type="ST_StrokeJoinStyle" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line End Join Style</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="endcap" type="ST_StrokeEndCap" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line End Cap</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="dashstyle" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Dash Pattern</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="filltype" type="ST_FillType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Image Style</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="src" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Image Location</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="imageaspect" type="ST_ImageAspect" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Image Aspect Ratio</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="imagesize" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Image Size</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="imagealignshape" type="ST_TrueFalse" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stoke Image Alignment</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="color2" type="ST_ColorType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Alternate Pattern Color</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="startarrow" type="ST_StrokeArrowType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line Start Arrowhead</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="startarrowwidth" type="ST_StrokeArrowWidth" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line Start Arrowhead Width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="startarrowlength" type="ST_StrokeArrowLength" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line Start Arrowhead Length</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="endarrow" type="ST_StrokeArrowType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line End Arrowhead</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="endarrowwidth" type="ST_StrokeArrowWidth" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line End Arrowhead Width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="endarrowlength" type="ST_StrokeArrowLength" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line End Arrowhead Length</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="o:href">
        <xsd:annotation>
            <xsd:documentation>Original Image Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="o:althref">
        <xsd:annotation>
            <xsd:documentation>Alternate Image Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="o:title">
        <xsd:annotation>
            <xsd:documentation>Stroke Title</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="o:forcedash">
        <xsd:annotation>
            <xsd:documentation>Force Dashed Outline</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="r:id" use="optional">
        <xsd:annotation>
            <xsd:documentation>Relationship</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="insetpen" type="ST_TrueFalse" use="optional">
        <xsd:annotation>
            <xsd:documentation>Inset Border From Path</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="o:relid">
        <xsd:annotation>
            <xsd:documentation>Relationship to Part</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
on v:on Optional
weight v:weight Optional
color v:color Optional
opacity v:opacity Optional
linestyle v:linestyle Optional
miterlimit v:miterlimit Optional
joinstyle v:joinstyle Optional
endcap v:endcap Optional
dashstyle v:dashstyle Optional
filltype v:filltype Optional
src v:src Optional
imageaspect v:imageaspect Optional
imagesize v:imagesize Optional
imagealignshape v:imagealignshape Optional
color2 v:color2 Optional
startarrow v:startarrow Optional
startarrowwidth v:startarrowwidth Optional
startarrowlength v:startarrowlength Optional
endarrow v:endarrow Optional
endarrowwidth v:endarrowwidth Optional
endarrowlength v:endarrowlength Optional
href o:href (Optional)
althref o:althref (Optional)
title o:title (Optional)
forcedash o:forcedash (Optional)
id r:id Optional
insetpen v:insetpen Optional
relid o:relid (Optional)