rail:aLineClassification

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
name rail:tLineClassificationType required
the name of the line class according RIV or any other distinctive name
payLoad rail:tWeightTons required
permissible payload for the vehicle with respect to line classification

Used By

Source

<xs:attributeGroup name="aLineClassification">
  <xs:attribute name="name" type="rail:tLineClassificationType" use="required">
    <xs:annotation>
      <xs:documentation>the name of the line class according RIV or any other distinctive name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="payLoad" type="rail:tWeightTons" use="required">
    <xs:annotation>
      <xs:documentation>permissible payload for the vehicle with respect to line classification</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>