<xs:attributeGroup name="aPassenger">
<xs:attribute name="deck" type="rail:tVerbalCounter">
<xs:annotation>
<xs:documentation>number of decks per vehicle</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="drivingCab" type="xs:boolean">
<xs:annotation>
<xs:documentation>flag, whether the vehicle comprises driving cab</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="tilting" type="xs:boolean">
<xs:annotation>
<xs:documentation>flag, whether the vehicle comprises tilting capabilities</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="airTightness" type="xs:boolean">
<xs:annotation>
<xs:documentation>flag, whether the passenger compartment of the vehicle is air tight/pressure resistant</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="emergencyBrakeDeactivation" type="xs:boolean">
<xs:annotation>
<xs:documentation>flag, whether the vehicle comprises a de-activation function of the emergency brake for long tunnels</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |