Skip to content

AttackDetection

Examples

Example

<AttackDetection>
</AttackDetection>

XML Elements

The following elements can be used within this component:

AttackDetection

SuppressionTransferRange

Any attacks within this range in meters will replace the previous attack suppression

Type: positive decimal

Path: AttackDetection/SuppressionTransferRange

SuppressionRange

Other attacks within this range in meters will not be registered

Type: positive decimal

Path: AttackDetection/SuppressionRange

SuppressionTime

Other attacks within this time in milliseconds will not be registered

Type: positive integer (e.g. 1 or 5)

Path: AttackDetection/SuppressionTime

RELAX NG Grammar

<define name="component.AttackDetection">
  <element name="AttackDetection">
    <interleave>
      <element name="SuppressionTransferRange">
        <ref name="positiveDecimal"/>
      </element>
      <element name="SuppressionRange">
        <ref name="positiveDecimal"/>
      </element>
      <element name="SuppressionTime">
        <data type="positiveInteger"/>
      </element>
    </interleave>
  </element>
</define>