<its:rules xmlns:its="http://www.w3.org/2005/11/its"
 xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0">
 
 <!-- Translatable attributes -->
 <its:translateRule selector="//graphic/@alt | //table/@summary | //term
  | //termdef | //key-term" translate="yes"/>

 <!-- Non-translatable elements/attributes -->
 <its:translateRule translate="no"
  selector="//version | // w3c-designation | w3c-doctype | //publoc | //altlocs
  | //prevlocs | //latestloc | //errataloc | //preverrataloc | //translationloc
  | //authlist | //author | //name | //affiliation | //email | //langusage
  | //language | //graphic | //proto | //arg | //scrap | //prodgroup | //prod
  | //lhs | //rhs | //wfc | //vc | //constraint | //bnf | //prodrecap
  | //interface | //module | //reference | //typedef | // struct | //component
  | //union | //case | //enum | //enumerator | //sequence | //constant
  | //exception | //attribute | //method | //parameters | //param | //returns
  | //raises | //typename | //att | //attval | //bibref | //code | //el | //kw
  | //nt | //var | //xnt | //key-term"/>

 <!-- Possible terms -->
 <its:termRule selector="//label | //def" term="yes"/>

 <!-- Elements within text -->
 <its:withinTextRule withinText="yes" selector="//abbr | //att | //attval
  | //code | //eg | //emph | //ins | //kw | //loc | //note | //qterm
  | //phrase | //quote"/>
 <its:withinTextRule withinText="nested" selector="//footnote
  | //termdef | //its:ruby"/>

</its:rules>