<?xml version="1.0" encoding="UTF-8"?><!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date$
$Id$
--><?xml-model href="http://jenkins.tei-c.org/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="tagdocs" ident="anyXML">
   <desc versionDate="2014-07-01" xml:lang="en">indicates the presence
   of any XML element in a content model</desc>
   <classes>     
     <memberOf key="att.global"/>
     <memberOf key="model.contentPart"/>
</classes>
  <content/>
  
  <attList org="choice">
    <attDef ident="include">
      <desc versionDate="2011-09-21" xml:lang="en">supplies a list of namespaces to which all 
        permitted elements must belong.
       </desc>
      <datatype minOccurs="0" maxOccurs="unbounded"><dataRef key="teidata.xmlNameSpace"/></datatype>
    </attDef>
    <attDef ident="except">
      <desc versionDate="2011-09-21" xml:lang="en">supplies a list of namespaces to which no permitted
        element may belong.</desc>
      <datatype minOccurs="0" maxOccurs="unbounded"><dataRef key="teidata.xmlNameSpace"/></datatype>
    </attDef>
  </attList>


   
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <content>
        <anyXML exclude="http://www.tei-c.org/ns/1.0"/>
      </content>
    </egXML>
    <p>This declaration indicates that the <gi>content</gi> element may contain any XML element which 
      does not belong to the TEI namespace.</p>
  </exemplum>
  
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <content>
        <anyXML include="http://www.w3.org/1998/Math/MathML http://www.tei-c.org/ns/Examples/1.0"/>
      </content>
    </egXML>
    <p>This declaration indicates that the <gi>content</gi> element may contain only XML elements which 
      belong either to the MathML namespace or to the TEI examples namespace.</p>
  </exemplum>
  
 <listRef>
    <ptr target="#TD"/>
  </listRef>
</elementSpec>
