att.internetMedia

Attributes which record the type of an electronic resource.
Module
MEI.shared
Attributes
mimetype
mimetype(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. Value of datatype string.
mimetype(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. Value of datatype string.
Component declarations that are shared between two or more modules.
mimetype(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. Value of datatype string.
Available at
avFile(audio/video file) – References an external digital audio or video file.
graphicIndicates the location of an inline graphic.
incipCodeIncipit coded in a non-XML, plain text format, such as Plaine & Easie Code.
incipTextOpening words of a musical composition.
ptr(pointer) – Defines a traversible pointer to another location, using only attributes to describe the destination.
ref(reference) – Defines a traversible reference to another location. May contain text and sub-elements that describe the destination.
graphicIndicates the location of an inline graphic.
incipCodeIncipit coded in a non-XML, plain text format, such as Plaine & Easie Code.
incipTextOpening words of a musical composition.
avFile(audio/video file) – References an external digital audio or video file.
ptr(pointer) – Defines a traversible pointer to another location, using only attributes to describe the destination.
ref(reference) – Defines a traversible reference to another location. May contain text and sub-elements that describe the destination.
Declaration
<classSpec ident="att.internetMedia" module="MEI.shared" type="atts">
<desc>Attributes which record the type of an electronic resource.</desc>
<attList org="group">
<attDef ident="mimetype" usage="opt">
<desc>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.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="string"/>
</datatype>
</attDef>
</attList>
</classSpec>