XBRL-CONF-CR5-2012-01-24 一致性套件包含以下测试用例变体,编号为 304-26,它是无效的 XBRL:
<?xml version="1.0"?>
<!-- Copyright 2003 XBRL International Inc. See www.xbrl.org/legal. All Rights Reserved. -->
<xbrl xmlns="http://www.xbrl.org/2003/instance" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:my="http://www.someCompany.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.someCompany.com 304-03-monetaryItemTypeUnitsRestrictions.xsd">
<link:schemaRef xlink:href="304-03-monetaryItemTypeUnitsRestrictions.xsd" xlink:type="simple" />
<my:assets unitRef="u1" contextRef="c1" precision="1">120</my:assets>
<context id="c1">
<entity>
<identifier scheme="http://www.someCompany.com">example</identifier>
</entity>
<period>
<instant>2003-02-27</instant>
</period>
</context>
<unit xmlns:ISO4217="http://www.xbrl.org/2003/iso4217" id="u1">
<divide>
<unitNumerator>
<measure>ISO4217:USD</measure>
</unitNumerator>
<unitDenominator>
<measure>xbrli:shares</measure>
</unitDenominator>
</divide>
</unit>
</xbrl>
有人可以告诉我为什么这是无效的吗?我猜测它与单位的货币项目类型和元素有关,尽管 XBRL 规范并没有真正指出任何关于货币项目类型和单位分子和分母的具体内容。这个 XBRL 读起来好像该实例指定 2003 年 2 月 27 日发布的每股 120 美元。有人可以指出 XBRL 规范中讨论为什么无效的部分吗?