Skip to content

Commit

Permalink
redoing #339 work (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 authored and skinkie committed Feb 22, 2023
1 parent 179825e commit 863b82a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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

0 comments on commit 863b82a

Please sign in to comment.