Import XML Configuration
Enter XML configurations for one or more Reactors, Connections, Codecs or Databases below. The set of components and their references to other components must be complete. For example, if you include the following Reactor configuration:
		<Reactor id="11111111-2222-3333-4444-555555555555">
			...
			<Codec>22222222-3333-4444-5555-666666666666</Codec>
			...
		</Reactor>
			
then you must also include the following Codec configuration:
		<Codec id="22222222-3333-4444-5555-666666666666">
			...
		</Codec>
			
A configuration need not specify its own UUID if no other included configuration needs to refer to it. New UUIDs will be assigned for all included components, with all specified relationships preserved.