Skip to content

Commit 1fb3ae7

Browse files
committed
Broader use of DirectionType
as alternative to DirectionRef
1 parent a94e5e1 commit 1fb3ae7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

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

91+
.idea/.name
92+
/.idea

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" minOccurs="0">
991+
<xsd:annotation>
992+
<xsd:documentation>A Direction of a ROUTE. One of a restricted set of values. Can be used instead of DirectionRef. 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)