<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Gepsio: XBRL Document Object Model for .NET</title><link>http://gepsio.codeplex.com/project/feeds/rss</link><description>Gepsio is a .NET-based document object model for XBRL documents. Load your XBRL document with the XbrlDocument class and work with your XBRL document exposed as a set of .NET classes with a variety of properties and methods. Loaded XBRL documents are automatically validated against the information against the XBRL specification, and exceptions are thrown when invalid XBRL documents are loaded. The Gepsio code base is unit tested using the XBRL-CONF-CR3-2007-03-05 unit tests designed by the XBRL organization. </description><item><title>New Post: Multiple Facts, same Name</title><link>http://gepsio.codeplex.com/discussions/428154</link><description>&lt;div style="line-height: normal;"&gt;Hey Jeff, have you had a chance to look at this yet?&lt;br /&gt;
&lt;/div&gt;</description><author>jbcholdings</author><pubDate>Fri, 15 Feb 2013 20:51:48 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Facts, same Name 20130215085148P</guid></item><item><title>New Post: Multiple Facts, same Name</title><link>http://gepsio.codeplex.com/discussions/428154</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Oh, OK. Thanks for the clarification. I will take a look at it this weekend. I am going to presume that all of the necessary ties are in the XBRL document. If that is true, then Gepsio has access to them. If that is true, the Gepsio needs to do a better
 job of pulling them out for your inspection.&lt;/p&gt;
&lt;p&gt;I'll post more info when I have it, and may be writing a blog post to address the issue and Gepsio's solution to the problem.&lt;/p&gt;
&lt;p&gt;Thanks for helping me make Gepsio better and more useful!&lt;/p&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Fri, 25 Jan 2013 16:33:18 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Facts, same Name 20130125043318P</guid></item><item><title>New Post: Multiple Facts, same Name</title><link>http://gepsio.codeplex.com/discussions/428154</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Jeff-&lt;/p&gt;
&lt;p&gt;Your correct. Thanks for looking over it. I spent some more time last night trying to build up data-structures for items like, for example, &amp;quot;Consolidated Statement of Shareholders Equity&amp;quot;, which is the item I initially had in question (just because it was
 the first fact pulled out).&lt;/p&gt;
&lt;p&gt;So I tried taking the fact name, for example: &amp;quot;us_gaap-StockHoldersEquity&amp;quot; but since that tag is re-used it's hard to find the association between that particular tag and it's let's call it &amp;quot;parent&amp;quot; table like
&lt;em&gt;CSOSE&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>jbcholdings</author><pubDate>Fri, 25 Jan 2013 16:25:28 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Facts, same Name 20130125042528P</guid></item><item><title>New Post: Multiple Facts, same Name</title><link>http://gepsio.codeplex.com/discussions/428154</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thanks for the link! I'll be looking at this filing over the weekend.&lt;/p&gt;
&lt;p&gt;Can you tell me more about what you're trying to do, exactly? From what I can surmise, you have
&lt;em&gt;StockHolderEquity&amp;nbsp;&lt;/em&gt;facts, and you're trying to figure out&amp;nbsp;how to&amp;nbsp;find the values for the columns in that row, such as
&lt;em&gt;Total&lt;/em&gt;, &lt;em&gt;Common Stock (Value,Shares)&lt;/em&gt;, and &lt;em&gt;Retrained Earnings&lt;/em&gt;. Is that correct? If it isn't, please correct me.&lt;/p&gt;
&lt;p&gt;If this is hard to do in raw XBRL, and Gepsio has enough information to figure it out, then it seems to be that Gepsio should be providing additional methods and properties to make finding this information easier. After all, that's my vision for Gepsio:
 make XBRL easier.&lt;/p&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Fri, 25 Jan 2013 16:14:30 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Facts, same Name 20130125041430P</guid></item><item><title>New Post: Multiple Facts, same Name</title><link>http://gepsio.codeplex.com/discussions/428154</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hey guys!&lt;/p&gt;
