Macro XML entities generated using the Export command are structured like:

    <Macro
        index="(integer)"
        name="(text)"
    >
		<Appearance
            Color="(text)" # HEX color code
        />
		<Macroline
            index="(integer)" # starting form 0
        >
			<text>
                (text) # CMD line
            </text>
		</Macroline>
	</Macro>