1*7c568831SAndroid Build Coastguard Worker<schema xmlns="http://www.ascc.net/xml/schematron" > 2*7c568831SAndroid Build Coastguard Worker <pattern name="id is the only permited attribute name"> 3*7c568831SAndroid Build Coastguard Worker <rule context="*"> 4*7c568831SAndroid Build Coastguard Worker <report test="@*[not(name()='id')]">Attribute 5*7c568831SAndroid Build Coastguard Worker <name path="@*[not(name()='id')]"/> is forbidden in element 6*7c568831SAndroid Build Coastguard Worker <name/> 7*7c568831SAndroid Build Coastguard Worker </report> 8*7c568831SAndroid Build Coastguard Worker </rule> 9*7c568831SAndroid Build Coastguard Worker </pattern> 10*7c568831SAndroid Build Coastguard Worker</schema> 11*7c568831SAndroid Build Coastguard Worker 12