<?xml version="1.0" encoding="iso-8859-1"?>

<!-- file: xhtml-target-1.rng

     This is XHTML, a reformulation of HTML as a modular XML application.
     Copyright 1998-2010 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     Revision: $Id: xhtml-target-1.rng,v 1.1 2010/12/12 23:24:12 smccarro Exp $

     This RelaxNG module is identified by URI:
        
        http://www.w3.org/MarkUp/RELAXNG/xhtml-target-1.rng
     .................................................................... -->
<!-- Target Module -->
<grammar xmlns="http://relaxng.org/ns/structure/1.0">

<define name="xhtml.a.attlist" combine="interleave">
  <ref name="xhtml.target.attrib"/>
</define>

<define name="xhtml.area.attlist" combine="interleave">
  <ref name="xhtml.target.attrib"/>
</define>

<define name="xhtml.base.attlist" combine="interleave">
  <ref name="xhtml.target.attrib"/>
</define>

<define name="xhtml.link.attrib" combine="interleave">
  <ref name="xhtml.target.attrib"/>
</define>

<define name="xhtml.form.attlist" combine="interleave">
  <ref name="xhtml.target.attrib"/>
</define>

<define name="xhtml.target.attrib">
  <optional>
    <attribute name="target"/>
  </optional>
</define>

</grammar>
