task
stringlengths 12
101
| input
stringlengths 5
5.87k
| output
stringlengths 1
5.47k
| options
list | pageTitle
stringlengths 0
151
| outputColName
stringlengths 1
142
| url
stringlengths 24
147
| wdcFile
stringlengths 71
75
|
---|---|---|---|---|---|---|---|
befed5cb_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier
|
[Semantics] All the group connections of the Party [Comment] For example, may be used to indicate all groups that the Party is a member of. Note that “group” scope is also assumed. [Identifier]
|
AllGroups
|
[
[
"I",
"n",
"d",
"i",
"v",
"i",
"d",
"u",
"a",
"l"
],
[
"G",
"r",
"o",
"u",
"p"
],
[
"A",
"l",
"l"
],
[
"A",
"l",
"l",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"2",
"n",
"d",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"G",
"r",
"o",
"u",
"p",
"s"
]
] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=265
|
35/1438042990217.27_20150728002310-00193-ip-10-236-191-2_958703544_8.json
|
61b653f4_SUE_37____Linked_Data_Platform__blic_ldp_wg_2012Nov_0127_html_
|
[Model Aspect] service basics
|
any atompub server exposes a "service document" (http://tools.ietf.org/html/rfc5023#section-8) that describes what the server is exposing. each service document lists a set of "workspaces" (http://tools.ietf.org/html/rfc5023#section-8.1), which are just a grouping construct for "collections". workspaces have no interaction semantics in atompub, there is no protocol for creating or deleting them; they just exist. each workspace lists a set of "collections" (http://tools.ietf.org/html/rfc5023#section-10), which is by far the most central construct in atompub. a collection can be listed in more than one workspace.
|
[] |
Difference between revisions of "ISSUE-37" - Linked Data Platform
|
AtomPub (http://lists.w3.org/Archives/Public/public-ldp-wg/2012Nov/0127.html)
|
http://www.w3.org/2012/ldp/wiki/index.php?title=ISSUE-37&curid=70&diff=1567&oldid=1566
|
35/1438042989443.69_20150728002309-00164-ip-10-236-191-2_817180915_1.json
|
61b653f4_SUE_37____Linked_Data_Platform__blic_ldp_wg_2012Nov_0127_html_
|
[Model Aspect] collection basics
|
a collection has a URI where you can start interacting with the collection, at the most basic level you can GET a list of members (http://tools.ietf.org/html/rfc5023#section-10), and very likely this is somehow paginated (http://tools.ietf.org/html/rfc5023#section-10.1). through its listing in a service document, the collection exposes some interaction information, such as which kind of mediatypes it will accept (http://tools.ietf.org/html/rfc5023#section-8.3.4), and how members of the collection might use categories (http://tools.ietf.org/html/rfc5023#section-8.3.6) to be classified.
|
[] |
Difference between revisions of "ISSUE-37" - Linked Data Platform
|
AtomPub (http://lists.w3.org/Archives/Public/public-ldp-wg/2012Nov/0127.html)
|
http://www.w3.org/2012/ldp/wiki/index.php?title=ISSUE-37&curid=70&diff=1567&oldid=1566
|
35/1438042989443.69_20150728002309-00164-ip-10-236-191-2_817180915_1.json
|
61b653f4_SUE_37____Linked_Data_Platform__blic_ldp_wg_2012Nov_0127_html_
|
[Model Aspect] creating collection members
|
any kind of resource can be listed in a collection (http://tools.ietf.org/html/rfc5023#section-4.2), and everything that is in a collection is represented by an entry. entries follow the standardized metadata model defined by atom (http://tools.ietf.org/html/rfc4287), but atompub distinguishes two kinds of entries. if a client POSTs an "entry resource" (an atom entry following atom's metadata model), the server pretty much takes this entry resource and starts listing it in the collection as a member. if a client has POSTed a "media resource" (pretty much anything that's not an entry by itself, often something like an image media type), which has to be in one of the accepted media types of the collection, the server accepts this media resource and creates a "media link entry", which will then represent this media resource when you list the collection contents. servers might try to be smart about populating metadata fields in the entry and for example look at exif data to populate certain fields. the interesting aspect of this setup is that you POST one thing, and create two resources (http://tools.ietf.org/html/rfc5023#section-9.6), and big media files might for example get added to a CDN and get a CDN URI, whereas the entry gets some URI under the control of the atompub server.
|
[] |
Difference between revisions of "ISSUE-37" - Linked Data Platform
|
AtomPub (http://lists.w3.org/Archives/Public/public-ldp-wg/2012Nov/0127.html)
|
http://www.w3.org/2012/ldp/wiki/index.php?title=ISSUE-37&curid=70&diff=1567&oldid=1566
|
35/1438042989443.69_20150728002309-00164-ip-10-236-191-2_817180915_1.json
|
61b653f4_SUE_37____Linked_Data_Platform__blic_ldp_wg_2012Nov_0127_html_
|
[Model Aspect] member identity
|
a collection is a representation of members, and thus contains a list of entries representing each individual member. according to the atom model, each entry MUST have an http://tools.ietf.org/html/rfc4287#section-4.2.6, which is a URI but has no interaction semantics (specifically, best practice suggests that minting URIs that are not actionable might be a good idea http://web.archive.org/web/20110514113830/http://diveintomark.org/archives/ 2004/05/28/howto-atom-id). entries may have embedded content, or may link to the content they are representing (http://tools.ietf.org/html/rfc4287#section-4.1.3). identity is established by the entry , and this is particularly important in scenarios where collections may be aggregated and filtered and repurposed: entry identity must always be visible in the , and thus identity can be tracked across paths where entries may get repurposed in various collections.
|
[] |
Difference between revisions of "ISSUE-37" - Linked Data Platform
|
AtomPub (http://lists.w3.org/Archives/Public/public-ldp-wg/2012Nov/0127.html)
|
http://www.w3.org/2012/ldp/wiki/index.php?title=ISSUE-37&curid=70&diff=1567&oldid=1566
|
35/1438042989443.69_20150728002309-00164-ip-10-236-191-2_817180915_1.json
|
61b653f4_SUE_37____Linked_Data_Platform__blic_ldp_wg_2012Nov_0127_html_
|
[Model Aspect] interacting with members
|
members are listed when GETting a collection, and their identity and metadata about them is exposed through regular atom mechanisms. if members are editable, an "edit" link in the entry (http://tools.ietf.org/html/rfc5023#section-11.1) will allow clients to update the member entry, by using this link to PUT or DELETE the entry resource. if the entry is a media link entry, then there might be a "edit-media" link in the entry (http://tools.ietf.org/html/rfc5023#section-11), which will allow clients to update the media resource, by using this link to PUT or DELETE the media resource. this model allows clients to both interact with a media resource's metadata (the "media link entry"), and the media resource itself.
|
[] |
Difference between revisions of "ISSUE-37" - Linked Data Platform
|
AtomPub (http://lists.w3.org/Archives/Public/public-ldp-wg/2012Nov/0127.html)
|
http://www.w3.org/2012/ldp/wiki/index.php?title=ISSUE-37&curid=70&diff=1567&oldid=1566
|
35/1438042989443.69_20150728002309-00164-ip-10-236-191-2_817180915_1.json
|
61b653f4_SUE_37____Linked_Data_Platform__blic_ldp_wg_2012Nov_0127_html_
|
[Model Aspect] interacting with collections
|
like workspaces, collections just exist, and atompub does not define how to create or delete them (i am currently working on a small addition to the spec that addresses that). also, collections have no structure, they have a URI and accept entries. this means there is no hierarchy to collections, it's a flat space.
|
[] |
Difference between revisions of "ISSUE-37" - Linked Data Platform
|
AtomPub (http://lists.w3.org/Archives/Public/public-ldp-wg/2012Nov/0127.html)
|
http://www.w3.org/2012/ldp/wiki/index.php?title=ISSUE-37&curid=70&diff=1567&oldid=1566
|
35/1438042989443.69_20150728002309-00164-ip-10-236-191-2_817180915_1.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] acceptTracking [Semantics] The Assigner requires that the Assignee(s) accepts that the use of the Asset may be tracked [Comment]
|
The collected information may be tracked by the Assigner, or may link to a Party with the role function “trackingParty”.
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] attribute [Semantics] The Assigner requires that the Assignee(s) attributes the Asset to the Assigner or an attributed Party. [Comment]
|
May link to an Asset with the attribution information. May link to a Party with the role function “attributedParty”.
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] compensate [Semantics] The Assigner requires that the Assignee(s) compensates the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset. [Comment]
|
The compensation may use different types of things with a value: – the thing is expressed by the value (term) of the Constraint name – the value is expressed by operator, rightOperand, dataType and unit
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] delete [Semantics] The Assigner requires that the Assignee(s) permanently removes all copies of the Asset. [Comment]
|
Use a constraint to define under which conditions the Asset should be deleted.
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] include [Semantics] The Assigner requires that the Assignee(s) include(s) other related assets in the Asset. [Comment]
|
For example; Bio picture must be included in the attribution. Use of the Asset relation attribute is required
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] inform [Semantics] The Assigner requires that the Assignee(s) inform(s) the Assigner or an informed Party that an action has been performed on or in relation to the Asset. [Comment]
|
May link to a Party with the role function “informedParty”.
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] obtainConsent [Semantics] The Assigner requires that the Assignee(s) obtains explicit consent from the Assigner or a consenting Party to perform the requested action in relation to the Asset. [Comment]
|
Used as a Duty to ensure that the Assigner or a Party is authorized to approve such actions on a case-by-case basis. May link to a Party with the role function “consentingParty”.
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] reviewPolicy [Semantics] The Assigner requires that the Assignee(s) has(ve) a person review the Policy applicable to the Asset. [Comment]
|
Used when human intervention is required to review the Policy. May link to an Asset which represents the full Policy information.
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] uninstall [Semantics] The Assigner requires that the Assignee(s) unload(s) and delete(s) the computer program Asset from a storage device and disable(s) its readiness for operation. [Comment]
|
The Asset is no longer accessible to the Assignee(s).
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
2bac063d_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment
|
[Identifier] watermark [Semantics] The Assigner requires that the Assignee(s) apply(ies) a watermark as provided by the Assigner to the Asset. [Comment]
|
It is recommended to embed a link to the watermark.
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Comment
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
8bd2be05_all_Control__CCXML_Version_1_0__Description
|
[Name] target [Required] true [Type] ECMAScript Expression [Default Value] none [Valid Values] A valid target URL [Description]
|
An ECMAScript expression returning the target location of the event. The target attribute specifies the unique identifier of the event target that the Event I/O Processor should send the event to.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_44.json
|
8bd2be05_all_Control__CCXML_Version_1_0__Description
|
[Name] targettype [Required] false [Type] ECMAScript Expression [Default Value] ccxml [Valid Values] ccxml dialog [Description]
|
An ECMAScript expression which returns a character string that specifies the type of the Event I/O Processor that the event should be dispatched to. Values defined by the specification are: ccxml This species that the event will be dispatched to the CCXML Session Event Processor.. dialog This species that the event will be dispatched to the Dialog Event Processor..
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_44.json
|
8bd2be05_all_Control__CCXML_Version_1_0__Description
|
[Name] sendid [Required] false [Type] ECMAScript Left Hand Side Expression [Default Value] none [Valid Values] ECMAScript Variable [Description]
|
An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute will receive an internally generated unique string identifier to be associated with the event being sent. If this attribute is not specified, the event identifier is dropped.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_44.json
|
8bd2be05_all_Control__CCXML_Version_1_0__Description
|
[Name] delay [Required] false [Type] ECMAScript Expression [Default Value] '0s' [Valid Values] An ECMAScript expression which returns a character string in CSS2 [CSS2] format [Description]
|
The character string returned is interpreted as a time interval. The send tag will return immediately, but the event is not dispatched until the delay interval elapses. Timers are useful for a wide variety of programming tasks, and can be implemented using this attribute. Note: The queue for sending events is maintained locally. Any events waiting to be sent will be purged when the session that issued this request terminates.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_44.json
|
8bd2be05_all_Control__CCXML_Version_1_0__Description
|
[Name] xmlns:[YourNameSpacePrefix] [Required] false [Type] string [Default Value] none [Description]
|
This returns a namespace identifying the contained message format. More than one xmlns attribute may be included.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_44.json
|
8bd2be05_all_Control__CCXML_Version_1_0__Description
|
[Name] data [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with inline content [Type] ECMAScript Expression [Default Value] none [Description]
|
An ECMAScript expression which returns a character string that indicates the type of event being generated. The event type may include alphanumeric characters and the "." (dot) character. The first character may not be a dot or a digit. Event type names are case-insensitive. If neither the data attribute or inline content is specified, an error.fetch event will be thrown. If used in conjunction with the inline content, an error.fetch will be thrown.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_44.json
|
8bd2be05_all_Control__CCXML_Version_1_0__Description
|
[Name] namelist [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with inline content [Type] Var List [Default Value] none [Valid Values] List of ECMAScript Variable names [Description]
|
A list of zero or more whitespace separated CCXML variable names to be included with the event. When an ECMAscript variable is included with the event, its value is first converted into a string. If the variable is an ECMAScript Object, the mechanism by which it is included is not currently defined. Instead of including ECMAScript Objects directly, the application developer may explicitly include the properties of an Object. e.g. "date.month date.year". If used in conjunction with the inline content, an error.fetch will be thrown.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_44.json
|
8bd2be05_all_Control__CCXML_Version_1_0__Description
|
[Name] hints [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression that returns an ECMAScript object [Description]
|
The ECMAScript object returned contains information which may be used by the implementing platform to configure the event processor. The meaning of these hints is specific to the implementing platform and the event processor.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_44.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] loadstart [Dispatched when...]
|
The user agent begins looking for media data, as part of the resource selection algorithm.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] progress [Dispatched when...]
|
The user agent is fetching media data.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] suspend [Dispatched when...]
|
The user agent is intentionally not currently fetching media data, but does not have the entire media resource downloaded.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] abort [Dispatched when...]
|
The user agent stops fetching the media data before it is completely downloaded, but not due to an error.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] error [Dispatched when...]
|
An error occurs while fetching the media data.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] emptied [Dispatched when...]
|
A media element whose networkState was previously not in the NETWORK_EMPTY state has just switched to that state (either because of a fatal error during load that's about to be reported, or because the load() method was invoked while the resource selection algorithm was already running).
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] stalled [Dispatched when...]
|
The user agent is trying to fetch media data, but data is unexpectedly not forthcoming.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] play [Dispatched when...]
|
Playback has begun. Fired after the play() method has returned, or when the autoplay attribute has caused playback to begin.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] pause [Dispatched when...]
|
Playback has been paused. Fired after the pause() method has returned.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] loadedmetadata [Dispatched when...]
|
The user agent has just determined the duration and dimensions of the media resource
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] loadeddata [Dispatched when...]
|
The user agent can render the media data at the current playback position for the first time.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] waiting [Dispatched when...]
|
Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] playing [Dispatched when...]
|
Playback has started.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] canplay [Dispatched when...]
|
The user agent can resume playback of the media data, but estimates that if playback were to be started now, the media resource could not be rendered at the current playback rate up to its end without having to stop for further buffering of content.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] canplaythrough [Dispatched when...]
|
The user agent estimates that if playback were to be started now, the media resource could be rendered at the current playback rate all the way to its end without having to stop for further buffering.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] seeking [Dispatched when...]
|
The seeking IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] seeked [Dispatched when...]
|
The seeking IDL attribute changed to false.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] timeupdate [Dispatched when...]
|
The current playback position changed as part of normal playback or in an especially interesting way, for example discontinuously.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] ended [Dispatched when...]
|
Playback has stopped because the end of the media resource was reached.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] ratechange [Dispatched when...]
|
Either the defaultPlaybackRate or the playbackRate attribute has just been updated.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] durationchange [Dispatched when...]
|
The duration attribute has just been updated.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
c3a2c0cd_HTML_Elements_video___W3C_Wiki__Dispatched_when___
|
[Event name] volumechange [Dispatched when...]
|
Either the volume attribute or the muted attribute has changed. Fired after the relevant attribute's setter has returned.
|
[] |
HTML/Elements/video - W3C Wiki
|
Dispatched when...
|
http://www.w3.org/wiki/index.php?title=HTML/Elements/video&redirect=no
|
35/1438042990217.27_20150728002310-00045-ip-10-236-191-2_824942942_0.json
|
483d2b9d_all_Control__CCXML_Version_1_0__Optional
|
[Common Field Names] name [Definitions] This property is set to the ECMAScript string value of the event name. [Optional]
|
false
|
[
[
"f",
"a",
"l",
"s",
"e"
],
[
"t",
"r",
"u",
"e"
]
] |
Voice Browser Call Control: CCXML Version 1.0
|
Optional
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_63.json
|
483d2b9d_all_Control__CCXML_Version_1_0__Optional
|
[Common Field Names] connectionid [Definitions] This property is the ECMAScript string value of the ID of the Connection object associated with this event. [Optional]
|
false
|
[
[
"f",
"a",
"l",
"s",
"e"
],
[
"t",
"r",
"u",
"e"
]
] |
Voice Browser Call Control: CCXML Version 1.0
|
Optional
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_63.json
|
483d2b9d_all_Control__CCXML_Version_1_0__Optional
|
[Common Field Names] protocol [Definitions] This property is an ECMAScript string which identifies the protocol used by the event source; although this property is OPTIONAL, it is recommended that platforms provide it in order to allow applications to tailor their behavior (see Appendix E for a suggested set of protocol identifiers) [Optional]
|
true
|
[
[
"f",
"a",
"l",
"s",
"e"
],
[
"t",
"r",
"u",
"e"
]
] |
Voice Browser Call Control: CCXML Version 1.0
|
Optional
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_63.json
|
483d2b9d_all_Control__CCXML_Version_1_0__Optional
|
[Common Field Names] info [Definitions] This property provides a reference to an object which MAY contain platform or protocol dependent information specific to the event. [Optional]
|
true
|
[
[
"f",
"a",
"l",
"s",
"e"
],
[
"t",
"r",
"u",
"e"
]
] |
Voice Browser Call Control: CCXML Version 1.0
|
Optional
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_63.json
|
483d2b9d_all_Control__CCXML_Version_1_0__Optional
|
[Common Field Names] reason [Definitions] This property, although not provided by every event, when present provides a code indicating the status of the operation which triggered this event, or a reason for the occurrence of this event. [Optional]
|
true
|
[
[
"f",
"a",
"l",
"s",
"e"
],
[
"t",
"r",
"u",
"e"
]
] |
Voice Browser Call Control: CCXML Version 1.0
|
Optional
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_63.json
|
483d2b9d_all_Control__CCXML_Version_1_0__Optional
|
[Common Field Names] connection [Definitions] An ECMAScript object reference to the Connection object identified by the connectionid property for this event. [Optional]
|
false
|
[
[
"f",
"a",
"l",
"s",
"e"
],
[
"t",
"r",
"u",
"e"
]
] |
Voice Browser Call Control: CCXML Version 1.0
|
Optional
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_63.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) accepts that the use of the Asset may be tracked [Comment] The collected information may be tracked by the Assigner, or may link to a Party with the role function “trackingParty”. [Identifier]
|
acceptTracking
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) attributes the Asset to the Assigner or an attributed Party. [Comment] May link to an Asset with the attribution information. May link to a Party with the role function “attributedParty”. [Identifier]
|
attribute
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) compensates the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset. [Comment] The compensation may use different types of things with a value: – the thing is expressed by the value (term) of the Constraint name – the value is expressed by operator, rightOperand, dataType and unit [Identifier]
|
compensate
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) permanently removes all copies of the Asset. [Comment] Use a constraint to define under which conditions the Asset should be deleted. [Identifier]
|
delete
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assignee requires that the Assigner(s) ensure(s) that the permission on the Asset is exclusive to the Assignee. [Identifier]
|
ensureExclusivity
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) include(s) other related assets in the Asset. [Comment] For example; Bio picture must be included in the attribution. Use of the Asset relation attribute is required [Identifier]
|
include
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) inform(s) the Assigner or an informed Party that an action has been performed on or in relation to the Asset. [Comment] May link to a Party with the role function “informedParty”. [Identifier]
|
inform
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) grants the specified Policy to a third party for their use of the Asset. [Identifier]
|
nextPolicy
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) obtains explicit consent from the Assigner or a consenting Party to perform the requested action in relation to the Asset. [Comment] Used as a Duty to ensure that the Assigner or a Party is authorized to approve such actions on a case-by-case basis. May link to a Party with the role function “consentingParty”. [Identifier]
|
obtainConsent
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) has(ve) a person review the Policy applicable to the Asset. [Comment] Used when human intervention is required to review the Policy. May link to an Asset which represents the full Policy information. [Identifier]
|
reviewPolicy
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) unload(s) and delete(s) the computer program Asset from a storage device and disable(s) its readiness for operation. [Comment] The Asset is no longer accessible to the Assignee(s). [Identifier]
|
uninstall
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
d9f487bd_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Identifier
|
[Semantics] The Assigner requires that the Assignee(s) apply(ies) a watermark as provided by the Assigner to the Asset. [Comment] It is recommended to embed a link to the watermark. [Identifier]
|
watermark
|
[] |
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
|
Identifier
|
https://www.w3.org/community/odrl/vocab/2.1/?rev=338
|
35/1438044271733.81_20150728004431-00035-ip-10-236-191-2_914918287_4.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] next [Required] true [Type] ECMAScript Expression [Default Value] none [Valid Values] must evaluate to a valid URI [Description]
|
An ECMAScript expression which returns the URI of the resource to be fetched.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] type [Required] false [Type] ECMAScript Expression [Default Value] In processed mode "application/ccxml+xml". In raw mode "*/*". [Valid Values] MIME Types formatted as per HTTP Accept header [RFC2616] [Description]
|
An ECMAScript expression which returns a character string setting the value of the HTTP Accept header to tell the application server what content type the application wishes to have returned.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] namelist [Required] false [Type] Var List [Default Value] none [Valid Values] List of ECMAScript Variable names [Description]
|
A list of zero or more whitespace separated CCXML variable names. These variables must be submitted to the web server, with the same qualification as used in the namelist. When an ECMAScript variable is submitted to the web server, its value must be first converted into a string before being submitted. If the variable is an ECMAScript Object, the mechanism by which it must be submitted is not currently defined. Instead of submitting ECMAScript Objects directly, the application developer may explicitly submit the properties of an Object. e.g. "date.month date.year".
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] method [Required] false [Type] ECMAScript Expression [Default Value] get [Valid Values] get post [Description]
|
An ECMAScript expression which returns a character string that indicates the HTTP method to use. Values defined by the specification are: get This indicates that the "GET" method must be used to fetch the URI post This indicates that the "POST" method must be used while submitting the URI to the web server.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] fetchid [Required] false [Type] ECMAScript Left Hand Side Expression [Default Value] none [Valid Values] ECMAScript Variable [Description]
|
An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute must receive an internally generated unique string identifier to be associated with the completion event. This identifier can be tested by the fetch completion event handler to distinguish among several outstanding fetch requests. If this attribute is not specified, the fetch identifier can be acquired from the fetch completion event. Every fetch request must receive a unique fetch identifier, even if the request is for the same URI
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] timeout [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a character string in CSS2 [CSS2] format [Description]
|
The character string returned must be interpreted as a time interval. This interval begins when the fetch is executed. The fetch must fail if not completed at the end of this interval. A failed fetch must return the error.fetch event.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] maxage [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description]
|
The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content whose age must be no greater than the specified time in seconds (cf. 'max-age' in HTTP 1.1 [RFC2616] ). The document is not willing to use stale content, unless maxstale is also provided.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] maxstale [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description]
|
The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content that has exceeded its expiration time (cf. 'max-age' in HTTP 1.1 [RFC2616] ). If maxstale is assigned a value, then the document is willing to accept content that has exceeded its expiration time by no more than the specified number of seconds.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] enctype [Required] false [Attribute Constraints] Valid only when the value of the method is "post" , otherwise ignored. [Type] ECMAScript Expression [Default Value] application/x-www-form-urlencoded [Valid Values] valid media encoding type [Description]
|
An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post"). Values defined by the specification are: application/x-www-form-urlencoded This indicates that the ccxml variables specified in the namelist must be url encoded.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
3ea94691_all_Control__CCXML_Version_1_0__Description
|
[Name] mode [Required] false [Type] ECMAScript Expression [Default Value] processed [Valid Values] processed, raw [Description]
|
Controls what the CCXML platform should do with fetched content. If set to processed (the default) the CCXML platform MUST attempt to parse and validate the returned content. If set to raw the platform MUST NOT attempt to process the data and MUST leave processing of the content to the application who can do what it wishes with the content via the content attribute of the fetch.done event
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_7.json
|
6e98da52_all_Control__CCXML_Version_1_0__Description
|
[Name] dest [Required] true [Type] ECMAScript Expression [Default Value] none [Valid Values] A Valid URI [Description]
|
An ECMAScript expression which returns a string that is the target of the outbound telephone call. A platform MUST support a telephone URI, as described in [RFC2806] [RFC3966] and MAY support other URI schemes such as "sip:" or "h323:" or a SIP URI as described in [RFC3261] .
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_70.json
|
6e98da52_all_Control__CCXML_Version_1_0__Description
|
[Name] connectionid [Required] false [Type] ECMAScript Left Hand Side Expression [Default Value] none [Valid Values] ECMAScript Variable [Description]
|
An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute must receive the identifier of the Connection on which the outgoing call is attempted.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_70.json
|
6e98da52_all_Control__CCXML_Version_1_0__Description
|
[Name] aai [Required] false [Type] ECMAScript Expression [Default Value] none [Description]
|
An ECMAScript expression which returns a string of application-to-application information to be passed to the destination endpoint when establishing the connection. Note: Even if an implementation platform accepts the aai data, certain protocols and network elements may prevent the transmission to the target endpoint. If the platform does not support the transmission of aai data it must raise a connection.progressing event and indicate that the use of aai is not supported.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_70.json
|
6e98da52_all_Control__CCXML_Version_1_0__Description
|
[Name] callerid [Required] false [Type] ECMAScript Expression [Default Value] none [Description]
|
An ECMAScript expression which returns a string defining the caller identity to be used when making the outbound connection. The format of this information is protocol and platform specific but might consist of a telephone URI, as described in [RFC2806] [RFC3966] or a SIP URI as described in [RFC3261] . Note: An implementation platform is not required to use the specified data and certain protocols and network elements may prevent its use. If the platform does not support the specification of callerid it must raise a connection.progressing event and indicate that the use of callerid is not supported.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_70.json
|
6e98da52_all_Control__CCXML_Version_1_0__Description
|
[Name] hints [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression that returns an ECMAScript object [Description]
|
The ECMAScript object returned contains information which may be used by the implementing platform when establishing the outbound connection. This information may consist of protocol-specific parameters, protocol selection guidelines, or routing hints. Note: The meaning of these hints is specific to the implementing platform and protocol. Platforms that do not support hints MAY ignore this attribute. See Section 9.5.6 for additional requirements when hints are supported by the implementing platform.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_70.json
|
6e98da52_all_Control__CCXML_Version_1_0__Description
|
[Name] timeout [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a character string in CSS2 [CSS2] format [Description]
|
The character string returned is interpreted as a time interval. This interval begins when createcall is executed. The createcall must fail if not completed by the end of this interval. A completion is defined as the call getting to a CONNECTED state as signaled by a connection.connected event. A failed createcall must return the connection.failed event.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_70.json
|
6e98da52_all_Control__CCXML_Version_1_0__Description
|
[Name] joinid [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] (valid connection, conference, or dialog ID) [Description]
|
An ECMAScript expression that identifies a connection, conference, or dialog ID that the new call must be joined to. This is equivalent, from the perspective of the CCXML application, to performing a immediately following the . However, platforms may use knowledge about the connection/conference/dialog to which the new call will be connected to optimize the call creation process. If the attribute value is invalid an error.semantic event must be thrown.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_70.json
|
6e98da52_all_Control__CCXML_Version_1_0__Description
|
[Name] joindirection [Required] false [Attribute Constraints] If this This attribute is specified only valid in conjunction with the joinid attribute MUST be present. attribute, otherwise ignored. [Type] ECMAScript Expression [Default Value] both [Valid Values] both calltransmit callreceive [Description]
|
An ECMAScript expression that defines the direction of the media flow between the newly created connection, and the existing connection/conference/dialog referenced by joinid: both Specifes a full duplex connection where the media flows in both directions. calltransmit The new connection transmits media to the referenced connection/conference/dialog but does not receive any media streams. callreceive The new connection receives media from the referenced connection/conference/dialog but does not transmit any media streams.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2011/PR-ccxml-20110510/diff.html
|
35/1438042990217.27_20150728002310-00235-ip-10-236-191-2_816488098_70.json
|
b78513cf_OWL_2_RL_in_RIF__Interpretation
|
[Notation] {$ rule text $} [Interpretation]
|
Emit the rule text substituting any occurrence of variables from the binding map. The outer {$ $} can be omitted in cases where there is no ambiguity.
|
[] |
OWL 2 RL in RIF
|
Interpretation
|
http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/
|
35/1438044271733.81_20150728004431-00233-ip-10-236-191-2_822921727_10.json
|
b78513cf_OWL_2_RL_in_RIF__Interpretation
|
[Notation] for(?elt in ?list) { template } [Interpretation]
|
?list is a variable in the pattern which is bound to an RDF List. The for operator iterates over each element of the ?list in turn replacing the binding map for the ?elt variable with the next list entry and processes the enclosed template in the context of that new binding map.
|
[] |
OWL 2 RL in RIF
|
Interpretation
|
http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/
|
35/1438044271733.81_20150728004431-00233-ip-10-236-191-2_822921727_10.json
|
b78513cf_OWL_2_RL_in_RIF__Interpretation
|
[Notation] for(?elt in ?list, != ?other) { template } [Interpretation]
|
?list is a variable in the pattern which is bound to an RDF List. The for operator iterates over each element of the ?list in turn, skipping any element identical to ?other, replacing the binding map for the ?elt variable with the next list entry and processes the enclosed template in the context of that new binding map.
|
[] |
OWL 2 RL in RIF
|
Interpretation
|
http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/
|
35/1438044271733.81_20150728004431-00233-ip-10-236-191-2_822921727_10.json
|
b78513cf_OWL_2_RL_in_RIF__Interpretation
|
[Notation] $length(?list)$ [Interpretation]
|
Used within a template this will be replaced by the length the RDFList bound to ?list.
|
[] |
OWL 2 RL in RIF
|
Interpretation
|
http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/
|
35/1438044271733.81_20150728004431-00233-ip-10-236-191-2_822921727_10.json
|
b78513cf_OWL_2_RL_in_RIF__Interpretation
|
[Notation] $i$ [Interpretation]
|
Used within a for(?elt in ?list){ template } this will be replaced by the index of the current ?elt.
|
[] |
OWL 2 RL in RIF
|
Interpretation
|
http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/
|
35/1438044271733.81_20150728004431-00233-ip-10-236-191-2_822921727_10.json
|
b78513cf_OWL_2_RL_in_RIF__Interpretation
|
[Notation] $i+1$ [Interpretation]
|
Used within a for(?elt in ?list){ template } this will be replaced by the index of the current ?elt, plus 1.
|
[] |
OWL 2 RL in RIF
|
Interpretation
|
http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/
|
35/1438044271733.81_20150728004431-00233-ip-10-236-191-2_822921727_10.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] src [Required] true [Type] ECMAScript Expression [Default Value] none [Valid Values] a Dialog URL [Description]
|
An ECMAScript expression which returns a character string identifying the URI of the dialog document that the dialog interpreter should prepare.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] type [Required] false [Type] ECMAScript Expression [Default Value] application/voicexml+xml [Valid Values] a Valid MIME Type [Description]
|
An ECMAScript expression which returns a character string that specifies the MIME type of the document, and as a result determines which dialog manager environment is actually used. Values defined by the specification are: application/voicexml+xml This MIME type would request a VoiceXML interpreter instance. audio/wav This MIME type would request a dialog manager that merely plays wave files.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] namelist [Required] false [Type] Var List [Default Value] none [Valid Values] List of ECMAScript Variable names [Description]
|
A list of one or more whitespace separated CCXML variable names. These variables will be submitted to the server, with the same qualification as used in the namelist. When an ECMAscript variable is submitted to the server, its value is first converted into a string before being submitted. If the variable is an ECMAScript Object, the mechanism by which it is submitted is not currently defined. Instead of submitting ECMAScript Objects directly, the application developer may explicitly submit the properties of an Object. e.g. "date.month date.year".
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] dialogid [Required] false [Type] ECMAScript Left Hand Side Expression [Default Value] none [Valid Values] ECMAScript Variable [Description]
|
An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute will receive a dialog identifier value for the launched dialog interpreter instance. This identifier may be used on future invocations of dialogstart, dialogterminate, join, or unjoin.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] connectionid [Required] false [Attribute Constraints] Can not be used with conferenceid [Type] ECMAScript Expression [Default Value] none [Valid Values] Connection IDs [Description]
|
An Optional ECMAScript expression which returns the identifier of a connection. The specified connection will be associated with the dialog being prepared. If the attribute value is invalid, an error.semantic event will be thrown.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] conferenceid [Required] false [Attribute Constraints] Can not be used with connectionid [Type] ECMAScript Expression [Default Value] none [Valid Values] Conference IDs [Description]
|
An Optional ECMAScript expression which returns the identifier of`a confe2ence bridge. A connection will be allocated for the dialog being prepared. If the attribute value is invalid, an error.semantic event will be thrown.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] mediadirection [Required] false [Type] ECMAScript Expression [Default Value] both [Valid Values] both dialogtransmit dialogreceive [Description]
|
An ECMAScript expression that defines the direction of the media flow between the Dialog and the Connection or Conference specified by the connectionid or conferenceid attribute. The following values can be used: both Specifies a full duplex connection where the media flows in both directions. dialogtransmit The dialog transmits media to the Connection or Conference but does not receive any media streams. dialogreceive The dialog receives media from the Connection or Conference but does not transmit any media streams. The bridge does not take place until a subsequent dialogstart is executed, but this attribute can be provided as guidance to the dialog environment for preparation. If no value is specified, the dialog environment should make no assumptions as to the bridging type. For more information about connections and bridges, refer to Section 10 .
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] maxage [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description]
|
The character string returned is interpreted as a time interval. This indicates that the document is willing to use content whose age is no greater than the specified time in seconds (cf. 'max-age' in HTTP 1.1 [RFC2616]). The document is not willing to use stale content, unless maxstale is also provided.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] maxstale [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description]
|
The character string returned is interpreted as a time interval. This indicates that the document is willing to use content that has exceeded its expiration time (cf. 'max-age' in HTTP 1.1 [RFC2616]). If maxstale is assigned a value, then the document is willing to accept content that has exceeded its expiration time by no more than the specified number of seconds.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] enctype [Required] false [Attribute Constraints] Valid only when the value of the method is "post" [Type] ECMAScript Expression [Default Value] application/x-www-form-urlencoded [Valid Values] valid media encoding type [Description]
|
An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post"). Values defined by the specification are: application/x-www-form-urlencoded This indicates that the ccxml variables specified in the namelist will be url encoded.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
9e195dce_all_Control__CCXML_Version_1_0__Description
|
[Name] method [Required] false [Type] ECMAScript Expression [Default Value] get [Valid Values] get post [Description]
|
An ECMAScript expression which returns a character string that indicates the HTTP method to use. Values defined by the specification are: get This indicates that the "GET" method will be used by the dialog manager. post This indicates that the "POST" method will be used by the dialog manager.
|
[] |
Voice Browser Call Control: CCXML Version 1.0
|
Description
|
http://www.w3.org/TR/2005/WD-ccxml-20050111/
|
35/1438042989443.69_20150728002309-00291-ip-10-236-191-2_814464357_20.json
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.