tei:att.media.attribute.height

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
height restriction of xs:token optional
Where the media are displayed, indicates the display
height

Used By

Element tei:media
Attribute Group tei:att.media.attributes

Source

<xs:attributeGroup name="att.media.attribute.height">
  <xs:attribute name="height">
    <xs:annotation>
      <xs:documentation>Where the media are displayed, indicates the display height</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>