Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version #457

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/standards/epip/epip_common_profile.xml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
<!-- =============== RESULTS =========== -->
<dataObjects>
<!-- === COMMON UK FARE RESOURCES=== -->
<CompositeFrame id="epip:EU_PI_METADATA" version="epip:1.0" responsibilitySetRef="epip:epip_metadata" dataSourceRef="epip:common">
<CompositeFrame id="epip:EU_PI_METADATA" version="epip:1.0" responsibilitySetRef="epip:epip_metadata" dataSourceRef="epip:CEN_TC278_WG3_SG9">
<ValidBetween>
<FromDate>2018-02-01T00:00:00</FromDate>
<ToDate>2020-12-31T12:00:00</ToDate>
@@ -46,7 +46,7 @@
<DefaultSystemOfUnits>SiKilometresAndMetres</DefaultSystemOfUnits>
</FrameDefaults>
<versions>
<Version id="epip:1.0" version="any">
<Version id="epip:1.0" version="epip:1.0">
<Description>EPIP version 1.0</Description>
<VersionType>baseline</VersionType>
</Version>
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>
@@ -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>
Loading