All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tests.core.rule-abstract-01.xml Maven / Gradle / Ivy

The newest version!
<testcase xmlns="tag:[email protected],2019:Schematron:Testsuite" id="rule-abstract-01" expect="invalid">
  <label>An abstract rule is instantiated</label>
  <reference>ISO Schematron 2016: Section 5.4.12 clause 5</reference>
  <documents>
    <primary filename="document.xml">
      <element xmlns=""/>
    </primary>
  </documents>
  <schemas>
    <sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron">
      <sch:pattern>
        <sch:rule abstract="true" id="abstract-rule">
          <sch:report test="self::element"/>
        </sch:rule>
        <sch:rule context="element">
          <sch:extends rule="abstract-rule"/>
        </sch:rule>
      </sch:pattern>
    </sch:schema>
  </schemas>
</testcase>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy