The New File Type wizard creates a new file type.
To create a new file type:
The value that you specify is the namespace associated with the root element of your XML document. Note that this is not the same thing as the name of the root element. For example, in the following example XML document, the namespace is "sample":
<mydata xmlns="sample"></mydata>