I need to set up a document structure to store information about network equipment.
A network device has information about its type, its manufacturer, cards (slots) and their network interfaces.
My question is with regards to how to store card data and network interfaces. I create a single document and the network cards and interfaces represent as a list within that single document or create separate documents for each: equipment, card and network interface (remembering that if that's the way I should have the name of the equipment "referenced ")
Thank you.