ENUM

VNEIndustryCode

link GraphQL Schema definition

  • enum VNEIndustryCode {
  • # Heavy-duty highway engines (for use in motor vehicles with gross vehicle weight
  • # rating above 8500LBS
  • A
  • # Locomotives or locomotive engines
  • B
  • # Marine compression-ignition engines
  • C
  • # Other non-road compression-ignition engines
  • D
  • # Marine spark-ignition engines
  • E
  • # Recreational engines and vehicles, including snowmobiles, off-highway
  • # motorcycles, all-terrain vehicles, and off-road utility vehicles
  • F
  • # Other non-road spark-ignition engines at or below 19kW or below 30kW if total
  • # displacement is at or below 1000cc
  • G
  • # Other non-road spark-ignition engines above 19kW
  • H
  • # Stationary compression-ignition engines
  • I
  • # Stationary Spark-ignition engines
  • J
  • }