rail:ePassenger

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

Source

<xs:complexType name="ePassenger">
  <xs:complexContent>
    <xs:extension base="rail:tPassenger">
      <xs:sequence>
        <xs:element name="gangway" type="rail:tGangway" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>description of gangway features between vehicles</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:gangway"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="doors" type="rail:tDoors" minOccurs="0">
          <xs:annotation>
            <xs:documentation>data about door dimensions</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:doors"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="tilting" type="rail:tTilting" minOccurs="0">
          <xs:annotation>
            <xs:documentation>data about car body tilting system</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:tilting"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>