Skip to content

Commit 2558ac0

Browse files
committed
redoing NeTEx-CEN#339 work
1 parent f22a4f6 commit 2558ac0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,11 @@
444444
<xsd:documentation>Use Sms to request stop</xsd:documentation>
445445
</xsd:annotation>
446446
</xsd:enumeration>
447+
<xsd:enumeration value="speakToDriverOnboard">
448+
<xsd:annotation>
449+
<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>
450+
</xsd:annotation>
451+
</xsd:enumeration>
447452
<xsd:enumeration value="other">
448453
<xsd:annotation>
449454
<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,7 +1,6 @@
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"
33
targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1" id="siri_types">
4-
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../wsdl/xml/xml.xsd"/>
54
<xsd:annotation>
65
<xsd:appinfo>
76
<Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
@@ -87,7 +86,7 @@
8786
</xsd:annotation>
8887
<xsd:simpleContent>
8988
<xsd:extension base="PopulatedStringType">
90-
<xsd:attribute ref="xml:lang" use="optional"/>
89+
<xsd:attribute name="lang" type="xsd:language" use="optional"/>
9190
</xsd:extension>
9291
</xsd:simpleContent>
9392
</xsd:complexType>
@@ -107,7 +106,7 @@
107106
</xsd:annotation>
108107
<xsd:simpleContent>
109108
<xsd:extension base="PopulatedPlaceNameType">
110-
<xsd:attribute ref="xml:lang" use="optional"/>
109+
<xsd:attribute name="lang" type="xsd:language" use="optional"/>
111110
</xsd:extension>
112111
</xsd:simpleContent>
113112
</xsd:complexType>

0 commit comments

Comments
 (0)