Parent Directory
|
Revision Log
New
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en" class="formal-specification"> |
| 3 | <head> |
| 4 | <title>Schema Type URI Namespace</title> |
| 5 | <link rel="copyright" href="/c/pd" title="Public Domain"> |
| 6 | <link rel="stylesheet" href="/www/style/html/xhtml"> |
| 7 | <link rel="stylesheet" href="/www/style/html/spec"> |
| 8 | </head> |
| 9 | <body> |
| 10 | <h1>Schema Type <abbr title="Uniform Resource Identifiers">URI</abbr> |
| 11 | Namespace</h1> |
| 12 | |
| 13 | <p>The URI namespace <code class="URI"><<a |
| 14 | href="http://suika.fam.cx/www/2006/schema/" |
| 15 | >http://suika.fam.cx/www/2006/schema/</a>></code> |
| 16 | is used to map <a |
| 17 | href="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#parameter-schema-type" |
| 18 | >schema type</a> |
| 19 | <abbr title="Uniform Resource Identifier">URI</abbr>s |
| 20 | to <a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMFeatures">feature names</a>.</p> |
| 21 | |
| 22 | <div class="section" id="schema-types"> |
| 23 | <h2>Known Schema Types</h2> |
| 24 | |
| 25 | <table> |
| 26 | <colgroup span="2"> |
| 27 | <colgroup span="3"> |
| 28 | <thead> |
| 29 | <tr> |
| 30 | <th scope="colgroup" colspan="2">Feature</th> |
| 31 | <th scope="colgroup" colspan="3">Schema Language</th> |
| 32 | </tr> |
| 33 | <tr><th scope="col">Name |
| 34 | <abbr title="Uniform Resource Identifier">URI</abbr></th> |
| 35 | <th scope="col">Version</th> |
| 36 | <th scope="col">Type |
| 37 | <abbr title="Uniform Resource Identifier">URI</abbr></th> |
| 38 | <th scope="col">Description (informative)</th> |
| 39 | <th scope="col">Source</th></tr> |
| 40 | </thead> |
| 41 | <tbody> |
| 42 | <tr id="http://relaxng.org/ns/structure/1.0"> |
| 43 | <td><code class="URI"><<a href="http://suika.fam.cx/www/2006/schema/http://relaxng.org/ns/structure/1.0" |
| 44 | >http://suika.fam.cx/www/2006/schema/http://relaxng.org/ns/structure/1.0</a>></code></td> |
| 45 | <td><code>1.0</code></td> |
| 46 | <td><code class="URI"><<a href="http://relaxng.org/ns/structure/1.0" |
| 47 | >http://relaxng.org/ns/structure/1.0</a>></code></td> |
| 48 | <td>RELAX NG</td> |
| 49 | <td><cite lang="ja"><a href="http://members.jcom.home.ne.jp/jintrick/Personal/dom_libxml2.html#d2004-08-11T20-30-21"><span lang="en">libxml2mod</span>で<abbr title="en">DOM3</abbr></a></cite></td> |
| 50 | </tr> |
| 51 | <tr id="http://www.w3.org/2001/XMLSchema"> |
| 52 | <td><code class="URI"><<a href="http://suika.fam.cx/www/2006/schema/http://www.w3.org/2001/XMLSchema" |
| 53 | >http://suika.fam.cx/www/2006/schema/http://www.w3.org/2001/XMLSchema</a>></code></td> |
| 54 | <td><code>1.0</code></td> |
| 55 | <td><code class="URI"><<a href="http://www.w3.org/2001/XMLSchema" |
| 56 | >http://www.w3.org/2001/XMLSchema</a>></code></td> |
| 57 | <td><a href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/" |
| 58 | >XML Schema 1.0</a></td> |
| 59 | <td><a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#parameter-schema-type" |
| 60 | ><abbr title="Document Object Model Level 3">DOM3</abbr> Core</a>, |
| 61 | <a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-DOMImplementationLS-createLSParser" |
| 62 | ><abbr title="Document Object Model Level 3">DOM3</abbr> |
| 63 | <abbr title="Load and Save">LS</abbr></a></td> |
| 64 | </tr> |
| 65 | <tr id="http://www.w3.org/TR/REC-xml"> |
| 66 | <td><code class="URI"><<a href="http://suika.fam.cx/www/2006/schema/http://www.w3.org/TR/REC-xml" |
| 67 | >http://suika.fam.cx/www/2006/schema/http://www.w3.org/TR/REC-xml</a>></code></td> |
| 68 | <td><code>1.0</code></td> |
| 69 | <td><code class="URI"><<a href="http://www.w3.org/TR/REC-xml" |
| 70 | >http://www.w3.org/TR/REC-xml</a>></code></td> |
| 71 | <td><a href="http://www.w3.org/TR/2004/REC-xml-20040204/#dt-doctype" |
| 72 | ><abbr title="Extensible Markup Language">XML</abbr> 1.0 |
| 73 | <abbr title="Document Type Definition">DTD</abbr></a></td> |
| 74 | <td><a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#parameter-schema-type" |
| 75 | ><abbr title="Document Object Model Level 3">DOM3</abbr> Core</a>, |
| 76 | <a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-DOMImplementationLS-createLSParser" |
| 77 | ><abbr title="Document Object Model Level 3">DOM3</abbr> |
| 78 | <abbr title="Load and Save">LS</abbr></a></td> |
| 79 | </tr> |
| 80 | </tbody> |
| 81 | </table> |
| 82 | </div> |
| 83 | |
| 84 | <div class="footer"> |
| 85 | <div class="update">$Date:$</div> |
| 86 | </div> |
| 87 | </body> |
| 88 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |