from __future__ import annotations
from dataclasses import dataclass
from .train_component_label_assignment_ref_structure import TrainComponentLabelAssignmentRefStructure

__NAMESPACE__ = "http://www.netex.org.uk/netex"


@dataclass(slots=True, kw_only=True)
class TrainComponentLabelAssignmentRef(TrainComponentLabelAssignmentRefStructure):
    class Meta:
        namespace = "http://www.netex.org.uk/netex"