CT_ColorTransformHeader

Complex Type Information

Model

Children: catLst, desc, extLst, title

Attributes

QName Type Fixed Default Use Inheritable Annotation
minVer xsd:string optional
resId xsd:int 0 optional
uniqueId xsd:string required

Used By

Source

<xsd:complexType name="CT_ColorTransformHeader">
  <xsd:sequence>
    <xsd:element name="title" type="CT_CTName" minOccurs="1" maxOccurs="unbounded"/>
    <xsd:element name="desc" type="CT_CTDescription" minOccurs="1" maxOccurs="unbounded"/>
    <xsd:element name="catLst" type="CT_CTCategories" minOccurs="0"/>
    <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="uniqueId" type="xsd:string" use="required"/>
  <xsd:attribute name="minVer" type="xsd:string" use="optional"/>
  <xsd:attribute name="resId" type="xsd:int" use="optional" default="0"/>
</xsd:complexType>