<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> |