mei:graphic

Indicates the location of an inline graphic.

Element Information

Model

Children: mei:zone

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.
height mei:mei_data.MEASUREMENTABS optional
Measurement of the vertical dimension of an entity.
ho mei:mei_data.MEASUREMENTREL optional
Records a horizontal adjustment to a feature's programmatically-determined
location in terms of staff interline distance; that is, in units of 1/2 the distance
between adjacent staff lines.
label xs:string optional
Provides a name or label for an element. The value may be any
string.
mimetype xs:string optional
Specifies the applicable MIME (multimedia internet mail extension) type.
The value should be a valid MIME media type defined by the Internet Engineering Task Force
in RFC 2046.
n optional
Provides a number-like designation for an element.
startid mei:mei_data.URI optional
Holds a reference to the first element in a sequence of events to which
the feature applies.
subtype xs:NMTOKEN optional
Provide any sub-classification for the element, additional to that given
by its type attribute.
target restriction of list of mei:mei_data.URI optional
Allows the use of one or more previously-undeclared URIs to identify
passive participants in a relationship; that is, the entities pointed
"to".
targettype xs:NMTOKEN optional
Characterization of target resource(s) using any convenient classification
scheme or typology.
to mei:mei_data.TSTAMPOFFSET optional
Records a timestamp adjustment of a feature's programmatically-determined
location in terms of musical time; that is, beats.
type xs:NMTOKEN optional
Characterizes the element in some sense, using any convenient
classification scheme or typology.
ulx xs:nonNegativeInteger optional
Indicates the upper-left corner x coordinate.
uly xs:nonNegativeInteger optional
Indicates the upper-left corner y coordinate.
unit 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
Indicates the unit of measurement. Suggested values include: 1] byte; 2]
char; 3] cm; 4] in; 5] issue; 6] mm; 7] page; 8] pc; 9] pt; 10] px; 11] record; 12] vol;
13] vu
vo mei:mei_data.MEASUREMENTREL optional
Records the vertical adjustment of a feature's programmatically-determined
location in terms of staff interline distance; that is, in units of 1/2 the distance
between adjacent staff lines.
width mei:mei_data.MEASUREMENTABS optional
Measurement of the horizontal dimension of an entity.
xlink:actuate restriction of xs:token optional
Defines whether a link occurs automatically or must be requested by the
user.
xlink:role mei:mei_data.URI optional
Characterization of the relationship between resources. The value of the
role attribute must be a URI.
xlink:show restriction of xs:token optional
Defines how a remote resource is rendered.
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:symbolDef

Source

<xs:element name="graphic" substitutionGroup="mei:mei_model.graphicLike">
  <xs:annotation>
    <xs:documentation>Indicates the location of an inline graphic.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mei:zone"/>
    </xs:sequence>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.declaring.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.dimensions.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.internetmedia.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.facsimile.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.pointing.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.measurement.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.startid.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.typed.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.visualoffset.attributes"/>
    <xs:attribute name="ulx" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation>Indicates the upper-left corner x coordinate.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="uly" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation>Indicates the upper-left corner y coordinate.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample