<xsd:complexType name="CT_ChartsheetPr">
<xsd:sequence>
<xsd:element name="tabColor" type="CT_Color" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="published" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Published</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="codeName" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Code Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|