-
Notifications
You must be signed in to change notification settings - Fork 50
Delfiplus extensions #388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delfiplus extensions #388
Changes from all commits
8b6f05c
b63ade5
d82c9a3
a8c8440
9608777
35904db
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -196,19 +196,14 @@ Rail transport, Roads and Road transport | |
| <xsd:documentation>VEHICLE Hoist can be used at VEHICLE has a hoist or lift for wheelchairs.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:element name="HoistOperatingRadius" type="LengthType" minOccurs="0"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Distance from VEHICLE needed to operate hoist.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:element name="Ramp" type="xsd:boolean" minOccurs="0"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Whether a ramp may be used to access VEHICLE.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:element name="RampBearingCapacity" type="WeightType" minOccurs="0"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Renaming is always a risk for backward compatibility ... On the French side, we can still accept this one since it is not used yet !
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. AccessVehicleEquipment can be either a Hoist or a Ramp, but some properties are only available for either one of them. Both change proposals have the same objective: if we replace RampBearingCapacity with just BearingCapacity, then we can use it for Hoist as well. If we replace HoistOperatingRadius by an Equipment width and length property, then we can use it for both ramp and hoist. We think the risk of change is low - in Germany no one has implemented AccessEquipments yet as well.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this was answered by @duexw |
||
| <xsd:element name="BearingCapacity" type="WeightType" minOccurs="0"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Maximum weight that ramp can bear.</xsd:documentation> | ||
| <xsd:documentation>Maximum weight that the EQUIPMENT can bear.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:element name="NumberOfSteps" type="xsd:nonNegativeInteger" minOccurs="0"> | ||
|
|
@@ -221,6 +216,16 @@ Rail transport, Roads and Road transport | |
| <xsd:documentation>Maximum step height to board.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:element name="EquipmentLength" type="LengthType" minOccurs="0"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Length of the EQUIPMENT be it hoist or ramp. When fully extended and only the part outside the VEHICLE.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:element name="EquipmentWidth" type="LengthType" minOccurs="0"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Width of the EQUIPMENT be it hoist or ramp. When fully extended and only the part outside the VEHICLE.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:element name="GapToPlatform" type="LengthType" minOccurs="0"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Normal gap between VEHICLE and platform.</xsd:documentation> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this replaced by something else ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was answered by @duexw