The component definition is the highest-level definition specified in the MIF file. All other elements of the MIF file are defined within the scope of the component definition, and there can be only one component definition in a MIF file.
The syntax for the component definition is:
start component name = "component name" [description = "description string"] (contents of component definition here) end component