Enum GeneralInstructionToRoadUsersTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<GeneralInstructionToRoadUsersTypeEnum>

    public enum GeneralInstructionToRoadUsersTypeEnum
    extends Enum<GeneralInstructionToRoadUsersTypeEnum>

    Java class for GeneralInstructionToRoadUsersTypeEnum.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="GeneralInstructionToRoadUsersTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="allowEmergencyVehiclesToPass"/>
         <enumeration value="approachWithCare"/>
         <enumeration value="avoidTheArea"/>
         <enumeration value="closeAllWindowsTurnOffHeaterAndVents"/>
         <enumeration value="crossJunctionWithCare"/>
         <enumeration value="doNotAllowUnnecessaryGaps"/>
         <enumeration value="doNotLeaveYourVehicle"/>
         <enumeration value="doNotThrowOutAnyBurningObjects"/>
         <enumeration value="doNotUseNavigationSystems"/>
         <enumeration value="driveCarefully"/>
         <enumeration value="driveWithExtremeCaution"/>
         <enumeration value="flashYourLights"/>
         <enumeration value="followTheVehicleInFrontSmoothly"/>
         <enumeration value="increaseNormalFollowingDistance"/>
         <enumeration value="inEmergencyWaitForPatrolService"/>
         <enumeration value="keepYourDistance"/>
         <enumeration value="leaveYourVehicleProceedToNextSafePlace"/>
         <enumeration value="noNakedFlames"/>
         <enumeration value="noOvertaking"/>
         <enumeration value="noSmoking"/>
         <enumeration value="noStopping"/>
         <enumeration value="noUturns"/>
         <enumeration value="observeSignals"/>
         <enumeration value="observeSigns"/>
         <enumeration value="onlyTravelIfAbsolutelyNecessary"/>
         <enumeration value="overtakeWithCare"/>
         <enumeration value="pullOverToTheEdgeOfTheRoadway"/>
         <enumeration value="stopAtNextSafePlace"/>
         <enumeration value="stopAtNextServiceArea"/>
         <enumeration value="switchOffEngine"/>
         <enumeration value="switchOffMobilePhonesAndTwoWayRadios"/>
         <enumeration value="testYourBrakes"/>
         <enumeration value="useBusService"/>
         <enumeration value="useFogLights"/>
         <enumeration value="useHazardWarningLights"/>
         <enumeration value="useHeadlights"/>
         <enumeration value="useRailService"/>
         <enumeration value="useTramService"/>
         <enumeration value="useUndergroundService"/>
         <enumeration value="waitForEscortVehicle"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>