<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>gepsio Release Rss Feed</title><link>http://www.codeplex.com/gepsio/Release/ProjectReleases.aspx</link><description>gepsio Release Rss Description</description><item><title>Updated Release: Sep 2012 CTP (Sep 09, 2012)</title><link>http://gepsio.codeplex.com/releases/view/89774</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;What&amp;#39;s New&lt;/h1&gt;&lt;h2&gt;Role Types&lt;/h2&gt;Role types found in schemas are now available from within Gepsio. The XbrlSchema class now contains a property called RoleTypes. This property is a collection of objects of a new class called RoleType. Objects of the RoleType class expose any role types defined in the schema.
&lt;h2&gt;HTTP-Based Schema Linkbase References&lt;/h2&gt;Gepsio now supports HTTP-based schema linkbase references. Previous releases assumed that all schema linkbase references were based on local filesystem paths.
&lt;h2&gt;CalculationLink.Linkbase Property&lt;/h2&gt;The CalculationLink class contains a new property called Linkbase, which references the LinkbaseDocument object containing the calculation link.
&lt;h2&gt;LinkbaseDocument.Schema Property&lt;/h2&gt;The LinkbaseDocument class contains a new property called Schema, which references the XbrlSchema class referencing the linkbase document.
&lt;h2&gt;SummationConcept.Link Property&lt;/h2&gt;The SummationConcept class contains a new property called Link, which references the CalculationLink object containing the summation concept.
&lt;h1&gt;Resolved Issues&lt;/h1&gt;&lt;h2&gt;Work Item 9401: Valid XBRL Doc Failing To Be Loaded&lt;/h2&gt;&lt;i&gt;The latest Amazon quarterly XBRL filing passes other validation tests I used, however attempting to Load the doc in Gepsio throws an error. Since it is an Object Ref Not Set to Instance error, it is not entirely clear what caused it although the final line in the stack trace is JeffFerguson.Gepsio.QualifiedName.Equals(Object obj). I attach the filing for your ref. Any ideas on how to get around this?&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;A bug in the QualifiedName equality testing code failed to detect various null conditions. This has been fixed.&lt;br /&gt;
&lt;h2&gt;Work Item 7843: The given path&amp;#39;s format is not supported&lt;/h2&gt;Fixed bug that allowed paths of the form &amp;quot;file:///C:/blah/blah/http://blah/blah.org&amp;quot; to be created in GetFullLinkbasePath when filings that reference remote documents are stored locally. This caused a NotSupportedException to be thrown. Supplied as a patch from Codeplex user matthewschrager.&lt;br /&gt;
&lt;h2&gt;Work Item 9465: WebException Objects Thrown During XbrlSchema Creation Are Not Wrapped in XbrlException Objects&lt;/h2&gt;
The XbrlSchema constructor uses an XmlTextReader to read an XBRL schema. If the URI for the XBRL schema to be read is an HTTP-based URI, then the XmlTextReader will use the .NET Web stack to read the schema using HTTP. If something fails during that process, the .NET Web stack will throw a WebException. Thrown WebException objects were not wrapped in an XbrlException object and were consequently thrown back to the client as a WebException object.&lt;br /&gt;&lt;br /&gt;To be clear that the issue is an XBRL issue caused by an HTTP failure, the XBRL schema creation code now creates an XbrlException object, stores the caught WebException as an inner exception to the XbrlException, and throws the XbrlException object back up to the client.&lt;br /&gt;
&lt;h2&gt;Work Item 9571: No Support for Taxonomy Role Types&lt;/h2&gt;Role types found in schemas are now available from within the object model. The XbrlSchema class now contains a property called RoleTypes. This property is a collection of objects of a new class called RoleType. Objects of the RoleType class expose any role types defined in the schema.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Mon, 10 Sep 2012 02:28:22 GMT</pubDate><guid isPermaLink="false">Updated Release: Sep 2012 CTP (Sep 09, 2012) 20120910022822A</guid></item><item><title>Released: Sep 2012 CTP (Sep 09, 2012)</title><link>http://gepsio.codeplex.com/releases/view/89774</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;What&amp;#39;s New&lt;/h1&gt;
&lt;h2&gt;Role Types&lt;/h2&gt;
Role types found in schemas are now available from within Gepsio. The XbrlSchema class now contains a property called RoleTypes. This property is a collection of objects of a new class called RoleType. Objects of the RoleType class expose any role types defined
 in the schema.
&lt;h2&gt;HTTP-Based Schema Linkbase References&lt;/h2&gt;
Gepsio now supports HTTP-based schema linkbase references. Previous releases assumed that all schema linkbase references were based on local filesystem paths.
&lt;h2&gt;CalculationLink.Linkbase Property&lt;/h2&gt;
The CalculationLink class contains a new property called Linkbase, which references the LinkbaseDocument object containing the calculation link.
&lt;h2&gt;LinkbaseDocument.Schema Property&lt;/h2&gt;
The LinkbaseDocument class contains a new property called Schema, which references the XbrlSchema class referencing the linkbase document.
&lt;h2&gt;SummationConcept.Link Property&lt;/h2&gt;
The SummationConcept class contains a new property called Link, which references the CalculationLink object containing the summation concept.
&lt;h1&gt;Resolved Issues&lt;/h1&gt;
&lt;h2&gt;Work Item 9401: Valid XBRL Doc Failing To Be Loaded&lt;/h2&gt;
&lt;i&gt;The latest Amazon quarterly XBRL filing passes other validation tests I used, however attempting to Load the doc in Gepsio throws an error. Since it is an Object Ref Not Set to Instance error, it is not entirely clear what caused it although the final line
 in the stack trace is JeffFerguson.Gepsio.QualifiedName.Equals(Object obj). I attach the filing for your ref. Any ideas on how to get around this?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
A bug in the QualifiedName equality testing code failed to detect various null conditions. This has been fixed.&lt;br&gt;
&lt;h2&gt;Work Item 7843: The given path&amp;#39;s format is not supported&lt;/h2&gt;
Fixed bug that allowed paths of the form &amp;quot;file:///C:/blah/blah/http://blah/blah.org&amp;quot; to be created in GetFullLinkbasePath when filings that reference remote documents are stored locally. This caused a NotSupportedException to be thrown. Supplied as
 a patch from Codeplex user matthewschrager.&lt;br&gt;
