Skip to content

Commit 99439dd

Browse files
committed
Default updates
1 parent fa8155a commit 99439dd

22 files changed

+50
-37
lines changed

xsd/netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Rail transport, Roads and Road transport
284284
<xsd:restriction base="GroupOfLinkSequencesIdType"/>
285285
</xsd:simpleType>
286286
</xsd:attribute>
287-
<xsd:attribute name="nameOfRefClass" type="NameOfClassGroupOfEntitiesRefStructureType" use="optional">
287+
<xsd:attribute name="nameOfRefClass" type="NameOfClassGroupOfEntitiesRefStructureType" use="optional" default="GroupOfLinkSequences">
288288
<xsd:annotation>
289289
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
290290
</xsd:annotation>

xsd/netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Rail transport, Roads and Road transport
250250
<xsd:documentation>Identifier of a LINK.</xsd:documentation>
251251
</xsd:annotation>
252252
</xsd:attribute>
253-
<xsd:attribute name="nameOfRefClass" type="NameOfClassPointRefStructureType" use="optional">
253+
<xsd:attribute name="nameOfRefClass" type="NameOfClassPointRefStructureType" use="optional" default="PointOnLink">
254254
<xsd:annotation>
255255
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
256256
</xsd:annotation>

xsd/netex_framework/netex_responsibility/netex_entity_support.xsd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3879,12 +3879,21 @@ Rail transport, Roads and Road transport
38793879
<xsd:enumeration value="zonesInSeries"/>
38803880
</xsd:restriction>
38813881
</xsd:simpleType>
3882+
<xsd:simpleType name="NameOfClassWheelchairVehicleEquipmentRefStructureType">
3883+
<xsd:annotation>
3884+
<xsd:documentation>Type for all concrete EntityStructures that can be referenced from VehicleEquipment</xsd:documentation>
3885+
</xsd:annotation>
3886+
<xsd:restriction base="NameOfClassVehicleEquipmentRefStructureType">
3887+
<xsd:enumeration value="WheelchairVehicleEquipment"/>
3888+
</xsd:restriction>
3889+
</xsd:simpleType>
38823890
<xsd:simpleType name="NameOfClassVehicleEquipmentRefStructureType">
38833891
<xsd:annotation>
38843892
<xsd:documentation>Type for all concrete EntityStructures that can be referenced from VehicleEquipment</xsd:documentation>
38853893
</xsd:annotation>
38863894
<xsd:restriction base="NameOfClassPassengerEquipmentRefStructureType">
38873895
<xsd:enumeration value="AccessVehicleEquipment"/>
3896+
<xsd:enumeration value="WheelchairVehicleEquipment"/>
38883897
</xsd:restriction>
38893898
</xsd:simpleType>
38903899
<xsd:simpleType name="NameOfClassRubbishDisposalEquipmentRefStructureType">
@@ -4416,6 +4425,7 @@ Rail transport, Roads and Road transport
44164425
<xsd:enumeration value="ShelterEquipment"/>
44174426
<xsd:enumeration value="TrolleyStandEquipment"/>
44184427
<xsd:enumeration value="WaitingRoomEquipment"/>
4428+
<xsd:enumeration value="LuggageLockerEquipment"/>
44194429
</xsd:restriction>
44204430
</xsd:simpleType>
44214431
<xsd:simpleType name="NameOfClassVehicleEntranceRefStructureType">
@@ -7048,6 +7058,7 @@ Rail transport, Roads and Road transport
70487058
<xsd:enumeration value="HeadingSign"/>
70497059
<xsd:enumeration value="LiftCallEquipment"/>
70507060
<xsd:enumeration value="LiftEquipment"/>
7061+
<xsd:enumeration value="LuggageLockerEquipment"/>
70517062
<xsd:enumeration value="OtherPlaceEquipment"/>
70527063
<xsd:enumeration value="PlaceLighting"/>
70537064
<xsd:enumeration value="PlaceSign"/>
@@ -7110,6 +7121,7 @@ Rail transport, Roads and Road transport
71107121
<xsd:enumeration value="LiftCallEquipment"/>
71117122
<xsd:enumeration value="LiftEquipment"/>
71127123
<xsd:enumeration value="LuggageSpotEquipment"/>
7124+
<xsd:enumeration value="LuggageLockerEquipment"/>
71137125
<xsd:enumeration value="OtherPlaceEquipment"/>
71147126
<xsd:enumeration value="PassengerBeaconEquipment"/>
71157127
<xsd:enumeration value="PassengerInformationEquipment"/>
@@ -7172,6 +7184,7 @@ Rail transport, Roads and Road transport
71727184
<xsd:enumeration value="LiftCallEquipment"/>
71737185
<xsd:enumeration value="LiftEquipment"/>
71747186
<xsd:enumeration value="LostPropertyService"/>
7187+
<xsd:enumeration value="LuggageLockerEquipment"/>
71757188
<xsd:enumeration value="LuggageService"/>
71767189
<xsd:enumeration value="LuggageSpotEquipment"/>
71777190
<xsd:enumeration value="MeetingPointService"/>

xsd/netex_framework/netex_responsibility/netex_relationship_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Rail transport, Roads and Road transport
233233
</xsd:annotation>
234234
<xsd:simpleContent>
235235
<xsd:extension base="ObjectIdType">
236-
<xsd:attribute name="nameOfRefClass" type="NameOfClass" use="optional">
236+
<xsd:attribute name="nameOfRefClass" type="NameOfClass" use="optional" default="TypeOfVersion">
237237
<xsd:annotation>
238238
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
239239
</xsd:annotation>

