mei:styleName

(style name) – A label for a characteristic style of writing or performance,
such as 'bebop' or 'rock-n-roll'.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
analog xs:string optional
Contains a reference to a field or element in another descriptive encoding
system to which this MEI element is comparable.
authURI mei:mei_data.URI optional
The web-accessible location of the controlled vocabulary from which the
value is taken.
authority xs:string optional
A name or label associated with the controlled vocabulary from which the
value is taken.
cert mei:mei_data.CERTAINTY optional
Signifies the degree of certainty or precision associated with a
feature.
codedval restriction of list of xs:NMTOKEN optional
a value that represents or identifies the element content. May serve as a
primary key in a web-accessible database identified by the authURI
attribute.
enddate mei:mei_data.ISODATE optional
Contains the end point of a date range in standard ISO
form.
evidence xs:NMTOKEN optional
Indicates the nature of the evidence supporting the reliability or
accuracy of the intervention or interpretation. Suggested values include: 'internal',
'external', 'conjecture'.
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.
isodate mei:mei_data.ISODATE optional
Provides the value of a textual date in standard ISO
form.
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.
nonfiling xs:positiveInteger optional
Holds the number of initial characters (such as those constituing an
article or preposition) that should not be used for sorting a title or
name.
notafter mei:mei_data.ISODATE optional
Contains an upper boundary for an uncertain date in standard ISO
form.
notbefore mei:mei_data.ISODATE optional
Contains a lower boundary, in standard ISO form, for an uncertain
date.
nymref mei:mei_data.URI optional
Used to record a pointer to the regularized form of the name elsewhere in
the document.
resp restriction of list of mei:mei_data.URI optional
Indicates the agent(s) responsible for some aspect of the text's creation,
transcription, editing, or encoding. Its value must point to one or more identifiers
declared in the document header.
role optional
Used to specify further information about the entity referenced by this
name, for example, the occupation of a person or the status of a place. Use a standard
value whenever possible.
source restriction of list of mei:mei_data.URI optional
Contains a list of one or more pointers indicating the sources which
attest to a given reading. Each value should correspond to the ID of a <source>
element located in the document header.
startdate mei:mei_data.ISODATE optional
Contains the starting point of a date range in standard ISO
form.
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 xs:NMTOKEN optional
Characterizes the element in some sense, using any convenient
classification scheme or typology.
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="styleName">
  <xs:annotation>
    <xs:documentation>(style name) – A label for a characteristic style of writing or performance, such as 'bebop' or 'rock-n-roll'.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="mei:mei_model.textphraseLike"/>
      <xs:element ref="mei:mei_model.editLike"/>
      <xs:element ref="mei:mei_model.transcriptionLike"/>
    </xs:choice>
    <xs:attributeGroup ref="mei:mei_att.bibl.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.edit.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.facsimile.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.lang.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.name.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.typed.attributes"/>
  </xs:complexType>
</xs:element>

Sample