CONTENT_SUPPORTED - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Drawings and Reports Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Drawings and Reports
Search by Category
Reference Data
Smart 3D Version
11 (2016)

Restricts the behavior of a label content module in the Label Rule Manager.

The CONTENT_SUPPORTED attribute on the <CONTENT_MODULE> node is False for unsupported content modules in the delivered common modules schema file. When this attribute is False, the software treats these modules as unsupported in the Label Rule Manager. The Label Rule Manager does not display unsupported modules in the Content Module list.

  • When you load the Label Rule Manager, the Content Module list appears dimmed if the unsupported content module is referenced in the label .xml template.

  • An unsupported label content module has a dependency on one or more .xml template nodes or attributes that do not correspond to specific properties in the label UI schema.

If you delete the CONTENT_SUPPORTED attribute or change its value to True in the common modules schema file for an unsupported content module, the software treats the content module as supported. Therefore, we recommend leaving the CONTENT_SUPPORTED attribute set to False in the delivered common modules schema file to prevent the following issues from causing problems in the Label Rule Manager and drawing updates.

  • The Content Module list displays an unsupported content module even though the label UI schema does not contain definitions for all the required .xml template properties for that module.

  • The Content Module list displays and allows you to select supported and unsupported content modules even though the referenced label .xml template contains an unsupported content module. Both cases can cause problems. If you select a supported content module from the list, the software writes extra .xml nodes that correspond to unused properties of the unsupported content module to the template. If you select another unsupported content module from the list, the label UI schema might not have all of the necessary module properties.

The following shows the CONTENT_SUPPORTED attribute set to False in the common modules schema file:

<CONTENT_MODULE NAME="DrawingEquipmentStyle2Content" … CONTENT_SUPPORTED="False" … />

See Also

XML Structure of Compatible Modules
Schema File Types