Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
</xsd:group>
<xsd:group name="DeckEntrancePositionGroup">
<xsd:annotation>
<xsd:documentation>Positional ements for a DECK ENTRANCE.</xsd:documentation>
<xsd:documentation>Positional elements for a DECK ENTRANCE.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="VehicleSide" type="VehicleSideEnumeration" minOccurs="0">
Expand All @@ -738,11 +738,16 @@
<xsd:documentation>Height of ENTRANCE from ground.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EdgeToTrackCenterDistance" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Distance from the outer edge of the DECK ENTRANCE (including any fixed outer steps) to the vehicle center (center point between axles). Can be used to calculate the horizontal gap in conjunction with the EdgeToTrackCenterDistance from QUAY. +v2.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:group name="DeckEntranceClassificationGroup">
<xsd:annotation>
<xsd:documentation>EClassification lements for a DECK ENTRANCE.</xsd:documentation>
<xsd:documentation>Classification elements for a DECK ENTRANCE.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DeckEntranceType" type="DeckEntranceTypeEnumeration" minOccurs="0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,19 @@ Rail transport, Roads and Road transport
<xsd:documentation>Number of steps to board or alight from VEHICLE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StepHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Height of an individual step, in metres rounded to the nearest cm.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BoardingHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Maximum step height to board.</xsd:documentation>
<xsd:documentation>Height of the outer entry point (lowest step), measured from the ground of the road or top of the rail. Together with FloorHeight this describes the lowest and highest point of an entrance.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FloorHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Height of the inner entry point (floor next to the entrance), measured from the ground of the road or top of the rail. Together with BoardingHeight this describes the lowest and highest point of an entrance. +v2.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EquipmentLength" type="LengthType" minOccurs="0">
Expand All @@ -252,6 +262,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Normal gap between VEHICLE and platform.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EdgeToTrackCenterDistance" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Distance from the outer entry point (including any fixed outer steps) to the vehicle center (center point between axles). Can be used to calculate the horizontal gap in conjunction with the EdgeToTrackCenterDistance from QUAY. +v2.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:group name="AccessVehicleEquipmentDoorGroup">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,14 +411,24 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="BoardingHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Maximum step height to board. +v1.1</xsd:documentation>
<xsd:documentation>Height of the outer entry point (lowest step), measured from the ground of the road or top of the rail. Together with FloorHeight this describes the lowest and highest point of an entrance. +v1.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FloorHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Height of the inner entry point (floor next to the entrance), measured from the ground of the road or top of the rail. Together with BoardingHeight this describes the lowest and highest point of an entrance. +v2.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GapToPlatform" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Expected maximal gap between VEHICLE and platform. +v1.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EdgeToTrackCenterDistance" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Distance from the outer entry point (including any fixed outer steps) to the vehicle center (center point between axles). Can be used to calculate the horizontal gap in conjunction with the EdgeToTrackCenterDistance from QUAY. +v2.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<!-- ==== VEHICLE TYPE ==================================================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
CD Add new attribute to StairEquipment; WithoutRiser.
NJSK Review: move order to be with other step properties
CD Add new attribute to EscalatorEquipment; EscalatorWithLanding
CD Add new attributes to TravellatorEquipment; Length, Slope and IntegratesAnEscalatorPart
CD Add new attributes to TravellatorEquipment; Length, Slope and IntegratesAnEscalatorPart
NJSK Review: correct name of IntegratesAnEscalatorPart
CD Add new attributs to EscalatorEquipment: MagneticInductionLoop, GroundMarkAlignedWithButton, TactileGroundFloorButton ExternalFloorSelection
NJSK Review: correct name of GroundMarkAlignedWithButton
NJSK Review: drop ButtonsHeigt as all ready covered by CallButtonHeight
NJSK Review: change order to group with like properties
CD Add new attributes to EntranceEquipment: AudioOrVideoIntercom, Airlock, DoorstepMark AudioPassthroughIndicator, OpeningNecessaryForce
NJSK Review: change order to group with like properties
NJSK Review: NB AudioOrVideoIntercom overlap with EntranceAttention
NJSK Review: NB AudioOrVideoIntercom overlap with EntranceAttention
CD Add new attributes to QueuingEquipment: DisabledPriority QueuingSeatedPossible.
</Date>
<Date><Modified>2019-05-27</Modified>Fix add missing DropKerbOutside value to Entrance Eqeuipment
Rename Slope to Gradient to be conistent
Move WIthoutRaiser to be specifc to Staircase.
</Date>
<Date><Modified>2019-05-27</Modified>Doc tidy up
Rename Accoustic(six) to AUdio
Rename Accoustic(six) to AUdio
Correct comments
</Date>
<Date><Modified>2021-07-14</Modified>Fix catch up - Make Access Equipment Abstarct
Expand Down Expand Up @@ -376,12 +376,12 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="StepHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Depth of an individual step, in metres rounded to the nearest cm.</xsd:documentation>
<xsd:documentation>Height of an individual step, in metres rounded to the nearest cm.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StepLength" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The length of the step, in metres rounded to the nearest cm.</xsd:documentation>
<xsd:documentation>Length of an individual step, in metres rounded to the nearest cm.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StepColourContrast" type="xsd:boolean" minOccurs="0">
Expand Down