You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having looked at this again, I find that this is a non-issue at the moment. The example files available do not match the current specifications and were poorly constructed anyway. This issue is closed, if any further issues come to light with current and correct instances a new issue should be opened.
Some problem with matching namespaces/prefixes
input:
<xbrli:context id="Context_Instant_IntangibleRights"> <xbrli:entity> <xbrli:identifier scheme="http://www.xbrl.fi">1234567-1</xbrli:identifier> <xbrli:segment> <xbrldi:explicitMember dimension="fi-sbr-dim-D033:IntangibleAssetsBreakdownDimension">fi-sbr-dim-D033:IntangibleRights</xbrldi:explicitMember> </xbrli:segment> </xbrli:entity> <xbrli:period> <xbrli:instant>2013-12-31</xbrli:instant> </xbrli:period> </xbrli:context>
output:
<xbrli:context id="Context_Instant_IntangibleRights"> <xbrli:entity> <xbrli:identifier scheme="http://www.xbrl.fi">1234567-1</xbrli:identifier> <xbrli:segment> <xbrldi:explicitMember xmlns:q1="http://www.xbrl.fi/sbr/dimensions/D033/01-01-2013" dimension="q1:IntangibleAssetsBreakdownDimension">q1:IntangibleRights</xbrldi:explicitMember> </xbrli:segment> </xbrli:entity> <xbrli:period> <xbrli:instant>2013-12-31</xbrli:instant> </xbrli:period> </xbrli:context>
The text was updated successfully, but these errors were encountered: