-
Notifications
You must be signed in to change notification settings - Fork 50
EPIAP Equipments Enhancement #555
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
Changes from all commits
d41cf59
cf310eb
86c8941
a822a4f
953c67a
50805a1
70f92b9
849b889
085bdeb
a058d7d
e55e0b5
94b0846
4eb78b2
cd7c477
4b415a3
ddb4af2
34c176c
cedf38b
6f3ed89
750a4db
c7fe416
4de8a08
8f2fd66
f357983
f980ba6
1d08827
f0df4bf
e62af88
a382468
b77f9a7
a0d9004
e3d52e7
a34645e
df206b6
0e79911
737c486
a9a614a
53f68c2
1f96c05
c86c1a5
38b4181
6baa25a
a20d76d
c5e7278
040f005
c2dd00b
b12b108
8f24375
67c0c37
2d4d80b
c1f07e2
26a7ec6
121ddbd
9b98e07
7c526fd
cff5122
f0cea5f
72beb43
b8db1c0
0547f0e
f8b8f6c
acbcf8f
4d5ae1a
1c67723
b8a7392
fcf1c2e
e50e872
857b7d3
0e37414
178409a
255dfde
96e038d
a297468
98c68e7
17dc2ba
88c6600
a8544c9
0c0d383
6702b89
1e2c7ec
7afe2c4
801aa6d
0dc8e3c
8411705
79f927e
bb93aee
74cb2c1
8e0329b
495f33c
a02fe96
ddcf228
b44d30b
06ba5dc
55b5384
aeeed91
b2d0b97
88a92c0
095f74a
74cf6bf
684e515
51913df
0f50e28
9cb800e
16493fa
e2314cb
6be9fa5
ab12dc6
3fa991f
667cd09
9236045
fcf930e
c7a3051
34d9199
99f065a
57a7d6e
fe9e076
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 |
|---|---|---|
|
|
@@ -523,4 +523,203 @@ Rail transport, Roads and Road transport | |
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="MarkingStatusEnumeration"> | ||
|
skinkie marked this conversation as resolved.
|
||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values for the status of the ground marking</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:NMTOKEN"> | ||
| <xsd:enumeration value="none"/> | ||
| <xsd:enumeration value="good"/> | ||
| <xsd:enumeration value="worn"/> | ||
| <xsd:enumeration value="hazardous"/> | ||
| <xsd:enumeration value="unknown"/> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="VisualObstacleEnumeration"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values for the visual obstacles on crossings</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:NMTOKEN"> | ||
| <xsd:enumeration value="none"/> | ||
| <xsd:enumeration value="carParking"/> | ||
| <xsd:enumeration value="vegetation"/> | ||
| <xsd:enumeration value="building"/> | ||
| <xsd:enumeration value="streetFurniture"/> | ||
| <xsd:enumeration value="other"/> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="BollardCrossingEnumeration"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values for the bollards on crossings</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:NMTOKEN"> | ||
| <xsd:enumeration value="none"/> | ||
| <xsd:enumeration value="contrasted"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Bollards on both sides and well contrasted with the environment.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="yes"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Bollards on either side of the crossing (with no information about the contrast).</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="partial"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Bollards only on one side of the crossing.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="limited"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Bollards present but too low or poorly positioned in relation to the crossing.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="EntranceTurningSpacePositionEnumeration"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values for the positions of a turning space for an Entrance.</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:NMTOKEN"> | ||
| <xsd:enumeration value="none"/> | ||
| <xsd:enumeration value="outside"/> | ||
|
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. Do exist rules to know which side is inside and which outside? For me, this isn't clear. For instance, an entrance from an entrance hall to the quays: you leave the building with the entrance hall, the quays are outside, outdoors. But depending on the architecture, how much the quays are protected from weather, or if you go underground, you are more inside, interior to the station complex. Another example: an entrance between a public hall of the station and a shop or restaurant (that may have additional doors to the outside).
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. At that point, I'm afraid that we don't have rules in case of shared entrance (no pb when not shared)... what you mention is also true for older attributes like "isEntry", "isExit" ... so probably to be managed separately |
||
| <xsd:enumeration value="inside"/> | ||
| <xsd:enumeration value="insideAndOutside"/> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="DoorHandleEnumeration"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values for the type of handle for a door</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:NMTOKEN"> | ||
| <xsd:enumeration value="none"/> | ||
| <xsd:enumeration value="lever"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Lever handle</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="button"/> | ||
| <xsd:enumeration value="knob"/> | ||
| <xsd:enumeration value="crashBar"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Panic bar</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="doorHandle"> | ||
|
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. So "poignée palière" would be a doorHandle and the "pull handle" (second picture) would be a grabRail. @Aurige Is that what you need?
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. Tim said those are the correct terms... |
||
| <xsd:annotation> | ||
| <xsd:documentation>Door handle</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="grabRail"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Grab rail or grab handle</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="windowLever"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Window lever</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="vertical"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Marshal's baton, vertical bar</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="other"/> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="SafetyEdgeEnumeration"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values for Sides of Safety Edge.</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:string"> | ||
| <xsd:enumeration value="none"/> | ||
| <xsd:enumeration value="oneSide"/> | ||
| <xsd:enumeration value="bothSides"/> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="RampTurningSpacePositionEnumeration"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values for the positions of a turning space for a ramp.</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:NMTOKEN"> | ||
| <xsd:enumeration value="none"/> | ||
| <xsd:enumeration value="bottom"/> | ||
| <xsd:enumeration value="top"/> | ||
| <xsd:enumeration value="topAndBottom"/> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="StepConditionEnumeration"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values forthe Step Condition</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:NMTOKEN"> | ||
| <xsd:enumeration value="even"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>The staircase has regular steps, all of the same height and depth.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="uneven"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>The steps are not all the same size.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="rough"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>The steps are very different in size, some may be missing or steeply sloped.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="StairRampEnumeration"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values for the stair ramp.</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:NMTOKEN"> | ||
|
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. Should we add unknown here too?
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. since it's not mandatory, we can also just skip it when unkown ... as you prefer
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. added it. |
||
| <xsd:enumeration value="none"/> | ||
| <xsd:enumeration value="bicycle"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>A narrow ramp on the side, designed to push a bicycle.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="luggage"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>A ramp on the side, designed to roll a suitcase.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="stroller"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>A pair of ramps with steps in between, intended for pushing a stroller.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="other"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Another type of handrail included in the staircase itself.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:enumeration> | ||
| <xsd:enumeration value="unknown"/> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="ReachedFloorAnnouncementEnumeration"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Allowed values for the Reached Floor Announcement</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:restriction base="xsd:NMTOKEN"> | ||
| <xsd:enumeration value="none"/> | ||
| <xsd:enumeration value="visual"/> | ||
| <xsd:enumeration value="tactile"/> | ||
| <xsd:enumeration value="audio"/> | ||
| <xsd:enumeration value="visualAndAudio"/> | ||
| <xsd:enumeration value="visualAndAudioAndTactile"/> | ||
| </xsd:restriction> | ||
| </xsd:simpleType> | ||
| </xsd:schema> | ||
Uh oh!
There was an error while loading. Please reload this page.