mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
2abb55b735
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9531 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
64 lines
1.8 KiB
Plaintext
64 lines
1.8 KiB
Plaintext
<!--
|
|
vim:ft=dtd
|
|
Samba extensions to DocBook
|
|
PUBLIC identifier: -//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN
|
|
URL: http://www.samba.org/samba/DTD/samba-doc
|
|
|
|
Copyright (C) Jelmer Vernooij 2003-2005
|
|
-->
|
|
|
|
<!ENTITY % local.tech.char.class "|smbconfoption|smbconfsection">
|
|
<!ENTITY % local.linespecific.class "|smbconfblock">
|
|
<!ENTITY % local.informal.class "|imagefile">
|
|
|
|
<!-- Include the DocBook DTD, of which this DTD is an extension -->
|
|
|
|
<!ENTITY % DocBookDTD
|
|
PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
|
%DocBookDTD;
|
|
|
|
<!ENTITY % samba.entities PUBLIC
|
|
"-//Samba-Team//ENTITIES Samba Specific Entities V1.0//EN"
|
|
"samba.entities">
|
|
%samba.entities;
|
|
|
|
<!ENTITY % samba.build.version PUBLIC
|
|
"-//Samba-Team//VERSION Samba Build Version//EN"
|
|
"http://www.samba.org/samba/LOCAL.BUILDDIR.DTD/samba.build.version">
|
|
%samba.build.version;
|
|
|
|
<!-- smb.conf options -->
|
|
|
|
<!ELEMENT smbconfblock ((smbconfoption|smbconfsection|smbconfcomment)*)>
|
|
<!ELEMENT smbconfcomment (#PCDATA)>
|
|
<!ELEMENT smbconfsection EMPTY>
|
|
<!ATTLIST smbconfsection
|
|
name CDATA #REQUIRED>
|
|
<!ELEMENT smbconfoption (#PCDATA|replaceable)*>
|
|
<!ATTLIST smbconfoption
|
|
name CDATA #REQUIRED>
|
|
|
|
|
|
<!ELEMENT imagefile (#PCDATA)>
|
|
<!ATTLIST imagefile scale CDATA #IMPLIED>
|
|
<!ELEMENT samba:parameter (synonym*,description,related*,value*)>
|
|
<!ATTLIST samba:parameter
|
|
name CDATA #REQUIRED
|
|
type CDATA #REQUIRED
|
|
context CDATA #REQUIRED
|
|
synonym CDATA #IMPLIED
|
|
handler CDATA #IMPLIED
|
|
deprecated CDATA #IMPLIED
|
|
enumlist CDATA #IMPLIED
|
|
>
|
|
<!ELEMENT description ANY>
|
|
<!ELEMENT synonym (#PCDATA)>
|
|
<!ELEMENT related (#PCDATA)>
|
|
<!ELEMENT value (#PCDATA|comment)*>
|
|
<!ATTLIST value
|
|
type CDATA #REQUIRED>
|
|
<!ELEMENT comment (#PCDATA)>
|
|
<!ATTLIST ulink
|
|
noescape CDATA #IMPLIED>
|