<?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://tei.it.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/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="mixedContent">
   <desc versionDate="2014-07-01" xml:lang="en">represents a frequently-encountered content model in which any of a specified set of elements may appear any number of times interspersed with text nodes. </desc>   
  <classes>
    <memberOf key="att.global"/>
  </classes>
  
  <content>
       <rng:oneOrMore>
	 <rng:choice>
	   <rng:ref name="elementRef"/>
	   <rng:ref name="classRef"/>
	 </rng:choice>
        </rng:oneOrMore>
     </content>  
  
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <mixedContent>
         <elementRef key="hi"/>
          <elementRef key="emph"/>
          <elementRef key="foreign"/>
      </mixedContent>
    </egXML>
   
  </exemplum>
  
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <mixedContent>
          <classRef key="model.hiLike"/>
      </mixedContent>
    </egXML>
  </exemplum>
 <remarks><p>This element is provided as a convenient abbreviation for
 a <gi>content</gi> element containing an <tag>alternate
 maxOccurs="unbounded" minOccurs="0"</tag> element containing a
 reference to the RELAX NG <ident>text</ident> datatype as well as the
 child elements supplied for the <gi>mixedContent</gi> element.
 </p></remarks>
  <listRef>
    <ptr target="#TD"/>
  </listRef>
</elementSpec>
