<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>
|