CT_Stroke

Complex Type Information

Model

Children: bottom, column, left, right, top

Attributes

QName Type Fixed Default Use Inheritable Annotation
althref xsd:string optional
color ST_ColorType optional
color2 ST_ColorType optional
dashstyle xsd:string optional
endarrow ST_StrokeArrowType optional
endarrowlength ST_StrokeArrowLength optional
endarrowwidth ST_StrokeArrowWidth optional
endcap ST_StrokeEndCap optional
filltype ST_FillType optional
forcedash ST_TrueFalse optional
href xsd:string optional
id xsd:string optional
id optional
imagealignshape ST_TrueFalse optional
imageaspect ST_ImageAspect optional
imagesize xsd:string optional
insetpen ST_TrueFalse optional
joinstyle ST_StrokeJoinStyle optional
linestyle ST_StrokeLineStyle optional
miterlimit xsd:decimal optional
on ST_TrueFalse optional
opacity xsd:string optional
relid ST_RelationshipId optional
src xsd:string optional
startarrow ST_StrokeArrowType optional
startarrowlength ST_StrokeArrowLength optional
startarrowwidth ST_StrokeArrowWidth optional
title xsd:string optional
weight xsd:string optional

Used By

Element stroke

Source

<xsd:complexType name="CT_Stroke">
  <xsd:sequence>
    <xsd:element ref="o:left" minOccurs="0"/>
    <xsd:element ref="o:top" minOccurs="0"/>
    <xsd:element ref="o:right" minOccurs="0"/>
    <xsd:element ref="o:bottom" minOccurs="0"/>
    <xsd:element ref="o:column" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="AG_Id"/>
  <xsd:attributeGroup ref="AG_StrokeAttributes"/>
</xsd:complexType>