This is a techo question mainly for Eham and Aerisan.
In TES3 NIFs you could specify multiple UVs, so you could map diffuse, normals, heightmaps, etc, differently.
I'm wondering if the same could be done for Skyrim models?
Here is an example of a tes3 model with multiple UVs : https://drive.google.com/file/d/0B1vwmz6hbHGPcUI0QjQ5UFQ4b00...

Just so there is an official answer to this post. I have already spoken to happychappy. But multiple UV sets in Skyrim are not possible as the number of UV sets is determined by a single bit, basically it has UV's or it does not.
Multiple UV sets are able to be defined, the niftools documentation is wrong, BS numUVsets flag works almost exactly like the old numUVsets. You can test this out in nifskope by setting the value to 4095 (or any other value that will have the first 3 bits in the set be '1' and then going down to where the UV set arrays are and changing BS NUM UV &1 to BS NUM UV &2
Whether or not skyrim will process and apply this information is something else entirely. Further testing is needed.