Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModefull-width
languagexml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<PublicationDelivery xmlns="http://www.netex.org.uk/netex" xmlns:ns2="http://www.opengis.net/gml/3.2" xmlns:ns3="http://www.siri.org.uk/siri">
    <PublicationTimestamp>2019-11-27T12:50:21</PublicationTimestamp> <!-- Timestamp of export -->
    <ParticipantRef>SAM</ParticipantRef>
    <dataObjects>
        <SiteFrame version="20191127125021" id="SE:253:SiteFrame:1"> <!-- Version is timestamp of export (YYYYMMDDHHmmSS), id is always 1 -->
            <ValidBetween>
                <FromDate>2005-01-01T00:00:00</FromDate> <!-- Always set to 2005-01-01 -->
            </ValidBetween>
            <codespaces>
                <Codespace id="253"> <!-- id is same as Xmlns -->
                    <Xmlns>253</Xmlns> <!-- From Samtrafiken's registry of producer numbers, based on data source -->
                    <XmlnsUrl>http://www.samtrafiken.se/ns/Östgötatrafiken</XmlnsUrl> <!-- "Östgötatrafiken" is based on data source -->
                </Codespace>
            </codespaces>
            <FrameDefaults>
                <DefaultLocale>
                    <TimeZone>Europe/Stockholm</TimeZone>
                    <DefaultLanguage>se</DefaultLanguage>
                </DefaultLocale>
                <DefaultLocationSystem>4326</DefaultLocationSystem> <!-- All coordinates are WGS84 -->
            </FrameDefaults>
            <!-- WIP, TopographicPlace is based on Noptis.Zone . TopographicPlaces are referenced from Quays through ZoneProjections -->
            <topographicPlaces>
                <TopographicPlace version="any" id="SE:253:TopographicPlace:1">
                    <ValidBetween>
                        <FromDate>2016-12-13T00:00:00</FromDate> <!-- Noptis.Zone.ExistsFromDate -->
                        <!-- ToDate = Noptis.Zone.ExistsToDate, in this case "ExistsToDate" is null -->
                    </ValidBetween>
                    <Name>Boxholm</Name> <!-- Noptis.Zone.Name -->
                    <PrivateCode>0560</PrivateCode> <!-- Noptis.Zone.Number -->
                    <TopographicPlaceType>municipality</TopographicPlaceType> <!-- Based on Noptis.Zone.ZoneTypeCode -->
                </TopographicPlace>
            </topographicPlaces>
            <!-- WIP, GroupOfStopPlace is based on Noptis.Site --> 
            <groupsOfStopPlaces>
              <GroupOfStopPlaces></GroupOfStopPlaces>
            </groupsOfStopPlaces>
            <stopPlaces> <!-- StopPlace is based on Noptis.StopArea -->
                <StopPlace version="20161213" id="SE:253:StopPlace:9021005000001000"> <!-- version=Noptis.StopArea.ExistsFromDate, id=Noptis.StopArea.Gid -->
                    <ValidBetween>
                        <FromDate>2016-12-13T00:00:00</FromDate> <!-- Noptis.StopArea.ExistsFromDate -->
                        <!-- ToDate = Noptis.StopArea.ExistsToDate, in this case "ExistsToDate" is null -->
                    </ValidBetween>
                    <Name>Norr Tull</Name> <!-- Noptis.StopArea.Name -->
                    <ShortName>Norr Tull</ShortName> <!-- Noptis.StopArea.ShortName -->
                    <PrivateCode>1</PrivateCode> <!-- Noptis.StopArea.Number -->
                    <Centroid>
                        <Location>
                            <Longitude>16.176723</Longitude> <!-- Noptis.StopArea.CentroidEastingCoordinate -->
                            <Latitude>58.594850</Latitude> <!-- Noptis.StopArea.CentroidNorthingCoordinate -->
                        </Location>
                    </Centroid>
                    <OrganisationRef ref="SE:253:Authority:9010005000000000"/> <!-- Noptis.StopArea.IsDefinedByTransportAuthortiy -->
                    <entrances> <!-- Entrances are based on Noptis.StationEntrancePoint -->
                        <StopPlaceEntrance version="20120623" id="SE:275:StopPlaceEntrance:9023001006651001"> <!-- version=Noptis.StationEntrancePoint.ExistsFromDate, id=Noptis.StationEntrancePoint.Gid -->
                            <ValidBetween>
                                <FromDate>2014-03-11T00:00:00</FromDate>  <!-- Noptis.StationEntrancePoint.ExistsFromDate but not earlier than parent StopPlace.FromDate -->
                                <!-- ToDate = Noptis.StationEntrancePoint.ExistsToDate, in this case "ExistsToDate" is null, not later than parent StopPlace.ToDate -->
                            </ValidBetween>
                            <Name>Djursholms Ösby</Name> <!-- Noptis.StationEntrancePoint.Name -->
                            <Centroid>
                                <Location>
                                    <Longitude>18.058320</Longitude> <!-- Noptis.StationEntrancePoint.LocationEastingCoordinate -->
                                    <Latitude>59.397925</Latitude> <!-- Noptis.StationEntrancePoint.LocationNorthingCoordinate -->
                                </Location>
                            </Centroid>
                        </StopPlaceEntrance>
                        <!-- More StopPlaceEntrance elements -->
                    </entrances>
                    <TransportMode>bus</TransportMode> <!-- See the section "General Noptis to Netex mappings" below -->
                    <StopPlaceType>busStation</StopPlaceType> <!-- See the section "General Noptis to Netex mappings" below -->
                    <Weighting>interchangeAllowed</Weighting> <!-- See the section "General Noptis to Netex mappings" below -->
                    <quays> <!-- Quay is based on Noptis.StopPoint and Noptis.JourneyPatternPoint -->
                        <Quay version="20180419" id="SE:253:Quay:9022005000001001"> <!-- version=Noptis.StopPoint.ExistsFromDate, id=Noptis.StopPoint.Gid -->
                            <ValidBetween>
                                <FromDate>2019-04-26T00:00:00</FromDate> <!-- Noptis.StopPoint.ExistsFromDate but not earlier than parent StopPlace.FromDate -->
                                <!-- ToDate = Noptis.StopPoint.ExistsToDate, in this case "ExistsToDate" is null, not later than parent StopPlace.ToDate -->
                            </ValidBetween>
                            <Name>Norr Tull</Name> <!-- Noptis.StopPoint.Name -->
                            <ShortName>Norr Tull</ShortName> <!-- Noptis.StopPoint.ShortName -->
                            <PrivateCode>1</PrivateCode> <!-- Noptis.StopPoint.LocalNumber -->
                            <Centroid>
                                <Location>
                                    <Longitude>16.177052</Longitude> <!-- Noptis.JourneyPatternPoint.LocationEastingCoordinate -->
                                    <Latitude>58.595038</Latitude> <!-- Noptis.JourneyPatternPoint.LocationNorthingCoordinate -->
                                </Location>
                            </Centroid>
                            <!-- WIP, Netex.ZoneProjections are based on Noptis.JourneyPatternPointInZone -->
                            <projections>
                                <ZoneProjection version="any" id="TEST:ZoneProjection:1">
                                    <ProjectedZoneRef ref="TEST:TopographicPlace:1"/>
                                </ZoneProjection>
                            </projections>
                            <PublicCode>A</PublicCode> <!-- Noptis.StopPoint.Designation -->
                        </Quay>    <equipmentPlaces> <!-- Based on Noptis ConnectionLink, ObstacleOnLink, BridgingDevice -->
            <!-- More Quay elements -->              <EquipmentPlace version="any"      </quays>
    id="SE:001:EquipmentPlace:14010000311143397"> <!-- id = Noptis.BridgingDevice.Id -->
           </StopPlace>                 <!-- More StopPlace elements -->  <placeEquipments>
          </stopPlaces>             <navigationPaths>               <EntranceEquipment version="any" id="SE:001:EntranceEquipment:14010000311143397"> <!-- NavigationPathid is= based on Noptis.BridgingDevice.ConnectionLinkId when 'From' and 'To' are both Quay references -->-->
                        <!-- NavigationPath is based on Noptis.StationEntryLink when 'From' is a StopPlaceEntrance reference and 'To' is a Quay reference -->               <Door>true</Door> <!-- Noptis.BridgingDevice (TypeCode = DOOR) -->
                                      </EntranceEquipment>
                                  </placeEquipments>
                              </EquipmentPlace>
                            </equipmentPlaces>
                        </Quay>
                        <!-- More Quay elements -->
                    </quays>
                </StopPlace>
                <!-- More StopPlace elements -->
            </stopPlaces>
            <navigationPaths> 
                <!-- NavigationPath is based on Noptis.ConnectionLink when 'From' and 'To' are both Quay references -->
                <!-- NavigationPath is based on Noptis.StationEntryLink when 'From' is a StopPlaceEntrance reference and 'To' is a Quay reference -->
                <!-- NavigationPath is based on Noptis.StationExitLink when 'From' is a Quay reference and 'To' is a StopPlaceEntrance reference -->
                <!-- NavigationPath may contain validityConditions and timebands if they have limited dates and opening hours -->  
                <NavigationPath version="20180504" id="SE:253:NavigationPath:55700000046273098"> <!-- version=Noptis.ConnectionLink.ExistsFromDate, id=Noptis.ConnectionLink.Id -->
                    <Distance>0</Distance> <!-- version=Noptis.ConnectionLink.DistanceMeters. If null, Distance will be 0 -->
                    <From>
                        <PlaceRef ref="SE:253:Quay:9022005000100216" version="20140218"/> <!-- version=Noptis.StopPoint.ExistsFromDate id=Noptis.StopPoint.Gid from Noptis.ConnectionLink.StartsAtJourneyPatternPoint -->
                    </From>
                    <To>
                        <PlaceRef ref="SE:253:Quay:9022005000102017" version="20181204"/> <!-- version=Noptis.StopPoint.ExistsFromDate id=Noptis.StopPoint.Gid from Noptis.ConnectionLink.EndsAtJourneyPatternPoint -->
                    </To>
                    <TransferDuration>
                        <DefaultDuration>PT6M</DefaultDuration> <!-- version=Noptis.ConnectionLink.DefaultDurationSeconds -->
                    </TransferDuration>
                </NavigationPath>
                <NavigationPath version="20120623" id="SE:251:NavigationPath:14010000311143757"> <!-- version=Noptis.StationEntryLink.ExistsFromDate, id=Noptis.StationEntryLink.Id -->
                    <Distance>2.0</Distance> <!-- version=Noptis.StationEntryLink.DistanceMeters. If null, Distance will be 0 -->
                    <From>
                        <PlaceRef ref="SE:251:StopPlaceEntrance:9023001006651002" version="20120623"/> <!-- version=Noptis.StationEntrancePoint.ExistsFromDate id=Noptis.StationEntrancePoint.Gid -->
                    </From>
                    <To>
                        <PlaceRef ref="SE:251:Quay:9022003719007001" version="20150827"/> <!-- version=Noptis.StopPoint.ExistsFromDate id=Noptis.StopPoint.Gid from Noptis.StationEntryLink.EndsAtJourneyPatternPoint -->
                    </To>
                    <TransferDuration>
                        <DefaultDuration>PT3M1S</DefaultDuration> <!-- version=Noptis.StationEntryLink.DefaultDurationSeconds -- NavigationPath is based on Noptis.StationExitLink when 'From' is a Quay reference and 'To' is a StopPlaceEntrance reference -->>
                    </TransferDuration>
                </NavigationPath>
                <NavigationPath version="2018050420120623" id="SE:253251:NavigationPath:5570000004627309814010000311147186"> <!-- version=Noptis.ConnectionLinkStationExitLink.ExistsFromDate, id=Noptis.ConnectionLinkStationExitLink.Id -->
                    <Distance>0<<Distance>3.0</Distance> <!-- version=Noptis.ConnectionLinkStationExitLink.DistanceMeters. If null, Distance will be 0 -->
                    <From>
                        <PlaceRef ref="SE:253251:Quay:90220050001002169022003719007002" version="2014021820150827"/> <!-- version=Noptis.StopPoint.ExistsFromDate id=Noptis.StopPoint.Gid from Noptis.ConnectionLinkStationExitLink.StartsAtJourneyPatternPoint -->
                    </From>
                    <To>
                        <PlaceRef ref="SE:253251:QuayStopPlaceEntrance:90220050001020179023001006661001" version="2018120420120623"/> <!-- version=Noptis.StopPointStationEntrancePoint.ExistsFromDate id=Noptis.StopPointStationEntrancePoint.Gid from Noptis.ConnectionLink.EndsAtJourneyPatternPoint -->
                    </To>
                    <TransferDuration>
                        <DefaultDuration>PT6M<<DefaultDuration>PT3M2S</DefaultDuration> <!-- version=Noptis.ConnectionLink.DefaultDurationSeconds -->
                    </TransferDuration>
                </NavigationPath>
                <NavigationPath version="20120623" id="SE:251:NavigationPath:14010000311143757"> <!-- version=Noptis.StationEntryLink.ExistsFromDate, id=Noptis.StationEntryLink.IdStationExitLink.DefaultDurationSeconds -->
                    <Distance>2.0</Distance> <!-- version=Noptis.StationEntryLink.DistanceMeters. If null, Distance will be 0 --></TransferDuration>
                </NavigationPath>
                <pathLinksInSequence>
                    <PathLinkInSequence order="1"  <From>version="any" id="SE:001:PathLinkInSequence:14010000311183662-1">
                        <PlaceRef<LinkSequenceRef ref="SE:251001:StopPlaceEntrancePathLink:902300100665100214010000311183662-1" version="20120623"/> <!-- versionref=Noptis.StationEntrancePoint.ExistsFromDate idConnectionLink.Id-1, version=Noptis.StationEntrancePointConnectionLink.GidExistsFrom -->
                    </From>PathLinkInSequence>
                    <PathLinkInSequence order="2" version="any" id="SE:001:PathLinkInSequence:14010000311183662-2">
   <To>                         <PlaceRef<LinkSequenceRef ref="SE:251001:QuayPathLink:902200371900700114010000311183662-2" version="2015082720120623"/> <!-- versionref=Noptis.StopPoint.ExistsFromDate idConnectionLink.Id-2, version=Noptis.StopPoint.Gid from Noptis.StationEntryLink.EndsAtJourneyPatternPointConnectionLink.ExistsFrom -->
                    </To>PathLinkInSequence>
                </pathLinksInSequence>
   <TransferDuration>
                        <DefaultDuration>PT3M1S</DefaultDuration> <!-- version=Noptis.StationEntryLink.DefaultDurationSeconds More NavigationPath elements -->
 
                  </TransferDuration>navigationPaths>
            <pathLinks>
   </NavigationPath>           <PathLink      <NavigationPath version="20120623" id="SE:251001:NavigationPathPathLink:1401000031114718614010000311183662-1">  <!-- versionid=Noptis.StationExitLinkConnectionLink.ExistsFromDateId-1, idversion=Noptis.StationExitLink.Id -->
