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