Skip to content

Commit

Permalink
First draft of using privateCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Dec 4, 2024
1 parent 315f33c commit ca4108d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,11 @@ Changes
<!-- ========== RAIL========= -->
<StopPlace version="001" created="2006-09-11T15:42:00" modification="revise" dataSourceRef="nptg:NaPTAN" changed="2009-02-26T15:47:00" responsibilitySetRef="nptgAdminArea:110" id="naptStop:910GWIMBLDN">
<!-- <StopAreaCode>910GWIMBLDN</StopAreaCode> -->
<privateCodes>
<PrivateCode>86738</PrivateCode>
</privateCodes>
<Name>Wimbledon Rail Station</Name>
<ShortName>Wimbledon Station</ShortName>
<PrivateCode>86738</PrivateCode>
<types>
<TypeOfZoneRef version="napt:v2.1" ref="napt:StopAreaType@GRLS"/>
</types>
Expand Down Expand Up @@ -8831,4 +8833,4 @@ Changes
</frames>
</CompositeFrame>
</dataObjects>
</PublicationDelivery>
</PublicationDelivery>
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ This is part 2 of a multistep example on versioning
<scheduledStopPoints>
<!--- =====Data owners ========= -->
<ScheduledStopPoint version="002" created="2010-05-17T09:30:47.0Z" changed="2010-05-18T09:30:47.0Z" modification="revise" derivedFromVersionRef="001" id="mybus:SSP0001A">
<privateCodes>
<PrivateCode>mycodeA</PrivateCode>
</privateCodes>
<Name>Haltstelle A - Museum</Name>
<Description>Version two of stop A. Name is Changed</Description>
<PrivateCode>mycodeA</PrivateCode>
</ScheduledStopPoint>
<ScheduledStopPoint version="001" created="2010-05-18T09:30:47.0Z" id="mybus:SSP0002B">
<Name>Haltstelle B</Name>
Expand All @@ -97,4 +99,4 @@ This is part 2 of a multistep example on versioning
</frames>
</CompositeFrame>
</dataObjects>
</PublicationDelivery>
</PublicationDelivery>

0 comments on commit ca4108d

Please sign in to comment.