mei:stack

(stacked text) – An inline table with a single column.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:token optional
Specifies how the stacked text components should be
aligned.
delim xs:string optional
Indicates the delimiter used to mark the portions of text that are to be
stacked.
facs restriction of list of mei:mei_data.URI optional
Permits the current element to reference a facsimile surface or image zone
which corresponds to it.
label xs:string optional
Provides a name or label for an element. The value may be any
string.
n optional
Provides a number-like designation for an element.
translit xs:NMTOKEN optional
Specifies the transliteration technique used.
xml:base mei:mei_data.URI optional
Provides a base URI reference with which applications can resolve relative
URI references into absolute URI references.
xml:id xs:ID optional
Regularizes the naming of an element and thus facilitates building links
between it and other resources. Each id attribute within a document must have a unique
value.
xml:lang xs:language optional
Identifies the language of the element's content. The values for this
attribute are language 'tags' as defined in BCP 47. All language tags that make use of
private use sub-tags must be documented in a corresponding language element in the MEI
header whose id attribute is the same as the language tag's value.

Used By

Source

<xs:element name="stack">
  <xs:annotation>
    <xs:documentation>(stacked text) – An inline table with a single column.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="mei:mei_model.textphraseLike.limited"/>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.facsimile.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.lang.attributes"/>
    <xs:attribute name="delim" type="xs:string">
      <xs:annotation>
        <xs:documentation>Indicates the delimiter used to mark the portions of text that are to be stacked.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="align">
      <xs:annotation>
        <xs:documentation>Specifies how the stacked text components should be aligned.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="left">
            <xs:annotation>
              <xs:documentation>Left justified.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="right">
            <xs:annotation>
              <xs:documentation>Right justified.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="center">
            <xs:annotation>
              <xs:documentation>Centered.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="rightdigit">
            <xs:annotation>
              <xs:documentation>Aligned on right-most digit.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample