diff options
author | Göktürk Yüksek <gokturk@binghamton.edu> | 2016-05-01 02:05:44 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-05-06 07:26:08 +0200 |
commit | 5588ff09035c96a58a1a055be8a96956347ea111 (patch) | |
tree | 7a8709c20002ffe63e607163c34744862afced23 | |
parent | metadata.dtd: update the restrict attribute explanation per GLEP 68 (diff) | |
download | dtd-5588ff09035c96a58a1a055be8a96956347ea111.tar.gz dtd-5588ff09035c96a58a1a055be8a96956347ea111.tar.bz2 dtd-5588ff09035c96a58a1a055be8a96956347ea111.zip |
metadata: update the slot element name attribute explanation per GLEP 68
Signed-off-by: Göktürk Yüksek <gokturk@binghamton.edu>
-rw-r--r-- | metadata.dtd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/metadata.dtd b/metadata.dtd index 8ef1396..6d38729 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -20,7 +20,10 @@ <!ELEMENT slots ((slot)*,subslots?) > <!-- A particular SLOT --> <!ELEMENT slot (#PCDATA)* > - <!-- name attribute holds the name of the SLOT, for sub-SLOTS use the subslots element --> + <!-- name attribute holds the name of the SLOT, for sub-SLOTS + use the subslots element. A slot name of '*' can be used to + indicate a single description applying to all the slots in which + case no other <slot/> elements may be present. --> <!ATTLIST slot name CDATA #REQUIRED > <!-- The meaning of sub-SLOTs for the whole package --> <!ELEMENT subslots (#PCDATA)* > |