rail:tPassenger

data for passenger cars

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
airTightness xs:boolean optional
flag, whether the passenger compartment of the vehicle is air tight/pressure resistant
deck rail:tVerbalCounter optional
number of decks per vehicle
drivingCab xs:boolean optional
flag, whether the vehicle comprises driving cab
emergencyBrakeDeactivation xs:boolean optional
flag, whether the vehicle comprises a de-activation function of the emergency brake for long tunnels
tilting xs:boolean optional
flag, whether the vehicle comprises tilting capabilities

Used By

Complex Type rail:ePassenger

Source

<xs:complexType name="tPassenger">
  <xs:annotation>
    <xs:documentation>data for passenger cars</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="rail:ePassengerFacility">
      <xs:attributeGroup ref="rail:aPassenger"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>