Skip to content

Commit f45f82b

Browse files
skinkieerlend
authored andcommitted
1 parent 9bd2770 commit f45f82b

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

xsd/netex_framework/netex_genericFramework/netex_zone_support.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<Date>
1818
<Modified>2010-11-05</Modified>
1919
</Date>
20-
</Date>
2120
<Description>
2221
<p>NeTEx - Network Exchange. This subschema defines ZONE types.</p>
2322
</Description>

xsd/netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</Date>
2424
<Date><Modified>2018-10-01</Modified>NK: Correct substitution group on FarePointInPattern to PointInLinkSequence
2525
</Date>
26-
</Date>
2726
<Date><Modified>20109-02-25</Modified>UK-14 Add extra ScopingMethod attribute to FareZone with enum values explicitStops, implicitSpatialProjection, implicitSpatialProjection
2827
</Date>
2928
<Date><Modified>20109-02-25</Modified>UK-13 Add extra ZoneTopologyEnumeration attribute enum values annular, sequence, overlappingSequence

xsd/netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
</Date>
2323
<Date><Modified>2019-10-01</Modified>UK-20 Add contains relationship
2424
</Date>
25-
</Date>
2625
<Date><Modified>20109-02-25</Modified>UK-14 Add extra ScopingMethod attribute to FareZone with enum values explicitStops, implicitSpatialProjection, implicitSpatialProjection
2726
UK-18 Specify fare stages ona pattern: Add extra attributes to FarePointInPattern IsFareStage
2827
EURA Allow stops to be excluded from a routing Add extra attributes to FarePointInPattern _IsForbidden_

xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<Date><Modified>2011-02-05</Modified>Name Space changes</Date>
2020
<Date><Modified>2017-12-05</Modified> dd Notice Assignments
2121
</Date>
22-
<Date><Created>2019-01-10</Created>
22+
<Date>
23+
<Created>2019-01-10</Created>
2324
</Date>
2425
<Description>
2526
<p>NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.</p>

xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@ Rail transport, Roads and Road transport
426426
<xsd:documentation>Use Sms to request stop</xsd:documentation>
427427
</xsd:annotation>
428428
</xsd:enumeration>
429+
<xsd:enumeration value="speakToDriverOnboard">
430+
<xsd:annotation>
431+
<xsd:documentation>Tell the driver to request stop. Mainly used for on demand traffic, where the route depends on where passengers want to leave the vehicle.</xsd:documentation>
432+
</xsd:annotation>
433+
</xsd:enumeration>
429434
<xsd:enumeration value="other">
430435
<xsd:annotation>
431436
<xsd:documentation>Use other method to request stop</xsd:documentation>

xsd/siri_utility/siri_types-v2.0.xsd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:core="http://www.govtalk.gov.uk/core" xmlns="http://www.siri.org.uk/siri" xmlns:siri="http://www.siri.org.uk/siri" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1" id="siri_types">
3-
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../wsdl/xml/xml.xsd"/>
43
<xsd:annotation>
54
<xsd:appinfo>
65
<Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
@@ -82,7 +81,7 @@
8281
</xsd:annotation>
8382
<xsd:simpleContent>
8483
<xsd:extension base="PopulatedStringType">
85-
<xsd:attribute ref="xml:lang" use="optional"/>
84+
<xsd:attribute name="lang" type="xsd:language" use="optional"/>
8685
</xsd:extension>
8786
</xsd:simpleContent>
8887
</xsd:complexType>
@@ -101,7 +100,7 @@ A string containing a phrase in a natural language name that requires at least o
101100
</xsd:annotation>
102101
<xsd:simpleContent>
103102
<xsd:extension base="PopulatedPlaceNameType">
104-
<xsd:attribute ref="xml:lang" use="optional"/>
103+
<xsd:attribute name="lang" type="xsd:language" use="optional"/>
105104
</xsd:extension>
106105
</xsd:simpleContent>
107106
</xsd:complexType>

0 commit comments

Comments
 (0)