它在xbrl 2.1 specification
http://www.xbrl.org/Specification/XBRL-RECOMMENDATION-2003-12-31+Corrected-Errata-2005-04-25.htm#_4.6.1
<context id="BalanceAsOf_20120531">
<entity>
<identifier scheme="http://www.sec.gov/CIK">0000866729</identifier>
</entity>
<period>
<instant>2012-05-31</instant>
</period>
</context>
<context id="BalanceAsOf_20120531_AccumulatedOtherComprehensiveIncomeMember">
<entity>
<identifier scheme="http://www.sec.gov/CIK">0000866729</identifier>
<segment>
<xbrldi:explicitMember dimension="us-gaap:StatementEquityComponentsAxis">us-gaap:AccumulatedOtherComprehensiveIncomeMember</xbrldi:explicitMember>
</segment>
</entity>
<period>
<instant>2012-05-31</instant>
</period>
</context>
<unit id="USD">
<measure>iso4217:USD</measure>
</unit>
<us-gaap:AssetsCurrent contextRef="BalanceAsOf_20120531" unitRef="USD" decimals="-5">929900000.0</us-gaap:AssetsCurrent>
<us-gaap:Assets contextRef="BalanceAsOf_20120531" unitRef="USD" decimals="-5">1670300000.0</us-gaap:Assets>
<us-gaap:StockholdersEquity contextRef="BalanceAsOf_20120531_AccumulatedOtherComprehensiveIncomeMember" unitRef="USD" decimals="-5">-74200000.0</us-gaap:StockholdersEquity>
例如; 考虑这两种情况;ids
需要在其内容方面是唯一的(相对于period
entity
;及其entity
子元素;如果存在)
我们将使用它来映射财务事实。这里的例子是指unit-->谁是和上下文信息-->谁的id是;此上下文 ID 的详细信息可以在 element.xml 中找到。在这里一切都应该是唯一的,否则它将创建重复的事实/上下文。你可以在这里看到;两个上下文都有相同的时期,但为什么他们不能呢?因为一个上下文具有附加的详细信息。identifier
segment
id
AssetsCurrent
id
USD
BalanceAsOf_20120531
context
ids
segment
(我在这里不详细介绍;如果您想知道;它是如何检测重复/错误的,请考虑链接中的第 25 和 26 号示例。)
以其他方式,您还可以查看具有三个轴的事实/值CIK
period
和xmlname
;和这种独特性使他们用这些轴与其他公司的事实进行比较。