2.3.4.2.21 CT_LineStyles

Target namespace: http://visThemeSchemaUri

Referenced by: Ext element as specified by the CT_OfficeArtExtension type specified in [ISO/IEC29500-1:2016] section 20.1.2.2.14.

Child Elements:

fmtConnectorSchemeLineStyles: A CT_SchemeLineStyles element that specifies line properties and sketch effect set information of a connector scheme dynamic theme component in a dynamic theme.

fmtSchemeLineStyles: A CT_SchemeLineStyles element that specifies line properties and sketch effect set information of an effect scheme dynamic theme component in a dynamic theme.

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

 <xsd:complexType name="CT_LineStyles" oxsd:cname="LineStyles" oxsd:cwrap="noTemplate">
   <xsd:sequence>
     <xsd:element name="fmtConnectorSchemeLineStyles" oxsd:cname="fmtConnectorSchemeLineStyles" type="CT_SchemeLineStyles" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="fmtSchemeLineStyles" oxsd:cname="fmtSchemeLineStyles" type="CT_SchemeLineStyles" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>