att.mediabounds

Attributes that establish the boundaries of a media object.
Module MEI.shared
Members
clip, recording (direct members of att.mediabounds)
Attributes
@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. att.mediabounds
@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. att.mediabounds
@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. att.mediabounds
Declaration
<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>