Commit 25cbab90 authored by Fred Drake's avatar Fred Drake

A few scribbles toward the DTD.

parent b4a3b22c
CATALOG "iso/catalog"
CATALOG "oasis/catalog"
PUBLIC "+//IDN python.org//DTD Python Documentation 1.0//EN" "python.dtd"
<!ENTITY % common.att "
id ID #IMPLIED
role NMTOKEN #IMPLIED">
<!-- include the OASIS Exchange Table Model -->
<!ENTITY oasis-tables.mod
PUBLIC "-//OASIS//DTD Exchange Table Model 19960430//EN">
&oasis-tables.mod;
<!ELEMENT input - - EMPTY>
<!ATTLIST input
%common.att;
xml:link #FIXED "simple"
show CDATA "embed"
embed CDATA "auto"
source CDATA #REQUIRED>
<!ELEMENT (function|constant) - - (#PCDATA)>
<!ATTLIST (function|constant)
%common.att;
index (index|noindex) noindex
module CDATA #IMPLIED>
<!ELEMENT method - - (#PCDATA)>
<!ATTLIST method
%common.att;
index (index|noindex) noindex
module CDATA #IMPLIED
class CDATA #IMPLIED>
<!ELEMENT module - - (#PCDATA)>
<!ATTLIST module
%common.att;
link (link|nolink) nolink
package CDATA #IMPLIED>
<!ELEMENT signature - - (name, super*, args?)>
<!ELEMENT name - - (#PCDATA)>
<!ELEMENT super - - (#PCDATA)>
<!ELEMENT args - - (#PCDATA)>
<!ELEMENT %descriptor.class; - - (sig+, description)>
<!ELEMENT description - - (%para.mix;)>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment