[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_DxfId (Format Id)

This simple type defines the identifier to CT_Dxfs in the styles part. This a zero-based index. See §3.8.30 in Style for more information on formats.

This simple type's contents are a restriction of the XML Schema unsignedInt datatype.

Referenced By

cfRule@dxfId3.3.1.9); colorFilter@dxfId3.3.2.1); format@dxfId3.10.1.35); sortCondition@dxfId3.3.1.88); table@dataDxfId3.5.1.2); table@headerRowBorderDxfId3.5.1.2); table@headerRowDxfId3.5.1.2); table@tableBorderDxfId3.5.1.2); table@totalsRowBorderDxfId3.5.1.2); table@totalsRowDxfId3.5.1.2); tableColumn@dataDxfId3.5.1.3); tableColumn@headerRowDxfId3.5.1.3); tableColumn@totalsRowDxfId3.5.1.3); tableStyleElement@dxfId3.8.41)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_DxfId">

   <restriction base="xsd:unsignedInt"/>

</simpleType>