&lt;p&gt;@JeffreyFerguson - yes, most recent before today (as they are filing again later today Jan. 23, 2013)&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt"&gt;Thanks for getting back to me. SO I think &lt;em&gt;at least part&lt;/em&gt; of my issue (as I discovered after posting last night) was that I don't think I was getting the associated Cal. link-base document. I know that the latest Gepsio
 includes a URL based link-base associated document download, but I don't know if this was happening when I referenced the document remotely as I did in my example.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When I downloaded all the files and placed the base document in a local directory with the associated linkbase documents in the same folder I started to get more information (cal. orders, weights, to-from, etc.)&lt;/p&gt;
&lt;p&gt;I know it's going to be kind of a chore, but I think what I need to do next is write a method to try to follow this order of ops (trying to get closer to creating a view more like the
&lt;a href="https://datapreview.sec.gov/previewer/"&gt;XBRL Previewer on the SEC's website&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;Fragment Facts -&amp;gt; Look for Schema association (as WaltN mentions) -&amp;gt; Look for calculation link and order (within the schema?) -&amp;gt; Organize -&amp;gt; Store
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don't know if i can attach a file directly on codeplex -- here is a link to the document's view on the SEC website:&amp;nbsp;&lt;a href="https://www.sec.gov/Archives/edgar/data/320193/000119312512444068/"&gt;https://www.sec.gov/Archives/edgar/data/320193/000119312512444068/&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>jbcholdings</author><pubDate>Wed, 23 Jan 2013 16:29:02 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Facts, same Name 20130123042902P</guid></item><item><title>New Post: Entity Framework Code First</title><link>http://gepsio.codeplex.com/discussions/428193</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thank you! I will take a look at it. I am aware of the Abstract Model, at a conceptual level, but I haven't yet had the time to go through the specification. In a way, Gepsio is already providing an abstract model of XBRL, in that it provides classes, methods
 and properties that allow you to work with XBRL data without having to understand XBRL syntax. With that said, I am sure that there is more that Gepsio could do to bring itself into alignment with this Abstract Model specification.&lt;/p&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Wed, 23 Jan 2013 14:39:52 GMT</pubDate><guid isPermaLink="false">New Post: Entity Framework Code First 20130123023952P</guid></item><item><title>New Post: Multiple Facts, same Name</title><link>http://gepsio.codeplex.com/discussions/428154</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thanks for the feedback! I am here, and I apologize for my delay in responding to you.&lt;/p&gt;
&lt;p&gt;Are you using the most recent AAPL 10-K? I want to address the issue by looking at the same filing you are. If you'd care to attach the XBRL instance document and associated schemas and linkbase documents, I will be able to follow along with your work.&lt;/p&gt;
&lt;p&gt;I think Walt makes a good point regarding the inconsistency of XBRL instance authors. I will take a look at how much Gepsio can do to combat this inconsistency.&lt;/p&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Wed, 23 Jan 2013 14:38:01 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Facts, same Name 20130123023801P</guid></item><item><title>New Post: Multiple Facts, same Name</title><link>http://gepsio.codeplex.com/discussions/428154</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;If you look down a few topics chronologically you'll see that my (&amp;quot;NEWB&amp;quot;) problems are very similar.&amp;nbsp; For starters,&amp;nbsp; you'll find that each fact has an associated temporal context (&amp;quot;instant&amp;quot; in time or period in time).&amp;nbsp; If you're lucky that will allow you
 to sort out your multiple-value problem.&amp;nbsp; If not, you've a problem similar to mine.&amp;nbsp; Jeff indicated a couple of months ago, but he hasn't been heard from since.&lt;/p&gt;
&lt;p&gt;The &amp;quot;father&amp;quot; of XBRL recommended to me on the XBRL general forum that I chase the calculation chain to deduce which fact I wanted.&amp;nbsp; I replied that I didn't think that was worth the bother.&amp;nbsp; Personally, I concluded, right or wrong, that companies were plunging
 down the road tagging their data, and, when they run into weaknesses in the XBRL&amp;nbsp;or other related standards, they adopt their own ad hoc conventions (e.g., distinguishing context names).&amp;nbsp; I was dealing with IBM data, and there was a different context name
 for each (fact, context).&amp;nbsp; That worked fine enough for IBM, but others tag differently.&lt;/p&gt;
