2.4.3.1 CT_ThemeFamily

Target namespace: http://schemas.microsoft.com/office/thememl/2012/main

Referenced by: themeFamily

CT_ThemeFamily contains information about the currently applied theme.

Child Elements:

extLst: A CT_OfficeArtExtensionList [ISO/IEC29500-1:2016] element that specifies the extension list in which all future extensions of element type ext is defined.

Attributes:

name: A string attribute that specifies the name of applied theme.

id: An ST_Guid ([ISO/IEC29500-1:2016] section 22.9.2.4) attribute that specifies the GUID of the applied theme.

vid: An ST_Guid attribute that specifies the GUID of the applied variant.

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

 <xsd:complexType name="CT_ThemeFamily">
   <xsd:sequence>
     <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="name" type="xsd:string" use="required"/>
   <xsd:attribute name="id" type="a:ST_Guid" use="required"/>
   <xsd:attribute name="vid" type="a:ST_Guid" use="required"/>
 </xsd:complexType>

See section 5.17 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).