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
|
---|---|---|---|---|---|---|---|
123c1395_Definition_Language_Submission__Attribute_Name | [Description] Specifies whether a condition is checking for the 'Success' or the 'Failure' of a binding attempt, or whether a binding attempt should be retried in the case of a 'server busy' error. Any variable that returns a NULL value will cause the entire binding to fail, unless the NULLOK attribute of that variable has been set to true. Conditions can catch the success or failure of either a specific object reference or of an entire binding. In the case where a condition initiates a service chain, it is important that all variables bind properly. [Type] String [#] 0 or 1 [Default] "Success" [Attribute Name] | TYPE | [
[
"T",
"Y",
"P",
"E"
],
[
"R",
"E",
"F",
"E",
"R",
"E",
"N",
"C",
"E"
],
[
"M",
"A",
"T",
"C",
"H"
],
[
"R",
"E",
"B",
"I",
"N",
"D"
],
[
"S",
"E",
"R",
"V",
"I",
"C",
"E"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"R",
"E",
"F"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"T",
"E",
"X",
"T"
],
[
"W",
"A",
"I",
"T"
],
[
"R",
"E",
"T",
"R",
"I",
"E",
"S"
]
] | Web Interface Definition Language Submission | Attribute Name | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
123c1395_Definition_Language_Submission__Attribute_Name | [Description] Specifies an object reference which extracts data from the HTML or XML document returned as the result of a service invocation. The Reference attribute for conditions is equivalent to the Reference attribute used in variable definitions. Identifies the document object property that will be compared with the text pattern specified by the Match attribute. [Type] String [#] Exactly One [Attribute Name] | REFERENCE | [
[
"T",
"Y",
"P",
"E"
],
[
"R",
"E",
"F",
"E",
"R",
"E",
"N",
"C",
"E"
],
[
"M",
"A",
"T",
"C",
"H"
],
[
"R",
"E",
"B",
"I",
"N",
"D"
],
[
"S",
"E",
"R",
"V",
"I",
"C",
"E"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"R",
"E",
"F"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"T",
"E",
"X",
"T"
],
[
"W",
"A",
"I",
"T"
],
[
"R",
"E",
"T",
"R",
"I",
"E",
"S"
]
] | Web Interface Definition Language Submission | Attribute Name | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
123c1395_Definition_Language_Submission__Attribute_Name | [Description] Specifies a text pattern that will be compared with the object property referenced by the Reference attribute. [Type] String [#] Exactly One [Attribute Name] | MATCH | [
[
"T",
"Y",
"P",
"E"
],
[
"R",
"E",
"F",
"E",
"R",
"E",
"N",
"C",
"E"
],
[
"M",
"A",
"T",
"C",
"H"
],
[
"R",
"E",
"B",
"I",
"N",
"D"
],
[
"S",
"E",
"R",
"V",
"I",
"C",
"E"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"R",
"E",
"F"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"T",
"E",
"X",
"T"
],
[
"W",
"A",
"I",
"T"
],
[
"R",
"E",
"T",
"R",
"I",
"E",
"S"
]
] | Web Interface Definition Language Submission | Attribute Name | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
123c1395_Definition_Language_Submission__Attribute_Name | [Description] Specifies an alternate output binding. Typically a failure condition indicates that the document returned cannot be bound properly. Rebind redirects the binding attempt. The use of REBIND allows a conditions to determine the appropriate binding for extracting the desired data. Must refer to a binding that is defined in the same WIDL interface. [Type] String [#] 0 or 1 [Attribute Name] | REBIND | [
[
"T",
"Y",
"P",
"E"
],
[
"R",
"E",
"F",
"E",
"R",
"E",
"N",
"C",
"E"
],
[
"M",
"A",
"T",
"C",
"H"
],
[
"R",
"E",
"B",
"I",
"N",
"D"
],
[
"S",
"E",
"R",
"V",
"I",
"C",
"E"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"R",
"E",
"F"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"T",
"E",
"X",
"T"
],
[
"W",
"A",
"I",
"T"
],
[
"R",
"E",
"T",
"R",
"I",
"E",
"S"
]
] | Web Interface Definition Language Submission | Attribute Name | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
123c1395_Definition_Language_Submission__Attribute_Name | [Description] Specifies a service to invoke with the results of an output binding. Aside from the obvious benefit of chaining services to further automate the tasks that can be encapsulated for client programs, there are many cases when target documents can only be retrieved after visiting several Web pages in succession. In some instances cookies are issued by an entry page that must be visited prior to interacting with HTML forms; in others, URLs are dynamically generated from databases for specific user identities. [Type] String [#] 0 or 1 [Attribute Name] | SERVICE | [
[
"T",
"Y",
"P",
"E"
],
[
"R",
"E",
"F",
"E",
"R",
"E",
"N",
"C",
"E"
],
[
"M",
"A",
"T",
"C",
"H"
],
[
"R",
"E",
"B",
"I",
"N",
"D"
],
[
"S",
"E",
"R",
"V",
"I",
"C",
"E"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"R",
"E",
"F"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"T",
"E",
"X",
"T"
],
[
"W",
"A",
"I",
"T"
],
[
"R",
"E",
"T",
"R",
"I",
"E",
"S"
]
] | Web Interface Definition Language Submission | Attribute Name | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
123c1395_Definition_Language_Submission__Attribute_Name | [Description] Reference to an object's attribute to be returned as an error message when a service fails. [Type] String [#] 0 or 1 [Attribute Name] | REASONREF | [
[
"T",
"Y",
"P",
"E"
],
[
"R",
"E",
"F",
"E",
"R",
"E",
"N",
"C",
"E"
],
[
"M",
"A",
"T",
"C",
"H"
],
[
"R",
"E",
"B",
"I",
"N",
"D"
],
[
"S",
"E",
"R",
"V",
"I",
"C",
"E"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"R",
"E",
"F"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"T",
"E",
"X",
"T"
],
[
"W",
"A",
"I",
"T"
],
[
"R",
"E",
"T",
"R",
"I",
"E",
"S"
]
] | Web Interface Definition Language Submission | Attribute Name | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
123c1395_Definition_Language_Submission__Attribute_Name | [Description] The text to be returned as an error message when a service fails. [Type] String [#] 0 or 1 [Attribute Name] | REASONTEXT | [
[
"T",
"Y",
"P",
"E"
],
[
"R",
"E",
"F",
"E",
"R",
"E",
"N",
"C",
"E"
],
[
"M",
"A",
"T",
"C",
"H"
],
[
"R",
"E",
"B",
"I",
"N",
"D"
],
[
"S",
"E",
"R",
"V",
"I",
"C",
"E"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"R",
"E",
"F"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"T",
"E",
"X",
"T"
],
[
"W",
"A",
"I",
"T"
],
[
"R",
"E",
"T",
"R",
"I",
"E",
"S"
]
] | Web Interface Definition Language Submission | Attribute Name | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
123c1395_Definition_Language_Submission__Attribute_Name | [Description] Number of seconds to wait before re-trying retrieval of a document after a server has returned a 'service busy' error. [Type] String [#] 0 or 1 [Attribute Name] | WAIT | [
[
"T",
"Y",
"P",
"E"
],
[
"R",
"E",
"F",
"E",
"R",
"E",
"N",
"C",
"E"
],
[
"M",
"A",
"T",
"C",
"H"
],
[
"R",
"E",
"B",
"I",
"N",
"D"
],
[
"S",
"E",
"R",
"V",
"I",
"C",
"E"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"R",
"E",
"F"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"T",
"E",
"X",
"T"
],
[
"W",
"A",
"I",
"T"
],
[
"R",
"E",
"T",
"R",
"I",
"E",
"S"
]
] | Web Interface Definition Language Submission | Attribute Name | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
123c1395_Definition_Language_Submission__Attribute_Name | [Description] Number of times to retry the service before failing. [Type] String [#] 0 or 1 [Attribute Name] | RETRIES | [
[
"T",
"Y",
"P",
"E"
],
[
"R",
"E",
"F",
"E",
"R",
"E",
"N",
"C",
"E"
],
[
"M",
"A",
"T",
"C",
"H"
],
[
"R",
"E",
"B",
"I",
"N",
"D"
],
[
"S",
"E",
"R",
"V",
"I",
"C",
"E"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"R",
"E",
"F"
],
[
"R",
"E",
"A",
"S",
"O",
"N",
"T",
"E",
"X",
"T"
],
[
"W",
"A",
"I",
"T"
],
[
"R",
"E",
"T",
"R",
"I",
"E",
"S"
]
] | Web Interface Definition Language Submission | Attribute Name | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] HTML to Text converter [,shortcut] ,text [Access control] Same as the document [For this page] | A plain text version of the page, handy for pasting into email. | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] Link Checker [,shortcut] ,checklink [Access control] Same as the document [For this page] | List of bad links in the page | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] Link Checker [,shortcut] ,rchecklink [Access control] Same as the document [For this page] | Bad links in a page and in pages linked from it | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] HTML Validator [,shortcut] ,validate [Access control] Same as the document [For this page] | List of HTML markup errors. | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] W3C Spellchecker [,shortcut] ,spell [Access control] Same as the document [For this page] | List of spelling errors. | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] CSS Validator [,shortcut] ,cssvalidate [Access control] Works only on public pages. [For this page] | List of style CSS errors. | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] CVS Log [,shortcut] ,cvslog [Access control] Public on dev.w3.org, Team-only on www.w3.org [For this page] | Log of changes to the document | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] Headers [,shortcut] ,headers [Access control] Same as the document [For this page] | HTTP headers sent by the server | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] the pubrules checker [,shortcut] ,pubrules [Access control] Same as the document [For this page] | Check the compliance of this document to the W3C publication rules | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
89054ed3_bout_http___www_w3_org_Member___For_this_page | [General tool] the pubrules checker [,shortcut] ,pubruleserrors [Access control] Same as the document [For this page] | Check the compliance of this document to the W3C publication rules, only displaying errors | [] | About http://www.w3.org/Member/ | For this page | https://www.w3.org/Member/,tools | 40/1438042981921.1_20150728002301-00081-ip-10-236-191-2_926973334_0.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Accepted [Summary] To promote the 'citation' property currently on MedicalScholarlyArticle up to CreativeWork. [Vocab] Moves citation up to CreativeWork [Topic] | Citation Promotion | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] Proposal for new Collection Type and part properties for CreativeWork. [Vocab] Collection subtype of CreativeWork hasPart & isPartOf properties for CreativeWork [Topic] | Collection | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] Extension for describing accessibility properties of a CreativeWork. [Comments] Draft published to elicit feedback. [Topic] | Accessibility | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Accepted [Summary] Add one property 'department' to Organization, to allow local businesses to describe their depts (e.g. opening hours) in detail. Final discussion on whether to call it subOrganizationOf instead. [Vocab] department property (range and domain both Organization) [Comments] Proposal very greatly simplified after WebSchemas discussion. [Topic] | Add Organization department property | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] Add one type, 'QuotationSchema', a kind of CreativeWork, alongside some supporting properties. [Vocab] Quotation, spokenByCharacter, incorrectlyAttributedTo, aboutEvent, fromEvent, addressee. [Comments] Several other requirements are addressed by re-use of existing properties. Debate about whether incorrectlyAttributedTo is worthwhile. Some details to finalise. [Topic] | Add Quotation type | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] Property to indicate that a single identity is being described. [Vocab] Essentially same meaning as owl:sameAs, but suggesting a distinct name to make it easier to talk about; also schema.org data is typically scruffier than OWL re http-range-14. [Comments] Draft published to elicit feedback. [Topic] | sameAs | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] A proposal for a new Action type. [Vocab] See full entry and proposal for details. May2013 version builds on two previously published designs. [Comments] The schema.org team solicit comments on this draft via [email protected]. [Topic] | Actions in Schema.org | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] "While schema.org already supports marking up offers to sell products (pre-transaction), it does not currently provide schema for the common kinds of confirmations and notifications around orders (post-transaction)". [Vocab] Adds classes OrderStatus, Order, DeliveryMethod plus associated properties. [Comments] Complements Actions proposal, but independent. [Topic] | Orders in Schema.org | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] This proposal includes new types for describing reservations and tickets [Vocab] Adds classes Reservation, ReservationStatus, ProgramMembership, Flight, TrainTrip, TrainReservation, FoodEstablishmentReservation, FlightReservation, EventReservation, ReservationPackage, BusReservation, BusTrip, RentalCarReservation, RentalCar, Car, LodgingReservation plus associated properties. [Comments] Complements Actions proposal, but independent. [Topic] | Reservations in Schema.org | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] This proposal adds a single new type, EmailMessage [Vocab] EmailMessage is a CreativeWork representing email messages, just as WebPage already represents Web pages. [Comments] No properties currently defined; proposals welcomed. [Topic] | EmailMessage type | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] Describing public civic services [Vocab] A proposal extending schema.org to cover various kinds of civic services. [Comments] GovernmentService, several kinds of CivicPermit, CivicAudience, BusinessAudience; various properties [Topic] | Civic Services | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Accepted [Summary] This proposal adds a single new type, WorkersUnion, addressing issue 17 in the WebSchemas tracker. [Vocab] "A Workers Union (...) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying."" [Comments] One type, see draft schema. [Topic] | Workers Union type | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Accepted; published in next version [Summary] Proposes modest changes and additions to support TV and radio (from EBU and BBC). [Vocab] Adds Series, Season, Episode under CreativeWork. Existing TVSeries, TVSeason, TVEpisode under Series/Season/Episode. Adds RadioSeries/RadioSeason/RadioEpisode alongside. Adds Programme/Clip for programmes other than episodes. Adds description of a service with Service/PublicationEvent for broadcast, streaming, VoD, etc. [Comments] See also background notes and [[1]]. Draft initially from EBU/BBC/NoTube discussions. Nearby vocab: see VideoObject, AudioObject; Movie. Event re scheduling. See also UserPlays, a kind of UserInteraction. Comics and TV/Radio also share a concern for describing fictional characters and narratives. [Topic] | TV and Radio proposal | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Some initial discussions. [Summary] Several parties are working towards a Sports Vocabulary proposal. See query from Paul Kelly (SportsML), Microdata + Sports Stats post describing earlier ESPN/Google collaboration, and the Sports Ontology used by BBC, Press Association and others. See also sports-schema-collab mailing list. [Vocab] Several sources including a full draft from the ESPN+Google work. Needs summary here. [Comments] March 2nd - posted writeup of the ESPN/Google Microdata vocabulary; next is discussion on finding common basic sports vocab for schema.org. [Topic] | Sports | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Discussing Proposals [Summary] Proposal from Marvel (see examples). [Vocab] Adds PeriodicalSeries (under Intangible(?)), PeriodicalIssue (under CreativeWork), Comic Issue (under PeriodicalIssue), GraphicNovel (under Book). Approx 6-9 properties for each of these classes. [Comments] Generally well received and specified, but some detailed discussion re fine-grain detail of comics (imprint, page count etc.). Can those properties be shared with Book/numberOfPages, or ScholarlyArticle? Should PeriodicalSeries be intangible? [Topic] | Comics and Serials | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Hopefully Final Proposal - please review [Summary] Proposes some modifications to Event based on deployment experience. [Vocab] Adds eventStatus, previousStartDate, previousEndDate; eventCategory; makes startDate/endDate repeatable. Encourages use of 'url' from Thing. [Comments] Fairly modest proposals based on implementor feedback. May2013 update addresses the last open issue on repeating events. [Topic] | Event schema update | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] The historical-data.org site proposes some extensions to schema.org to address historical and genealogical (family history) scenarios. [Vocab] Adds HistoricalRecord, HistoricalEvent (subclass of Event), overrides attendees, subEvents, superEvent to point to HistoricalEvent. [Comments] There is an associated implementation, github repository, and blog. [Topic] | Historical Data proposal | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] A schema extension for describing biological databases, Sagace. [Vocab] Adds a class 'BiologicalDatabaseEntry' as a kind of CreativeWork, introducing 'entryID', 'isEntryOf', 'taxonID'. Adds 'BiologicalDatabase' also subclass of CreativeWork, with no special properties. Both also use 'breadcrumb' from WebPage. [Comments] Others have also mentioned interest in adding some notion of species. [Topic] | Biological Databases | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] A proposal resolving current problems handling breadcrumbs. [Vocab] Adds Breadcrumb type with child property and supposes to use this class on breadcrumb property of a WebPage. An important schema, but needs attention. See discussion on using literal values. [Topic] | Breadcrumbs | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] A proposal extending schema.org for describing online discussion forums and message boards. [Vocab] Adds attachmentURL, contributorType, discussionState, interestedUsers, postCount, postType, votedHelpful. [Comments] Addition candidate [Topic] | Discussion | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] Proposal [Summary] A proposal extending schema.org for describing Innovation and related concepts. Discussion found here: [2] [Vocab] Covers concepts and terms such as Need, Benefit, Usage, Disruption, Innovator, Innovation, Embodiment, to name a few. See [3] for complete list of terms. [Comments] Addition candidate [Topic] | Innovation | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Topic] | ... | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
ed481b09_emaDotOrgProposals____W3C_Wiki__Topic | [Status] How far along [Summary] Summary of contribution. [Vocab] Overview of new terms [Comments] Comments on status, particularly regarding integration, overlaps and open issues. [Topic] | Proposal name | [] | Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=67682&oldid=67681 | 40/1438042981921.1_20150728002301-00031-ip-10-236-191-2_819129363_1.json |
0242069a_XHTML___XHTML_Abstract_Modules__Attribute_Type | [Definition] Character data [Attribute Type] | CDATA | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML - XHTML Abstract Modules | Attribute Type | http://www.w3.org/TR/1999/WD-xhtml-modularization-19990910/xhtml_modules.html | 40/1438042988305.14_20150728002308-00010-ip-10-236-191-2_816195553_0.json |
0242069a_XHTML___XHTML_Abstract_Modules__Attribute_Type | [Definition] A document-unique identifier [Attribute Type] | ID | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML - XHTML Abstract Modules | Attribute Type | http://www.w3.org/TR/1999/WD-xhtml-modularization-19990910/xhtml_modules.html | 40/1438042988305.14_20150728002308-00010-ip-10-236-191-2_816195553_0.json |
0242069a_XHTML___XHTML_Abstract_Modules__Attribute_Type | [Definition] A reference to a document-unique identifier [Attribute Type] | IDREF | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML - XHTML Abstract Modules | Attribute Type | http://www.w3.org/TR/1999/WD-xhtml-modularization-19990910/xhtml_modules.html | 40/1438042988305.14_20150728002308-00010-ip-10-236-191-2_816195553_0.json |
0242069a_XHTML___XHTML_Abstract_Modules__Attribute_Type | [Definition] A name with the same character constraints as ID above [Attribute Type] | NAME | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML - XHTML Abstract Modules | Attribute Type | http://www.w3.org/TR/1999/WD-xhtml-modularization-19990910/xhtml_modules.html | 40/1438042988305.14_20150728002308-00010-ip-10-236-191-2_816195553_0.json |
0242069a_XHTML___XHTML_Abstract_Modules__Attribute_Type | [Definition] A name composed of CDATA characters but no whitespace [Attribute Type] | NMTOKEN | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML - XHTML Abstract Modules | Attribute Type | http://www.w3.org/TR/1999/WD-xhtml-modularization-19990910/xhtml_modules.html | 40/1438042988305.14_20150728002308-00010-ip-10-236-191-2_816195553_0.json |
0242069a_XHTML___XHTML_Abstract_Modules__Attribute_Type | [Definition] Multiple names composed of CDATA characters separated by whitespace [Attribute Type] | NMTOKENS | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML - XHTML Abstract Modules | Attribute Type | http://www.w3.org/TR/1999/WD-xhtml-modularization-19990910/xhtml_modules.html | 40/1438042988305.14_20150728002308-00010-ip-10-236-191-2_816195553_0.json |
0242069a_XHTML___XHTML_Abstract_Modules__Attribute_Type | [Definition] Processed character data [Attribute Type] | PCDATA | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML - XHTML Abstract Modules | Attribute Type | http://www.w3.org/TR/1999/WD-xhtml-modularization-19990910/xhtml_modules.html | 40/1438042988305.14_20150728002308-00010-ip-10-236-191-2_816195553_0.json |
9e12bef9_Definition_Language_Submission__Description | [Attribute Name] TYPE [Type] String [#] 0 or 1 [Default] "Success" [Description] | Specifies whether a condition is checking for the 'Success' or the 'Failure' of a binding attempt, or whether a binding attempt should be retried in the case of a 'server busy' error. Any variable that returns a NULL value will cause the entire binding to fail, unless the NULLOK attribute of that variable has been set to true. Conditions can catch the success or failure of either a specific object reference or of an entire binding. In the case where a condition initiates a service chain, it is important that all variables bind properly. | [] | Web Interface Definition Language Submission | Description | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
9e12bef9_Definition_Language_Submission__Description | [Attribute Name] REFERENCE [Type] String [#] Exactly One [Description] | Specifies an object reference which extracts data from the HTML or XML document returned as the result of a service invocation. The Reference attribute for conditions is equivalent to the Reference attribute used in variable definitions. Identifies the document object property that will be compared with the text pattern specified by the Match attribute. | [] | Web Interface Definition Language Submission | Description | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
9e12bef9_Definition_Language_Submission__Description | [Attribute Name] MATCH [Type] String [#] Exactly One [Description] | Specifies a text pattern that will be compared with the object property referenced by the Reference attribute. | [] | Web Interface Definition Language Submission | Description | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
9e12bef9_Definition_Language_Submission__Description | [Attribute Name] REBIND [Type] String [#] 0 or 1 [Description] | Specifies an alternate output binding. Typically a failure condition indicates that the document returned cannot be bound properly. Rebind redirects the binding attempt. The use of REBIND allows a conditions to determine the appropriate binding for extracting the desired data. Must refer to a binding that is defined in the same WIDL interface. | [] | Web Interface Definition Language Submission | Description | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
9e12bef9_Definition_Language_Submission__Description | [Attribute Name] SERVICE [Type] String [#] 0 or 1 [Description] | Specifies a service to invoke with the results of an output binding. Aside from the obvious benefit of chaining services to further automate the tasks that can be encapsulated for client programs, there are many cases when target documents can only be retrieved after visiting several Web pages in succession. In some instances cookies are issued by an entry page that must be visited prior to interacting with HTML forms; in others, URLs are dynamically generated from databases for specific user identities. | [] | Web Interface Definition Language Submission | Description | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
9e12bef9_Definition_Language_Submission__Description | [Attribute Name] REASONREF [Type] String [#] 0 or 1 [Description] | Reference to an object's attribute to be returned as an error message when a service fails. | [] | Web Interface Definition Language Submission | Description | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
9e12bef9_Definition_Language_Submission__Description | [Attribute Name] REASONTEXT [Type] String [#] 0 or 1 [Description] | The text to be returned as an error message when a service fails. | [] | Web Interface Definition Language Submission | Description | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
9e12bef9_Definition_Language_Submission__Description | [Attribute Name] WAIT [Type] String [#] 0 or 1 [Description] | Number of seconds to wait before re-trying retrieval of a document after a server has returned a 'service busy' error. | [] | Web Interface Definition Language Submission | Description | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
9e12bef9_Definition_Language_Submission__Description | [Attribute Name] RETRIES [Type] String [#] 0 or 1 [Description] | Number of times to retry the service before failing. | [] | Web Interface Definition Language Submission | Description | http://www.w3.org/TR/NOTE-widl | 40/1438042981921.1_20150728002301-00085-ip-10-236-191-2_816668830_4.json |
027fffca_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Final [Description] The operation succeeded. [anyURI Name] | Success | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/ | 40/1438042989510.73_20150728002309-00239-ip-10-236-191-2_809232174_4.json |
027fffca_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Final [Description] The service does not support the protocol version specified in the request. [anyURI Name] | VersionMismatch | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/ | 40/1438042989510.73_20150728002309-00239-ip-10-236-191-2_809232174_4.json |
027fffca_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Final [Description] An error occurred that was due to the message sent by the sender. [anyURI Name] | Sender | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/ | 40/1438042989510.73_20150728002309-00239-ip-10-236-191-2_809232174_4.json |
027fffca_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Final [Description] An error occurred at the receiver. [anyURI Name] | Receiver | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/ | 40/1438042989510.73_20150728002309-00239-ip-10-236-191-2_809232174_4.json |
027fffca_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Not Final [Description] The service has not acted on the request. In order for the request to be acted upon the request MUST be represented with the specified nonce in accordance with the two-phase protocol. [anyURI Name] | Represent | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/ | 40/1438042989510.73_20150728002309-00239-ip-10-236-191-2_809232174_4.json |
027fffca_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Not Final [Description] The request has been accepted for processing and the service will return the result asynchronously. [anyURI Name] | Pending | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/ | 40/1438042989510.73_20150728002309-00239-ip-10-236-191-2_809232174_4.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxdl [Unicode] U+2510 [Description] lower left quadrant [Unicode Name] | BOX DRAWINGS LIGHT DOWN AND LEFT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxdL [Unicode] U+2555 [Description] lower left quadrant [Unicode Name] | BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxDl [Unicode] U+2556 [Description] lower left quadrant [Unicode Name] | BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxDL [Unicode] U+2557 [Description] lower left quadrant [Unicode Name] | BOX DRAWINGS DOUBLE DOWN AND LEFT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxdr [Unicode] U+250C [Description] lower right quadrant [Unicode Name] | BOX DRAWINGS LIGHT DOWN AND RIGHT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxdR [Unicode] U+2552 [Description] lower right quadrant [Unicode Name] | BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxDr [Unicode] U+2553 [Description] lower right quadrant [Unicode Name] | BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxDR [Unicode] U+2554 [Description] lower right quadrant [Unicode Name] | BOX DRAWINGS DOUBLE DOWN AND RIGHT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxh [Unicode] U+2500 [Description] horizontal line [Aliases] HorizontalLine [Unicode Name] | BOX DRAWINGS LIGHT HORIZONTAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxH [Unicode] U+2550 [Description] horizontal line [Unicode Name] | BOX DRAWINGS DOUBLE HORIZONTAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxhd [Unicode] U+252C [Description] lower left and right quadrants [Unicode Name] | BOX DRAWINGS LIGHT DOWN AND HORIZONTAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxhD [Unicode] U+2565 [Description] lower left and right quadrants [Unicode Name] | BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxHd [Unicode] U+2564 [Description] lower left and right quadrants [Unicode Name] | BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxHD [Unicode] U+2566 [Description] lower left and right quadrants [Unicode Name] | BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxhu [Unicode] U+2534 [Description] upper left and right quadrants [Unicode Name] | BOX DRAWINGS LIGHT UP AND HORIZONTAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxhU [Unicode] U+2568 [Description] upper left and right quadrants [Unicode Name] | BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxHu [Unicode] U+2567 [Description] upper left and right quadrants [Unicode Name] | BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxHU [Unicode] U+2569 [Description] upper left and right quadrants [Unicode Name] | BOX DRAWINGS DOUBLE UP AND HORIZONTAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxul [Unicode] U+2518 [Description] upper left quadrant [Unicode Name] | BOX DRAWINGS LIGHT UP AND LEFT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxuL [Unicode] U+255B [Description] upper left quadrant [Unicode Name] | BOX DRAWINGS UP SINGLE AND LEFT DOUBLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxUl [Unicode] U+255C [Description] upper left quadrant [Unicode Name] | BOX DRAWINGS UP DOUBLE AND LEFT SINGLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxUL [Unicode] U+255D [Description] upper left quadrant [Unicode Name] | BOX DRAWINGS DOUBLE UP AND LEFT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxur [Unicode] U+2514 [Description] upper right quadrant [Unicode Name] | BOX DRAWINGS LIGHT UP AND RIGHT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxuR [Unicode] U+2558 [Description] upper right quadrant [Unicode Name] | BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxUr [Unicode] U+2559 [Description] upper right quadrant [Unicode Name] | BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxUR [Unicode] U+255A [Description] upper right quadrant [Unicode Name] | BOX DRAWINGS DOUBLE UP AND RIGHT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxv [Unicode] U+2502 [Description] vertical line [Unicode Name] | BOX DRAWINGS LIGHT VERTICAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxV [Unicode] U+2551 [Description] vertical line [Unicode Name] | BOX DRAWINGS DOUBLE VERTICAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxvh [Unicode] U+253C [Description] all four quadrants [Unicode Name] | BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxvH [Unicode] U+256A [Description] all four quadrants [Unicode Name] | BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxVh [Unicode] U+256B [Description] all four quadrants [Unicode Name] | BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxVH [Unicode] U+256C [Description] all four quadrants [Unicode Name] | BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxvl [Unicode] U+2524 [Description] upper and lower left quadrants [Unicode Name] | BOX DRAWINGS LIGHT VERTICAL AND LEFT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxvL [Unicode] U+2561 [Description] upper and lower left quadrants [Unicode Name] | BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxVl [Unicode] U+2562 [Description] upper and lower left quadrants [Unicode Name] | BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
ed838c21_ISOBOX__Unicode_Name | [Name] boxVL [Unicode] U+2563 [Description] upper and lower left quadrants [Unicode Name] | BOX DRAWINGS DOUBLE VERTICAL AND LEFT | [] | ISOBOX | Unicode Name | http://www.w3.org/TR/2014/PER-xml-entity-names-20140211/isobox.html | 40/1438042988305.14_20150728002308-00146-ip-10-236-191-2_800383094_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.