Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support literal reports in other vocabularies #11

Open
gimsieke opened this issue Apr 19, 2019 · 0 comments
Open

Support literal reports in other vocabularies #11

gimsieke opened this issue Apr 19, 2019 · 0 comments

Comments

@gimsieke
Copy link
Contributor

Not everything that a reporting language reports will be mappable to XVRL (see #9).

In addition, information extraction from “native” reports might be deferred until later.

There may be non-XML reports in JSON, Turtle, etc. So in addition to the content type of the schema (#4), we also need to be able to convey the content type of the report (application/json, text/turtle, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, etc.). It should be indicated by another attribute when reports are included with a base64 encoding. For text and JSON formats, the default XML serialization of XVRL can store them as a text node with the usual XML escaping, or in CDATA sections.

It should also be possible to link to external reports (with no guarantee that these links will resolve everywhere, all the time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant