<?xml version="1.0" encoding="utf-8"?>
<!--Copyright TEI Consortium.
Licensed under the GNU General Public License.
See the file COPYING for details
$Date: 2009-01-05 14:10:56 +0000 (Mon, 05 Jan 2009) $

$Id: macro.anyGML.xml 5137 2009-01-05 14:10:56Z rahtz $
-->
<macroSpec xmlns="http://www.tei-c.org/ns/1.0" type="pe" ident="anyGML" module="namesdates">
  <desc>defines a content model within which any GML elements are
permitted</desc>
  <content>
    <element xmlns="http://relaxng.org/ns/structure/1.0">
      <nsName ns="http://www.opengis.net/gml"/>
      <zeroOrMore>
        <choice>
          <attribute>
            <anyName/>
          </attribute>
          <ref name="anyGML"/>
          <text/>
        </choice>
      </zeroOrMore>
    </element>
  </content>
</macroSpec>
