from __future__ import annotations
from dataclasses import dataclass
from .point_on_line_section_versioned_child_structure import PointOnLineSectionVersionedChildStructure

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


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