generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user