rail:aGangway

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
designType rail:tGangwayDesignType required
type of design of the gangway
floorLevel rail:tLengthM optional
height of gangways floor above top of rail
frontEnd xs:boolean required
flag, whether there is a gangway at the front end of the vehicle
gangwayHeight rail:tLengthM optional
height of gangway for passenger use
gangwayWidth rail:tLengthM optional
width of gangway for passenger use
position rail:tGangwayPosition optional
vertical position of the gangway, valid for both sides
rearEnd xs:boolean required
flag, whether there is a gangway at the rear end of the vehicle

Used By

Complex Type rail:tGangway

Source

<xs:attributeGroup name="aGangway">
  <xs:attribute name="frontEnd" type="xs:boolean" use="required">
    <xs:annotation>
      <xs:documentation>flag, whether there is a gangway at the front end of the vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rearEnd" type="xs:boolean" use="required">
    <xs:annotation>
      <xs:documentation>flag, whether there is a gangway at the rear end of the vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="position" type="rail:tGangwayPosition">
    <xs:annotation>
      <xs:documentation>vertical position of the gangway, valid for both sides</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="designType" type="rail:tGangwayDesignType" use="required">
    <xs:annotation>
      <xs:documentation>type of design of the gangway</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="floorLevel" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>height of gangways floor above top of rail</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="gangwayHeight" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>height of gangway for passenger use</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="gangwayWidth" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>width of gangway for passenger use</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>