<?xml version="1.0" encoding="utf-8"?>
<!-- User of this page provides a US GAAP concept name and the query returns the child concepts used in roll ups to this parent concept in order by the most common to the least common. -->
<!-- EXAMPLE: GetRollUpChildrenForParent-USGAAP.aspx?ParentConcept=us-gaap:Assets -->
<info:Response xmlns:info='http://xbrlsite.com/DigitalFinancialReporting/ReportFrameCodes/info'>
   <info:ParentConcept name='us-gaap:Assets'>
      <info:ChildConcept number='1'>
         <info:ConceptName>us-gaap:AssetsCurrent</info:ConceptName>
         <info:Count>1790</info:Count>
      </info:ChildConcept>
      <info:ChildConcept number='2'>
         <info:ConceptName>us-gaap:AssetsNoncurrent</info:ConceptName>
         <info:Count>94</info:Count>
      </info:ChildConcept>
   </info:ParentConcept>
</info:Response>
