-
Notifications
You must be signed in to change notification settings - Fork 46
Issue #121 Norway Wheelchair equipment fix3 - rebased on Master #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
ca92fcd
76417fc
6a41269
705ff91
dfe17c7
d6d5db2
21f30bd
5c33617
3293874
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <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.0" id="netex_equipmentVehiclePassenger_support"> | ||
| <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.1.1" id="netex_equipmentVehiclePassenger_support"> | ||
| <xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_equipment_support.xsd"/> | ||
| <xsd:annotation> | ||
| <xsd:appinfo> | ||
|
|
@@ -14,6 +14,13 @@ | |
| <Date> | ||
| <Modified>2007-06-12</Modified> | ||
| </Date> | ||
| <Date> | ||
| <Modified>2020-10-27</Modified>FIX Issue #121 | ||
| Corerct name of WheelchairEquipmentRef to WHeelchairVehicleEquipmentRef | ||
| Correct type on WheelchairEquipmentRef to be WHeelchairVehicleEquipmentStructure | ||
| Correct type on WHeelchairVehicleEquipmentStructure to be subtype of VehicleEquipmentRefStructure | ||
| Correct type on WHeelchairVehicleEquipmentStructure to be subtype of VehicleEquipmentRefStructure | ||
| </Date> | ||
| <Description> | ||
| <p>NeTEx - Network Exchange. This subschema defines VEHICLE EQUIPMENT types for Place access.</p> | ||
| </Description> | ||
|
|
@@ -26,7 +33,7 @@ | |
| <Language>[ISO 639-2/B] ENG</Language> | ||
| <Publisher>Kizoom Software Ltd, 16 High Holborn, London WC1V 6BX</Publisher> | ||
| <Rights>Unclassified | ||
| <Copyright>CEN, Crown Copyright 2009-2014</Copyright> | ||
| <Copyright>CEN, Crown Copyright 2009-2020</Copyright> | ||
| </Rights> | ||
| <Source> | ||
| <ul> | ||
|
|
@@ -53,6 +60,19 @@ Rail transport, Roads and Road transport | |
| </xsd:annotation> | ||
| <!-- ======================================================================= --> | ||
| <!-- ======================================================================= --> | ||
| <xsd:complexType name="vehicleEquipments_RelStructure"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Already exists and even in an extended form: |
||
| <xsd:annotation> | ||
| <xsd:documentation>List of ACTUAL VEHICLE EQUIPMENT.</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:complexContent> | ||
| <xsd:extension base="containmentAggregationStructure"> | ||
| <xsd:sequence> | ||
| <xsd:element ref="VehicleEquipmentRef" maxOccurs="unbounded"/> | ||
| </xsd:sequence> | ||
| </xsd:extension> | ||
| </xsd:complexContent> | ||
| </xsd:complexType> | ||
| <!-- ======================================================================= --> | ||
| <xsd:simpleType name="VehicleEquipmentIdType"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Type for identifier of a VEHICLE EQUIPMENT.</xsd:documentation> | ||
|
|
@@ -61,12 +81,12 @@ Rail transport, Roads and Road transport | |
| </xsd:simpleType> | ||
| <xsd:element name="VehicleEquipmentRef" type="InstalledEquipmentRefStructure" substitutionGroup="PassengerEquipmentRef"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Reference to a WHEELCHAIR VEHICLE EQUIPMENT.</xsd:documentation> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should stay in (if git can find it) |
||
| <xsd:documentation>Reference to a VEHICLE EQUIPMENT.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:complexType name="VehicleEquipmentRefStructure" abstract="true"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Type for a reference to a WHEELCHAIR VEHICLE EQUIPMENT.</xsd:documentation> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should stay in |
||
| <xsd:documentation>Type for a reference to a VEHICLE EQUIPMENT.</xsd:documentation> | ||
| </xsd:annotation> | ||
| <xsd:simpleContent> | ||
| <xsd:restriction base="PassengerEquipmentRefStructure"> | ||
|
|
@@ -111,12 +131,17 @@ Rail transport, Roads and Road transport | |
| </xsd:annotation> | ||
| <xsd:restriction base="VehicleEquipmentIdType"/> | ||
| </xsd:simpleType> | ||
| <xsd:element name="WheelchairVehicleRef" type="InstalledEquipmentRefStructure" substitutionGroup="VehicleEquipmentRef"> | ||
|
||
| <xsd:element name="WheelchairVehicleEquipmentRef" type="WheelchairVehicleEquipmentRefStructure" substitutionGroup="VehicleEquipmentRef"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Reference to a WHEELCHAIR VEHICLE EQUIPMENT.</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:complexType name="WheelchairVehicleRefStructure" abstract="false"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is in master, but differently (different type). Needs to be discussed. |
||
| <xsd:element name="WheelchairVehicleRef" type="WheelchairVehicleEquipmentRefStructure" substitutionGroup="VehicleEquipmentRef"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>.[DEPRECATED - INCONSISTENT NAME - Use WheelchairVehicleEquipmentRef]</xsd:documentation> | ||
| </xsd:annotation> | ||
| </xsd:element> | ||
| <xsd:complexType name="WheelchairVehicleEquipmentRefStructure" abstract="false"> | ||
| <xsd:annotation> | ||
| <xsd:documentation>Type for a reference to a WHEELCHAIR VEHICLE EQUIPMENT.</xsd:documentation> | ||
| </xsd:annotation> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest not to update NeTEx.spp