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