Skip to content

Commit cf40a52

Browse files
committed
DirectionType allowed in LineInDirectionRef structure
1 parent de021e8 commit cf40a52

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ fabric.properties
8888
# Editor-based Rest Client
8989
.idea/httpRequests
9090

91+
/.idea

examples/functions/timetable/Netex_09.1_Bus_InterchangeRule.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ The Calendar is shown coded as
314314
<LineInDirectionRef>
315315
<LineRef version="any" ref="mybus:LN_1"/>
316316
<DirectionRef version="any" ref="mybus:DR_hbf"/>
317+
<DirectionType>inbound</DirectionType>
317318
</LineInDirectionRef>
318319
<ScheduledStopPointRef version="any" ref="mybus:SSP_025"/>
319320
<AdjacentStopPointRef version="any" ref="mybus:SSP_003"/>

xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,11 @@ Rail transport, Roads and Road transport
987987
<xsd:sequence>
988988
<xsd:element ref="LineRef" minOccurs="0"/>
989989
<xsd:element ref="DirectionRef" minOccurs="0"/>
990+
<xsd:element name="DirectionType" type="DirectionTypeEnumeration" default="outbound" minOccurs="0">
991+
<xsd:annotation>
992+
<xsd:documentation>A Direction of a ROUTE. One of a restricted set of values. Default is "Outbound". V2.1.</xsd:documentation>
993+
</xsd:annotation>
994+
</xsd:element>
990995
<xsd:element name="ExternalLineRef" type="ExternalObjectRefStructure" minOccurs="0">
991996
<xsd:annotation>
992997
<xsd:documentation>Alternative LINE Reference for AVMS system. DEPRECATED - v2.0</xsd:documentation>
@@ -1159,4 +1164,4 @@ Rail transport, Roads and Road transport
11591164
</xsd:complexContent>
11601165
</xsd:complexType>
11611166
<!-- ======================================================================= -->
1162-
</xsd:schema>
1167+
</xsd:schema>

0 commit comments

Comments
 (0)