&lt;h2&gt;Work Item 9465: WebException Objects Thrown During XbrlSchema Creation Are Not Wrapped in XbrlException Objects&lt;/h2&gt;
The XbrlSchema constructor uses an XmlTextReader to read an XBRL schema. If the URI for the XBRL schema to be read is an HTTP-based URI, then the XmlTextReader will use the .NET Web stack to read the schema using HTTP. If something fails during that process,
 the .NET Web stack will throw a WebException. Thrown WebException objects were not wrapped in an XbrlException object and were consequently thrown back to the client as a WebException object.&lt;br&gt;
&lt;br&gt;
To be clear that the issue is an XBRL issue caused by an HTTP failure, the XBRL schema creation code now creates an XbrlException object, stores the caught WebException as an inner exception to the XbrlException, and throws the XbrlException object back up
 to the client.&lt;br&gt;
&lt;h2&gt;Work Item 9571: No Support for Taxonomy Role Types&lt;/h2&gt;
Role types found in schemas are now available from within the object model. The XbrlSchema class now contains a property called RoleTypes. This property is a collection of objects of a new class called RoleType. Objects of the RoleType class expose any role
 types defined in the schema.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 10 Sep 2012 02:28:22 GMT</pubDate><guid isPermaLink="false">Released: Sep 2012 CTP (Sep 09, 2012) 20120910022822A</guid></item><item><title>Updated Release: Nov 2011 CTP (Nov 01, 2011)</title><link>http://gepsio.codeplex.com/releases/view/76107</link><description>&lt;div class="wikidoc"&gt;This release passes 191 of the tests in the XBRL-CONF-CR3-2007-03-05 conformance suite (which is 32 more than the 159 tests that passed in the last CTP release). This release builds on the previous CTP release in the following ways:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;First Class Support For Items and Tuples&lt;/b&gt;. Previous releases of Gepsio used a single class called Fact to represent a fact in an XBRL fragment. Starting with this release, the Fact class is a base class for two derived classes: one called Item and the other called Tuple. The Facts collection available from an XbrlFragment object is a collection of Fact objects, and each Fact in the collection could, in fact, be either an Item object or a Tuple object. This work brings the XBRL concept of tuples in as a first-class citizen of the Gepsio object model. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Complete Support For Essence Aliases&lt;/b&gt;. This release of Gepsio passes all of the conformance suite tests relating to the concept of essence aliases. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Better Support For Calculation Arc Validation&lt;/b&gt;. Gepsio now has a better validation engine for calculation arcs. This release now includes better handling of context-equals and unit-equals items, items with a nil value, and better support for contributing concept items found in tuples.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Gepsio is also available as a NuGet package named JeffFerguson.Gepsio.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Sun, 17 Jun 2012 14:48:01 GMT</pubDate><guid isPermaLink="false">Updated Release: Nov 2011 CTP (Nov 01, 2011) 20120617024801P</guid></item><item><title>Released: Nov 2011 CTP (Nov 01, 2011)</title><link>http://gepsio.codeplex.com/releases/view/76107</link><description>
&lt;div class="wikidoc"&gt;This release passes 191 of the tests in the XBRL-CONF-CR3-2007-03-05 conformance suite (which is 32 more than the 159 tests that passed in the last CTP release). This release builds on the previous CTP release in the following ways:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;First Class Support For Items and Tuples&lt;/b&gt;. Previous releases of Gepsio used a single class called Fact to represent a fact in an XBRL fragment. Starting with this release, the Fact class is a base class for two derived classes: one called Item and
 the other called Tuple. The Facts collection available from an XbrlFragment object is a collection of Fact objects, and each Fact in the collection could, in fact, be either an Item object or a Tuple object. This work brings the XBRL concept of tuples in as
 a first-class citizen of the Gepsio object model. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Complete Support For Essence Aliases&lt;/b&gt;. This release of Gepsio passes all of the conformance suite tests relating to the concept of essence aliases.
&lt;/li&gt;&lt;li&gt;&lt;b&gt;Better Support For Calculation Arc Validation&lt;/b&gt;. Gepsio now has a better validation engine for calculation arcs. This release now includes better handling of context-equals and unit-equals items, items with a nil value, and better support for contributing
 concept items found in tuples.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Gepsio is also available as a NuGet package named JeffFerguson.Gepsio.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 17 Jun 2012 14:48:01 GMT</pubDate><guid isPermaLink="false">Released: Nov 2011 CTP (Nov 01, 2011) 20120617024801P</guid></item><item><title>Updated Release: Nov 2011 CTP (Nov 01, 2011)</title><link>http://gepsio.codeplex.com/releases/view/76107</link><description>&lt;div class="wikidoc"&gt;This release passes 191 of the tests in the XBRL-CONF-CR3-2007-03-05 conformance suite (which is 32 more than the 159 tests that passed in the last CTP release). This release builds on the previous CTP release in the following ways:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;First Class Support For Items and Tuples&lt;/b&gt;. Previous releases of Gepsio used a single class called Fact to represent a fact in an XBRL fragment. Starting with this release, the Fact class is a base class for two derived classes: one called Item and the other called Tuple. The Facts collection available from an XbrlFragment object is a collection of Fact objects, and each Fact in the collection could, in fact, be either an Item object or a Tuple object. This work brings the XBRL concept of tuples in as a first-class citizen of the Gepsio object model. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Complete Support For Essence Aliases&lt;/b&gt;. This release of Gepsio passes all of the conformance suite tests relating to the concept of essence aliases. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Better Support For Calculation Arc Validation&lt;/b&gt;. Gepsio now has a better validation engine for calculation arcs. This release now includes better handling of context-equals and unit-equals items, items with a nil value, and better support for contributing concept items found in tuples.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Gepsio is also available as a NuGet package named JeffFerguson.Gepsio.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Mon, 07 Nov 2011 23:43:15 GMT</pubDate><guid isPermaLink="false">Updated Release: Nov 2011 CTP (Nov 01, 2011) 20111107114315P</guid></item><item><title>Released: Nov 2011 CTP (Nov 01, 2011)</title><link>http://gepsio.codeplex.com/releases/view/76107</link><description>
