Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,11 @@
<xsd:documentation>Use Sms to request stop</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="speakToDriverOnboard">
<xsd:annotation>
<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>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="other">
<xsd:annotation>
<xsd:documentation>Use other method to request stop</xsd:documentation>
Expand Down
5 changes: 2 additions & 3 deletions xsd/siri_utility/siri_types-v2.0.xsd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../wsdl/xml/xml.xsd"/>
<xsd:annotation>
<xsd:appinfo>
<Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
Expand Down Expand Up @@ -87,7 +86,7 @@
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="PopulatedStringType">
<xsd:attribute ref="xml:lang" use="optional"/>
<xsd:attribute name="lang" type="xsd:language" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Expand All @@ -107,7 +106,7 @@
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="PopulatedPlaceNameType">
<xsd:attribute ref="xml:lang" use="optional"/>
<xsd:attribute name="lang" type="xsd:language" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Expand Down