xsd/netex_framework/netex_reusableComponents/netex_address_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Rail transport, Roads and Road transport
175175
<xsd:documentation>Identifier of a ROAD ADDRESS.</xsd:documentation>
176176
</xsd:annotation>
177177
</xsd:attribute>
178-
<xsd:attribute name="nameOfRefClass" type="NameOfClassAddressRefStructureType" use="optional">
178+
<xsd:attribute name="nameOfRefClass" type="NameOfClassAddressRefStructureType" use="optional" default="RoadAddress">
179179
<xsd:annotation>
180180
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
181181
</xsd:annotation>

xsd/netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Rail transport, Roads and Road transport
213213
<xsd:documentation>Identifier of a POINT.</xsd:documentation>
214214
</xsd:annotation>
215215
</xsd:attribute>
216-
<xsd:attribute name="nameOfRefClass" type="NameOfClassVehicleEquipmentRefStructureType" use="optional">
216+
<xsd:attribute name="nameOfRefClass" type="NameOfClassWheelchairVehicleEquipmentRefStructureType" use="optional" default="WheelchairVehicleEquipment">
217217
<xsd:annotation>
218218
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
219219
</xsd:annotation>

xsd/netex_framework/netex_reusableComponents/netex_notice_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Rail transport, Roads and Road transport
120120
<xsd:documentation>Identifier of a NOTICE ASSIGNMENT.</xsd:documentation>
121121
</xsd:annotation>
122122
</xsd:attribute>
123-
<xsd:attribute name="nameOfRefClass" type="NameOfClassAssignmentRefStructureType" use="optional">
123+
<xsd:attribute name="nameOfRefClass" type="NameOfClassAssignmentRefStructureType" use="optional" default="NoticeAssignment">
124124
<xsd:annotation>
125125
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
126126
</xsd:annotation>

xsd/netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Rail transport, Roads and Road transport
217217
<xsd:documentation>Identifier of an OPERATING PERIOD.</xsd:documentation>
218218
</xsd:annotation>
219219
</xsd:attribute>
220-
<xsd:attribute name="nameOfRefClass" type="NameOfClassOperatingPeriodRefStructureType" use="optional">
220+
<xsd:attribute name="nameOfRefClass" type="NameOfClassOperatingPeriodRefStructureType" use="optional" default="UicOperatingPeriod">
221221
<xsd:annotation>
222222
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
223223
</xsd:annotation>

xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Rail transport, Roads and Road transport
238238
<xsd:documentation>Identifier of a TICKETING EQUIPMENT.</xsd:documentation>
239239
</xsd:annotation>
240240
</xsd:attribute>
241-
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional">
241+
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional" default="RampEquipment">
242242
<xsd:annotation>
243243
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
244244
</xsd:annotation>
@@ -285,7 +285,7 @@ Rail transport, Roads and Road transport
285285
<xsd:documentation>Identifier of a TICKETING EQUIPMENT.</xsd:documentation>
286286
</xsd:annotation>
287287
</xsd:attribute>
288-
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional">
288+
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional" default="CrossingEquipment">
289289
<xsd:annotation>
290290
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
291291
</xsd:annotation>
@@ -332,7 +332,7 @@ Rail transport, Roads and Road transport
332332
<xsd:documentation>Identifier of a LIFT EQUIPMENT.</xsd:documentation>
333333
</xsd:annotation>
334334
</xsd:attribute>
335-
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional">
335+
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional" default="LiftEquipment">
336336
<xsd:annotation>
337337
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
338338
</xsd:annotation>
@@ -379,7 +379,7 @@ Rail transport, Roads and Road transport
379379
<xsd:documentation>Identifier of a LIFT call EQUIPMENT.</xsd:documentation>
380380
</xsd:annotation>
381381
</xsd:attribute>
382-
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional">
382+
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional" default="LiftCallEquipment">
383383
<xsd:annotation>
384384
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
385385
</xsd:annotation>
@@ -426,7 +426,7 @@ Rail transport, Roads and Road transport
426426
<xsd:documentation>Identifier of a TICKETING EQUIPMENT.</xsd:documentation>
427427
</xsd:annotation>
428428
</xsd:attribute>
429-
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional">
429+
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional" default="EscalatorEquipment">
430430
<xsd:annotation>
431431
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
432432
</xsd:annotation>
@@ -520,7 +520,7 @@ Rail transport, Roads and Road transport
520520
<xsd:documentation>Identifier of a TICKETING EQUIPMENT.</xsd:documentation>
521521
</xsd:annotation>
522522
</xsd:attribute>
523-
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional">
523+
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional" default="QueueingEquipment">
524524
<xsd:annotation>
525525
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
526526
</xsd:annotation>

xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Rail transport, Roads and Road transport
220220
<xsd:documentation>Identifier of a LUGGAGE LOCKER EQUIPMENT.</xsd:documentation>
221221
</xsd:annotation>
222222
</xsd:attribute>
223-
<xsd:attribute name="nameOfRefClass" type="NameOfClassSiteEquipmentRefStructureType" use="optional">
223+
<xsd:attribute name="nameOfRefClass" type="NameOfClassSiteEquipmentRefStructureType" use="optional" default="LuggageLockerEquipment">
224224
<xsd:annotation>
225225
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
226226
</xsd:annotation>

0 commit comments

Comments
 (0)