Revision 1c7fc7bf1857984a0b64ac64aef4514897ece31c authored by James Cummings on 05 December 2011, 15:45:49 UTC, committed by James Cummings on 05 December 2011, 15:45:49 UTC
1 parent 26df1d0
Raw File
macro.anyGML.xml
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright TEI Consortium.
Licensed under the GNU General Public License.
See the file COPYING for details
$Date$

$Id$
-->
<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>
  <desc version="2009-07-16" xml:lang="fr">définit un modèle de contenu dans lequel tous les
    éléments GML sont autorisés.</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>
back to top