ConnectionLink.ExistsFrom -->
                <From>
                   <Distance>3.0</Distance><PlaceRef ref="SE:001:Quay:9022001070462002" version="20140603"/> <!-- id=Noptis.StopPoint.Gid, version=Noptis.StationExitLink.DistanceMeters. If null, Distance will be 0 -->StopPoint.Gid -->
                </From>
          <From>      <To>
                  <PlaceRef ref="SE:251001:QuayEquipmentPlace:902200371900700214010000311143397" version="20150827any"/> <!-- versionid=Noptis.StopPointBridgingDevice.ExistsFromDate id=Noptis.StopPoint.Gid from Noptis.StationExitLink.StartsAtJourneyPatternPoint -->
                </To>
              </From>PathLink>
              <PathLink version="20120623" id="SE:001:PathLink:14010000311183662-2">  <!-- id=Noptis.ConnectionLink.Id-2, version=Noptis.ConnectionLink.ExistsFrom -->
           <To>     <From>
                   <PlaceRef ref="SE:251001:StopPlaceEntranceEquipmentPlace:902300100666100114010000311143397" version="20120623any"/> <!-- versionid=Noptis.StationEntrancePointBridgingDevice.ExistsFromDate id=Noptis.StationEntrancePoint.Gid -->
                    </To>From>
                <To>
   <TransferDuration>               <PlaceRef          <DefaultDuration>PT3M2S</DefaultDuration>ref="SE:001:Quay:9022001070462001" version="20140603"/> <!-- id=Noptis.StopPoint.Gid, version=Noptis.StationExitLinkStopPoint.DefaultDurationSecondsGid -->
                    </TransferDuration>
 To>
              </NavigationPath>PathLink>
                <!-- More NavigationPath elements -->
            </navigationPaths>/pathLinks>
        </SiteFrame>
    </dataObjects>
</PublicationDelivery>

...