Files
XML_Data_Parsing/libxml2/test/schematron/zvon9.sct
T

10 lines
356 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
<schema xmlns="http://www.ascc.net/xml/schematron" >
<pattern name="Test attribute">
<rule context="CCC">
<report test="parent::BBB and not(@id)">Attribute id is missing</report>
<report test="not(parent::BBB) and @id">Attribute id is used in wrong context</report>
</rule>
</pattern>
</schema>