Skip to content
Open
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ fabric.properties
# Editor-based Rest Client
.idea/httpRequests

/.idea
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ The Calendar is shown coded as
<LineInDirectionRef>
<LineRef version="any" ref="mybus:LN_1"/>
<DirectionRef version="any" ref="mybus:DR_hbf"/>
<DirectionType>inbound</DirectionType>
</LineInDirectionRef>
<ScheduledStopPointRef version="any" ref="mybus:SSP_025"/>
<AdjacentStopPointRef version="any" ref="mybus:SSP_003"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,11 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element ref="LineRef" minOccurs="0"/>
<xsd:element ref="DirectionRef" minOccurs="0"/>
<xsd:element name="DirectionType" type="DirectionTypeEnumeration" default="outbound" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A Direction of a ROUTE. One of a restricted set of values. Default is "Outbound". V2.1.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ExternalLineRef" type="ExternalObjectRefStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Alternative LINE Reference for AVMS system. DEPRECATED - v2.0</xsd:documentation>
Expand Down Expand Up @@ -1159,4 +1164,4 @@ Rail transport, Roads and Road transport
</xsd:complexContent>
</xsd:complexType>
<!-- ======================================================================= -->
</xsd:schema>
</xsd:schema>
Loading