Skip to content

Commit

Permalink
Removing duplicate enumeration (thanks to David) (#509)
Browse files Browse the repository at this point in the history
* Removing duplicate enumeration (thanks to David)

btw something is wrong with  xsd\netex_part_1\part1_ifopt\netex_ifopt_equipmentAccess_support.xsd in next

* Lint and update documentation tables

* Update xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd

Co-authored-by: Matthias Günter <[email protected]>

---------

Co-authored-by: ue71603 <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 4, 2023
1 parent 6ae5cc4 commit 7a1af73
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
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

0 comments on commit 7a1af73

Please sign in to comment.