Skip to content

Commit 1fd5559

Browse files
committed
FIX Rename SIteGenericPathLinkId to SItePathLinkId
No functional effect - just consistency in code
1 parent 2a58d31 commit 1fd5559

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
<Date>
1717
<Modified>2011-12-16</Modified>
1818
</Date>
19-
<Date><Modified>2019-03-25</Modified>FR49 CD #65 Accessibility changes
19+
<Date>
20+
<Modified>2019-03-25</Modified>FR49 CD #65 Accessibility changes
2021
CD add CodedTiltEnumeration with values _strongLeftTilt, mediumLeftTilt, nearlyFlat, mediumRightTilt, strongRightTilt, unknown_.
2122
Revise name of ___CodedTilt___ to ___TiltType___ to be consistent
2223
</Date>
23-
<Date><Modified>2024-02-05</Modified>Factor out common PATH LINK to generic file shared with DECK PATH
24+
<Date>
25+
<Modified>2024-02-05</Modified>Factor out common PATH LINK to generic file shared with DECK PATH
2426
</Date>
2527
<Description>
2628
<p>NeTEx - Network Exchange. This subschema defines PATH types.</p>
@@ -73,7 +75,7 @@ Rail transport, Roads and Road transport
7375
</xsd:extension>
7476
</xsd:complexContent>
7577
</xsd:complexType>
76-
<xsd:simpleType name="SiteGenericPathLinkIdType">
78+
<xsd:simpleType name="SitePathLinkIdType">
7779
<xsd:annotation>
7880
<xsd:documentation>Type for identifier of a SITE PATH LINK.</xsd:documentation>
7981
</xsd:annotation>
@@ -90,7 +92,7 @@ Rail transport, Roads and Road transport
9092
</xsd:annotation>
9193
<xsd:simpleContent>
9294
<xsd:restriction base="GenericPathLinkRefStructure">
93-
<xsd:attribute name="ref" type="SiteGenericPathLinkIdType" use="required">
95+
<xsd:attribute name="ref" type="SitePathLinkIdType" use="required">
9496
<xsd:annotation>
9597
<xsd:documentation>Identifier of a SITE PATH LINK.</xsd:documentation>
9698
</xsd:annotation>
@@ -148,7 +150,7 @@ Rail transport, Roads and Road transport
148150
</xsd:extension>
149151
</xsd:complexContent>
150152
</xsd:complexType>
151-
<xsd:simpleType name="OffSiteGenericPathLinkIdType">
153+
<xsd:simpleType name="OffSitePathLinkIdType">
152154
<xsd:annotation>
153155
<xsd:documentation>Type for identifier of a OFF SITE PATH LINK.</xsd:documentation>
154156
</xsd:annotation>
@@ -165,7 +167,7 @@ Rail transport, Roads and Road transport
165167
</xsd:annotation>
166168
<xsd:simpleContent>
167169
<xsd:restriction base="GenericPathLinkRefStructure">
168-
<xsd:attribute name="ref" type="OffSiteGenericPathLinkIdType" use="required">
170+
<xsd:attribute name="ref" type="OffSitePathLinkIdType" use="required">
169171
<xsd:annotation>
170172
<xsd:documentation>Identifier of a OFF SITE PATH LINK.</xsd:documentation>
171173
</xsd:annotation>

xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,20 @@
2323
<Date>
2424
<Modified>2007-03-22</Modified>
2525
</Date>
26-
<Date><Modified>2019-03-25</Modified>FR49 CD #65 Accessibility changes
26+
<Date>
27+
<Modified>2019-03-25</Modified>FR49 CD #65 Accessibility changes
2728
CD add new attributes to PathLink : Width, FlooringType, RightSideBorder, LeftSideBordert, TiltAngle, CodedTilt, TactileWarningStrip, TactileGuidingStrip
2829
NK Review: Reorder so as to place like elements toigether, add sub Groups to organize
2930
</Date>
30-
<Date><Modified>2019-03-28</Modified>FR49 CD #65 Accessibility changes
31+
<Date>
32+
<Modified>2019-03-28</Modified>FR49 CD #65 Accessibility changes
3133
NJSK Doc rewviewe
3234
Revise name of ___PathLink___ ___Width___ to ___MinimumWidth__, add enw attribute ___MinimumHeight___
3335
Revise name of ___PathLink___ new attribute ___CodedTilt___ to ___TiltType___ to be consistent
3436
Also add new attributes ___MaximumGradient___ and MaximumGradientType___ to ___PathLink___
3537
</Date>
36-
<Date><Modified>2024-02-05</Modified>Revise to share common features with DECK PATH LINK, add OffSItePathLink
38+
<Date>
39+
<Modified>2024-02-05</Modified>Revise to share common features with DECK PATH LINK, add OffSItePathLink
3740
</Date>
3841
<Description>
3942
<Title>NeTEx Network Exchange - PATH types.</Title>
@@ -159,7 +162,7 @@ Rail transport, Roads and Road transport
159162
<xsd:group ref="OffSitePathLinkGroup"/>
160163
</xsd:sequence>
161164
</xsd:sequence>
162-
<xsd:attribute name="id" type="OffSiteGenericPathLinkIdType" use="optional">
165+
<xsd:attribute name="id" type="OffSitePathLinkIdType" use="optional">
163166
<xsd:annotation>
164167
<xsd:documentation>Identifier of ENTITY.</xsd:documentation>
165168
</xsd:annotation>
@@ -240,7 +243,7 @@ Rail transport, Roads and Road transport
240243
<xsd:group ref="SitePathLinkGroup"/>
241244
</xsd:sequence>
242245
</xsd:sequence>
243-
<xsd:attribute name="id" type="SiteGenericPathLinkIdType"/>
246+
<xsd:attribute name="id" type="SitePathLinkIdType"/>
244247
</xsd:restriction>
245248
</xsd:complexContent>
246249
</xsd:complexType>
@@ -309,7 +312,7 @@ Rail transport, Roads and Road transport
309312
<xsd:group ref="SitePathLinkGroup"/>
310313
</xsd:sequence>
311314
</xsd:sequence>
312-
<xsd:attribute name="id" type="SiteGenericPathLinkIdType"/>
315+
<xsd:attribute name="id" type="SitePathLinkIdType"/>
313316
</xsd:restriction>
314317
</xsd:complexContent>
315318
</xsd:complexType>

0 commit comments

Comments
 (0)