Skip to content
Merged
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<VehicleType xmlns="http://www.netex.org.uk/netex" xmlns:siri="http://www.siri.org.uk/siri" xmlns:ifopt="http://www.ifopt.org.uk/ifopt" xmlns:core="http://www.govtalk.gov.uk/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.netex.org.uk/netex ../../../../xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd">
<VehicleType xmlns="http://www.netex.org.uk/netex" xmlns:siri="http://www.siri.org.uk/siri" xmlns:ifopt="http://www.ifopt.org.uk/ifopt" xmlns:core="http://www.govtalk.gov.uk/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="VT" version="1" xsi:schemaLocation="http://www.netex.org.uk/netex ../../../../xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd">
<Name>example</Name>
<Description>V</Description>
<EuroClass>Euro 6</EuroClass>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,16 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="covered"/>
<xsd:enumeration value="mixed"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="true">
<xsd:annotation>
<xsd:documentation>Value to be used, if covered is used as a "boolean". Equals covered. Depreciated.+v2.0</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="false">
<xsd:annotation>
<xsd:documentation>Value to be used, if covered is used as a "boolean". Equals outdoors. Depreciated. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
Comment thread
ue71603 marked this conversation as resolved.
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="GatedEnumeration">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="Cage" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>whether shelter is enclosed.</xsd:documentation>
<xsd:documentation>Whether shelter is enclosed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Covered" type="xsd:boolean" minOccurs="0">
<xsd:element name="Covered" type="CoveredEnumeration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether storage is covered.</xsd:documentation>
<xsd:documentation>Whether the parking space is protected from the weather.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down