2.3.4.2.20 CT_LineStyle

Target namespace: http://visThemeSchemaUri

Referenced by: CT_SchemeLineStyles

Specifies line properties and sketch effect set information of an effect scheme dynamic theme component or a connector scheme dynamic theme component in a dynamic theme.

Child Elements:

lineEx: A CT_LineEx element that specifies the line properties information.

sketch: A CT_Sketch element that specifies sketch effect set information.

extLst: An a:CT_OfficeArtExtensionList ([ISO/IEC29500-1:2016] section 20.1.2.2.15) type which is unused and MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_LineStyle" oxsd:cname="LineStyle" oxsd:cwrap="noTemplate">
   <xsd:sequence>
     <xsd:element name="lineEx" oxsd:cname="lineEx" type="CT_LineEx" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="sketch" oxsd:cname="sketch" type="CT_Sketch" minOccurs="0" maxOccurs="1" oxsd:dataStructure="optional"/>
     <xsd:element name="extLst" oxsd:cname="ext" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" oxsd:dataStructure="optional"/>
   </xsd:sequence>
 </xsd:complexType>