Skip to content

Commit 270c916

Browse files
authored
Next nameofrefclass fixes (#990)
1 parent 9fed8d4 commit 270c916

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ Rail transport, Roads and Road transport
661661
<xsd:documentation>Identifier of a TICKETING EQUIPMENT.</xsd:documentation>
662662
</xsd:annotation>
663663
</xsd:attribute>
664-
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional">
664+
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional" default="PlaceLighting">
665665
<xsd:annotation>
666666
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
667667
</xsd:annotation>

xsd/netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Rail transport, Roads and Road transport
151151
<xsd:complexType>
152152
<xsd:simpleContent>
153153
<xsd:restriction base="VehicleTypeZoneRestrictionRefStructure">
154-
<xsd:attribute name="nameOfRefClass" type="NameOfClassVehicleTypeZoneRestrictionRefStructureType" use="optional">
154+
<xsd:attribute name="nameOfRefClass" type="NameOfClassVehicleTypeZoneRestrictionRefStructureType" use="optional" default="VehicleTypeZoneRestriction">
155155
<xsd:annotation>
156156
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
157157
</xsd:annotation>
@@ -273,7 +273,7 @@ Rail transport, Roads and Road transport
273273
<xsd:complexType>
274274
<xsd:simpleContent>
275275
<xsd:restriction base="PoolOfVehiclesRefStructure">
276-
<xsd:attribute name="nameOfRefClass" type="NameOfClassPoolOfVehiclesRefStructureType" use="optional">
276+
<xsd:attribute name="nameOfRefClass" type="NameOfClassPoolOfVehiclesRefStructureType" use="optional" default="PoolOfVehicles">
277277
<xsd:annotation>
278278
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
279279
</xsd:annotation>

0 commit comments

Comments
 (0)