Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ Rail transport, Roads and Road transport
<xsd:documentation>Identifier of a TICKETING EQUIPMENT.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional">
<xsd:attribute name="nameOfRefClass" type="NameOfClassAccessEquipmentRefStructureType" use="optional" default="PlaceLighting">
<xsd:annotation>
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
</xsd:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Rail transport, Roads and Road transport
<xsd:complexType>
<xsd:simpleContent>
<xsd:restriction base="VehicleTypeZoneRestrictionRefStructure">
<xsd:attribute name="nameOfRefClass" type="NameOfClassVehicleTypeZoneRestrictionRefStructureType" use="optional">
<xsd:attribute name="nameOfRefClass" type="NameOfClassVehicleTypeZoneRestrictionRefStructureType" use="optional" default="VehicleTypeZoneRestriction">
<xsd:annotation>
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
</xsd:annotation>
Expand Down Expand Up @@ -273,7 +273,7 @@ Rail transport, Roads and Road transport
<xsd:complexType>
<xsd:simpleContent>
<xsd:restriction base="PoolOfVehiclesRefStructure">
<xsd:attribute name="nameOfRefClass" type="NameOfClassPoolOfVehiclesRefStructureType" use="optional">
<xsd:attribute name="nameOfRefClass" type="NameOfClassPoolOfVehiclesRefStructureType" use="optional" default="PoolOfVehicles">
<xsd:annotation>
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
</xsd:annotation>
Expand Down