task
stringlengths
12
101
input
stringlengths
5
5.87k
output
stringlengths
1
5.47k
options
sequence
pageTitle
stringlengths
0
151
outputColName
stringlengths
1
142
url
stringlengths
24
147
wdcFile
stringlengths
71
75
6a836b61__Web_Education_Community_Group__Competency
[Topic] File handling and storing data in text files [Evaluation Methods] Final exam. Final assignment. [Competency]
Demonstrate how to read from and write to files. Recognize the different flags used to control the opening of file sockets. Recognize the most common security problems when usiing file functions. Demonstrate how to safely handle files uploaded by the user.
[]
Es/Interact/Secuencias de comando del lado servidor 1 - Web Education Community Group
Competency
http://www.w3.org/community/webed/wiki/Es/Interact/Secuencias_de_comando_del_lado_servidor_1
7/1438042988860.4_20150728002308-00117-ip-10-236-191-2_816866631_0.json
6a836b61__Web_Education_Community_Group__Competency
[Topic] Relational Database concepts and MySQL fundamentals [Evaluation Methods] Final assignment Final exam [Competency]
List some common Database Management Systems (DBMS). List some common alternatives to storing data in a relational database and briefly explain the merits and disadvantages of each option. Explain how SQLite can be used from every modern PHP installation. (Note: SQLite is primarily included to provide a way to explain data access abstraction using PDO.) Give an overview of how a relational database works. Recognize the terminology used about databases (relation/table, tuple/row, attribute/field/column, default values, NULL, keys, etc). Briefly explain the concept of normalization and recognize the related glossary (keys, functional dependency) List the available data types in MySQL and demonstrate proper usage of the most common ones. Explain the concept of indexes. Demonstrate how to use indexes in MySQL. Recognize the concept of a storage engines in MySQL and briefly explain the main differences between MyISAM and InnoDB. Demonstrate how to use PhpMyAdmin or a graphical tool to set up a database. Make a user with privileges suitable for PHP scripts. Demonstrate how to run queries in the tool. Demonstrate how to backup/dump a MySQL database. Question to reviewers: Is it possible to wait with constraints and referential integrity (foreign keys) until Server Side Scripting 2?
[]
Es/Interact/Secuencias de comando del lado servidor 1 - Web Education Community Group
Competency
http://www.w3.org/community/webed/wiki/Es/Interact/Secuencias_de_comando_del_lado_servidor_1
7/1438042988860.4_20150728002308-00117-ip-10-236-191-2_816866631_0.json
6a836b61__Web_Education_Community_Group__Competency
[Topic] SQL [Evaluation Methods] Final assignment Final exam [Competency]
Recognize the glossary of SQL (DDL, DML, CRUD) Demonstrate how to access a MySQL DBMS from a CLI tool. Demonstrate how to SELECT individual records and groups of records; SORT-ing and LIMIT-ing of the results. Demonstrate how to use JOIN. Demonstrate simple usage of SQL-functions (count!) Demonstrate how to INSERT data into a table. Demonstrate how to UPDATE a table and explain why one should always use the WHERE clause doing so. Demonstrate how to DELETE data and explain why one should always use the WHERE clause doing so.
[]
Es/Interact/Secuencias de comando del lado servidor 1 - Web Education Community Group
Competency
http://www.w3.org/community/webed/wiki/Es/Interact/Secuencias_de_comando_del_lado_servidor_1
7/1438042988860.4_20150728002308-00117-ip-10-236-191-2_816866631_0.json
6a836b61__Web_Education_Community_Group__Competency
[Topic] PDO [Evaluation Methods] Final assignment Final exam [Competency]
Recognize all 3 built in API’s to access a MySQL database from PHP (mysql, mysqli, PDO). Discuss their strengths and downsides. Demonstrate how to connect to a DBMS with PDO, prepare and execute statements, fetch single results and iterate over result sets. Recognize how to access reults from a prepared statement as normal arrays, associative arrays, objects and objects belonging to a specific class. Demonstrate safe usage of user submitted data in SQL. Recognize how to manually quote user submitted data. Discuss the benefits of prepared statements. Demonstrate how to handle errors and unexpected results using PDO. Demonstrate safe handling of database credentials.
[]
Es/Interact/Secuencias de comando del lado servidor 1 - Web Education Community Group
Competency
http://www.w3.org/community/webed/wiki/Es/Interact/Secuencias_de_comando_del_lado_servidor_1
7/1438042988860.4_20150728002308-00117-ip-10-236-191-2_816866631_0.json
6a836b61__Web_Education_Community_Group__Competency
[Topic] The mysql and the mysqli functions [Evaluation Methods] Final exam [Competency]
Recognize how to use the mysql and the mysqli functions. Discuss how to safely handle user submitted data using the mysql and the mysqli functions.
[]
Es/Interact/Secuencias de comando del lado servidor 1 - Web Education Community Group
Competency
http://www.w3.org/community/webed/wiki/Es/Interact/Secuencias_de_comando_del_lado_servidor_1
7/1438042988860.4_20150728002308-00117-ip-10-236-191-2_816866631_0.json
6a836b61__Web_Education_Community_Group__Competency
[Topic] SPL, PEAR and Frameworks [Evaluation Methods] Final exam [Competency]
Recognize PEAR, PECL, SPL and the most well known PHP Component libraries? Recognize the most common PHP Frameworks. Recognize the most common PHP applications/Content Managament Systems. Recognize the usage of PHP for extended functionality for some big websites (e.g. Facebook)
[]
Es/Interact/Secuencias de comando del lado servidor 1 - Web Education Community Group
Competency
http://www.w3.org/community/webed/wiki/Es/Interact/Secuencias_de_comando_del_lado_servidor_1
7/1438042988860.4_20150728002308-00117-ip-10-236-191-2_816866631_0.json
6a836b61__Web_Education_Community_Group__Competency
[Topic] Web Services, API’s, RSS, JSON and Ajax [Evaluation Methods] Final exam [Competency]
Recognize the most common formats for data interchange. Summarize the Ajax pattern for updating a web page. Briefly describe the concepts of API’s and Web Services.
[]
Es/Interact/Secuencias de comando del lado servidor 1 - Web Education Community Group
Competency
http://www.w3.org/community/webed/wiki/Es/Interact/Secuencias_de_comando_del_lado_servidor_1
7/1438042988860.4_20150728002308-00117-ip-10-236-191-2_816866631_0.json
6a836b61__Web_Education_Community_Group__Competency
[Topic] Shared hosting [Evaluation Methods] Final assignment Final exam [Competency]
Recognize the most important technical considerations one must know when chosing a web host. List the most important security considerations one must know about shared hosting. Demonstrate usage of a web host control panel.
[]
Es/Interact/Secuencias de comando del lado servidor 1 - Web Education Community Group
Competency
http://www.w3.org/community/webed/wiki/Es/Interact/Secuencias_de_comando_del_lado_servidor_1
7/1438042988860.4_20150728002308-00117-ip-10-236-191-2_816866631_0.json
7bcbbbb7_SOAP_Version_1_2__Meaning
[Class] Addition [Meaning]
New constructs have been added to the schema
[]
SOAP Version 1.2
Meaning
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_6.json
7bcbbbb7_SOAP_Version_1_2__Meaning
[Class] Clarification [Meaning]
The meaning of the schema has been changed to more accurately match the specification
[]
SOAP Version 1.2
Meaning
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_6.json
7bcbbbb7_SOAP_Version_1_2__Meaning
[Class] Deletion [Meaning]
Constructs have been removed from the schema
[]
SOAP Version 1.2
Meaning
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_6.json
7bcbbbb7_SOAP_Version_1_2__Meaning
[Class] Name [Meaning]
The schema has been changed due to a datatype name change in the XML Schema specification
[]
SOAP Version 1.2
Meaning
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_6.json
7bcbbbb7_SOAP_Version_1_2__Meaning
[Class] Namespace [Meaning]
A namespace name has been changed
[]
SOAP Version 1.2
Meaning
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_6.json
7bcbbbb7_SOAP_Version_1_2__Meaning
[Class] Semantic [Meaning]
The meaning of the schema has been changed
[]
SOAP Version 1.2
Meaning
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_6.json
7bcbbbb7_SOAP_Version_1_2__Meaning
[Class] Style [Meaning]
Style changes have been made to the schema
[]
SOAP Version 1.2
Meaning
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_6.json
7bcbbbb7_SOAP_Version_1_2__Meaning
[Class] Syntax [Meaning]
The syntax of the schema has been updated due to changes in the XML Schema specification
[]
SOAP Version 1.2
Meaning
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_6.json
433a8dd5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value
[Function] CreateScope [Arguments] name(optional) [Description] Creates a new scope object and pushes it on top of the scope stack. If no name is provided the scope is anonymous and may be accessed only when it on the top of the scope stack. A Failure status is returned if a scope already exists with the specified name. [Return Value]
Success or Failure
[ [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "F", "a", "i", "l", "u", "r", "e" ], [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "E", "r", "r", "o", "r" ], [ "v", "a", "l", "u", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Return Value
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
433a8dd5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value
[Function] DeleteScope [Arguments] name(optional) [Description] Removes a scope from the scope stack. If no name is provided, the topmost scope is removed. Otherwise the scope with provided name is removed. A Failure status is returned if the stack is empty or no scope with the specified name exists. [Return Value]
Success or Failure
[ [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "F", "a", "i", "l", "u", "r", "e" ], [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "E", "r", "r", "o", "r" ], [ "v", "a", "l", "u", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Return Value
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
433a8dd5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value
[Function] CreateVariable [Arguments] variableName, value(optional), scopeName(optional) [Description] Creates a variable. If scopeName is not specified, the variable is created in the top most scope on the scope stack. If no value is provided, the variable is created with the default value specified by the underlying datamodel. A Failure status is returned if a variable of the same name already exists in the specified scope. [Return Value]
Success or Error
[ [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "F", "a", "i", "l", "u", "r", "e" ], [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "E", "r", "r", "o", "r" ], [ "v", "a", "l", "u", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Return Value
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
433a8dd5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value
[Function] DeleteVariable [Arguments] variableName, scopeName(optional) [Description] Deletes the variable with the specified name from the specified scope. If no scopeName is provided, the variable is deleted from the topmost scope on the stack. The status Failure is returned if no variable with the specified name exists in the scope. [Return Value]
Success or Failure
[ [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "F", "a", "i", "l", "u", "r", "e" ], [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "E", "r", "r", "o", "r" ], [ "v", "a", "l", "u", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Return Value
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
433a8dd5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value
[Function] UpdateVariable [Arguments] variableName, newValue, scopeName(optional) [Description] Assigns a new value to the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. A Failure status is returned if the specified variable or scope cannot be found. [Return Value]
Success or Failure
[ [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "F", "a", "i", "l", "u", "r", "e" ], [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "E", "r", "r", "o", "r" ], [ "v", "a", "l", "u", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Return Value
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
433a8dd5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value
[Function] ReadVariable [Arguments] variableName, scopeName(optional) [Description] Returns the value of the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. An error is raised if the specified variable or scope cannot be found. [Return Value]
value
[ [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "F", "a", "i", "l", "u", "r", "e" ], [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "E", "r", "r", "o", "r" ], [ "v", "a", "l", "u", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Return Value
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
433a8dd5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value
[Function] EvaluateExpression [Arguments] expr, scopeName(optional) [Description] Evaluates the specified expression and returns its value. If scopeName is not specified, the expression is evaluated in the topmost scope on the stack. An error is raised if the specified scope cannot be found. [Return Value]
value
[ [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "F", "a", "i", "l", "u", "r", "e" ], [ "S", "u", "c", "c", "e", "s", "s", " ", "o", "r", " ", "E", "r", "r", "o", "r" ], [ "v", "a", "l", "u", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Return Value
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Level of abstraction [Opera/CableLabs proposal] Javascript API to obtain HTTP Service URL endpoints [Google Web Intents] Javascript API to allow client web application to find and communicate with service web application [Google Web Introducer] Javascript API to allow client web application to find and communicate with service web application [Webinos proposal]
Javascript API to obtain Javascript-based Service APIs
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Relation to underlying low level discovery/communication mechanisms [Opera/CableLabs proposal] Agnostic to underlying low levels discovery/communication mechanisms (but includes standard processing rules for Zeroconf and UPnP). [Google Web Intents] None [Google Web Introducer] None [Webinos proposal]
Agnostic to underlying low levels discovery/communication mechanisms. This is subject for implementation of discovery infrastructure and services based on supported low level discovery and communication mechanisms
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Location of services [Opera/CableLabs proposal] In device, locally connected, local network and web-based services [Google Web Intents] Anywhere, service is represented by a web application that hides any underlying low level service access methods [Google Web Introducer] Anywhere, service is represented by a web application that hides any underlying low level service access methods [Webinos proposal]
In device, locally connected, local network and web-based services
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Network infrastructure required [Opera/CableLabs proposal] Both an underlying Zeroconf and UPnP infrastructure [Google Web Intents] None (Claes: Rich, I believe a “Web Intents server”is needed. Please explain your view [Google Web Introducer] “Web Introducer server” [Webinos proposal]
Underlying infrastructure for registering user’s devices/services (more details)
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Identification of service type [Opera/CableLabs proposal] Service type tokens exposed from the underlying discovery mechanisms [Google Web Intents] A service (intent) is defined by: Action: a URI defining what to do (share, pick, view, etc) Type: the data type to perform the action on (image, url, json etc) [Google Web Introducer] A service (intent) is a string identifying an interaction pattern between a Client and a Service. Examples are bookmark for sharing, link to media file, user's stream of incoming SMSs [Webinos proposal]
URI identifying a JavaScript API to access the service
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Security / access control [Opera/CableLabs proposal] Based on user selection of discovered service and security mechanisms implemented for respective services. Assumes that access control is handled in the UA. [Google Web Intents] Based on user selection of discovered service and security mechanisms implemented for respective services [Google Web Introducer] Based on user selection of discovered service and security mechanisms implemented for respective services [Webinos proposal]
Based on user selection of discovered service and security mechanisms implemented for respective services. A distributed approach where policy decisions are hosted in a Personal Zone.
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Service registration [Opera/CableLabs proposal] UA silently (i.e. in the background) handles discovery and registration of services from the local device, local network. UA also silently handles service discovery and registration on visited web sites. [Google Web Intents] To make a service (intent) discoverable it need to be registered in the UA through a simple API. The services Action, Type and URL to a web page that implements the service is registered. For example, in-page meta header registration syntax is collected as the user browses their web sites. [Google Web Introducer] To make a service (intent) discoverable it need to be registered in the UA through a simple API. The service's name, supported intent strings, icons, URLs to service pages are registered. [Webinos proposal]
An application can register new services through a statement in the manifest file
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Discovery process [Opera/CableLabs proposal] UA searches for networked services (the timing of which is at the discretion of the UA) in the local network and on user visited web sites and maintains a list of currently available services. [Google Web Intents] A web application wanting to use a service calls a simple API stating the requested Action and Type. An iframe allows the user to select one of the registered services for this Action and Type. [Google Web Introducer] A web application wanting to use a service calls a simple API stating the requested intent. An iframe or a new window allows the user to select one of the registered services for this intent. [Webinos proposal]
UA searches for networked services at API invocation.A successCallback is issued for each service found. Timer for how long search process lasts could be set. Pending search process can be canceled
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Search filter [Opera/CableLabs proposal] No [1]. [Google Web Intents] No. [Google Web Introducer] No. [Webinos proposal]
Yes. Allows web application to search for services belonging to certain user(s), to state remote or local only services and to state location of service. Also allows the page to set a timer for how long search process lasts could be set. Pending search processes can be canceled.
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Communication with service [Opera/CableLabs proposal] A URL, extracted directly from the underlying service discovery process, is provided to the web application to access the service. The web page can then use standard XmlHttpRequest, Web Sockets, Server-Sent Events and Web Messaging, etc (all with implicit cross-origin resource sharing) to communcate with the service. Protocol depends on messaging format implemented in device implementing service (e.g. json, protobufs, text-based, xml, etc). [Google Web Intents] Data is sent bi-directionally between client web application page and the service web page through the Web Intents API. The format/protocol of this data exchange is defined for each Action by the Web Intents specification. Underlying communication mechanism is web messaging but this level is hided to the application developer. [Google Web Introducer] Data is sent bi-directionally between client web application page and the service web page through Web Messaging. The format/protocol of this data exchange must be defined for each Intent by specific API/protocol specifications for each intent type. [Webinos proposal]
A standardized / “well-known” JavaScript API is provided to the web application to access the service.
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Service status monitoring [Opera/CableLabs proposal] readyState changes fire back to web page's network service objects. readystatechange events occur on a network service object when the service becomes available or unavailable. servicesAvailable attribute is used to monitor general number of services of the authorized type currently available in the user's network(s). [Google Web Intents] No service status monitoring in the Web Intents API itself but guess that this could be handled in the specific protocol for the specific Action. [Google Web Introducer] No service status monitoring in the Web Introducer API itself but guess that this could be handled in the specific protocol for the specific intent type. [Webinos proposal]
onLost callback when found but not yet bound service is lost. onServiceUnavaialble and onServiceAvailable callbacks for bound services.
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] Service binding lifecycle [Opera/CableLabs proposal] Opera to elaborate [Google Web Intents] To be completed [Google Web Introducer] To be completed [Webinos proposal]
Service binding valid until unbind() is called or client page is left. Later the binding to the service can be resumed using the saved service id.
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
632fafe1_coveryComparison___DAP_WG_Wiki__Webinos_proposal
[Feature] .... [Opera/CableLabs proposal] ... [Google Web Intents] .... [Google Web Introducer] .... [Webinos proposal]
...
[]
ServiceDiscoveryComparison - DAP WG Wiki
Webinos proposal
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
469f8780_TestPlan_Format___Fonts_WG__Title
[Description] The credits element matches the schema and it contains one credit child element. This should be linked to a testable assertion in the spec. [Title]
Valid credits Element With Single credit Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
469f8780_TestPlan_Format___Fonts_WG__Title
[Description] The credits element matches the schema and it contains two credit child elements. This should be linked to a testable assertion in the spec. [Title]
Valid credits Element With Two credit Elements
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
469f8780_TestPlan_Format___Fonts_WG__Title
[Description] The credits element occurs more than once. This should be linked to a testable assertion in the spec. [Title]
More Than One credits Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
469f8780_TestPlan_Format___Fonts_WG__Title
[Description] The credits element does not contain a credit child element. This should be linked to a testable assertion in the spec. [Title]
No credit Element in credits Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
469f8780_TestPlan_Format___Fonts_WG__Title
[Description] The credits element contains an unknown attribute. This should be linked to a testable assertion in the spec. [Title]
Unknown Attribute in credits Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
469f8780_TestPlan_Format___Fonts_WG__Title
[Description] The credits element contains an unknown child element. This should be linked to a testable assertion in the spec. [Title]
Unknown Child Element in credits Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
469f8780_TestPlan_Format___Fonts_WG__Title
[Description] The credits element contains an content. This should be linked to a testable assertion in the spec. [Title]
Content in credits Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element matches the schema. [Title]
Valid description Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element does not contain a url attribute but it still matches the schema. This should be linked to a testable assertion in the spec. [Title]
Valid description Element Without url Attribute
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element matches the schema. It contains one text element that does not have a language tag. This should be linked to a testable assertion in the spec. [Title]
Valid description Element With One No Language Tagged text Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element matches the schema. It contains one text element that has a language tag. This should be linked to a testable assertion in the spec. [Title]
Valid description Element With One Language Tagged text Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element matches the schema. One text element does not have a language tag. One text element has a language tag. This should be linked to a testable assertion in the spec. [Title]
Valid description Element With Mixed text Element Language Tags 1
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element matches the schema. Two text elements have a language tags. This should be linked to a testable assertion in the spec. [Title]
Valid description Element With Mixed text Element Language Tags 2
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element occurs more than once. This should be linked to a testable assertion in the spec. [Title]
More Than One description Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element does not contain a text child element. This should be linked to a testable assertion in the spec. [Title]
No text Element in description Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element contains an unknown attribute. This should be linked to a testable assertion in the spec. [Title]
Unknown Attribute in description Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element contains an unknown child element. This should be linked to a testable assertion in the spec. [Title]
Unknown Child Element in description Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element contains content. This should be linked to a testable assertion in the spec. [Title]
Content in description Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element contains a text element with an unknown attribute. This should be linked to a testable assertion in the spec. [Title]
Unknown Attribute in description Element text Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
99b42b60_TestPlan_Format___Fonts_WG__Title
[Description] The description element contains a text element with an unknown child element. This should be linked to a testable assertion in the spec. [Title]
Unknown Child Element in description Element text Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] additionalType [Expected Type] URL [Description]
An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] description [Expected Type] Text [Description]
A short description of the entry.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] image [Expected Type] URL [Description]
URL of an image of the entry.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] name [Expected Type] Text [Description]
The name of the entry.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] url [Expected Type] URL [Description]
URL of the entry.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] alternativeHeadline [Expected Type] Text [Description]
A secondary title of the entry.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] inLanguage [Expected Type] Language [Description]
The language of the content. Please use one of the language codes from the IETF BCP 47 standard.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] dateCreated [Expected Type] Date [Description]
The date on which the content was created (in ISO 8601 date format).
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] dateModified [Expected Type] Date [Description]
The date on which the content was most recently modified (in ISO 8601 date format).
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] keywords [Expected Type] Text [Description]
The keywords/tags used to describe this content.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] provider [Expected Type] Person or Organization [Description]
Specifies the person or organization that distributed the content.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] breadcrumb [Expected Type] Text [Description]
A set of links that can help a user understand and navigate a website hierarchy.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] entryID [Expected Type] Text [Description]
The identifier of the entry.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] isEntryOf [Expected Type] BiologicalDatabase [Description]
Indicates the database to which the entry belongs.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] taxon [Expected Type] BiologicalDatabaseEntry or Text [Description]
The taxonomy information of the entry.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] seeAlso [Expected Type] BiologicalDatabaseEntry or URL [Description]
Reference to another resource.
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
e6680a31_hemas_BioDatabases____W3C_Wiki__Description
[Property] reference [Expected Type] Text [Description]
The identifier of the reference, such as PMID, DOI, and PMCID. For example: .
[]
Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63688&oldid=63687
7/1438042988860.4_20150728002308-00043-ip-10-236-191-2_821055388_1.json
05816274_SOAP_Version_1_2__Class
[Description] Updated to use the http://www.w3.org/2001/XMLSchema namespace [Class]
Namespace
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Value of targetNamespace attribute changed to http://www.w3.org/2001/06/soap-encoding [Class]
Namespace
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Changed type of the root attribute from restriction of boolean that only allowed 0 or 1 as lexical values to the standard boolean in the http://www.w3.org/2001/XMLSchema namespace. The lexical forms 0, 1, false, true are now allowed. [Class]
Semantic
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added processContents="lax" to all element and attribute wildcards [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Changed base64 simple type to be a vacuous restriction of the base64Binary type in the http://www.w3.org/2001/XMLSchema namespace [Class]
Syntax
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Updated all complex type definitions with simple base types to new syntax [Class]
Syntax
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added to all complex type definitions derived implicitly from the ur-type [Class]
Syntax
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added to all named model group definitions [Class]
Syntax
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Removed the timeDuration datatype [Class]
Deletion
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added duration datatype derived by extension from the duration datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Removed the timeInstant datatype [Class]
Deletion
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added dateTime datatype derived by extension from the dateTime datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added gYearMonth datatype derived by extension from the gYearMonth datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added gYear datatype derived by extension from the gYear datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added gMonthDay datatype derived by extension from the gMonthDay datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added gDay datatype derived by extension from the gDay datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Removed the binary datatype [Class]
Deletion
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added hexBinary datatype derived by extension from the hexBinary datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added base64Binary datatype derived by extension from the base64Binary datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Removed the uriReference datatype [Class]
Deletion
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added anyURI datatype derived by extension from the anyURI datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added normalizedString datatype derived by extension from the normalizedString datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added token datatype derived by extension from the token datatype in the http://www.w3.org/2001/XMLSchema namespace. [Class]
Addition
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Added explicit namespace="##any" to all element and attribute wildcards which did not previously have an explicit namespace attribute [Class]
Clarification
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
05816274_SOAP_Version_1_2__Class
[Description] Where possible comments have been changed into annotations [Class]
Style
[ [ "N", "a", "m", "e", "s", "p", "a", "c", "e" ], [ "S", "e", "m", "a", "n", "t", "i", "c" ], [ "A", "d", "d", "i", "t", "i", "o", "n" ], [ "S", "y", "n", "t", "a", "x" ], [ "D", "e", "l", "e", "t", "i", "o", "n" ], [ "C", "l", "a", "r", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "e" ] ]
SOAP Version 1.2
Class
http://www.w3.org/TR/2001/WD-soap12-20010709/
7/1438042988860.4_20150728002308-00185-ip-10-236-191-2_825012938_8.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] Javascript API to obtain Javascript-based Service APIs [Opera/CableLabs proposal] Javascript API to obtain HTTP Service URL endpoints [Google Web Intents] Javascript API to allow client web application to find and communicate with service web application [Google Web Introducer] Javascript API to allow client web application to find and communicate with service web application [Feature]
Level of abstraction
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] Agnostic to underlying low levels discovery/communication mechanisms. This is subject for implementation of discovery infrastructure and services based on supported low level discovery and communication mechanisms [Opera/CableLabs proposal] Agnostic to underlying low levels discovery/communication mechanisms (but includes standard processing rules for Zeroconf and UPnP). [Google Web Intents] None [Google Web Introducer] None [Feature]
Relation to underlying low level discovery/communication mechanisms
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json