Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Used by
Element video
Annotations
A video element is used for playing videos or movies. If the element has a src attribute then it will not have additional source elements.
Diagram
Diagram media_xsd_Element_video.tmp#video_id attributes_xsd_Attribute_data-display-instructions.tmp#data-display-instructions attributes_xsd_Attribute_data-audience.tmp#data-audience attributes_xsd_Attribute_src.tmp#src attributes_xsd_Attribute_data-account-id.tmp#data-account-id attributes_xsd_Attribute_data-player-id.tmp#data-player-id attributes_xsd_Attribute_data-player-key.tmp#data-player-key attributes_xsd_Attribute_data-time-start.tmp#data-time-start attributes_xsd_Attribute_data-time-end.tmp#data-time-end
Properties
content complex
Used by
Attributes
QName Type Use Annotation
data-account-id restriction of xs:string optional
This is the Brightcove account identifier.
data-audience restriction of xs:string optional
This attribute is used to identify content that is intended for a particular audience.
data-display-instructions restriction of xs:string optional
For use in notifying downstream publishing channels if there is content that is specific for their channel.
data-player-id restriction of xs:string optional
This is the Brightcove player identifier.
data-player-key restriction of xs:string optional
This is the Brightcove player key.
data-time-end union of(xs:time) optional
Indicates a specific time in a video when it should stop playing. Value must be in this format: "HH:MM:SS"
data-time-start union of(xs:time) optional
Indicates a specific time in a video when it should start playing. Value must be in this format: "HH:MM:SS"
id id--for-non-annotatable-content required
src restriction of xs:string required
The src attribute must contain a valid non-empty URL potentially surrounded by spaces referencing a non-interactive, optionally animated, image resource that is neither paged nor scripted.
Attribute video / @id
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([a-z][a-z0-9_]+)
Used by
Element video