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 USD/share を指定しているように見えます。これが無効である理由を説明している XBRL 仕様の部分を教えてもらえますか?