&lt;/div&gt;</description><author>WaltN</author><pubDate>Wed, 23 Jan 2013 14:12:38 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Facts, same Name 20130123021238P</guid></item><item><title>New Post: Multiple Facts, same Name</title><link>http://gepsio.codeplex.com/discussions/428154</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Still haven't been able to figure out how to interpret the relationships between these different values. I understand that there is a 'calculation link' between different facts, but I don't know how to discover this within
&lt;em&gt;Gepsio?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The CalculationArc class seems to be where I would look for this information, but when targeting a base XBRL document as in my example, I don't know how to load the Calculation link base to discover the relationships between facts.&lt;/p&gt;
&lt;/div&gt;</description><author>jbcholdings</author><pubDate>Wed, 23 Jan 2013 07:29:45 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Facts, same Name 20130123072945A</guid></item><item><title>New Post: Entity Framework Code First</title><link>http://gepsio.codeplex.com/discussions/428193</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello, i am looking forward to the day that i can create an EF framework for the XBRL data model and definitely looking foward to using&amp;nbsp; you're excellent APIs here on this project.&lt;/p&gt;
&lt;p&gt;Here is the XBRL data model link:&lt;/p&gt;
&lt;p&gt;&lt;a title="XBRL Data Model" href="http://www.xbrl.org/Specification/abstractmodel-primary/PWD-2012-06-06/abstractmodel-primary-PWD-2012-06-06.html" target="_blank"&gt;http://www.xbrl.org/Specification/abstractmodel-primary/PWD-2012-06-06/abstractmodel-primary-PWD-2012-06-06.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;#65279;&amp;#65279;&amp;#65279;&amp;#65279;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>bobk544</author><pubDate>Tue, 01 Jan 2013 18:58:06 GMT</pubDate><guid isPermaLink="false">New Post: Entity Framework Code First 20130101065806P</guid></item><item><title>New Post: Multiple Facts, same Name</title><link>http://gepsio.codeplex.com/discussions/428154</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Gepsio is working out a lot better for me in understanding and digesting XBRL! Which is awesome!&lt;/p&gt;
&lt;p&gt;I just have a question getting started, I've taken a recent AAPL 10-K and downloaded it and started to look through it.&lt;/p&gt;
&lt;p&gt;I understand from looking through the documentation that &lt;strong&gt;XbrlFragment&lt;/strong&gt; contains
&lt;em&gt;multiple &lt;/em&gt;&lt;strong&gt;Facts&lt;/strong&gt; which could be either an &lt;strong&gt;Item&lt;/strong&gt; or a
&lt;strong&gt;Tuple&lt;/strong&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In my first go-round, I just output all the facts cast as&amp;nbsp;&lt;strong&gt;Items&lt;/strong&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;Doc.Load(&lt;span style="color:#a31515"&gt;&amp;quot;http://www.sec.gov/Archives/edgar/data/320193/000119312512444068/aapl-20120929.xml&amp;quot;&lt;/span&gt;);
      &lt;span style="color:blue"&gt;foreach&lt;/span&gt; (XbrlFragment fragment &lt;span style="color:blue"&gt;in&lt;/span&gt; Doc.XbrlFragments)
      {
      	Console.WriteLine(&lt;span style="color:#a31515"&gt;&amp;quot;Facts in fragments: &amp;quot;&lt;/span&gt;&amp;#43;fragment.Facts);                   
	&lt;span style="color:blue"&gt;foreach&lt;/span&gt;(Item fact &lt;span style="color:blue"&gt;in&lt;/span&gt; fragment.Facts){
        	Console.WriteLine(&lt;span style="color:#a31515"&gt;&amp;quot;Name: &amp;quot;&lt;/span&gt; &amp;#43; fact.Name &amp;#43; &lt;span style="color:#a31515"&gt;&amp;quot; | Value: &amp;quot;&lt;/span&gt; &amp;#43; fact.Value.ToString());
        }   
      }&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;However, this caused me to have multiple &lt;strong&gt;Facts &lt;/strong&gt;elements with the same name, for example,
&lt;em&gt;StockHolderEquity&lt;/em&gt;&amp;nbsp;comes up at elements 1,7,8 - etc., representing different parts of the same areas of the fact sheet (I'm new to XBRL) - but I able to gather these different values are actually different columns on the same line: like:
&lt;em&gt;Total, Common Stock (Value,Shares), Retrained Earnings, etc.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Is this the concept of a &lt;em&gt;&lt;strong&gt;tuple?&lt;/strong&gt;&lt;/em&gt;&amp;nbsp;If it is, or if it's not I am trying to understand a good way to figure out the specifics of what I'm looking at? Do I need to associate each
&lt;strong&gt;Fact&lt;/strong&gt;&amp;nbsp;with it's &lt;strong&gt;Context&lt;/strong&gt;&amp;nbsp;to figure out what it is? And if it's a calculation of other fields, or a component of another
&lt;strong&gt;Fact&lt;/strong&gt;?&lt;/p&gt;
&lt;/div&gt;</description><author>jbcholdings</author><pubDate>Tue, 01 Jan 2013 03:25:51 GMT</pubDate><guid isPermaLink="false">New Post: Multiple Facts, same Name 20130101032551A</guid></item><item><title>New Post: More Newb Questions: About XBRL Financial Reporting</title><link>http://gepsio.codeplex.com/discussions/402125</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I think I've run out of things to try.&amp;nbsp; I spent the morning running the code I've got peeking at this and that, looking for opportunities to uncover the hierarchy represented in the filing.&amp;nbsp; I keep reading that that is in the schemas.&amp;nbsp; However, every reference
 I've seen in a specific fact references back to the whole blessed schema and not its components.&amp;nbsp; So that effort was fruitless.&lt;/p&gt;
&lt;p&gt;I resorted to manually searching for all of the multiple-matching facts of interest by value in the human-readable htm file.&amp;nbsp; What I found, in most cases, the unwanted contexts are associated with &amp;quot;notes&amp;quot; in the htm file.&amp;nbsp; Just to make things interesting,
 there was an exception: For StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest, all of the unwanted contexts were members of a running calculation on a principal section of the filing.&amp;nbsp; In this single case, tracing the calculation chain
 might help.&amp;nbsp; But I still have no clue about how to do that.&lt;/p&gt;
&lt;/div&gt;</description><author>WaltN</author><pubDate>Thu, 22 Nov 2012 16:31:58 GMT</pubDate><guid isPermaLink="false">New Post: More Newb Questions: About XBRL Financial Reporting 20121122043158P</guid></item><item><title>New Post: More Newb Questions: About XBRL Financial Reporting</title><link>http://gepsio.codeplex.com/discussions/402125</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;P.S., I forgot to ask: Charlie and Louis suggested chasing the calculation tree to distinguish one item from another. I’m capable of tracing trees, but I’m in the dark about what Gepsio class or classes will get
 me started. Do you have a suggestion?&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>WaltN</author><pubDate>Fri, 16 Nov 2012 14:04:18 GMT</pubDate><guid isPermaLink="false">New Post: More Newb Questions: About XBRL Financial Reporting 20121116020418P</guid></item><item><title>New Post: More Newb Questions: About XBRL Financial Reporting</title><link>http://gepsio.codeplex.com/discussions/402125</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;Just to be sure, here ‘tis.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;a href="http://www.sec.gov/Archives/edgar/data/51143/000110465912072210/0001104659-12-072210-index.htm"&gt;http://www.sec.gov/Archives/edgar/data/51143/000110465912072210/0001104659-12-072210-index.htm&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;Yep. That looks the same as your URL.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;Walt&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in"&gt;
&lt;p style="margin-left:.5in"&gt;&lt;b&gt;&lt;span style="font-size:10.0pt; font-family:"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt; font-family:"&gt; JeffreyFerguson [email removed]
&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Friday, November 16, 2012 7:57 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; waltniehoff@stny.rr.com&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: More Newb Questions: About XBRL Financial Reporting [gepsio:402125]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p style="margin-left:.5in"&gt;&lt;/p&gt;
&lt;p style="margin-left:.5in"&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;From: JeffreyFerguson&lt;/span&gt;&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody" style="margin-bottom:24.0pt"&gt;
&lt;p style="margin-left:.5in"&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Walt,&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-left:.5in"&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Are you still working with the
&lt;a href="http://www.sec.gov/Archives/edgar/data/51143/000110465912072210/0001104659-12-072210-index.htm"&gt;
http://www.sec.gov/Archives/edgar/data/51143/000110465912072210/0001104659-12-072210-index.htm&lt;/a&gt; instance document you mentioned before? I want to make sure that I am using the same document you're using so I can answer your question properly.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>WaltN</author><pubDate>Fri, 16 Nov 2012 13:14:58 GMT</pubDate><guid isPermaLink="false">New Post: More Newb Questions: About XBRL Financial Reporting 20121116011458P</guid></item><item><title>New Post: More Newb Questions: About XBRL Financial Reporting</title><link>http://gepsio.codeplex.com/discussions/402125</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Walt,&lt;/p&gt;
&lt;p&gt;Are you still working with the &lt;a href="http://www.sec.gov/Archives/edgar/data/51143/000110465912072210/0001104659-12-072210-index.htm"&gt;
http://www.sec.gov/Archives/edgar/data/51143/000110465912072210/0001104659-12-072210-index.htm&lt;/a&gt;&amp;nbsp;instance document you mentioned before? I want to make sure that I am using the same document you're using so I can answer your question properly.&lt;/p&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Fri, 16 Nov 2012 12:56:50 GMT</pubDate><guid isPermaLink="false">New Post: More Newb Questions: About XBRL Financial Reporting 20121116125650P</guid></item><item><title>New Post: More Newb Questions: About XBRL Financial Reporting</title><link>http://gepsio.codeplex.com/discussions/402125</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Jeff,&lt;/p&gt;
&lt;p&gt;That's essentially what I'm doing.&amp;nbsp; I've verified that I am dealing with an Item and not a Tuple.&amp;nbsp; After the cast, I examine the ContextRef and ignore any duration or instant that doesn't match what I'm looking for, and I continue the search.&amp;nbsp; In the dataset
 I'm using, after this screening, four Revenues facts remain that match the duration (for Revenues) of interest.&amp;nbsp; So, I anxiously await your introduction of &amp;quot;concept.&amp;quot;&lt;/p&gt;
&lt;p&gt;According to Hoffman (in Dummies, p 19), &amp;quot;concept&amp;quot; (in the context of XBRL) means a business term like &amp;quot;Net Income (Loss).&amp;quot;&amp;nbsp; My problem is that this is a definition from a 50,000 foot altitude.&amp;nbsp; (I need a 3,000 foot view.)&amp;nbsp; Is a concept the same as a fact?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The standard (5.1.1.1) suggests a link back to the taxonomy schema that defines the concept.&amp;nbsp; But I don't see any such link in either Gepsio or the raw XML.&amp;nbsp; But, maybe I'm just lost.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I've got a hunch that the four different Revenues facts, each with its own unique context ID, deals with four different parts of the filing.&amp;nbsp; I know the one I want is the one associated with the &amp;quot;Consolidated Statement of Income.&amp;quot;&amp;nbsp; But I have no idea how
 to determine that linkage.&lt;/p&gt;
&lt;/div&gt;</description><author>WaltN</author><pubDate>Fri, 16 Nov 2012 12:53:42 GMT</pubDate><guid isPermaLink="false">New Post: More Newb Questions: About XBRL Financial Reporting 20121116125342P</guid></item><item><title>New Post: More Newb Questions: About XBRL Financial Reporting</title><link>http://gepsio.codeplex.com/discussions/402125</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;The code will look something like this:&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;foreach&lt;/span&gt;(&lt;span style="color:blue"&gt;var&lt;/span&gt; currentFact &lt;span style="color:blue"&gt;in&lt;/span&gt; currentFragment)
{
    &lt;span style="color:blue"&gt;if&lt;/span&gt;(currentFact &lt;span style="color:blue"&gt;is&lt;/span&gt; Item)
    {
        &lt;span style="color:green"&gt;// This fact is a single-value item.&lt;/span&gt;
        &lt;span style="color:blue"&gt;var&lt;/span&gt; currentItem = currentFact &lt;span style="color:blue"&gt;as&lt;/span&gt; Item;
        &lt;span style="color:blue"&gt;var&lt;/span&gt; contextForCurrentItem = currentItem.ContextRef;
        &lt;span style="color:green"&gt;// examine properties of contextForCurrentItem&lt;/span&gt;
    }
    &lt;span style="color:blue"&gt;else&lt;/span&gt; &lt;span style="color:blue"&gt;if&lt;/span&gt;(currentFact &lt;span style="color:blue"&gt;is&lt;/span&gt; Tuple)
    {
        &lt;span style="color:green"&gt;// This fact is a multi-value tuple.&lt;/span&gt;
        &lt;span style="color:blue"&gt;var&lt;/span&gt; currentTuple = currentFact &lt;span style="color:blue"&gt;as&lt;/span&gt; Tuple;
    }
}

&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;I wrote that from memory -- I could be wrong -- but it will be something like that.&lt;/p&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Thu, 15 Nov 2012 13:48:57 GMT</pubDate><guid isPermaLink="false">New Post: More Newb Questions: About XBRL Financial Reporting 20121115014857P</guid></item><item><title>New Post: More Newb Questions: About XBRL Financial Reporting</title><link>http://gepsio.codeplex.com/discussions/402125</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am putting together a blog post describing how to read context information from facts through Gepsio. I will also show a code sample in C# (and perhaps Powershell). I will post a URL to the article to this thread when the article is ready.&lt;/p&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Thu, 15 Nov 2012 13:45:47 GMT</pubDate><guid isPermaLink="false">New Post: More Newb Questions: About XBRL Financial Reporting 20121115014547P</guid></item><item><title>New Post: More Newb Questions: About XBRL Financial Reporting</title><link>http://gepsio.codeplex.com/discussions/402125</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'll be glad to continue the discussion and experiment.&lt;/p&gt;
&lt;p&gt;What is the name of Gepsio's concept object?&amp;nbsp; I specifically looked for it in the Help file, even searched for it.&lt;/p&gt;
&lt;/div&gt;</description><author>WaltN</author><pubDate>Thu, 15 Nov 2012 12:21:23 GMT</pubDate><guid isPermaLink="false">New Post: More Newb Questions: About XBRL Financial Reporting 20121115122123P</guid></item><item><title>New Post: More Newb Questions: About XBRL Financial Reporting</title><link>http://gepsio.codeplex.com/discussions/402125</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;If it's all the same to you, I'd love to continue the discussion here. I am coming to XBRL from the point of view of a software developer. I need to know more about the actual business cases and problems that arise in its use. Knowing those issues helps
 makes things like Gepsio better.&lt;/p&gt;
&lt;p&gt;In an earlier comment, you asked:&lt;/p&gt;
&lt;p style="padding-left:30px"&gt;&lt;em&gt;&lt;span style="font-size:12pt"&gt;He speaks of &amp;quot;concepts,&amp;quot; I understand what that is conceptually, having read about it in some of his writings.&amp;nbsp; But I am unable to relate it to any thing I have seen in an XBRL filing or in Gepsio's
 document object model.&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Gepsio does indeed have the notion of a Concept object. I will see what I can do about writing up a small sample that illustrates its use. In short, an Item object contains a property called ContextRef, which references a Concept object that describes the
 concept for the item.&lt;/p&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Thu, 15 Nov 2012 05:14:57 GMT</pubDate><guid isPermaLink="false">New Post: More Newb Questions: About XBRL Financial Reporting 20121115051457A</guid></item></channel></rss>