&lt;div class="wikidoc"&gt;This release passes 191 of the tests in the XBRL-CONF-CR3-2007-03-05 conformance suite (which is 32 more than the 159 tests that passed in the last CTP release). This release builds on the previous CTP release in the following ways:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;First Class Support For Items and Tuples&lt;/b&gt;. Previous releases of Gepsio used a single class called Fact to represent a fact in an XBRL fragment. Starting with this release, the Fact class is a base class for two derived classes: one called Item and
 the other called Tuple. The Facts collection available from an XbrlFragment object is a collection of Fact objects, and each Fact in the collection could, in fact, be either an Item object or a Tuple object. This work brings the XBRL concept of tuples in as
 a first-class citizen of the Gepsio object model. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Complete Support For Essence Aliases&lt;/b&gt;. This release of Gepsio passes all of the conformance suite tests relating to the concept of essence aliases.
&lt;/li&gt;&lt;li&gt;&lt;b&gt;Better Support For Calculation Arc Validation&lt;/b&gt;. Gepsio now has a better validation engine for calculation arcs. This release now includes better handling of context-equals and unit-equals items, items with a nil value, and better support for contributing
 concept items found in tuples.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Gepsio is also available as a NuGet package named JeffFerguson.Gepsio.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 07 Nov 2011 23:43:15 GMT</pubDate><guid isPermaLink="false">Released: Nov 2011 CTP (Nov 01, 2011) 20111107114315P</guid></item><item><title>Updated Release: Nov 2011 CTP (Nov 01, 2011)</title><link>http://gepsio.codeplex.com/releases/view/76107</link><description>&lt;div class="wikidoc"&gt;This release passes 191 of the tests in the XBRL-CONF-CR3-2007-03-05 conformance suite (which is 32 more than the 159 tests that passed in the last CTP release). This release builds on the previous CTP release in the following ways:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;First Class Support For Items and Tuples&lt;/b&gt;. Previous releases of Gepsio used a single class called Fact to represent a fact in an XBRL fragment. Starting with this release, the Fact class is a base class for two derived classes: one called Item and the other called Tuple. The Facts collection available from an XbrlFragment object is a collection of Fact objects, and each Fact in the collection could, in fact, be either an Item object or a Tuple object. This work brings the XBRL concept of tuples in as a first-class citizen of the Gepsio object model. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Complete Support For Essence Aliases&lt;/b&gt;. This release of Gepsio passes all of the conformance suite tests relating to the concept of essence aliases. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Better Support For Calculation Arc Validation&lt;/b&gt;. Gepsio now has a better validation engine for calculation arcs. This release now includes better handling of context-equals and unit-equals items, items with a nil value, and better support for contributing concept items found in tuples.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Wed, 02 Nov 2011 00:34:58 GMT</pubDate><guid isPermaLink="false">Updated Release: Nov 2011 CTP (Nov 01, 2011) 20111102123458A</guid></item><item><title>Released: Nov 2011 CTP (Nov 01, 2011)</title><link>http://gepsio.codeplex.com/releases/view/76107</link><description>
&lt;div class="wikidoc"&gt;This release passes 191 of the tests in the XBRL-CONF-CR3-2007-03-05 conformance suite (which is 32 more than the 159 tests that passed in the last CTP release). This release builds on the previous CTP release in the following ways:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;First Class Support For Items and Tuples&lt;/b&gt;. Previous releases of Gepsio used a single class called Fact to represent a fact in an XBRL fragment. Starting with this release, the Fact class is a base class for two derived classes: one called Item and
 the other called Tuple. The Facts collection available from an XbrlFragment object is a collection of Fact objects, and each Fact in the collection could, in fact, be either an Item object or a Tuple object. This work brings the XBRL concept of tuples in as
 a first-class citizen of the Gepsio object model. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Complete Support For Essence Aliases&lt;/b&gt;. This release of Gepsio passes all of the conformance suite tests relating to the concept of essence aliases.
&lt;/li&gt;&lt;li&gt;&lt;b&gt;Better Support For Calculation Arc Validation&lt;/b&gt;. Gepsio now has a better validation engine for calculation arcs. This release now includes better handling of context-equals and unit-equals items, items with a nil value, and better support for contributing
 concept items found in tuples.&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 02 Nov 2011 00:34:55 GMT</pubDate><guid isPermaLink="false">Released: Nov 2011 CTP (Nov 01, 2011) 20111102123455A</guid></item><item><title>Created Release: Version 2.1.0.5 (Nov 2011 CTP) - 01 Nov 2011 (Nov 01, 2011)</title><link>http://gepsio.codeplex.com/releases?ReleaseId=76107</link><description>&lt;div class="wikidoc"&gt;This release passes 191 of the tests in the XBRL-CONF-CR3-2007-03-05 conformance suite (which is 32 more than the 159 tests that passed in the last CTP release). This release builds on the previous CTP release in the following ways:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;First Class Support For Items and Tuples&lt;/b&gt;. Previous releases of Gepsio used a single class called Fact to represent a fact in an XBRL fragment. Starting with this release, the Fact class is a base class for two derived classes: one called Item and the other called Tuple. The Facts collection available from an XbrlFragment object is a collection of Fact objects, and each Fact in the collection could, in fact, be either an Item object or a Tuple object. This work brings the XBRL concept of tuples in as a first-class citizen of the Gepsio object model. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Complete Support For Essence Aliases&lt;/b&gt;. This release of Gepsio passes all of the conformance suite tests relating to the concept of essence aliases. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Better Support For Calculation Arc Validation&lt;/b&gt;. Gepsio now has a better validation engine for calculation arcs. This release now includes better handling of context-equals and unit-equals items, items with a nil value, and better support for contributing concept items found in tuples.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Wed, 02 Nov 2011 00:34:26 GMT</pubDate><guid isPermaLink="false">Created Release: Version 2.1.0.5 (Nov 2011 CTP) - 01 Nov 2011 (Nov 01, 2011) 20111102123426A</guid></item><item><title>Updated Release: Feb 2011 CTP (Jan 31, 2011)</title><link>http://gepsio.codeplex.com/releases/view/58334</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Version 2.1.0.4 (Feb 2011 Community Technology Preview) – Jan 31 2011&lt;/h1&gt;&lt;h2&gt;Functionality Added Since Previous Version&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Calculation arcs now read values of &amp;quot;order&amp;quot; attributes as decimals, rather than integers. This brings the code in line with section 3.5.3.9 of the XBRL 2.1 spec.&lt;/li&gt;
