Commit 18a7b38a authored by Yann Garcia's avatar Yann Garcia
Browse files

Start validate AtsSpatem

parent b6204cd7
Loading
Loading
Loading
Loading
+43 −28
Original line number Original line Diff line number Diff line
@@ -590,6 +590,21 @@ module LibItsMapemSpatem_Templates {
                    regional        := *
                    regional        := *
                }
                }


                template (present) LaneAttributes mw_laneAttributes := {
                  directionalUse := ?,
                  sharedWith     := ?,
                  laneType       := ?,
                  regional       := *
                }
                
                template (present) LaneAttributes mw_laneAttributes_crosswak(
                                                                             template (present) LaneAttributes_Crosswalk p_crosswalk := ?
                                                                             ) modifies mw_laneAttributes := {
                  laneType := {
                    crosswalk := p_crosswalk
                  }
                }
                
                /**
                /**
                 * @desc    Receive template for MAPEM Message with no LayerType
                 * @desc    Receive template for MAPEM Message with no LayerType
                 */
                 */