CT_ColorScheme

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string required

Used By

Source

<xsd:complexType name="CT_ColorScheme">
  <xsd:sequence>
    <xsd:element name="dk1" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="lt1" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="dk2" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="lt2" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="accent1" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="accent2" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="accent3" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="accent4" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="accent5" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="accent6" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="hlink" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="folHlink" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>