&lt;li&gt;Homegrown (and incomplete) schema parsing implementation replaced with XmlSchema and XmlSchemaSet classes available in the .NET Framework. Provides for much more complete parsing support for all standard XBRL schema constructs.&lt;/li&gt;
&lt;li&gt;Deleted obsolete internal class UriPrefixDictionary.&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Breaking Changes&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;The TpyeName property of an Element is now of type XmlQualifiedName rather than string.&lt;/li&gt;
&lt;li&gt;The Type property of a Fact is now of type XmlSchemaType rather than the Gepsio-specific AnyType class.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Passed Conformance Tests&lt;/h1&gt;The Feb 2011 CTP passes all of the 89 unit tests passed by the previous CTPs as well as the 70 additional Infer Decimals and Precision unit tests in the XBRL-CONF-CR3-2007-03-05 conformance suite, for a total of 159 passed conformance tests.
&lt;h1&gt;Resolved Work Items&lt;/h1&gt;&lt;h2&gt;Work Item 3828&lt;/h2&gt;&lt;a href="http://gepsio.codeplex.com/workitem/3828" class="externalLink"&gt;http://gepsio.codeplex.com/workitem/3828&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The type for the value of the &amp;quot;order&amp;quot; attribute of the &amp;lt;calculationArc&amp;gt; element is specified in section 3.5.3.9 of the XBRL 2.1 spec as &amp;quot;decimal&amp;quot;. Earlier versions of Gepsio were interpreting these values as integers, which was causing a parsing problem when decimal values were used. This has been fixed; values of the &amp;quot;order&amp;quot; attribute used in calculation arcs are now interpreted as decimal values.&lt;br /&gt;&lt;br /&gt;The resolution of this issue has forced a breaking change to earlier versions of Gepsio; in earlier versions, the type of the Order property of the CalculationArc class has changed from &amp;quot;int&amp;quot; to &amp;quot;decimal&amp;quot;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Mon, 31 Jan 2011 21:51:38 GMT</pubDate><guid isPermaLink="false">Updated Release: Feb 2011 CTP (Jan 31, 2011) 20110131095138P</guid></item><item><title>Released: Feb 2011 CTP (Jan 31, 2011)</title><link>http://gepsio.codeplex.com/releases/view/58334</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;Version 2.1.0.4 (Feb 2011 Community Technology Preview) – Jan 31 2011&lt;/h1&gt;
&lt;h2&gt;Functionality Added Since Previous Version&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Calculation arcs now read values of &amp;quot;order&amp;quot; attributes as decimals, rather than integers. This brings the code in line with section 3.5.3.9 of the XBRL 2.1 spec.
&lt;/li&gt;&lt;li&gt;Homegrown (and incomplete) schema parsing implementation replaced with XmlSchema and XmlSchemaSet classes available in the .NET Framework. Provides for much more complete parsing support for all standard XBRL schema constructs.
&lt;/li&gt;&lt;li&gt;Deleted obsolete internal class UriPrefixDictionary.&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Breaking Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The TpyeName property of an Element is now of type XmlQualifiedName rather than string.
&lt;/li&gt;&lt;li&gt;The Type property of a Fact is now of type XmlSchemaType rather than the Gepsio-specific AnyType class.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Passed Conformance Tests&lt;/h1&gt;
The Feb 2011 CTP passes all of the 89 unit tests passed by the previous CTPs as well as the 70 additional Infer Decimals and Precision unit tests in the XBRL-CONF-CR3-2007-03-05 conformance suite, for a total of 159 passed conformance tests.
&lt;h1&gt;Resolved Work Items&lt;/h1&gt;
&lt;h2&gt;Work Item 3828&lt;/h2&gt;
&lt;a href="http://gepsio.codeplex.com/workitem/3828"&gt;http://gepsio.codeplex.com/workitem/3828&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
The type for the value of the &amp;quot;order&amp;quot; attribute of the &amp;lt;calculationArc&amp;gt; element is specified in section 3.5.3.9 of the XBRL 2.1 spec as &amp;quot;decimal&amp;quot;. Earlier versions of Gepsio were interpreting these values as integers, which was causing
 a parsing problem when decimal values were used. This has been fixed; values of the &amp;quot;order&amp;quot; attribute used in calculation arcs are now interpreted as decimal values.&lt;br&gt;
