Change the default style and structure of the FMEA formsheet > FMEA formsheet elements
else
Adds conditions to template styling.
Only class can be defined in the else section.
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_Occurrence ">
<columnHeaderStyle cssClass="aw-qualityFmea-formsheet
ColumnHeaderVerticleText" width="70px"/>
<template>
<if>
….
</if>
<elseIf>
….
</elseIf >
<else>
<class cssClass="aw-qualityFmea-formsheetGreyCell"/>
</else>
</template>
</columnStyle>
...
</style>
</rendering>
Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.FMEA_deployment_administration/xid1916621 · retrieved 2026-07-11