<?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: 2013-10-31 09:36:06 +0000 (Thu, 31 Oct 2013) $
$Id: att.media.xml 12563 2013-10-31 09:36:06Z rahtz $
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/release/xml/tei/odd/p5odds.rnc" type="application/relax-ng-compact-syntax"?>
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/release/xml/tei/odd/p5odds.isosch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<classSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" type="atts" ident="att.media">
  <desc versionDate="2013-01-11" xml:lang="en">provides attributes for specifying display and related properties of
  external media.</desc>
  <classes>
    <memberOf key="att.internetMedia"/>
  </classes>
  <attList xmlns:rng="http://relaxng.org/ns/structure/1.0">
    <attDef ident="width" usage="opt">
      <desc versionDate="2013-01-10" xml:lang="en">Where the media are displayed, indicates the  display width</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.outputMeasurement"/>
      </datatype>
    </attDef>
    <attDef ident="height" usage="opt">
      <desc versionDate="2013-01-10" xml:lang="en">Where the media are displayed, indicates the display height</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.outputMeasurement"/>
      </datatype>
    </attDef>
    <attDef ident="scale" usage="opt">
      <desc versionDate="2013-01-10" xml:lang="en">Where the media are displayed, indicates a scale factor to
      be applied when generating the desired display size</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.numeric"/>
      </datatype>
    </attDef>
  </attList>
</classSpec>
