diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-03-18 10:25:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-03-18 10:25:07 +0100 |
commit | 29b60667fa1e40076c18c5b606af8438738dd47a (patch) | |
tree | 142a963b2777fc22210e565ddb08b14600a0eb4f | |
parent | metadata: Constraint <slot/> to be unique (diff) | |
download | xml-schema-29b60667fa1e40076c18c5b606af8438738dd47a.tar.gz xml-schema-29b60667fa1e40076c18c5b606af8438738dd47a.tar.bz2 xml-schema-29b60667fa1e40076c18c5b606af8438738dd47a.zip |
metadata: Remove outdated <cat/> comment
-rw-r--r-- | metadata.xsd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/metadata.xsd b/metadata.xsd index 1d4100c..67012d6 100644 --- a/metadata.xsd +++ b/metadata.xsd @@ -130,8 +130,6 @@ <xs:complexType name='longDescType' mixed='true'> <xs:choice minOccurs='0' maxOccurs='unbounded'> <xs:element name='pkg' type='pkgType'/> - <!-- XXX: do we allow <cat/> in pkgmetadata, and the other - way around? --> <xs:element name='cat' type='catType'/> </xs:choice> <xs:attribute name='lang' type='langAttrType' default='en'/> |