mei:propName

(property name) – Name of a property of the symbol.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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.
type restriction of xs:token required
Characterizes the property name.
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.

Used By

Element mei:symProp

Source

<xs:element name="propName">
  <xs:annotation>
    <xs:documentation>(property name) – Name of a property of the symbol.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attribute name="type" use="required">
      <xs:annotation>
        <xs:documentation>Characterizes the property name.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="unicode">
            <xs:annotation>
              <xs:documentation>A registered Unicode normative or informative property name.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="local">
            <xs:annotation>
              <xs:documentation>A locally defined name.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample