Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / etc / schema / README
1 locate.rnc, relaxng.rnc, and schemas.xml are part of Emacs. They are
2 used by nXML mode for mapping schemas to documents.
3
4 The remaining files in this directory are schema for a variety of
5 specifications released by the DocBook project, the Organization for
6 the Advancement of Structured Information Standards (OASIS) and the
7 World Wide Web Consortium (W3C). These schema are used by nXML mode.
8
9 COPYRIGHT AND LICENSE INFORMATION FOR SCHEMA FILES
10
11 The following files are part of the DocBook project:
12
13 calstbl.rnc dbcalstbl.rnc dbhier.rnc dbnotn.rnc dbpool.rnc
14 dbstart.rnc docbook.rnc
15
16 These files are Copyright (C) 1992-2002 HaL Computer Systems, Inc.,
17 O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
18 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
19 Organization for the Advancement of Structured Information Standards
20 (OASIS). They are distributed under the terms of the following
21 license:
22
23 Permission to use, copy, modify and distribute the DocBook DTD and
24 its accompanying documentation for any purpose and without fee is
25 hereby granted in perpetuity, provided that the above copyright
26 notice and this paragraph appear in all copies. The copyright
27 holders make no representation about the suitability of the DTD for
28 any purpose. It is provided "as is" without expressed or implied
29 warranty.
30
31
32
33 The following files are derived from technical recommendations
34 published by the World Wide Web Consortium (W3C):
35
36 1. The XHTML Modularization Version 1.1 standard, available online
37 at http://www.w3.org/TR/xhtml-modularization/
38
39 xhtml-applet.rnc xhtml-attribs.rnc xhtml-base.rnc xhtml-bdo.rnc
40 xhtml-bform.rnc xhtml-btable.rnc xhtml-csismap.rnc
41 xhtml-datatypes.rnc xhtml-edit.rnc xhtml-events.rnc
42 xhtml-form.rnc xhtml-frames.rnc xhtml-hypertext.rnc
43 xhtml-iframe.rnc xhtml-image.rnc xhtml-inlstyle.rnc
44 xhtml-legacy.rnc xhtml-link.rnc xhtml-lst.rnc xhtml-meta.rnc
45 xhtml-nameident.rnc xhtml-object.rnc xhtml-param.rnc
46 xhtml-pres.rnc xhtml.rnc xhtml-ruby.rnc xhtml-script.rnc
47 xhtml-ssismap.rnc xhtml-struct.rnc xhtml-table.rnc
48 xhtml-text.rnc xhtml-tgt.rnc xhtml-xstyle.rnc
49
50 2. The XSL Transformations (XSLT) Version 1.0 standard, available
51 online at http://www.w3.org/TR/xslt
52
53 xslt.rnc
54
55 3. The W3C RDF/XML Syntax Specification (Revised), available online
56 at http://www.w3.org/TR/rdf-syntax-grammar
57
58 rdfxml.rnc
59
60 These files are
61
62 Copyright (C) 2001-2008 World Wide Web Consortium, (Massachusetts
63 Institute of Technology, European Research Consortium for
64 Informatics and Mathematics, Keio University). All Rights Reserved.
65 This work is distributed under the W3C(R) Software License in the
66 hope that it will be useful, but WITHOUT ANY WARRANTY; without even
67 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
68 PURPOSE.
69
70 From section 5.10 of the W3C Intellectual Rights FAQ
71 ( http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620 ), schemas and
72 DTDs that are part of W3C specifications are licensed under the W3C
73 Software License:
74
75 This work (and included software, documentation such as READMEs, or
76 other related items) is being provided by the copyright holders
77 under the following license. By obtaining, using and/or copying this
78 work, you (the licensee) agree that you have read, understood, and
79 will comply with the following terms and conditions.
80
81 Permission to copy, modify, and distribute this software and its
82 documentation, with or without modification, for any purpose and
83 without fee or royalty is hereby granted, provided that you include
84 the following on ALL copies of the software and documentation or
85 portions thereof, including modifications:
86
87 1. The full text of this NOTICE in a location viewable to users of
88 the redistributed or derivative work.
89
90 2. Any pre-existing intellectual property disclaimers, notices, or
91 terms and conditions. If none exist, the W3C Software Short
92 Notice should be included (hypertext is preferred, text is
93 permitted) within the body of any redistributed or derivative
94 code.
95
96 3. Notice of any changes or modifications to the files, including
97 the date changes were made. (We recommend you provide URIs to
98 the location from which the code is derived.)
99
100 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
101 HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
102 INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR
103 FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE
104 OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS,
105 COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
106
107 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT,
108 SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE
109 SOFTWARE OR DOCUMENTATION.
110
111 The name and trademarks of copyright holders may NOT be used in
112 advertising or publicity pertaining to the software without
113 specific, written prior permission. Title to copyright in this
114 software and any associated documentation will at all times remain
115 with copyright holders.