Created
November 29, 2012 14:43
-
-
Save toto/4169520 to your computer and use it in GitHub Desktop.
VBB API Response Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="iso-8859-1"?> | |
<ResC xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://demo.hafas.de/xml/vbb/std/hafasXMLInterface.xsd" ver="1.1" prod="5.31.VBB.4.8.9 [Oct 17 2012]" lang="DE"> | |
<* dir="O"> | |
<ConResCtxt>6t.0297451.1354025783#1</ConResCtxt> | |
<ConnectionList type="OEV"> | |
<Connection id="C1-0"> | |
<Overview> | |
<Date>20121126</Date> | |
<Departure> | |
<BasicStop type="NORMAL"> | |
<Station name="U Pankstr. (Berlin)" x="13381836" y="52552251" type="WGS84" externalId="009009203#86" externalStationNr="009009203"/> | |
<Dep getIn="YES"> | |
<Time>00d19:49:00</Time> | |
<Platform> | |
<Text></Text> | |
</Platform> | |
</Dep> | |
</BasicStop> | |
</Departure> | |
<Arrival> | |
<BasicStop type="NORMAL"> | |
<Station name="U Rathaus Neukölln (Berlin)" x="13435241" y="52481065" type="WGS84" externalId="009078102#86" externalStationNr="009078102"/> | |
<Arr getOut="YES"> | |
<Time>00d20:17:00</Time> | |
<Platform> | |
<Text></Text> | |
</Platform> | |
</Arr> | |
</BasicStop> | |
</Arrival> | |
<Transfers>1</Transfers> | |
<Duration> | |
<Time>00d00:28:00</Time> | |
</Duration> | |
<ServiceDays> | |
<RegularServiceText> | |
<Text>Mo - Sa</Text> | |
</RegularServiceText> | |
<IrregularServiceText> | |
<Text>nicht 25., 26. Dez, 1. Jan</Text> | |
</IrregularServiceText> | |
</ServiceDays> | |
<Products> | |
<Product cat="U "/> | |
</Products> | |
<ContextURL url="http://demo.hafas.de/bin/pub/vbb-fahrinfo/relaunch2011/query.exe/dn?seqnr=1&ident=6t.0297451.1354025783&guiVCtrl_connection_detailsOut_select_C1-0&jumpToDetails=yes&guiVCtrl_connection_detailsOut_add_selection=yes"/> | |
</Overview> | |
</Connection> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment