2.3.4.2.24 CT_SchemeLineStyles

Target namespace: http://visThemeSchemaUri

Referenced by: CT_LineStyles

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

Child Elements:

lineStyle: A CT_LineStyle element that specifies line properties and sketch effect set information of an effect scheme or connector scheme dynamic theme component.

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

 <xsd:complexType name="CT_SchemeLineStyles" oxsd:cname="SchemeLineStyles" oxsd:cwrap="noTemplate">
   <xsd:sequence>
     <xsd:element name="lineStyle" oxsd:cname="lineStyle" type="CT_LineStyle" minOccurs="3" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>