att.mediaBounds

Attributes that establish the boundaries of a media object.
Module
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.
Performance component declarations.
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 xml:lang="en">Attributes that establish the boundaries of a media object.</desc>
<attList>
<attDef ident="begin" usage="opt">
<desc xml:lang="en">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>
<rng:text/>
</datatype>
</attDef>
<attDef ident="end" usage="opt">
<desc xml:lang="en">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>
<rng:text/>
</datatype>
</attDef>
<attDef ident="betype" usage="opt">
<desc xml:lang="en">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>
<rng:ref name="data.BETYPE"/>
</datatype>
</attDef>
</attList>
</classSpec>