Where are the schemas (DTD or XML schema) for the XML files used on Android like AndroidManifest.xml or the layouts?
|
1
|
|
|
|
|
|
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. |
||
|
|