&lt;br&gt;
The resolution of this issue has forced a breaking change to earlier versions of Gepsio; in earlier versions, the type of the Order property of the CalculationArc class has changed from &amp;quot;int&amp;quot; to &amp;quot;decimal&amp;quot;.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 31 Jan 2011 21:51:38 GMT</pubDate><guid isPermaLink="false">Released: Feb 2011 CTP (Jan 31, 2011) 20110131095138P</guid></item><item><title>Created Release: Jan 2011 CTP (Dec 30, 2010)</title><link>http://gepsio.codeplex.com/releases?ReleaseId=58327</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome&lt;/h1&gt;Welcome to the Jan 2011 CTP, with added support for calculation arcs, calculation links, and calculation validation. Here is a partial list of changes made since the last CTP. Please see the Users Guide for more complete information. 
&lt;h1&gt;New Class Properties&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added the InfinitePrecision property to the Fact class.&lt;/li&gt;
&lt;li&gt;Added the PrecisionInferred property to the Fact class.&lt;/li&gt;
&lt;li&gt;Added the InfiniteDecimals property to the Fact class.&lt;/li&gt;
&lt;li&gt;Added the RoundedValue property to the Fact class.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Passed Conformance Tests&lt;/h1&gt;The Jan 2011 CTP passes all of the 67 unit tests passed by the previous CTPs as well as 22 additional unit tests in the XBRL-CONF-CR3-2007-03-05 conformance suite, for a total of 89 passed conformance tests.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Thu, 30 Dec 2010 16:51:30 GMT</pubDate><guid isPermaLink="false">Created Release: Jan 2011 CTP (Dec 30, 2010) 20101230045130P</guid></item><item><title>Released: Jan 2011 CTP (Dec 30, 2010)</title><link>http://gepsio.codeplex.com/releases/view/58327</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;Welcome&lt;/h1&gt;
Welcome to the Jan 2011 CTP, with added support for calculation arcs, calculation links, and calculation validation. Here is a partial list of changes made since the last CTP. Please see the Users Guide for more complete information.
&lt;h1&gt;New Class Properties&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Added the InfinitePrecision property to the Fact class. &lt;/li&gt;&lt;li&gt;Added the PrecisionInferred property to the Fact class. &lt;/li&gt;&lt;li&gt;Added the InfiniteDecimals property to the Fact class. &lt;/li&gt;&lt;li&gt;Added the RoundedValue property to the Fact class.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Passed Conformance Tests&lt;/h1&gt;
The Jan 2011 CTP passes all of the 67 unit tests passed by the previous CTPs as well as 22 additional unit tests in the XBRL-CONF-CR3-2007-03-05 conformance suite, for a total of 89 passed conformance tests.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 30 Dec 2010 16:51:30 GMT</pubDate><guid isPermaLink="false">Released: Jan 2011 CTP (Dec 30, 2010) 20101230045130P</guid></item><item><title>Updated Release: Jan 2009 CTP (Jan 03, 2009)</title><link>http://gepsio.codeplex.com/releases/view/21322</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome&lt;/h1&gt;Welcome to the Jan 2009 Community Technology Preview (CTP) for Gepsio!&lt;br /&gt;&lt;br /&gt;A CTP release provides a “sneak peak” into the future, including key features that are envisioned for Gepsio’s ultimate release. A CTP, by its very nature, is early code and may change by Gepsio’s final release. I invite you to download this release and work with it and your XBRL documents. I welcome all feedback, good and bad. Your feedback is welcome and will be very influential in shaping future releases of Gepsio.&lt;br /&gt;
&lt;h1&gt;Logging an Issue&lt;/h1&gt;If you wish to log an issue of any kind with Gepsio, whether it is a bug or a feature request, proceed as follows:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Go to the Gepsio product site at http://gepsio.codeplex.com.&lt;/li&gt;
&lt;li&gt;Click on the “Issue Tracker” tab near the top of the page.&lt;/li&gt;
&lt;li&gt;Click on the “Create New Item” link.&lt;/li&gt;
&lt;li&gt;Fill out the form.&lt;/li&gt;
&lt;li&gt;Click “Save”.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;You can attach files to a logged issue. If you are logging an issue that can be reproduced by a specific XBRL document, then please feel free to attach the XBRL document and any associated schemas to the logged issue. This will aid in identifying and resolving the issue, if such an action is necessary.&lt;br /&gt;
&lt;h1&gt;Contacting the Author&lt;/h1&gt;To contact the author, proceed as follows:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Go to the Gepsio product site at http://gepsio.codeplex.com.&lt;/li&gt;
&lt;li&gt;Click on the “People” tab near the top of the page.&lt;/li&gt;
&lt;li&gt;Click on the “JeffreyFerguson” link. You will be taken to the author’s profile page.&lt;/li&gt;
&lt;li&gt;Click on the “JeffreyFerguson” link in the “About” box.&lt;/li&gt;
&lt;li&gt;Fill out the form.&lt;/li&gt;
&lt;li&gt;Click “Send”.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Mon, 15 Mar 2010 19:31:37 GMT</pubDate><guid isPermaLink="false">Updated Release: Jan 2009 CTP (Jan 03, 2009) 20100315073137P</guid></item><item><title>Released: Jan 2009 CTP (Jan 03, 2009)</title><link>http://gepsio.codeplex.com/releases/view/21322</link><description>&lt;div&gt;&lt;h1&gt;Welcome&lt;/h1&gt;Welcome to the Jan 2009 Community Technology Preview (CTP) for Gepsio!&lt;br&gt;&lt;br&gt;A CTP release provides a “sneak peak” into the future, including key features that are envisioned for Gepsio’s ultimate release. A CTP, by its very nature, is early code and may change by Gepsio’s final release. I invite you to download this release and work with it and your XBRL documents. I welcome all feedback, good and bad. Your feedback is welcome and will be very influential in shaping future releases of Gepsio.&lt;br&gt;
&lt;h1&gt;Logging an Issue&lt;/h1&gt;If you wish to log an issue of any kind with Gepsio, whether it is a bug or a feature request, proceed as follows:&lt;br&gt;
&lt;ol&gt;&lt;li&gt;Go to the Gepsio product site at http://gepsio.codeplex.com.&lt;/li&gt;
&lt;li&gt;Click on the “Issue Tracker” tab near the top of the page.&lt;/li&gt;
&lt;li&gt;Click on the “Create New Item” link.&lt;/li&gt;
&lt;li&gt;Fill out the form.&lt;/li&gt;
&lt;li&gt;Click “Save”.&lt;/li&gt;&lt;/ol&gt;
&lt;br&gt;You can attach files to a logged issue. If you are logging an issue that can be reproduced by a specific XBRL document, then please feel free to attach the XBRL document and any associated schemas to the logged issue. This will aid in identifying and resolving the issue, if such an action is necessary.&lt;br&gt;
&lt;h1&gt;Contacting the Author&lt;/h1&gt;To contact the author, proceed as follows:&lt;br&gt;
&lt;ol&gt;&lt;li&gt;Go to the Gepsio product site at http://gepsio.codeplex.com.&lt;/li&gt;
&lt;li&gt;Click on the “People” tab near the top of the page.&lt;/li&gt;
&lt;li&gt;Click on the “JeffreyFerguson” link. You will be taken to the author’s profile page.&lt;/li&gt;
&lt;li&gt;Click on the “JeffreyFerguson” link in the “About” box.&lt;/li&gt;
&lt;li&gt;Fill out the form.&lt;/li&gt;
&lt;li&gt;Click “Send”.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Mon, 15 Mar 2010 19:31:37 GMT</pubDate><guid isPermaLink="false">Released: Jan 2009 CTP (Jan 03, 2009) 20100315073137P</guid></item><item><title>Updated Release: Feb 2009 CTP (Jan 31, 2009)</title><link>http://gepsio.codeplex.com/releases/view/22580</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome&lt;/h1&gt;Welcome to the Feb 2009 CTP. Here is a partial list of changes made since the last CTP. Please see the Users Guide for more complete information.
&lt;h1&gt;Support for Additional XML/XBRL Data Types&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added support for the shares simple type.&lt;/li&gt;
&lt;li&gt;Added support for the sharesItemType complex type.&lt;/li&gt;
&lt;li&gt;Added support for the tokenItemType complex type.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Support for XBRL Elements&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added support for the &amp;lt;divide&amp;gt; element within &amp;lt;unit&amp;gt; elements in accordance with section 4.8.3 of the XBRL Specification.&lt;/li&gt;
&lt;li&gt;Added support for processing &amp;lt;annotation&amp;gt;, &amp;lt;appinfo&amp;gt; and &amp;lt;linkbaseRef&amp;gt; nodes in XBRL schemas. The previous CTP only honored &amp;lt;element&amp;gt; nodes in XBRL schemas.&lt;/li&gt;
&lt;li&gt;Added support for loading and processing external linkbase markup documents referenced by &amp;lt;linkbaseRef … href=”” …&amp;gt; tags found in XBRL schemas.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;New Classes&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added the LinkbaseDocument class.&lt;/li&gt;
&lt;li&gt;Added the Locator class.&lt;/li&gt;
&lt;li&gt;Added the DefinitionArc class.&lt;/li&gt;
&lt;li&gt;Added the DefinitionLink class.&lt;/li&gt;
&lt;li&gt;Added the CalculationArc class.&lt;/li&gt;
&lt;li&gt;Added the CalculationLink class.&lt;/li&gt;
&lt;li&gt;Added the SummationConcept class.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;New Class Properties&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added the Ratio property to the Unit class.&lt;/li&gt;
&lt;li&gt;Added the LinkbaseDocuments property to the XbrlSchema class.&lt;/li&gt;
&lt;li&gt;Added the Decimals property to the Fact class.&lt;/li&gt;
&lt;li&gt;Added the PrecisionSpecified property to the Fact class.&lt;/li&gt;
&lt;li&gt;Added the DecimalsSpecified property to the Fact class.&lt;/li&gt;
&lt;li&gt;Added the NilSpecified property to the Fact class.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Miscellaneous&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added support for multiple measures on a unit (see “Accessing Unit Measures” on page 42 for more information on a breaking change from the previous version).&lt;/li&gt;
&lt;li&gt;Instances of facts defined as being in essence alias relationships are now checked to ensure that the fact instances are context equal, parent equal and unit equal, in accordance with section 4.10 of the XBRL 2.1 specification.&lt;/li&gt;
&lt;li&gt;Added support for checking two facts to determine whether or not they are context equal.&lt;/li&gt;
&lt;li&gt;Added support for checking two facts to determine whether or not they are parent equal.&lt;/li&gt;
&lt;li&gt;Added support for checking two facts to determine whether or not they are unit equal.&lt;/li&gt;
&lt;li&gt;Added support for checking two contexts to determine whether or not they are structure equal.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Passed Conformance Tests&lt;/h1&gt;The Feb 2009 CTP passes all of the 42 unit tests passed by the Jan 2009 CTP as well as an additional 26 unit tests in the XBRL-CONF-CR3-2007-03-05 conformance suite, for a total of 68 passed conformance tests.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Mon, 15 Mar 2010 19:31:08 GMT</pubDate><guid isPermaLink="false">Updated Release: Feb 2009 CTP (Jan 31, 2009) 20100315073108P</guid></item><item><title>Released: Feb 2009 CTP (Jan 31, 2009)</title><link>http://gepsio.codeplex.com/releases/view/22580</link><description>&lt;div&gt;&lt;h1&gt;Welcome&lt;/h1&gt;Welcome to the Feb 2009 CTP. Here is a partial list of changes made since the last CTP. Please see the Users Guide for more complete information.
&lt;h1&gt;Support for Additional XML/XBRL Data Types&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added support for the shares simple type.&lt;/li&gt;
&lt;li&gt;Added support for the sharesItemType complex type.&lt;/li&gt;
&lt;li&gt;Added support for the tokenItemType complex type.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Support for XBRL Elements&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added support for the &amp;lt;divide&amp;gt; element within &amp;lt;unit&amp;gt; elements in accordance with section 4.8.3 of the XBRL Specification.&lt;/li&gt;
&lt;li&gt;Added support for processing &amp;lt;annotation&amp;gt;, &amp;lt;appinfo&amp;gt; and &amp;lt;linkbaseRef&amp;gt; nodes in XBRL schemas. The previous CTP only honored &amp;lt;element&amp;gt; nodes in XBRL schemas.&lt;/li&gt;
&lt;li&gt;Added support for loading and processing external linkbase markup documents referenced by &amp;lt;linkbaseRef … href=”” …&amp;gt; tags found in XBRL schemas.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;New Classes&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added the LinkbaseDocument class.&lt;/li&gt;
&lt;li&gt;Added the Locator class.&lt;/li&gt;
&lt;li&gt;Added the DefinitionArc class.&lt;/li&gt;
&lt;li&gt;Added the DefinitionLink class.&lt;/li&gt;
&lt;li&gt;Added the CalculationArc class.&lt;/li&gt;
&lt;li&gt;Added the CalculationLink class.&lt;/li&gt;
&lt;li&gt;Added the SummationConcept class.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;New Class Properties&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added the Ratio property to the Unit class.&lt;/li&gt;
&lt;li&gt;Added the LinkbaseDocuments property to the XbrlSchema class.&lt;/li&gt;
&lt;li&gt;Added the Decimals property to the Fact class.&lt;/li&gt;
&lt;li&gt;Added the PrecisionSpecified property to the Fact class.&lt;/li&gt;
&lt;li&gt;Added the DecimalsSpecified property to the Fact class.&lt;/li&gt;
&lt;li&gt;Added the NilSpecified property to the Fact class.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Miscellaneous&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Added support for multiple measures on a unit (see “Accessing Unit Measures” on page 42 for more information on a breaking change from the previous version).&lt;/li&gt;
&lt;li&gt;Instances of facts defined as being in essence alias relationships are now checked to ensure that the fact instances are context equal, parent equal and unit equal, in accordance with section 4.10 of the XBRL 2.1 specification.&lt;/li&gt;
&lt;li&gt;Added support for checking two facts to determine whether or not they are context equal.&lt;/li&gt;
&lt;li&gt;Added support for checking two facts to determine whether or not they are parent equal.&lt;/li&gt;
&lt;li&gt;Added support for checking two facts to determine whether or not they are unit equal.&lt;/li&gt;
&lt;li&gt;Added support for checking two contexts to determine whether or not they are structure equal.&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Passed Conformance Tests&lt;/h1&gt;The Feb 2009 CTP passes all of the 42 unit tests passed by the Jan 2009 CTP as well as an additional 26 unit tests in the XBRL-CONF-CR3-2007-03-05 conformance suite, for a total of 68 passed conformance tests.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Mon, 15 Mar 2010 19:31:08 GMT</pubDate><guid isPermaLink="false">Released: Feb 2009 CTP (Jan 31, 2009) 20100315073108P</guid></item><item><title>Updated Release: Feb 2009 CTP (Jan 31, 2009)</title><link>http://www.codeplex.com/gepsio/Release/ProjectReleases.aspx?ReleaseId=22580</link><description>&lt;div&gt;
&lt;h1&gt;
Welcome
&lt;/h1&gt;Welcome to the Feb 2009 CTP. Here is a partial list of changes made since the last CTP. Please see the Users Guide for more complete information.&lt;br&gt;&lt;h1&gt;
Support for Additional XML/XBRL Data Types
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added support for the shares simple type.&lt;/li&gt;&lt;li&gt;Added support for the sharesItemType complex type.&lt;/li&gt;&lt;li&gt;Added support for the tokenItemType complex type.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
Support for XBRL Elements
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added support for the &amp;lt;divide&amp;gt; element within &amp;lt;unit&amp;gt; elements in accordance with section 4.8.3 of the XBRL Specification.&lt;/li&gt;&lt;li&gt;Added support for processing &amp;lt;annotation&amp;gt;, &amp;lt;appinfo&amp;gt; and &amp;lt;linkbaseRef&amp;gt; nodes in XBRL schemas. The previous CTP only honored &amp;lt;element&amp;gt; nodes in XBRL schemas.&lt;/li&gt;&lt;li&gt;Added support for loading and processing external linkbase markup documents referenced by &amp;lt;linkbaseRef … href=”” …&amp;gt; tags found in XBRL schemas.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
New Classes
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added the LinkbaseDocument class.&lt;/li&gt;&lt;li&gt;Added the Locator class.&lt;/li&gt;&lt;li&gt;Added the DefinitionArc class.&lt;/li&gt;&lt;li&gt;Added the DefinitionLink class.&lt;/li&gt;&lt;li&gt;Added the CalculationArc class.&lt;/li&gt;&lt;li&gt;Added the CalculationLink class.&lt;/li&gt;&lt;li&gt;Added the SummationConcept class.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
New Class Properties
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added the Ratio property to the Unit class.&lt;/li&gt;&lt;li&gt;Added the LinkbaseDocuments property to the XbrlSchema class.&lt;/li&gt;&lt;li&gt;Added the Decimals property to the Fact class.&lt;/li&gt;&lt;li&gt;Added the PrecisionSpecified property to the Fact class.&lt;/li&gt;&lt;li&gt;Added the DecimalsSpecified property to the Fact class.&lt;/li&gt;&lt;li&gt;Added the NilSpecified property to the Fact class.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
Miscellaneous
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added support for multiple measures on a unit (see “Accessing Unit Measures” on page 42 for more information on a breaking change from the previous version).&lt;/li&gt;&lt;li&gt;Instances of facts defined as being in essence alias relationships are now checked to ensure that the fact instances are context equal, parent equal and unit equal, in accordance with section 4.10 of the XBRL 2.1 specification.&lt;/li&gt;&lt;li&gt;Added support for checking two facts to determine whether or not they are context equal.&lt;/li&gt;&lt;li&gt;Added support for checking two facts to determine whether or not they are parent equal.&lt;/li&gt;&lt;li&gt;Added support for checking two facts to determine whether or not they are unit equal.&lt;/li&gt;&lt;li&gt;Added support for checking two contexts to determine whether or not they are structure equal.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
Passed Conformance Tests
&lt;/h1&gt;The Feb 2009 CTP passes all of the 42 unit tests passed by the Jan 2009 CTP as well as an additional 26 unit tests in the XBRL-CONF-CR3-2007-03-05 conformance suite, for a total of 68 passed conformance tests.&lt;br&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Sat, 31 Jan 2009 16:05:01 GMT</pubDate><guid isPermaLink="false">Updated Release: Feb 2009 CTP (Jan 31, 2009) 20090131040501P</guid></item><item><title>Released: Feb 2009 CTP (Jan 31, 2009)</title><link>http://www.codeplex.com/gepsio/Release/ProjectReleases.aspx?ReleaseId=22580</link><description>&lt;div&gt;
&lt;h1&gt;
Welcome
&lt;/h1&gt;Welcome to the Feb 2009 CTP. Here is a partial list of changes made since the last CTP. Please see the Users Guide for more complete information.&lt;br&gt;&lt;h1&gt;
Support for Additional XML/XBRL Data Types
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added support for the shares simple type.&lt;/li&gt;&lt;li&gt;Added support for the sharesItemType complex type.&lt;/li&gt;&lt;li&gt;Added support for the tokenItemType complex type.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
Support for XBRL Elements
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added support for the &amp;lt;divide&amp;gt; element within &amp;lt;unit&amp;gt; elements in accordance with section 4.8.3 of the XBRL Specification.&lt;/li&gt;&lt;li&gt;Added support for processing &amp;lt;annotation&amp;gt;, &amp;lt;appinfo&amp;gt; and &amp;lt;linkbaseRef&amp;gt; nodes in XBRL schemas. The previous CTP only honored &amp;lt;element&amp;gt; nodes in XBRL schemas.&lt;/li&gt;&lt;li&gt;Added support for loading and processing external linkbase markup documents referenced by &amp;lt;linkbaseRef … href=”” …&amp;gt; tags found in XBRL schemas.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
New Classes
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added the LinkbaseDocument class.&lt;/li&gt;&lt;li&gt;Added the Locator class.&lt;/li&gt;&lt;li&gt;Added the DefinitionArc class.&lt;/li&gt;&lt;li&gt;Added the DefinitionLink class.&lt;/li&gt;&lt;li&gt;Added the CalculationArc class.&lt;/li&gt;&lt;li&gt;Added the CalculationLink class.&lt;/li&gt;&lt;li&gt;Added the SummationConcept class.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
New Class Properties
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added the Ratio property to the Unit class.&lt;/li&gt;&lt;li&gt;Added the LinkbaseDocuments property to the XbrlSchema class.&lt;/li&gt;&lt;li&gt;Added the Decimals property to the Fact class.&lt;/li&gt;&lt;li&gt;Added the PrecisionSpecified property to the Fact class.&lt;/li&gt;&lt;li&gt;Added the DecimalsSpecified property to the Fact class.&lt;/li&gt;&lt;li&gt;Added the NilSpecified property to the Fact class.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
Miscellaneous
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added support for multiple measures on a unit (see “Accessing Unit Measures” on page 42 for more information on a breaking change from the previous version).&lt;/li&gt;&lt;li&gt;Instances of facts defined as being in essence alias relationships are now checked to ensure that the fact instances are context equal, parent equal and unit equal, in accordance with section 4.10 of the XBRL 2.1 specification.&lt;/li&gt;&lt;li&gt;Added support for checking two facts to determine whether or not they are context equal.&lt;/li&gt;&lt;li&gt;Added support for checking two facts to determine whether or not they are parent equal.&lt;/li&gt;&lt;li&gt;Added support for checking two facts to determine whether or not they are unit equal.&lt;/li&gt;&lt;li&gt;Added support for checking two contexts to determine whether or not they are structure equal.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
Passed Conformance Tests
&lt;/h1&gt;The Feb 2009 CTP passes all of the 42 unit tests passed by the Jan 2009 CTP as well as an additional 26 unit tests in the XBRL-CONF-CR3-2007-03-05 conformance suite, for a total of 68 passed conformance tests.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 31 Jan 2009 16:04:59 GMT</pubDate><guid isPermaLink="false">Released: Feb 2009 CTP (Jan 31, 2009) 20090131040459P</guid></item><item><title>Created Release: Feb 2009 CTP (Jan 31, 2009)</title><link>http://www.codeplex.com/gepsio/Release/ProjectReleases.aspx?ReleaseId=22580</link><description>&lt;div&gt;
&lt;h1&gt;
Welcome
&lt;/h1&gt;Welcome to the Feb 2009 CTP. Here is a partial list of changes made since the last CTP. Please see the Users Guide for more complete information.&lt;br&gt;&lt;h1&gt;
Support for Additional XML/XBRL Data Types
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added support for the shares simple type.&lt;/li&gt;&lt;li&gt;Added support for the sharesItemType complex type.&lt;/li&gt;&lt;li&gt;Added support for the tokenItemType complex type.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
Support for XBRL Elements
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added support for the &amp;lt;divide&amp;gt; element within &amp;lt;unit&amp;gt; elements in accordance with section 4.8.3 of the XBRL Specification.&lt;/li&gt;&lt;li&gt;Added support for processing &amp;lt;annotation&amp;gt;, &amp;lt;appinfo&amp;gt; and &amp;lt;linkbaseRef&amp;gt; nodes in XBRL schemas. The previous CTP only honored &amp;lt;element&amp;gt; nodes in XBRL schemas.&lt;/li&gt;&lt;li&gt;Added support for loading and processing external linkbase markup documents referenced by &amp;lt;linkbaseRef … href=”” …&amp;gt; tags found in XBRL schemas.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
New Classes
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added the LinkbaseDocument class.&lt;/li&gt;&lt;li&gt;Added the Locator class.&lt;/li&gt;&lt;li&gt;Added the DefinitionArc class.&lt;/li&gt;&lt;li&gt;Added the DefinitionLink class.&lt;/li&gt;&lt;li&gt;Added the CalculationArc class.&lt;/li&gt;&lt;li&gt;Added the CalculationLink class.&lt;/li&gt;&lt;li&gt;Added the SummationConcept class.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
New Class Properties
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added the Ratio property to the Unit class.&lt;/li&gt;&lt;li&gt;Added the LinkbaseDocuments property to the XbrlSchema class.&lt;/li&gt;&lt;li&gt;Added the Decimals property to the Fact class.&lt;/li&gt;&lt;li&gt;Added the PrecisionSpecified property to the Fact class.&lt;/li&gt;&lt;li&gt;Added the DecimalsSpecified property to the Fact class.&lt;/li&gt;&lt;li&gt;Added the NilSpecified property to the Fact class.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
Miscellaneous
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Added support for multiple measures on a unit (see “Accessing Unit Measures” on page 42 for more information on a breaking change from the previous version).&lt;/li&gt;&lt;li&gt;Instances of facts defined as being in essence alias relationships are now checked to ensure that the fact instances are context equal, parent equal and unit equal, in accordance with section 4.10 of the XBRL 2.1 specification.&lt;/li&gt;&lt;li&gt;Added support for checking two facts to determine whether or not they are context equal.&lt;/li&gt;&lt;li&gt;Added support for checking two facts to determine whether or not they are parent equal.&lt;/li&gt;&lt;li&gt;Added support for checking two facts to determine whether or not they are unit equal.&lt;/li&gt;&lt;li&gt;Added support for checking two contexts to determine whether or not they are structure equal.&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;
Passed Conformance Tests
&lt;/h1&gt;The Feb 2009 CTP passes all of the 42 unit tests passed by the Jan 2009 CTP as well as the following 26 additional unit tests in the XBRL-CONF-CR3-2007-03-05 conformance suite, for a total of 68 passed conformance tests.&lt;br&gt;
&lt;/div&gt;</description><author>JeffreyFerguson</author><pubDate>Sat, 31 Jan 2009 16:03:55 GMT</pubDate><guid isPermaLink="false">Created Release: Feb 2009 CTP (Jan 31, 2009) 20090131040355P</guid></item></channel></rss>