Change the default style and structure of the FMEA formsheet > FMEA formsheet elements
elseif
Adds conditions to template styling.
If not defined, then the default style is applied to the column data.
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>
<conditions>
<condition operator="AND">
<expression statement=" col_Opt_Occurrence == null" />
<expression statement=" col_Opt_Detection != null"/>
</condition>
</conditions>
<class cssClass="aw-qualityFmea-formsheetGreyCell"/>
</elseIf>
</template>
</columnStyle>
...
</style>
</rendering>
Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.FMEA_deployment_administration/xid1916620 · retrieved 2026-07-11