//주차장법 시행규칙 6조 (노외주차장의 구조·설비기준) 1항 5호 라목 Check(ERPA_6_1_5_라){ IF (CS1 THEN KS1) OR (CS2 THEN KS2) } CS1{ getObjectProperty(ParkingLot.Driveway.shapeType) = "LinearType" } KS1{ getObjectProperty(ParkingLot.Driveway.gradient) < 17% } CS2{ getObjectProperty(ParkingLot.Driveway.shapeType) = "CurvedType" } KS2{ getObjectProperty(ParkingLot.Driveway.gradient) < 14% }