Definition Type: ComplexType
Name: CT_StrokeChild
Namespace: urn:schemas-microsoft-com:office:office
Containing Schema: vml-officeDrawing.xsd
Abstract
Collapse XSD Schema Diagram:
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-officedrawing_xsd Drilldown into endarrowwidth in schema vml-officedrawing_xsd Drilldown into endarrow in schema vml-officedrawing_xsd Drilldown into startarrowlength in schema vml-officedrawing_xsd Drilldown into startarrowwidth in schema vml-officedrawing_xsd Drilldown into startarrow in schema vml-officedrawing_xsd Drilldown into imagealignshape in schema vml-officedrawing_xsd Drilldown into imagesize in schema vml-officedrawing_xsd Drilldown into imageaspect in schema vml-officedrawing_xsd Drilldown into src in schema vml-officedrawing_xsd Drilldown into filltype in schema vml-officedrawing_xsd Drilldown into insetpen in schema vml-officedrawing_xsd Drilldown into dashstyle in schema vml-officedrawing_xsd Drilldown into endcap in schema vml-officedrawing_xsd Drilldown into joinstyle in schema vml-officedrawing_xsd Drilldown into miterlimit in schema vml-officedrawing_xsd Drilldown into linestyle in schema vml-officedrawing_xsd Drilldown into opacity in schema vml-officedrawing_xsd Drilldown into color2 in schema vml-officedrawing_xsd Drilldown into color in schema vml-officedrawing_xsd Drilldown into weight in schema vml-officedrawing_xsd Drilldown into on in schema vml-officedrawing_xsd Drilldown into ext in schema vml-main_xsd Drilldown into AG_Ext in schema vml-main_xsdXSD Diagram of CT_StrokeChild in schema vml-officedrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_StrokeChild">
    <xsd:attributeGroup ref="v:AG_Ext" />
    <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="color2" type="ST_ColorType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Stroke Alternate Pattern 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="v: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="v:ST_StrokeJoinStyle" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line End Join Style)</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="endcap" type="v: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="insetpen" type="ST_TrueFalse" use="optional">
        <xsd:annotation>
            <xsd:documentation>Inset Border From Path</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="filltype" type="v: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="v: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="startarrow" type="v:ST_StrokeArrowType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line Start Arrowhead</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="startarrowwidth" type="v:ST_StrokeArrowWidth" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line Start Arrowhead Width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="startarrowlength" type="v:ST_StrokeArrowLength" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line Start Arrowhead Length</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="endarrow" type="v:ST_StrokeArrowType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line End Arrowhead</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="endarrowwidth" type="v:ST_StrokeArrowWidth" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line End Arrowhead Width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="endarrowlength" type="v:ST_StrokeArrowLength" use="optional">
        <xsd:annotation>
            <xsd:documentation>Line End Arrowhead Length</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="href">
        <xsd:annotation>
            <xsd:documentation>Original Image Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="althref">
        <xsd:annotation>
            <xsd:documentation>Alternate Image Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="title">
        <xsd:annotation>
            <xsd:documentation>Stroke Title</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="forcedash">
        <xsd:annotation>
            <xsd:documentation>Force Dashed Outline</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
ext v:ext (Optional)
on o:on Optional
weight o:weight Optional
color o:color Optional
color2 o:color2 Optional
opacity o:opacity Optional
linestyle o:linestyle Optional
miterlimit o:miterlimit Optional
joinstyle o:joinstyle Optional
endcap o:endcap Optional
dashstyle o:dashstyle Optional
insetpen o:insetpen Optional
filltype o:filltype Optional
src o:src Optional
imageaspect o:imageaspect Optional
imagesize o:imagesize Optional
imagealignshape o:imagealignshape Optional
startarrow o:startarrow Optional
startarrowwidth o:startarrowwidth Optional
startarrowlength o:startarrowlength Optional
endarrow o:endarrow Optional
endarrowwidth o:endarrowwidth Optional
endarrowlength o:endarrowlength Optional
href o:href (Optional)
althref o:althref (Optional)
title o:title (Optional)
forcedash o:forcedash (Optional)
Collapse Derivation Tree:
Collapse References:
o:bottom, o:column, o:left, o:right, o:top