Skip to content

Commit

Permalink
Next example privatecodes (#602)
Browse files Browse the repository at this point in the history
* First update from PrivateCode, ExternalOperatorRef and ExternalStopPointRef to privateCodes

* More updated examples

* More VDV updates

* More external to privatecodes

* Fix
  • Loading branch information
skinkie authored Jan 31, 2024
1 parent f00b4f7 commit 2bd32de
Show file tree
Hide file tree
Showing 10 changed files with 13,661 additions and 5,059 deletions.
122 changes: 76 additions & 46 deletions examples/functions/fares/rail/Netex_era_toc_uk.xml

Large diffs are not rendered by default.

128 changes: 80 additions & 48 deletions examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml

Large diffs are not rendered by default.

8,180 changes: 6,118 additions & 2,062 deletions examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080-full.xml

Large diffs are not rendered by default.

8,180 changes: 6,118 additions & 2,062 deletions examples/standards/tap_tsi/B1_NRT/Netex_tap_tsi_B1-1080.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7366,10 +7366,12 @@ TXC NETEX
</responsibilitySets>
<organisations>
<Operator created="2003-06-09T14:20:00-05:00" changed="2004-05-09T14:20:00-05:00" modification="revise" version="1.0" id="noc:SCWW">
<!-- NationalOperatorCode: PublicCOde -->
<privateCodes>
<PrivateCode type="nocn">nocn:137725</PrivateCode>
<PrivateCode type="vosa:LicenceNumber">vosa:PD0000479</PrivateCode>
</privateCodes>
<!-- NationalOperatorCode: PublicCode -->
<PublicCode>SCCW</PublicCode>
<PrivateCode type="nocn">nocn:137725</PrivateCode>
<ExternalOperatorRef type="vosa:LicenceNumber" ref="vosa:PD0000479"/>
<!-- Name: TradingName -->
<Name>Stagecoach</Name>
<ShortName>Stagecoach</ShortName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7887,10 +7887,12 @@ TXC NETEX
</responsibilitySets>
<organisations>
<Operator created="2003-06-09T14:20:00-05:00" changed="2004-05-09T14:20:00-05:00" modification="revise" version="2" id="noc:SCWW">
<!-- NationalOperatorCode: PublicCOde -->
<privateCodes>
<PrivateCode type="nocn">nocn:137725</PrivateCode>
<PrivateCode type="vosa:LicenceNumber">vosa:PD0000479</PrivateCode>
</privateCodes>
<!-- NationalOperatorCode: PublicCode -->
<PublicCode>SCCW</PublicCode>
<PrivateCode type="nocn">nocn:137725</PrivateCode>
<ExternalOperatorRef type="vosa:LicenceNumber" ref="vosa:PD0000479"/>
<!-- Name: TradingName -->
<Name>Stagecoach</Name>
<ShortName>Stagecoach</ShortName>
Expand Down
8 changes: 5 additions & 3 deletions examples/standards/txc/uk_txc_SCWW-86_extract2-simplified.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7297,10 +7297,12 @@ TXC NETEX
</responsibilitySets>
<organisations>
<Operator created="2003-06-09T14:20:00-05:00" changed="2004-05-09T14:20:00-05:00" modification="revise" version="1.0" id="noc:SCWW">
<!-- NationalOperatorCode: PublicCOde -->
<privateCodes>
<PrivateCode type="nocn">nocn:137725</PrivateCode>
<PrivateCode type="vosa:LicenceNumber">vosa:PD0000479</PrivateCode>
</privateCodes>
<!-- NationalOperatorCode: PublicCode -->
<PublicCode>SCCW</PublicCode>
<PrivateCode type="nocn">nocn:137725</PrivateCode>
<ExternalOperatorRef type="vosa:LicenceNumber" ref="vosa:PD0000479"/>
<!-- Name: TradingName -->
<Name>Stagecoach</Name>
<ShortName>Stagecoach</ShortName>
Expand Down
8 changes: 5 additions & 3 deletions examples/standards/txc/uk_txc_extract1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7843,10 +7843,12 @@ TXC NETEX
</responsibilitySets>
<organisations>
<Operator created="2003-06-09T14:20:00-05:00" changed="2004-05-09T14:20:00-05:00" modification="revise" version="2" id="txcOperator:STA">
<!-- NationalOperatorCode: PublicCOde -->
<privateCodes>
<PrivateCode>12345</PrivateCode>
<PrivateCode type="LicenceNumber">vosa:PD0000479</PrivateCode>
</privateCodes>
<!-- NationalOperatorCode: PublicCode -->
<PublicCode>STA</PublicCode>
<PrivateCode>12345</PrivateCode>
<ExternalOperatorRef type="LicenceNumber" ref="vosa:PD0000479"/>
<!-- Name: TradingName -->
<Name>Stagecoach</Name>
<ShortName>Stagecoach</ShortName>
Expand Down
8 changes: 5 additions & 3 deletions examples/standards/txc/uk_txc_extract1_simplified.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7176,10 +7176,12 @@ TXC NETEX
</responsibilitySets>
<organisations>
<Operator created="2003-06-09T14:20:00-05:00" changed="2004-05-09T14:20:00-05:00" modification="revise" version="2" id="txcOperator:STA">
<!-- NationalOperatorCode: PublicCOde -->
<privateCodes>
<PrivateCode>12345</PrivateCode>
<PrivateCode type="LicenceNumber">vosa:PD0000479</PrivateCode>
</privateCodes>
<!-- NationalOperatorCode: PublicCode -->
<PublicCode>STA</PublicCode>
<PrivateCode>12345</PrivateCode>
<ExternalOperatorRef type="LicenceNumber" ref="vosa:PD0000479"/>
<!-- Name: TradingName -->
<Name>Stagecoach</Name>
<ShortName>Stagecoach</ShortName>
Expand Down
Loading

0 comments on commit 2bd32de

Please sign in to comment.