android_mt6572_jiabo/external/libxml2/test/schematron/zvon15.sct
2025-09-05 16:56:03 +08:00

11 lines
382 B
Text

<schema xmlns="http://www.ascc.net/xml/schematron" >
<pattern name="id is the only permited attribute name">
<rule context="*">
<report test="@*[not(name()='id')]">Attribute
<name path="@*[not(name()='id')]"/> is forbidden in element
<name/>
</report>
</rule>
</pattern>
</schema>