Skip to main content
The subType enumeration classifies Design Requirements by engineering discipline. This classification enables filtered views in powersheet configurations and drives cascade mappings to FMEA occurrence ratings.

Enumeration Values

IDDisplay NameDescriptionISO Standard
electricalElectricalCircuit design, power systems, and electrical safety requirementsIEC 60601-1 (Electrical safety)
labelingLabelingLabels, markings, symbols, and Instructions for Use (IFU)IEC 60601-1 Clause 7
mechanicalMechanicalPhysical structure, enclosures, and mechanical safetyIEC 60601-1 Clause 9
softwareSoftwareFirmware, application software, and software safetyIEC 62304
usabilityUseabilityHuman factors, user interface, and usability engineeringIEC 62366-1
The display name uses the British English variant “Useability” rather than the standard “Usability.” This is intentional in the configuration and does not affect functionality.

Configuration Details

PropertyValue
Field IDsubType
Used byDesign Requirement work item type
Source file.polarion/tracker/fields/designRequirement-subType-enum.xml

Cascade Mapping to FMEA Occurrence

The subType field participates in a cascade mapping defined in mappings.xml that filters valid FMEA occurrence values based on the design discipline. This mapping (subType_-__fmOccurrence) enables the risksheet to present contextually appropriate occurrence ratings when evaluating failure modes related to specific design disciplines.
SubTypeCascades to fmOccurrence
operationMultiple occurrence levels
softwareMultiple occurrence levels
designMultiple occurrence levels
useMultiple occurrence levels
systemMultiple occurrence levels
processMultiple occurrence levels
The cascade mapping references sub-type values (operation, design, use, system, process) that differ from the values defined in this enumeration. These may reference a legacy or alternative enum configuration. The five values defined above (electrical, labeling, mechanical, software, usability) are the current active values.

Usage in the Solution

  • DFMEA analysis — Design requirement sub-types inform the failure mode analysis by categorizing which engineering discipline a requirement belongs to. See DFMEA Risksheet Configuration.
  • Filtered views — PowerSheet configurations can filter design requirements by sub-type to focus on a specific discipline (e.g., showing only software requirements).
  • Traceability — Sub-type classification supports discipline-specific traceability from design requirements to verification test cases. See Link Roles.