from __future__ import annotations
from dataclasses import dataclass
from .point_on_link_ref_structure import PointOnLinkRefStructure

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


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