Change the default style and structure of the FMEA formsheet > FMEA formsheet elements
style
(Optional) Defines a style to the column data based on conditions.
You must define at least one columnStyle inside this element.
Attributes
None.
Example
Copy
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rendering SYSTEM "FormSheetConfigurationDTD.dtd" >
<rendering>
<formsheetHeader logo="">
<row>
<header titleKey=.../>
</row>
...
</formsheetHeader>
<objectSet source=...>
<columnGroup id=...>
<column id=.../>
</columnGroup>
...
</objectSet>
<style>
<columnStyle id="col_Opt_Detection">
<columnHeaderStyle cssClass="aw-qualityFmea-formsheet
ColumnHeaderVerticleText" width="70px"/>
<template>
<if>
<conditions>
<condition operator="AND">
<expression statement="col_Opt_Detection == null"/>
<expression statement="col_Opt_Occurrence != null"/>
</condition>
</conditions>
<class cssClass="aw-qualityFmea-formsheetGreyCell"/>
</if>
</template>
</columnStyle> ...
</style>
</rendering>
Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.FMEA_deployment_administration/xid1916615 · retrieved 2026-07-11