gephi / gexf

GEXF Format Specifications
https://gexf.net/
Creative Commons Attribution 4.0 International
31 stars 6 forks source link

Does <meta> accept extraneous items? #23

Open Yomguithereal opened 11 months ago

Yomguithereal commented 11 months ago

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?

duncdrum commented 11 months ago

Don't see a good reason why it shouldn't.

mbastian commented 10 months ago

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!