Change the default style and structure of the FMEA formsheet > FMEA formsheet elements
property
Displays property names and values from the FMEA object or the dynamic compound property.
Attributes
titleKey: (Optional) Specifies the key used for localization.
name: Specifies the database name of a property on the object. This is not the display name. It is not a required attribute. You can leave this empty if you specify the titleKey as a blank value. You can add DCP properties in the name attribute, for example, name="GRM(HasParticipant,GroupMember).user"
srcObject: (Optional) Specifies the object from which the property needs to be rendered. Default value is fmea. fmea – Uses FMEA Node object for rendering property selected – Uses selected object for which formsheet is rendered. FMEA Node or system element.
isModifiable: (Optional) Data of column group can be configured to allow or do not allow modification. Default value is true if not defined. If user has access to modify the property and in configuration is modifiable is false then user cannot modify the property.
Example
Copy
<rendering>
<formsheetHeader logo="">
<row>
<header titleKey="tc_DFMEA_Fmea_Header"/>
</row>
<row>
<header titleKey="tc_Planning_AND_Preparation"/>
</row>
<row>
<property titleKey="tc_Company_Name"
name="qfm0CompanyName"/>
<property titleKey="tc_Subject" name="object_name"/>
<property titleKey="tc_DFMEA_ID_Number" name="qfm0Id"/>
</row>
<row>
<property titleKey="tc_Engineering_Location" name=""/>
<property titleKey="tc_DFMEA_Start_Date"
name="creation_date"/>
<property titleKey="tc_DFMEA_Responsibility"
name="owning_user"/>
</row>
<row>
<property titleKey="tc_Customer_Name"
name="qfm0Customer"/>
<property titleKey="tc_DFMEA_Revision_Date" name=""/>
<property titleKey="tc_Confidentiality_level" name=""/>
</row>
<row>
<property titleKey="tc_ModelYear_Platform"
name="CONCAT(qfm0ModelYear,/,qfm0Platform)"/>
<property titleKey="tc_Cross_Functional_Team"
name="GRM(HasParticipant,GroupMember).user"/>
</row>
</formsheetHeader>
Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.FMEA_deployment_administration/xid1916502 · retrieved 2026-07-11