from __future__ import annotations
from enum import Enum

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


class BollardCrossingEnumeration(Enum):
    NONE = 'none'
    CONTRASTED = 'contrasted'
    YES = 'yes'
    PARTIAL = 'partial'
    LIMITED = 'limited'