rail:aDoors

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
entranceHeight rail:tLengthM optional
height of entrance foot plate above rail top
entranceLength rail:tLengthM optional
maximum distance between the doors of the vehicle
entranceWidth rail:tLengthM optional
total of all door width of the vehicle at one side
footStepHeight rail:tLengthM optional
height of lowest foot step above rail top
lockingSpeed rail:tSpeedKmPerHour optional
speed limit for locking the doors during train ride
number rail:tCounter optional
number of doors per vehicle at each side

Used By

Complex Type rail:tDoors

Source

<xs:attributeGroup name="aDoors">
  <xs:attribute name="number" type="rail:tCounter">
    <xs:annotation>
      <xs:documentation>number of doors per vehicle at each side</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="entranceHeight" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>height of entrance foot plate above rail top</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="entranceLength" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>maximum distance between the doors of the vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="entranceWidth" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>total of all door width of the vehicle at one side</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="footStepHeight" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>height of lowest foot step above rail top</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="lockingSpeed" type="rail:tSpeedKmPerHour">
    <xs:annotation>
      <xs:documentation>speed limit for locking the doors during train ride</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>