Solve prohibition and overwriting in a XBRL linkbase

snyderseoul

New Member
I have developed a parser for XBRL. I have a problem with the rules of prohibition and overwriting in a taxonomy which I recently parsed:I referred to the XBRL 2.1 specification while implementing the parser. Now, I am missing some labels and don't know whether the taxonomy or my code is not valid.Here is the example code of some label arcs separated in two files:\[code\]File 1: <labelArc xlink:from="de-gaap-ci_is.netIncome.regular.operatingTC.otherCost.leaseFix.other" xlink:to="extlabel_de-gaap-ci_is.netIncome.regular.operatingTC.otherCost.leaseFix.other" priority="1" use="prohibited" xlink:arcrole="http://www.xbrl.org/2003/arcrole/concept-label" xlink:type="arc"/><labelArc xlink:from="de-gaap-ci_is.netIncome.regular.operatingTC.otherCost.leaseFix.other" xlink:to="label_de-gaap-ci_is.netIncome.regular.operatingTC.otherCost.leaseFix.other" xlink:arcrole="http://www.xbrl.org/2003/arcrole/concept-label" xlink:type="arc"/><label xlink:label="label_de-gaap-ci_is.netIncome.regular.operatingTC.otherCost.leaseFix.other" id="label_de-gaap-ci_is.netIncome.regular.operatingTC.otherCost.leaseFix.other" xlink:role="http://www.xbrl.org/2003/role/label" xlink:type="resource" xml:lang="de">
 
Back
Top