<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@dxfId>3.3.1.9); <colorFilter@dxfId>3.3.2.1); <format@dxfId>3.10.1.35); <sortCondition@dxfId>3.3.1.88); <table@dataDxfId>3.5.1.2); <table@headerRowBorderDxfId>3.5.1.2); <table@headerRowDxfId>3.5.1.2); <table@tableBorderDxfId>3.5.1.2); <table@totalsRowBorderDxfId>3.5.1.2); <table@totalsRowDxfId>3.5.1.2); <tableColumn@dataDxfId>3.5.1.3); <tableColumn@headerRowDxfId>3.5.1.3); <tableColumn@totalsRowDxfId>3.5.1.3); <tableStyleElement@dxfId>3.8.41)

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

<simpleType name="ST_DxfId">
	<restriction base="xsd:unsignedInt"/>
</simpleType>