att.mediaBounds

Attributes that establish the boundaries of a media object.
Module
MEI.shared
Attributes
begin, betype, end
begin(optional)Specifies a point where the relevant content begins. A numerical value must be less and a time value must be earlier than that given by the end attribute. Value is plain text.
betype(optional)Type of values used in the begin/end attributes. The begin and end attributes can only be interpreted meaningfully in conjunction with this attribute. Value conforms to data.BETYPE.
end(optional)Specifies a point where the relevant content ends. If not specified, the end of the content is assumed to be the end point. A numerical value must be greater and a time value must be later than that given by the begin attribute. Value is plain text.
begin(optional)Specifies a point where the relevant content begins. A numerical value must be less and a time value must be earlier than that given by the end attribute. Value is plain text.
end(optional)Specifies a point where the relevant content ends. If not specified, the end of the content is assumed to be the end point. A numerical value must be greater and a time value must be later than that given by the begin attribute. Value is plain text.
betype(optional)Type of values used in the begin/end attributes. The begin and end attributes can only be interpreted meaningfully in conjunction with this attribute. Value conforms to data.BETYPE.
Component declarations that are shared between two or more modules.
begin(optional)Specifies a point where the relevant content begins. A numerical value must be less and a time value must be earlier than that given by the end attribute. Value is plain text.
betype(optional)Type of values used in the begin/end attributes. The begin and end attributes can only be interpreted meaningfully in conjunction with this attribute. Value conforms to data.BETYPE.
end(optional)Specifies a point where the relevant content ends. If not specified, the end of the content is assumed to be the end point. A numerical value must be greater and a time value must be later than that given by the begin attribute. Value is plain text.
Available at
clipDefines a time segment of interest within a recording or within a digital audio or video file.
recordingA recorded performance.
clipDefines a time segment of interest within a recording or within a digital audio or video file.
recordingA recorded performance.
Declaration
<classSpec ident="att.mediaBounds" module="MEI.shared" type="atts">
<desc>Attributes that establish the boundaries of a media object.</desc>
<attList org="group">
<attDef ident="begin" usage="opt">
<desc>Specifies a point where the relevant content begins. A numerical value must be less and a time value must be earlier than that given by the end attribute.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:text/>
</datatype>
</attDef>
<attDef ident="end" usage="opt">
<desc>Specifies a point where the relevant content ends. If not specified, the end of the content is assumed to be the end point. A numerical value must be greater and a time value must be later than that given by the begin attribute.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:text/>
</datatype>
</attDef>
<attDef ident="betype" usage="opt">
<desc>Type of values used in the begin/end attributes. The begin and end attributes can only be interpreted meaningfully in conjunction with this attribute.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BETYPE" />
</datatype>
</attDef>
</attList>
</classSpec>