It seems to me the specs are not particularly precise regarding what the <meta> section should accept, but the xsd schema seems to indicate you should only be able to specify <creator>, <description> and <keywords>. What's more, I think I already found gexf in the wild having arbitrary tags there, notably <title>.
Should we amend the xsd schema to fit usage? Am I hallucinating this usage? What was meant to be accepted here?
Yes, I think title should be added, it's a known gap. I just created an issue to not forget about it. If you see other gaps, by all means suggest them!
Related to https://github.com/graphology/graphology/issues/497
It seems to me the specs are not particularly precise regarding what the
<meta>
section should accept, but the xsd schema seems to indicate you should only be able to specify<creator>
,<description>
and<keywords>
. What's more, I think I already found gexf in the wild having arbitrary tags there, notably<title>
.Should we amend the xsd schema to fit usage? Am I hallucinating this usage? What was meant to be accepted here?