mei:mei_model.divLike

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
decls restriction of list of mei:mei_data.URI optional
Identifies one or more metadata elements within the header, which are
understood to apply to the element bearing this attribute and its
content.
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.
subtype xs:NMTOKEN optional
Provide any sub-classification for the element, additional to that given
by its type attribute.
translit xs:NMTOKEN optional
Specifies the transliteration technique used.
type union of(xs:NMTOKEN, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
Characterizes the element in some sense, using any convenient
classification scheme or typology. Suggested values include: 1] abstract; 2] ack; 3]
appendix; 4] bibliography; 5] colophon; 6] contents; 7] dedication; 8] frontispiece; 9]
glossary; 10] half-title; 11] index; 12] annotations; 13] preface
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="mei_model.divLike" abstract="true">
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="mei:mei_model.headLike"/>
        <xs:group ref="mei:mei_model.milestoneLike.text"/>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:choice>
          <xs:element ref="mei:mei_model.divLike"/>
          <xs:element ref="mei:mei_model.textcomponentLike"/>
        </xs:choice>
        <xs:group minOccurs="0" maxOccurs="unbounded" ref="mei:mei_model.milestoneLike.text"/>
      </xs:sequence>
    </xs:sequence>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.declaring.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.facsimile.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.lang.attributes"/>
    <xs:attribute name="type">
      <xs:annotation>
        <xs:documentation>Characterizes the element in some sense, using any convenient classification scheme or typology. Suggested values include: 1] abstract; 2] ack; 3] appendix; 4] bibliography; 5] colophon; 6] contents; 7] dedication; 8] frontispiece; 9] glossary; 10] half-title; 11] index; 12] annotations; 13] preface</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:NMTOKEN">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="abstract">
                <xs:annotation>
                  <xs:documentation>A summary of the content of a text as continuous prose.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="ack">
                <xs:annotation>
                  <xs:documentation>A formal declaration of acknowledgement by the author in which persons and institutions are thanked for their part in the creation of a text.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="appendix">
                <xs:annotation>
                  <xs:documentation>An ancillary self-contained section of a work, often providing additional but in some sense extra-canonical text.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="bibliography">
                <xs:annotation>
                  <xs:documentation>A list of bibliographic citations.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="colophon">
                <xs:annotation>
                  <xs:documentation>A statement appearing at the end of a book describing the conditions of its physical production.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="contents">
                <xs:annotation>
                  <xs:documentation>A table of contents, specifying the structure of a work and listing its constituents. The list element should be used to mark its structure.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="dedication">
                <xs:annotation>
                  <xs:documentation>A formal offering or dedication of a text to one or more persons or institutions by the author.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="frontispiece">
                <xs:annotation>
                  <xs:documentation>A pictorial frontispiece, possibly including some text.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="glossary">
                <xs:annotation>
                  <xs:documentation>A list of terms associated with definition texts (‘glosses’).</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="half-title">
                <xs:annotation>
                  <xs:documentation>A page containing only the title of a book — as opposed to the title page, which also lists subtitle, author, imprint and similar data.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="index">
                <xs:annotation>
                  <xs:documentation>Any form of index to the work.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="annotations">
                <xs:annotation>
                  <xs:documentation>A section in which annotations on the text are gathered together.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="preface">
                <xs:annotation>
                  <xs:documentation>A foreword or preface addressed to the reader in which the author or publisher explains the content, purpose, or origin of the text.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="subtype" type="xs:NMTOKEN">
      <xs:annotation>
        <xs:documentation>Provide any sub-classification for the element, additional to that given by its type attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample