<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0">

  <!-- Include schema with all ITS building blocks -->  
  <include href="its.rng"/>

  <!-- Pull out only definition of its:rules element -->
  <start>
    <ref name="its-rules"/>
  </start>

</grammar>