I need the XML schema reference which is generating the following tags in
document.xml in DOCX file while adding a simeple text say "Hello World" in
that.
<w:r>
<w:t>Hello World</w:t>
</w:r>
It would help full if i get the exact XSD which will generate the above tag.
Thanks in advance.
Regards,
XSDian