rail:aMaintenanceInterval

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
maximumIntervalDays rail:tCounter optional
maximum number of days for the interval until the task is due
maximumIntervalDistance rail:tLengthKM optional
maximum number of mileage in km for the interval until the task is due

Used By

Source

<xs:attributeGroup name="aMaintenanceInterval">
  <xs:attribute name="maximumIntervalDays" type="rail:tCounter">
    <xs:annotation>
      <xs:documentation>maximum number of days for the interval until the task is due</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="maximumIntervalDistance" type="rail:tLengthKM">
    <xs:annotation>
      <xs:documentation>maximum number of mileage in km for the interval until the task is due</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>