CT_LineProperties

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
algn ST_PenAlignment optional
cap ST_LineCap optional
cmpd ST_CompoundLine optional
w ST_LineWidth optional

Used By

Source

<xsd:complexType name="CT_LineProperties">
  <xsd:sequence>
    <xsd:group ref="EG_LineFillProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_LineDashProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_LineJoinProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="headEnd" type="CT_LineEndProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="tailEnd" type="CT_LineEndProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="w" type="ST_LineWidth" use="optional"/>
  <xsd:attribute name="cap" type="ST_LineCap" use="optional"/>
  <xsd:attribute name="cmpd" type="ST_CompoundLine" use="optional"/>
  <xsd:attribute name="algn" type="ST_PenAlignment" use="optional"/>
</xsd:complexType>