Skip to content

Repairable

Examples

Example

<Repairable>
  <RepairTimeRatio>
    2.0
  </RepairTimeRatio>
</Repairable>

XML Elements

The following elements can be used within this component:

Repairable

RepairTimeRatio

repair time ratio relative to building (or production) time.

Type: positive decimal

Path: Repairable/RepairTimeRatio

RELAX NG Grammar

<define name="component.Repairable">
  <element name="Repairable">
    <interleave>
      <element name="RepairTimeRatio">
        <ref name="positiveDecimal"/>
      </element>
    </interleave>
  </element>
</define>