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
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2010 rel. 3 sp1 (http://www.altova.com) by Nicholas Knowles (Kizoom) -->
<xsd:schema xmlns="http://www.netex.org.uk/netex" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:netex="http://www.netex.org.uk/netex" targetNamespace="http://www.netex.org.uk/netex" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2.2`" id="netex_ifopt_equipmentTicketing_version">
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd"/>
<xsd:include schemaLocation="netex_ifopt_equipmentTicketing_support.xsd"/>

<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_facility_version.xsd"/>
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_mode_version.xsd"/>
<!-- ======================================================================= -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2010 rel. 3 sp1 (http://www.altova.com) by Nicholas Knowles (Kizoom) -->
<xsd:schema xmlns:siri="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.netex.org.uk/netex" targetNamespace="http://www.netex.org.uk/netex" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="netex_passengerInformationEquipment_version">
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_mode_support.xsd"/>
<xsd:include schemaLocation="../part1_networkDescription/netex_line_support.xsd"/>
<xsd:include schemaLocation="../part1_ifopt/netex_ifopt_stopPlace_support.xsd"/>
<xsd:include schemaLocation="../part1_ifopt/netex_ifopt_equipmentTicketing_version.xsd"/>
<xsd:include schemaLocation="../part1_networkDescription/netex_route_support.xsd"/>
<xsd:include schemaLocation="netex_passengerInformationEquipment_support.xsd"/>
<xsd:include schemaLocation="netex_servicePattern_support.xsd"/>
Expand All @@ -24,7 +24,6 @@
<Date>
<Modified>2011-02-05</Modified>
</Date>

<Date>
<Modified>2019-04-15</Modified>Add missing element from TypeofPassengerInformationEquipment
</Date>
Expand Down Expand Up @@ -244,9 +243,14 @@ LOGICAL DISPLAY corresponds to a SIRI STOP MONITORING point.</xsd:documentation>
<xsd:element ref="StopPlaceRef" minOccurs="0"/>
<xsd:element ref="SiteComponentRef" minOccurs="0"/>
<xsd:element ref="TypeOfPassengerInformationEquipmentRef" minOccurs="0"/>
<xsd:group ref="TicketingEquipmentAccessibilityGroup" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Detailed information about accessibility uses. Borrowed from TicketOffice.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element ref="PassengerInformationFacilityList" minOccurs="0">
<xsd:annotation>
<xsd:documentation>List of predefined Passenger Info EQUIPMENT f.</xsd:documentation>
<xsd:documentation>List of predefined Passenger Info EQUIPMENT.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="AccessibilityInfoFacilityList" minOccurs="0"/>
Expand Down