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

8 lines
311 B
Text

<schema xmlns="http://www.ascc.net/xml/schematron" >
<pattern name="Attribute test">
<rule context="CCC">
<assert test="@name">attribute name is not present</assert>
<report test="@name">attribute name is present</report>
</rule>
</pattern>
</schema>