<?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: 2012-05-17 00:24:06 -0700 (Thu, 17 May 2012) $
$Id: att.media.xml 10369 2012-05-17 07:24:06Z stuartyeates $
-->
<classSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" type="atts" ident="att.media">
  <desc>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>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>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">
      <equiv/>
      <desc>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>
