Skip to content
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions examples/functions/simpleNetwork/Netex_uk_underground_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ A COMPOSITE FRAME Is used to group the above frames as a cohernet version.
<ValueSet version="any" id="napt:Stop_types">
<Name>UK NaPTAN Stop Types</Name>
<values>
<TypeOfPoint version="any" id="napt:Type_of_point@TMU">
<Name>Tram or Metro stop</Name>
<TypeOfPoint version="any" id="napt:Type_of_point@TMU" nameOfClassifiedEntityClass="ScheduledStopPoint">
<Name>Tram or Metro stop</Name>
</TypeOfPoint>
<TypeOfPoint version="any" id="napt:Type_of_point@RSE">
<TypeOfPoint version="any" id="napt:Type_of_point@RSE" nameOfClassifiedEntityClass="ScheduledStopPoint">
<Name>Rail Station Entrance</Name>
</TypeOfPoint>
</values>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,26 +455,26 @@ The Calendar is shown coded as
<TimingLink version="any" id="mybus:SSP_001+SSP_001_t1">
<Name>After Alpha t1</Name>
<FromPointRef version="any" nameOfRefClass="ScheduledStopPoint" ref="mybus:SSP_001"/>
<ToPointRef version="any" nameOfRefClass="TimingPointRef" ref="mybus:SSP_001_t1"/>
<ToPointRef version="any" nameOfRefClass="TimingPoint" ref="mybus:SSP_001_t1"/>
</TimingLink>
<TimingLink version="any" id="mybus:SSP_001_t1+SSP_001_t2">
<Name>After Alpha t1 to After Alpha t2</Name>
<FromPointRef version="any" nameOfRefClass="TimingPointRef" ref="mybus:SSP_001_t1"/>
<ToPointRef version="any" nameOfRefClass="TimingPointRef" ref="mybus:SSP_002_t3"/>
<FromPointRef version="any" nameOfRefClass="TimingPoint" ref="mybus:SSP_001_t1"/>
<ToPointRef version="any" nameOfRefClass="TimingPoint" ref="mybus:SSP_002_t3"/>
</TimingLink>
<TimingLink version="any" id="mybus:SSP_001_t2+SSP_002">
<Name>After Alpha t2 to Bravo</Name>
<FromPointRef version="any" nameOfRefClass="TimingPointRef" ref="mybus:SSP_001_t2"/>
<FromPointRef version="any" nameOfRefClass="TimingPoint" ref="mybus:SSP_001_t2"/>
<ToPointRef version="any" nameOfRefClass="ScheduledStopPoint" ref="mybus:SSP_002"/>
</TimingLink>
<TimingLink version="any" id="mybus:SSP_002+SSP_002_t3">
<Name>Bravo to After Bravo t1</Name>
<FromPointRef version="any" nameOfRefClass="ScheduledStopPoint" ref="mybus:SSP_002"/>
<ToPointRef version="any" nameOfRefClass="TimingPointRef" ref="mybus:SSP_002_t3"/>
<ToPointRef version="any" nameOfRefClass="TimingPoint" ref="mybus:SSP_002_t3"/>
</TimingLink>
<TimingLink version="any" id="mybus:SSP_002_t3+SSP_077">
<Name>After Bravo t1 to Charley</Name>
<FromPointRef version="any" nameOfRefClass="TimingPointRef" ref="mybus:SSP_002_t3"/>
<FromPointRef version="any" nameOfRefClass="TimingPoint" ref="mybus:SSP_002_t3"/>
<ToPointRef version="any" nameOfRefClass="ScheduledStopPoint" ref="mybus:SSP_077"/>
</TimingLink>
</timingLinks>
Expand Down
2 changes: 1 addition & 1 deletion examples/functions/validityCondition/NeTEx_trigger-01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Description>Use when Icy</Description>
<ConditionedObjectRef nameOfRefClass="TimetableFrame" ref="abc:Tf01"/>
<WithConditionRef version="any" ref="hde:VC_ntwkf003_002_winter"/>
<RuleObjectRef nameOfRefClass="Weather" ref="Myobj:Cur001">EXTERNAL</RuleObjectRef>
<RuleObjectRef ref="Myobj:Cur001">EXTERNAL</RuleObjectRef>
<AttributeName>roadCondition</AttributeName>
<ComparisonOperator>EQ</ComparisonOperator>
<AttributeValue>icy</AttributeValue>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ This is variant on the multistep SImple Network Version example on versioning.
<validityConditions>
<ValidityRuleParameter version="any" created="2010-05-18T10:30:47.0Z" modification="new" responsibilitySetRef="mybus:ResponsibilitySet:RS_10" id="mybus:ValidityRuleParameter:VC_ntwkf003_002_icy">
<Description>Use when Icy</Description>
<RuleObjectRef nameOfRefClass="Weather" ref="Myobj:Cur001">EXTERNAL</RuleObjectRef>
<RuleObjectRef ref="Myobj:Cur001">EXTERNAL</RuleObjectRef>
<AttributeName>roadCondition</AttributeName>
<ComparisonOperator>EQ</ComparisonOperator>
<AttributeValue>icy</AttributeValue>
Expand Down
195 changes: 96 additions & 99 deletions examples/standards/epip/epip_common_profile.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3307,7 +3307,7 @@ Summer Term 10 April 2020 22 July 2020 £80 £85 3 February 2020
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -3446,7 +3446,7 @@ Summer Term 10 April 2020 22 July 2020 £80 £85 3 February 2020
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -3467,7 +3467,7 @@ Summer Term 10 April 2020 22 July 2020 £80 £85 3 February 2020
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,7 @@ We group the elements in separate frames
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -2250,7 +2250,7 @@ We group the elements in separate frames
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -2271,7 +2271,7 @@ We group the elements in separate frames
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7942,7 +7942,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -8081,7 +8081,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -8102,7 +8102,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8031,7 +8031,7 @@ FirstUnlimited: 28 day | £74.00
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -8170,7 +8170,7 @@ FirstUnlimited: 28 day | £74.00
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -8191,7 +8191,7 @@ FirstUnlimited: 28 day | £74.00
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8707,7 +8707,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -8846,7 +8846,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -8867,7 +8867,7 @@ ______ ______ _____ | ______ ______ ______ _______ | ______ ______ ______ ______
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7643,7 +7643,7 @@ This Shows sample Purchases
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -7782,7 +7782,7 @@ This Shows sample Purchases
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -7803,7 +7803,7 @@ This Shows sample Purchases
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4911,7 +4911,7 @@ This Shows sample Purchases
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -5050,7 +5050,7 @@ This Shows sample Purchases
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -5071,7 +5071,7 @@ This Shows sample Purchases
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2407,7 +2407,7 @@ ______ ______ ______ _ | ______ ______ ______ ______ ______ ______ ________ | __
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -2546,7 +2546,7 @@ ______ ______ ______ _ | ______ ______ ______ ______ ______ ______ ________ | __
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -2567,7 +2567,7 @@ ______ ______ ______ _ | ______ ______ ______ ______ ______ ______ ________ | __
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12513,7 +12513,7 @@ AllZone: SyConnect
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -12652,7 +12652,7 @@ AllZone: SyConnect
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -12673,7 +12673,7 @@ AllZone: SyConnect
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
6 changes: 3 additions & 3 deletions examples/standards/fxc/uk_fxc_addon_HSP_plusbus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5392,7 +5392,7 @@ West Midlands Railway
<values>
<TypeOfFrame version="nptg:v2.1" id="nptg:UK_NPTG_profile_payload">
<Name>NPTG Locations and Tariff Zones Frame</Name>
<FrameClassRef nameOfClass="SiteeFrame"/>
<FrameClassRef nameOfClass="SiteFrame"/>
<classes>
<ClassInFrame nameOfClass="TopographicPlace">
<!-- TopographicPlace maps to a NPTG Locality
Expand Down Expand Up @@ -5531,7 +5531,7 @@ West Midlands Railway
</ClassRelationshipInFrame>
<ClassRelationshipInFrame name="alternativeDescriptors">
<!-- NB Only coccasionally actually populated in current data set -->
<RelationshipRef nameOfClass="TopographicPlaceDescriptior"/>
<RelationshipRef nameOfClass="TopographicPlaceDescriptor"/>
<!-- NptgLocality.alternativeDeiscriptors.Descriptor -->
<Mandatory>optional</Mandatory>
<Containment>byVersionedReference</Containment>
Expand All @@ -5552,7 +5552,7 @@ West Midlands Railway
</ClassRelationshipInFrame>
</relationships>
</ClassInFrame>
<ClassInFrame nameOfClass="TopographicDescriptor">
<ClassInFrame nameOfClass="TopographicPlaceDescriptor">
<!-- TopographicPlace maps to a NPTG Locality. lternativeDescriptors.Descrip -->
<Mandatory>required</Mandatory>
<attributes>
Expand Down
Loading
Loading