att.internetMedia

Attributes which record the type of an electronic resource.
Module
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 is plain text.
@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 is plain text.
@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 is plain text.
Available at
<avFile>References an external digital audio or video file.
<extData>Provides a container element for non-MEI data formats.
<graphic>Indicates the location of an inline graphic.
<incipCode>Incipit coded in a non-XML, plain text format, such as Plaine & Easie Code.
<incipText>Opening words of a musical composition.
<ptr>Defines a traversible pointer to another location, using only attributes to describe the destination.
<ref>Defines a traversible reference to another location. May contain text and sub-elements that describe the destination.
<graphic>Indicates the location of an inline graphic.
<incipCode>Incipit coded in a non-XML, plain text format, such as Plaine & Easie Code.
<incipText>Opening words of a musical composition.
<avFile>References an external digital audio or video file.
<ptr>Defines a traversible pointer to another location, using only attributes to describe the destination.
<ref>Defines a traversible reference to another location. May contain text and sub-elements that describe the destination.
<extData>Provides a container element for non-MEI data formats.
Declaration
<classSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="att.internetMedia" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes which record the type of an electronic resource.</desc>
<attList>
<attDef ident="mimetype" usage="opt">
<desc xml:lang="en">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>
<rng:data type="string"/>
</datatype>
</attDef>
</attList>
</classSpec>