Where are the schemas for XML files on an Android project?

pupeno picture pupeno · Mar 3, 2009 · Viewed 26.7k times · Source

Where are the schemas (DTD or XML schema) for the XML files used on Android like AndroidManifest.xml or the layouts?

Answer

Will picture Will · Mar 6, 2009

The schemas don't exist as an xml file. Schemas are dependent upon what UI classes your program uses. There's a slightly better discussion here.