Skip to content

Commit

Permalink
did two examples
Browse files Browse the repository at this point in the history
Pls check. I am not happy. "any" is not accepted in Datasource. and always having to put in Version is not fun either.
  • Loading branch information
ue71603 committed Dec 12, 2023
1 parent 15f6cb1 commit 3687dbc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ STOP_POINT/STOP_POINT_DESC <ScheduledStopPoint version="any"><Name>
<!--- =============== RESULTS =========== -->
<dataObjects>
<ResourceFrame version="any" id="bright:ResourceFrame:RF01">
<versions>
<Version version="any" id="any"/>
<Version version="20100328" id="any"/>
</versions>
<dataSources>
<DataSource version="any" id="uksup:DataSource:Omnibase">
<Name>Omnibus Systems - Omnibase </Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,21 @@ eof; 1
<Description>Encoding of calendar example</Description>
<!--- =============== RESULTS =========== -->
<dataObjects>
<ResourceFrame version="78" id="res1">
<versions>
<Version id="any" version="any"/>
<Version id="1.0" version="1.0"/>
<Version id="78" version="78"/>
</versions>
<dataSources>
<DataSource id="Interplan" version="78"/>
</dataSources>
</ResourceFrame>
<!-- ======Timetable ======= -->
<ServiceCalendarFrame version="78" dataSourceRef="Interplan" changed="2009-01-09T15:19:20Z" id="ust:ServiceCalendarFrame:CAL_01">
<Name>Calender Example for Netex GD</Name>
<BaselineVersionFrameRef ref="ust:October2010_Week2@77">EXTERNAL</BaselineVersionFrameRef>
<!--- ======= CODESPACEs======== -->
<!--- ======= CODESPACEs======== -->
<codespaces>
<Codespace id="ust_data">
<Xmlns>ust</Xmlns>
Expand All @@ -108,6 +118,7 @@ eof; 1
<FrameDefaults>
<DefaultCodespaceRef ref="ust_data"/>
</FrameDefaults>

<ServiceCalendar version="any" id="ust:October2010_Week2">
<FromDate>2010-10-04</FromDate>
<ToDate>2010-10-17</ToDate>
Expand Down

0 comments on commit 3687dbc

Please sign in to comment.