Start with the root of your document
An XML document needs one outermost root element. Its name should describe the document as a whole: catalog for products, customers for customer records, or settings for configuration values.
Some XML formats require exact element names and ordering. If you are creating XML for another application, check that application’s specification and use the names it expects.