<xsd:complexType name="CT_Sheet">
<xsd:attribute name="name" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>Sheet Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Sheet Tab Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="state" type="ST_SheetState" use="optional" default="visible">
<xsd:annotation>
<xsd:documentation>Visible State</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="r:id" use="required">
<xsd:annotation>
<xsd:documentation>Relationship Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|