Table of Contents

table attribute

Specifies the ID of table parameter that will generate the DVEs.

Content Type

TypeWildcardOrNumber

Parent

ExportRule

Remarks

Use a wildcard (*) if the rule needs to be applied on all of the tables that generate DVEs.

Examples

In the example below, the first rule will be executed on all the tables, but the second one will only be executed on table 100:

<ExportRule table="*" />
<ExportRule table="100" />