Table of Contents

<defect> Element

This element adds a defect level for the master defects hierarchy.

Parent Elements

defect, defects

Attributes

Name Type Description Required
name string A short, human-readable name for the defect level. This must be 40 characters or less and cannot contain backslashes ("\") or underscores ("_"). Yes
alarmDefectRate float The defect rate at which an alarm will be generated for defects of this type or lower in the defect hierarchy. This is a floating-point percentage from 0 to 100, where 0 disables defect alarms, or a higher value indicates the rate at or above which the alarm would be issued. This value can be overridden by defects lower in the hierarchy. No
associatedBuyoffs string A comma-separated list of buyoff names specifying which buyoffs are associated with defects of this type or lower in the hierarchy. Any buyoffs associated with defects higher in the hierarchy will continue to be associated with these defects; buyoffs specified here add to the list of buyoffs associated with these defects. The associated buyoff(s) cannot be set when any associated defects are open. When a defect is added, any associated buyoffs that were previously set will be cleared. No

Child Elements

Name Description Required
defect Adds a defect level. There can be any number of these elements. No
repairs Sets the repair hierarchy that defines the list of repairs presented for the operator to choose from marking a defect of this type (or category, if there are additional levels below this one in the hierarchy) as repaired. This can be overridden by defects lower in the hierarchy. No