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

Honor contextElement attribute #18

Open
ValeriyTitov opened this issue Aug 1, 2018 · 1 comment
Open

Honor contextElement attribute #18

ValeriyTitov opened this issue Aug 1, 2018 · 1 comment
Labels
Dimensions XBRL Dimensions

Comments

@ValeriyTitov
Copy link

Im trying to find a way to correlate facts with each other.

According article 2.3.2 on xbrl.org

  1. Every has-hypercube arc MUST have an @xbrldt:contextElement attribute.
  2. According to the xbrldt XML Schema, the @xbrldt:contextElement attribute MUST have one of the values segment or scenario.
  3. The optional @xbrldt:closed attribute on has-hypercube arcs
@JeffFerguson
Copy link
Owner

Ah, yes, the Dimension spec. The short answer is that there is no Dimension spec implementation in Gepsio today.

The longer answer is wrapped in my overall vision for Gepsio, which should probably go into a blog post, in which the various auxiliary specs would be implemented as assemblies that would "hook into" and "sit on top of" the original Gepsio assembly, so that there would be something like this:

  • JeffFerguson.Gepsio.dll: the implementation of the XBRL spec
  • JeffFerguson.Gepsio.Formulas.dll: the implementation of the XBRL Formulas spec
  • JeffFerguson.Gepsio.Dimensions.dll: the implementation of the XBRL Dimensions spec

I need to write that up and outline the plan for Dimensions.

@JeffFerguson JeffFerguson added investigation needed Investigation needed. Dimensions XBRL Dimensions and removed investigation needed Investigation needed. labels Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dimensions XBRL Dimensions
Projects
None yet
Development

No branches or pull requests

2 participants