Skip to content
Merged
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 @@ -484,7 +484,6 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="childfreeArea"/>
<xsd:enumeration value="animalsAllowed"/>
<xsd:enumeration value="noAnimals"/>
<xsd:enumeration value="animalsAllowed"/>
<xsd:enumeration value="breastfeedingFriendly"/>
<xsd:enumeration value="mobilePhoneUseZone"/>
<xsd:enumeration value="mobilePhoneFreeZone"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,13 @@ Rail transport, Roads and Road transport
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="undefined"/>
<xsd:enumeration value="plug"/>
<xsd:enumeration value="pantographABove"/>
<xsd:enumeration value="pantographABove"/>
<xsd:enumeration value="pantographAbove">
<xsd:annotation>
<xsd:documentation>depreciated. Will be panthograph.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="pantograph">
</xsd:enumeration>
<xsd:enumeration value="induction"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
Expand Down
5 changes: 0 additions & 5 deletions xsd/netex_framework/netex_utility/netex_units.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ Weight = Kilos
Speed = Metres per second.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SiKilometresAndMetres">
<xsd:annotation>
<xsd:documentation>TYPO - DEPRECATED.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other"/>
</xsd:restriction>
</xsd:simpleType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="frontLeft"/>
<xsd:enumeration value="frontRight"/>
<xsd:enumeration value="backRight"/>
<xsd:enumeration value="backRight"/>
<xsd:enumeration value="driverLeft"/>
<xsd:enumeration value="driverRight"/>
</xsd:restriction>
Expand Down