rail:aPassenger

Attribute Group Information

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

Source

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