Hi
I apologise, but English is obviously not your first language and I find it hard to work out what you are trying to ask.
Are you saying that the Income Tax department has published an XML Schema?
There are various ways you can output XML from a database. One uses 'annotated schemas' where you basically put table names and column names against the elements of your schema and then run that against the database.
http://msdn2.microsoft.com/en-us/library/ms171870.aspx
There is also other support for XML in SQL Server 2005.
http://msdn2.microsoft.com/en-us/library/ms345117.aspx
Alternatively you can use .Net to write the XML your self.
/- Sam Judson : Wrox Technical Editor -/