Skip to content
9 changes: 5 additions & 4 deletions xsd/NeTEx_publication.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8341,8 +8341,8 @@
<xsd:field xpath="@id"/>
<xsd:field xpath="@version"/>
</xsd:key>
<!-- =====TypeOfFlexibleService============================== -->
<!-- =====TypeOfFlexibleService unique========================== -->
<!-- =====TypeOfFlexibleService============================== -->
<!-- =====TypeOfFlexibleService unique========================== -->
<xsd:unique name="TypeOfFlexibleService_UniqueBy_Id_Version">
<xsd:annotation>
<xsd:documentation>Every [TypeOfFlexibleService Id + Version] must be unique within document.</xsd:documentation>
Expand All @@ -8361,7 +8361,7 @@
<xsd:selector xpath=".//netex:TypeOfFlexibleService"/>
<xsd:field xpath="@id"/>
<xsd:field xpath="@version"/>
</xsd:key>
</xsd:key>
<!-- =====TypeOfProductCategory============================== -->
<!-- =====TypeOfProductCategory unique========================== -->
<xsd:unique name="TypeOfProductCategory_UniqueBy_Id_Version">
Expand Down Expand Up @@ -9611,7 +9611,7 @@
<xsd:selector xpath=".//netex:FareElementInSequence"/>
<xsd:field xpath="@id"/>
<xsd:field xpath="@version"/>
</xsd:key>
</xsd:key>
<!-- =====TypeOfFareStructureElement============================== -->
<!-- =====TypeOfFareStructureElement unique========================== -->
<xsd:unique name="TypeOfFareStructureElement_UniqueBy_Id_Version">
Expand Down Expand Up @@ -13017,6 +13017,7 @@
</xsd:key>
<!-- =====WheelchairVehicle ================================ -->
<!-- =====WheelchairVehicle unique========================== -->
<!--This section can be deleted at the next update as WheelchairVehicle is marked deprecated since v2.0-->
<xsd:unique name="WheelchairVehicle_UniqueBy_Id_Version">
<xsd:annotation>
<xsd:documentation>Every [WheelchairVehicle Id + Version] must be unique within document.</xsd:documentation>
Expand Down
2 changes: 1 addition & 1 deletion xsd/NeTEx_publication_timetable.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5789,7 +5789,7 @@ Provides a general purose wrapper for NeTEx data content.</xsd:documentation>
<xsd:selector xpath=".//netex:JourneyFrequencyGroup"/>
<xsd:field xpath="@id"/>
<xsd:field xpath="@version"/>
</xsd:unique>
</xsd:unique>
<!-- =====JourneyFrequencyGroup Key ========================== -->
<xsd:keyref name="JourneyFrequencyGroup_KeyRef" refer="netex:JourneyFrequencyGroup_AnyVersionedKey">
<xsd:selector xpath=".//netex:JourneyFrequencyGroupRef"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ Rail transport, Roads and Road transport
</xsd:complexContent>
</xsd:complexType>
<xsd:unique name="TypeOfValue_Unique">
<xsd:selector xpath="values/TypeOfValue/Id"/>
<xsd:field xpath="."/>
<xsd:selector xpath="values/TypeOfValue"/>
<xsd:field xpath="@id"/>
</xsd:unique>
<xsd:key name="TypeOfValue_Key">
<xsd:selector xpath="values/TypeOfValue/Id"/>
<xsd:field xpath="."/>
<xsd:selector xpath="values/TypeOfValue"/>
<xsd:field xpath="@id"/>
</xsd:key>
</xsd:element>
<xsd:complexType name="ValueSet_VersionStructure">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Rail transport, Roads and Road transport
<xsd:annotation>
<xsd:documentation>Distance from VEHICLE needed to operate hoist.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:element>
<xsd:element name="Ramp" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether a ramp may be used to access VEHICLE.</xsd:documentation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Rail transport, Roads and Road transport
<xsd:documentation>Location of the external entity. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributeGroup ref="ReferenceModificationDetailsGroup"/>
<xsd:attributeGroup ref="ReferenceModificationDetailsGroup"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
Expand Down