<?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" 
  xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" n="testndextra">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Draft proposals for representation of geographic information</title>
      </titleStmt>
      <publicationStmt>
        <p> </p>
      </publicationStmt>
      <sourceDesc>
        <p>authored from scratch</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
  <schemaSpec ident="testplace-gml" start="TEI listPlace">
    <moduleRef key="header"/>
    <moduleRef key="core"/>
    <moduleRef key="tei"/>
    <moduleRef key="namesdates"/>
    <moduleRef key="textstructure"/>
    <moduleRef key="corpus"/>
    <elementSpec ident="geo" mode="change">
      <content xmlns:rng="http://relaxng.org/ns/structure/1.0" >
	<rng:ref name="anyGML"/>
      </content>
    </elementSpec>

    <macroSpec ident="anyGML" mode="add">
     <content>
      <element xmlns="http://relaxng.org/ns/structure/1.0">
       <nsName ns="http://www.opengis.net/gml"/>
       <zeroOrMore>
        <choice>
         <attribute>
         <anyName>
          <except>
           <name>xml:id</name>
           <name>xml:lang</name>
          </except>
         </anyName>
         </attribute>
         <ref name="anyGML"/>
         <text/>
        </choice>
       </zeroOrMore>
      </element>
     </content>
    </macroSpec>


    
  </schemaSpec>

    </body>
  </text>
</TEI>
