xbrlware-ce 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (194) hide show
  1. data/Copying.txt +13 -0
  2. data/License.txt +13 -0
  3. data/Rakefile.rb +124 -0
  4. data/Readme.txt +15 -0
  5. data/doc/classes/Edgar.html +144 -0
  6. data/doc/classes/Edgar/HTMLFeedDownloader.html +199 -0
  7. data/doc/classes/Edgar/RSSFeedDownloader.html +225 -0
  8. data/doc/classes/Xbrlware.html +350 -0
  9. data/doc/classes/Xbrlware/Context.html +429 -0
  10. data/doc/classes/Xbrlware/Entity.html +323 -0
  11. data/doc/classes/Xbrlware/Identifier.html +191 -0
  12. data/doc/classes/Xbrlware/Instance.html +742 -0
  13. data/doc/classes/Xbrlware/Item.html +278 -0
  14. data/doc/classes/Xbrlware/LBConstants.html +144 -0
  15. data/doc/classes/Xbrlware/Linkbase.html +131 -0
  16. data/doc/classes/Xbrlware/Linkbase/CalculationLinkbase.html +212 -0
  17. data/doc/classes/Xbrlware/Linkbase/CalculationLinkbase/Calculation.html +172 -0
  18. data/doc/classes/Xbrlware/Linkbase/CalculationLinkbase/Calculation/CalculationArc.html +166 -0
  19. data/doc/classes/Xbrlware/Linkbase/DefinitionLinkbase.html +210 -0
  20. data/doc/classes/Xbrlware/Linkbase/DefinitionLinkbase/Definition.html +204 -0
  21. data/doc/classes/Xbrlware/Linkbase/DefinitionLinkbase/Definition/DefinitionArc.html +160 -0
  22. data/doc/classes/Xbrlware/Linkbase/LabelLinkbase.html +239 -0
  23. data/doc/classes/Xbrlware/Linkbase/LabelLinkbase/Label.html +189 -0
  24. data/doc/classes/Xbrlware/Linkbase/Linkbase.html +172 -0
  25. data/doc/classes/Xbrlware/Linkbase/Linkbase/Link.html +217 -0
  26. data/doc/classes/Xbrlware/Linkbase/Linkbase/Link/Arc.html +284 -0
  27. data/doc/classes/Xbrlware/Linkbase/PresentationLinkbase.html +224 -0
  28. data/doc/classes/Xbrlware/Linkbase/PresentationLinkbase/Presentation.html +222 -0
  29. data/doc/classes/Xbrlware/Linkbase/PresentationLinkbase/Presentation/PresentationArc.html +160 -0
  30. data/doc/classes/Xbrlware/Taxonomy.html +369 -0
  31. data/doc/classes/Xbrlware/TaxonomyDefintion.html +177 -0
  32. data/doc/classes/Xbrlware/Unit.html +179 -0
  33. data/doc/classes/Xbrlware/Unit/Divide.html +165 -0
  34. data/doc/created.rid +1 -0
  35. data/doc/files/Readme_txt.html +124 -0
  36. data/doc/files/lib/edgar/edgar_data_downloader_rb.html +129 -0
  37. data/doc/files/lib/edgar/util_rb.html +129 -0
  38. data/doc/files/lib/edgar_rb.html +141 -0
  39. data/doc/files/lib/xbrlware/constants_rb.html +129 -0
  40. data/doc/files/lib/xbrlware/context_rb.html +129 -0
  41. data/doc/files/lib/xbrlware/date_util_rb.html +129 -0
  42. data/doc/files/lib/xbrlware/float_patch_rb.html +129 -0
  43. data/doc/files/lib/xbrlware/hash_util_rb.html +129 -0
  44. data/doc/files/lib/xbrlware/instance_rb.html +129 -0
  45. data/doc/files/lib/xbrlware/item_rb.html +129 -0
  46. data/doc/files/lib/xbrlware/linkbase/calculation_linkbase_rb.html +129 -0
  47. data/doc/files/lib/xbrlware/linkbase/definition_linkbase_rb.html +129 -0
  48. data/doc/files/lib/xbrlware/linkbase/label_linkbase_rb.html +129 -0
  49. data/doc/files/lib/xbrlware/linkbase/linkbase_rb.html +129 -0
  50. data/doc/files/lib/xbrlware/linkbase/presentation_linkbase_rb.html +129 -0
  51. data/doc/files/lib/xbrlware/meta_util_rb.html +129 -0
  52. data/doc/files/lib/xbrlware/taxonomy_rb.html +129 -0
  53. data/doc/files/lib/xbrlware/unit_rb.html +129 -0
  54. data/doc/files/lib/xbrlware/util_rb.html +129 -0
  55. data/doc/files/lib/xbrlware/xml_parser_rb.html +129 -0
  56. data/doc/files/lib/xbrlware_rb.html +163 -0
  57. data/doc/fr_class_index.html +55 -0
  58. data/doc/fr_file_index.html +48 -0
  59. data/doc/fr_method_index.html +104 -0
  60. data/doc/index.html +24 -0
  61. data/doc/rdoc-style.css +208 -0
  62. data/example/benchmark/instance_parser_benchmark.rb +25 -0
  63. data/example/case_study/buy_strategy.rb +34 -0
  64. data/example/case_study/c-20091230.xml +29 -0
  65. data/example/case_study/c_sell_strategy.rb +29 -0
  66. data/example/lang_integration/thrift/rating-client.py +21 -0
  67. data/example/lang_integration/thrift/rating-impl.rb +13 -0
  68. data/example/lang_integration/thrift/rating-server.rb +25 -0
  69. data/example/lang_integration/thrift/rating.thrift +52 -0
  70. data/example/quick_start/foo.rb +10 -0
  71. data/example/quick_start/foo.xml +29 -0
  72. data/example/quick_start/print_item.rb +27 -0
  73. data/lib/edgar.rb +30 -0
  74. data/lib/edgar/edgar_data_downloader.rb +126 -0
  75. data/lib/edgar/util.rb +30 -0
  76. data/lib/xbrlware.rb +65 -0
  77. data/lib/xbrlware/constants.rb +29 -0
  78. data/lib/xbrlware/context.rb +148 -0
  79. data/lib/xbrlware/date_util.rb +35 -0
  80. data/lib/xbrlware/float_patch.rb +26 -0
  81. data/lib/xbrlware/hash_util.rb +175 -0
  82. data/lib/xbrlware/instance.rb +406 -0
  83. data/lib/xbrlware/item.rb +115 -0
  84. data/lib/xbrlware/linkbase/calculation_linkbase.rb +137 -0
  85. data/lib/xbrlware/linkbase/definition_linkbase.rb +186 -0
  86. data/lib/xbrlware/linkbase/label_linkbase.rb +128 -0
  87. data/lib/xbrlware/linkbase/linkbase.rb +170 -0
  88. data/lib/xbrlware/linkbase/presentation_linkbase.rb +160 -0
  89. data/lib/xbrlware/meta_util.rb +45 -0
  90. data/lib/xbrlware/taxonomies/us_gaap_taxonomy_20090131.rb +40365 -0
  91. data/lib/xbrlware/taxonomy.rb +133 -0
  92. data/lib/xbrlware/unit.rb +42 -0
  93. data/lib/xbrlware/util.rb +83 -0
  94. data/lib/xbrlware/xml_parser.rb +122 -0
  95. data/setup.rb +1585 -0
  96. data/test/lib/edgar/edgar_data_downloader_test.rb +35 -0
  97. data/test/lib/edgar/resources/0000930413-09-005485-index.htm +331 -0
  98. data/test/lib/edgar/resources/usgaap.rss.xml +2861 -0
  99. data/test/lib/xbrlware/411_footnotes_test.rb +65 -0
  100. data/test/lib/xbrlware/42_schemaref_test.rb +20 -0
  101. data/test/lib/xbrlware/46_item_test.rb +253 -0
  102. data/test/lib/xbrlware/47_context_test.rb +129 -0
  103. data/test/lib/xbrlware/48_unit_test.rb +45 -0
  104. data/test/lib/xbrlware/49_tuple_test.rb +12 -0
  105. data/test/lib/xbrlware/date_util_test.rb +24 -0
  106. data/test/lib/xbrlware/dimension/context_explicit_dimension_test.rb +40 -0
  107. data/test/lib/xbrlware/dimension/resources/context_explicit_dimension.xml +84 -0
  108. data/test/lib/xbrlware/float_patch_test.rb +10 -0
  109. data/test/lib/xbrlware/hash_util_test.rb +29 -0
  110. data/test/lib/xbrlware/instance_test.rb +250 -0
  111. data/test/lib/xbrlware/linkbase/calculation_linkbase_test.rb +39 -0
  112. data/test/lib/xbrlware/linkbase/definition_linkbase_test.rb +35 -0
  113. data/test/lib/xbrlware/linkbase/label_linkbase_test.rb +22 -0
  114. data/test/lib/xbrlware/linkbase/linkbase_test.rb +36 -0
  115. data/test/lib/xbrlware/linkbase/linkbase_test_util.rb +98 -0
  116. data/test/lib/xbrlware/linkbase/presentation_linkbase_test.rb +33 -0
  117. data/test/lib/xbrlware/linkbase/report.html +62 -0
  118. data/test/lib/xbrlware/linkbase/resources/cal.xml +219 -0
  119. data/test/lib/xbrlware/linkbase/resources/def.xml +186 -0
  120. data/test/lib/xbrlware/linkbase/resources/def_with_multiple_dimension.xml +41 -0
  121. data/test/lib/xbrlware/linkbase/resources/instance.xml +5822 -0
  122. data/test/lib/xbrlware/linkbase/resources/lab.xml +782 -0
  123. data/test/lib/xbrlware/linkbase/resources/pre.xml +485 -0
  124. data/test/lib/xbrlware/linkbase/resources/report_10_q.htm +12327 -0
  125. data/test/lib/xbrlware/linkbase/resources/taxonomy.xsd +178 -0
  126. data/test/lib/xbrlware/linkbase/sample_html_report.html +40 -0
  127. data/test/lib/xbrlware/meta_util_test.rb +23 -0
  128. data/test/lib/xbrlware/resources/411/411_footnotes.xml +66 -0
  129. data/test/lib/xbrlware/resources/42/42_schema_ref_with_base.xml +7 -0
  130. data/test/lib/xbrlware/resources/42/42_schema_ref_without_base.xml +7 -0
  131. data/test/lib/xbrlware/resources/46/46_item_value.xml +61 -0
  132. data/test/lib/xbrlware/resources/47/472_period_forever.xml +29 -0
  133. data/test/lib/xbrlware/resources/47/472_period_instant.xml +24 -0
  134. data/test/lib/xbrlware/resources/47/472_period_start_dt_and_end_dt.xml +30 -0
  135. data/test/lib/xbrlware/resources/47/4731_entity_identifier.xml +29 -0
  136. data/test/lib/xbrlware/resources/47/4732_entity_segment_not_present.xml +24 -0
  137. data/test/lib/xbrlware/resources/47/4732_entity_segment_present.xml +30 -0
  138. data/test/lib/xbrlware/resources/47/474_scenario_not_present.xml +26 -0
  139. data/test/lib/xbrlware/resources/47/474_scenario_present.xml +30 -0
  140. data/test/lib/xbrlware/resources/47/47_multiple_contexts.xml +36 -0
  141. data/test/lib/xbrlware/resources/48/482_unit_measure.xml +32 -0
  142. data/test/lib/xbrlware/resources/48/483_unit_divide.xml +39 -0
  143. data/test/lib/xbrlware/resources/48/48_multiple_units.xml +43 -0
  144. data/test/lib/xbrlware/resources/49/49_tuple.xml +61 -0
  145. data/test/lib/xbrlware/resources/49_tuple.xsd +44 -0
  146. data/test/lib/xbrlware/resources/instance.xml +128 -0
  147. data/test/lib/xbrlware/resources/report_test_xbrl_files/cal.xml +219 -0
  148. data/test/lib/xbrlware/resources/report_test_xbrl_files/def.xml +186 -0
  149. data/test/lib/xbrlware/resources/report_test_xbrl_files/instance.xml +5822 -0
  150. data/test/lib/xbrlware/resources/report_test_xbrl_files/lab.xml +782 -0
  151. data/test/lib/xbrlware/resources/report_test_xbrl_files/pre.xml +485 -0
  152. data/test/lib/xbrlware/resources/report_test_xbrl_files/report/report_index.html +62 -0
  153. data/test/lib/xbrlware/resources/report_test_xbrl_files/taxonomy.xsd +178 -0
  154. data/test/lib/xbrlware/resources/taxonomy_test_files/1/cal.xml +223 -0
  155. data/test/lib/xbrlware/resources/taxonomy_test_files/1/def.xml +190 -0
  156. data/test/lib/xbrlware/resources/taxonomy_test_files/1/lab.xml +786 -0
  157. data/test/lib/xbrlware/resources/taxonomy_test_files/1/pre.xml +489 -0
  158. data/test/lib/xbrlware/resources/taxonomy_test_files/1/taxonomy.xsd +177 -0
  159. data/test/lib/xbrlware/resources/taxonomy_test_files/2/linkbases/cal.xml +223 -0
  160. data/test/lib/xbrlware/resources/taxonomy_test_files/2/linkbases/def.xml +190 -0
  161. data/test/lib/xbrlware/resources/taxonomy_test_files/2/linkbases/lab.xml +786 -0
  162. data/test/lib/xbrlware/resources/taxonomy_test_files/2/linkbases/pre.xml +489 -0
  163. data/test/lib/xbrlware/resources/taxonomy_test_files/2/taxonomy.xsd +175 -0
  164. data/test/lib/xbrlware/resources/taxonomy_test_files/3/taxonomy.xsd +175 -0
  165. data/test/lib/xbrlware/resources/us_gaap_schema.xsd +8 -0
  166. data/test/lib/xbrlware/resources/us_gaap_schema_local.xsd +10 -0
  167. data/test/lib/xbrlware/resources/util_test_xbrl_files/cal.xml +219 -0
  168. data/test/lib/xbrlware/resources/util_test_xbrl_files/def.xml +186 -0
  169. data/test/lib/xbrlware/resources/util_test_xbrl_files/instance.xml +5822 -0
  170. data/test/lib/xbrlware/resources/util_test_xbrl_files/lab.xml +782 -0
  171. data/test/lib/xbrlware/resources/util_test_xbrl_files/pre.xml +485 -0
  172. data/test/lib/xbrlware/resources/util_test_xbrl_files/taxonomy.xsd +178 -0
  173. data/test/lib/xbrlware/resources/xbrl_xsd/dei-2009-01-31.xsd +162 -0
  174. data/test/lib/xbrlware/resources/xbrl_xsd/dei-std-2009-01-31.xsd +23 -0
  175. data/test/lib/xbrlware/resources/xbrl_xsd/negated-2008-03-31.xsd +23 -0
  176. data/test/lib/xbrlware/resources/xbrl_xsd/ref-2006-02-27.xsd +121 -0
  177. data/test/lib/xbrlware/resources/xbrl_xsd/us-gaap-2009-01-31.xsd +13474 -0
  178. data/test/lib/xbrlware/resources/xbrl_xsd/us-roles-2009-01-31.xsd +2283 -0
  179. data/test/lib/xbrlware/resources/xbrl_xsd/us-types-2009-01-31.xsd +368 -0
  180. data/test/lib/xbrlware/resources/xbrl_xsd/xbrl-instance-2003-12-31.xsd +772 -0
  181. data/test/lib/xbrlware/resources/xbrl_xsd/xbrl-linkbase-2003-12-31.xsd +477 -0
  182. data/test/lib/xbrlware/resources/xbrl_xsd/xbrldi-2006.xsd +41 -0
  183. data/test/lib/xbrlware/resources/xbrl_xsd/xbrldt-2005.xsd +53 -0
  184. data/test/lib/xbrlware/resources/xbrl_xsd/xl-2003-12-31.xsd +246 -0
  185. data/test/lib/xbrlware/resources/xbrl_xsd/xlink-2003-12-31.xsd +117 -0
  186. data/test/lib/xbrlware/taxonomy_test.rb +124 -0
  187. data/test/lib/xbrlware/util_test.rb +18 -0
  188. data/test/lib/xbrlware/xml_parser_test.rb +142 -0
  189. data/test/schema_validator_jruby.rb +40 -0
  190. data/test/schema_validator_ruby.rb +7 -0
  191. data/test/scratchpad/block.rb +36 -0
  192. data/test/test_helper.rb +21 -0
  193. data/xbrlware.iml +30 -0
  194. metadata +261 -0
@@ -0,0 +1,175 @@
1
+ <?xml version="1.0" encoding="us-ascii"?>
2
+ <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" targetNamespace="http://pbg.com/2009-09-05" xmlns:bgllc="http://pbg.com/2009-09-05" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:us-types="http://xbrl.us/us-types/2009-01-31" xmlns:xbrldt="http://xbrl.org/2005/xbrldt">
3
+ <annotation>
4
+ <appinfo>
5
+ <link:roleType roleURI="http://pbg.com/20090613/role/Guarantees" id="Guarantees">
6
+ <link:definition>0615 - Disclosure - Guarantees</link:definition>
7
+ <link:usedOn>link:presentationLink</link:usedOn>
8
+ <link:usedOn>link:calculationLink</link:usedOn>
9
+ <link:usedOn>link:definitionLink</link:usedOn>
10
+ </link:roleType>
11
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfChangesInEquityParenthetical" id="StatementsOfChangesInEquityParenthetical">
12
+ <link:definition>041 - Statement - Condensed Consolidated Statements of Changes in Equity (Parenthetical) (Unaudited)</link:definition>
13
+ <link:usedOn>link:presentationLink</link:usedOn>
14
+ <link:usedOn>link:calculationLink</link:usedOn>
15
+ <link:usedOn>link:definitionLink</link:usedOn>
16
+ </link:roleType>
17
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfChangesInEquity" id="StatementsOfChangesInEquity">
18
+ <link:definition>04 - Statement - Condensed Consolidated Statements of Changes in Shareholders Equity (Unaudited)</link:definition>
19
+ <link:usedOn>link:presentationLink</link:usedOn>
20
+ <link:usedOn>link:calculationLink</link:usedOn>
21
+ <link:usedOn>link:definitionLink</link:usedOn>
22
+ </link:roleType>
23
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfComprehensiveIncome" id="StatementsOfComprehensiveIncome">
24
+ <link:definition>05 - Statement - Condensed Consolidated Statements of Comprehensive Income (Unaudited)</link:definition>
25
+ <link:usedOn>link:presentationLink</link:usedOn>
26
+ <link:usedOn>link:calculationLink</link:usedOn>
27
+ <link:usedOn>link:definitionLink</link:usedOn>
28
+ </link:roleType>
29
+ <link:roleType roleURI="http://pbg.com/20090613/role/BalanceSheets" id="BalanceSheets">
30
+ <link:definition>03 - Statement - Condensed Consolidated Balance Sheets (Unaudited)</link:definition>
31
+ <link:usedOn>link:presentationLink</link:usedOn>
32
+ <link:usedOn>link:calculationLink</link:usedOn>
33
+ <link:usedOn>link:definitionLink</link:usedOn>
34
+ </link:roleType>
35
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfCashFlows" id="StatementsOfCashFlows">
36
+ <link:definition>02 - Statement - Condensed Consolidated Statements of Cash Flows (Unaudited)</link:definition>
37
+ <link:usedOn>link:presentationLink</link:usedOn>
38
+ <link:usedOn>link:calculationLink</link:usedOn>
39
+ <link:usedOn>link:definitionLink</link:usedOn>
40
+ </link:roleType>
41
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfOperations" id="StatementsOfOperations">
42
+ <link:definition>01 - Statement - Condensed Consolidated Statements of Operations (Unaudited)</link:definition>
43
+ <link:usedOn>link:presentationLink</link:usedOn>
44
+ <link:usedOn>link:calculationLink</link:usedOn>
45
+ <link:usedOn>link:definitionLink</link:usedOn>
46
+ </link:roleType>
47
+ <link:roleType roleURI="http://pbg.com/20090613/role/DocumentAndEntityInformation" id="DocumentAndEntityInformation">
48
+ <link:definition>00 - Document - Document and Company Information</link:definition>
49
+ <link:usedOn>link:presentationLink</link:usedOn>
50
+ <link:usedOn>link:calculationLink</link:usedOn>
51
+ <link:usedOn>link:definitionLink</link:usedOn>
52
+ </link:roleType>
53
+ <link:roleType roleURI="http://pbg.com/20090613/role/Contingencies" id="Contingencies">
54
+ <link:definition>0614 - Disclosure - Contingencies</link:definition>
55
+ <link:usedOn>link:presentationLink</link:usedOn>
56
+ <link:usedOn>link:calculationLink</link:usedOn>
57
+ <link:usedOn>link:definitionLink</link:usedOn>
58
+ </link:roleType>
59
+ <link:roleType roleURI="http://pbg.com/20090613/role/SupplementalCashFlowInformation" id="SupplementalCashFlowInformation">
60
+ <link:definition>0613 - Disclosure - Supplemental Cash Flow Information</link:definition>
61
+ <link:usedOn>link:presentationLink</link:usedOn>
62
+ <link:usedOn>link:calculationLink</link:usedOn>
63
+ <link:usedOn>link:definitionLink</link:usedOn>
64
+ </link:roleType>
65
+ <link:roleType roleURI="http://pbg.com/20090613/role/RestructuringCharges" id="RestructuringCharges">
66
+ <link:definition>0612 - Disclosure - Restructuring Charges</link:definition>
67
+ <link:usedOn>link:presentationLink</link:usedOn>
68
+ <link:usedOn>link:calculationLink</link:usedOn>
69
+ <link:usedOn>link:definitionLink</link:usedOn>
70
+ </link:roleType>
71
+ <link:roleType roleURI="http://pbg.com/20090613/role/SegmentInformation" id="SegmentInformation">
72
+ <link:definition>0611 - Disclosure - Segment Information</link:definition>
73
+ <link:usedOn>link:presentationLink</link:usedOn>
74
+ <link:usedOn>link:calculationLink</link:usedOn>
75
+ <link:usedOn>link:definitionLink</link:usedOn>
76
+ </link:roleType>
77
+ <link:roleType roleURI="http://pbg.com/20090613/role/PensionAndPostretirementMedicalBenefitPlans" id="PensionAndPostretirementMedicalBenefitPlans">
78
+ <link:definition>0609 - Disclosure - Pension and Postretirement Medical Benefit Plans</link:definition>
79
+ <link:usedOn>link:presentationLink</link:usedOn>
80
+ <link:usedOn>link:calculationLink</link:usedOn>
81
+ <link:usedOn>link:definitionLink</link:usedOn>
82
+ </link:roleType>
83
+ <link:roleType roleURI="http://pbg.com/20090613/role/FinancialInstrumentsAndRiskManagement" id="FinancialInstrumentsAndRiskManagement">
84
+ <link:definition>0608 - Disclosure - Financial Instruments and Risk Management</link:definition>
85
+ <link:usedOn>link:presentationLink</link:usedOn>
86
+ <link:usedOn>link:calculationLink</link:usedOn>
87
+ <link:usedOn>link:definitionLink</link:usedOn>
88
+ </link:roleType>
89
+ <link:roleType roleURI="http://pbg.com/20090613/role/FairValueMeasurements" id="FairValueMeasurements">
90
+ <link:definition>0607 - Disclosure - Fair Value Measurements</link:definition>
91
+ <link:usedOn>link:presentationLink</link:usedOn>
92
+ <link:usedOn>link:calculationLink</link:usedOn>
93
+ <link:usedOn>link:definitionLink</link:usedOn>
94
+ </link:roleType>
95
+ <link:roleType roleURI="http://pbg.com/20090613/role/OtherIntangibleAssetsNetAndGoodwill" id="OtherIntangibleAssetsNetAndGoodwill">
96
+ <link:definition>0606 - Disclosure - Other Intangible Assets, net and Goodwill</link:definition>
97
+ <link:usedOn>link:presentationLink</link:usedOn>
98
+ <link:usedOn>link:calculationLink</link:usedOn>
99
+ <link:usedOn>link:definitionLink</link:usedOn>
100
+ </link:roleType>
101
+ <link:roleType roleURI="http://pbg.com/20090613/role/BalanceSheetDetails" id="BalanceSheetDetails">
102
+ <link:definition>0605 - Disclosure - Balance Sheet Details</link:definition>
103
+ <link:usedOn>link:presentationLink</link:usedOn>
104
+ <link:usedOn>link:calculationLink</link:usedOn>
105
+ <link:usedOn>link:definitionLink</link:usedOn>
106
+ </link:roleType>
107
+ <link:roleType roleURI="http://pbg.com/20090613/role/ShareBasedCompensation" id="ShareBasedCompensation">
108
+ <link:definition>0604 - Disclosure - Share Based Compensation</link:definition>
109
+ <link:usedOn>link:presentationLink</link:usedOn>
110
+ <link:usedOn>link:calculationLink</link:usedOn>
111
+ <link:usedOn>link:definitionLink</link:usedOn>
112
+ </link:roleType>
113
+ <link:roleType roleURI="http://pbg.com/20090613/role/NewAccountingStandards" id="NewAccountingStandards">
114
+ <link:definition>0603 - Disclosure - New Accounting Standards</link:definition>
115
+ <link:usedOn>link:presentationLink</link:usedOn>
116
+ <link:usedOn>link:calculationLink</link:usedOn>
117
+ <link:usedOn>link:definitionLink</link:usedOn>
118
+ </link:roleType>
119
+ <link:roleType roleURI="http://pbg.com/20090613/role/SeasonalityOfBusiness" id="SeasonalityOfBusiness">
120
+ <link:definition>0602 - Disclosure - Seasonality of Business</link:definition>
121
+ <link:usedOn>link:presentationLink</link:usedOn>
122
+ <link:usedOn>link:calculationLink</link:usedOn>
123
+ <link:usedOn>link:definitionLink</link:usedOn>
124
+ </link:roleType>
125
+ <link:roleType roleURI="http://pbg.com/20090613/role/BasisOfPresentation" id="BasisOfPresentation">
126
+ <link:definition>0601 - Disclosure - Basis of Presentation</link:definition>
127
+ <link:usedOn>link:presentationLink</link:usedOn>
128
+ <link:usedOn>link:calculationLink</link:usedOn>
129
+ <link:usedOn>link:definitionLink</link:usedOn>
130
+ </link:roleType>
131
+ <link:roleType roleURI="http://pbg.com/20090613/role/IncomeTaxes" id="IncomeTaxes">
132
+ <link:definition>0610 - Disclosure - Income Taxes</link:definition>
133
+ <link:usedOn>link:presentationLink</link:usedOn>
134
+ <link:usedOn>link:calculationLink</link:usedOn>
135
+ <link:usedOn>link:definitionLink</link:usedOn>
136
+ </link:roleType>
137
+ <link:linkbaseRef xlink:type="simple" xlink:href="linkbases/cal.xml" xlink:role="http://www.xbrl.org/2003/role/calculationLinkbaseRef" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:title="Calculation Links, all" />
138
+ <link:linkbaseRef xlink:type="simple" xlink:href="linkbases/pre.xml" xlink:role="http://www.xbrl.org/2003/role/presentationLinkbaseRef" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:title="Presentation Links, all" />
139
+ <link:linkbaseRef xlink:type="simple" xlink:href="linkbases/def.xml" xlink:role="http://www.xbrl.org/2003/role/definitionLinkbaseRef" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:title="Definition Links, all" />
140
+ <link:linkbaseRef xlink:type="simple" xlink:href="linkbases/lab.xml" xlink:role="http://www.xbrl.org/2003/role/labelLinkbaseRef" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:title="Label Links, all" />
141
+ </appinfo>
142
+ </annotation>
143
+ <import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd" />
144
+ <import namespace="http://www.xbrl.org/2003/linkbase" schemaLocation="http://www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd" />
145
+ <import namespace="http://xbrl.us/dei/2009-01-31" schemaLocation="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd" />
146
+ <import namespace="http://xbrl.us/us-gaap/2009-01-31" schemaLocation="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd" />
147
+ <import namespace="http://xbrl.us/us-types/2009-01-31" schemaLocation="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-types-2009-01-31.xsd" />
148
+ <element id="bgllc_SeasonalityOfBusinessAbstract" name="SeasonalityOfBusinessAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
149
+ <element id="bgllc_BalanceSheetDetailsAbstract" name="BalanceSheetDetailsAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
150
+ <element id="bgllc_FairValueMeasurementsAbstract" name="FairValueMeasurementsAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
151
+ <element id="bgllc_FinancialInstrumentsAndRiskManagementAbstract" name="FinancialInstrumentsAndRiskManagementAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
152
+ <element id="bgllc_IncomeTaxesAbstract" name="IncomeTaxesAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
153
+ <element id="bgllc_SegmentInformationAbstract" name="SegmentInformationAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
154
+ <element id="bgllc_ContingenciesAbstract" name="ContingenciesAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
155
+ <element id="bgllc_BalanceSheetDetailsTextBlock" name="BalanceSheetDetailsTextBlock" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
156
+ <element id="bgllc_SupplementalCashFlowInformationDisclosureAbstract" name="SupplementalCashFlowInformationDisclosureAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
157
+ <element id="bgllc_PrepaidExpensesAndOtherCurrentAssets" name="PrepaidExpensesAndOtherCurrentAssets" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="instant" xbrli:balance="debit" />
158
+ <element id="bgllc_ContributionsFromNoncontrollingInterestHolder" name="ContributionsFromNoncontrollingInterestHolder" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
159
+ <element id="bgllc_IncomeBeforeIncomeTaxes" name="IncomeBeforeIncomeTaxes" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
160
+ <element id="bgllc_OtherAdjustmentsNet" name="OtherAdjustmentsNet" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
161
+ <element id="bgllc_IssuanceOfNoteReceivableFromNoncontrolledAffiliate" name="IssuanceOfNoteReceivableFromNoncontrolledAffiliate" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
162
+ <element id="bgllc_RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" name="RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
163
+ <element id="bgllc_WithholdingTaxEquityAwards" name="WithholdingTaxEquityAwards" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
164
+ <element id="bgllc_SeasonalityOfBusinessTextBlock" name="SeasonalityOfBusinessTextBlock" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
165
+ <element id="bgllc_OwnersNetInvestment" name="OwnersNetInvestment" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="instant" xbrli:balance="credit" />
166
+ <element id="bgllc_ContributionsFromOwnersIncludingNoncontrollingInterests" name="ContributionsFromOwnersIncludingNoncontrollingInterests" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
167
+ <element id="bgllc_CashDistributionsToOwner" name="CashDistributionsToOwner" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
168
+ <element id="bgllc_OwnersNetInvestmentMember" name="OwnersNetInvestmentMember" type="us-types:domainItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
169
+ <element id="bgllc_SellingDeliveryAndAdministrativeExpenses" name="SellingDeliveryAndAdministrativeExpenses" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
170
+ <element id="bgllc_DocumentAndCompanyInformationAbstract" name="DocumentAndCompanyInformationAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
171
+ <element id="bgllc_ProceedsFromNoncontrollingInterestHolder" name="ProceedsFromNoncontrollingInterestHolder" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
172
+ <element id="bgllc_Sfas158MeasurementDateAdjustmentNetOfTax" name="Sfas158MeasurementDateAdjustmentNetOfTax" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
173
+ <element id="bgllc_GuaranteesAbstract" name="GuaranteesAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
174
+ <element id="bgllc_OtherIntangibleAssetsNetAndGoodwillAbstract" name="OtherIntangibleAssetsNetAndGoodwillAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
175
+ </schema>
@@ -0,0 +1,175 @@
1
+ <?xml version="1.0" encoding="us-ascii"?>
2
+ <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" targetNamespace="http://pbg.com/2009-09-05" xmlns:bgllc="http://pbg.com/2009-09-05" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:us-types="http://xbrl.us/us-types/2009-01-31" xmlns:xbrldt="http://xbrl.org/2005/xbrldt">
3
+ <annotation>
4
+ <appinfo>
5
+ <link:roleType roleURI="http://pbg.com/20090613/role/Guarantees" id="Guarantees">
6
+ <link:definition>0615 - Disclosure - Guarantees</link:definition>
7
+ <link:usedOn>link:presentationLink</link:usedOn>
8
+ <link:usedOn>link:calculationLink</link:usedOn>
9
+ <link:usedOn>link:definitionLink</link:usedOn>
10
+ </link:roleType>
11
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfChangesInEquityParenthetical" id="StatementsOfChangesInEquityParenthetical">
12
+ <link:definition>041 - Statement - Condensed Consolidated Statements of Changes in Equity (Parenthetical) (Unaudited)</link:definition>
13
+ <link:usedOn>link:presentationLink</link:usedOn>
14
+ <link:usedOn>link:calculationLink</link:usedOn>
15
+ <link:usedOn>link:definitionLink</link:usedOn>
16
+ </link:roleType>
17
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfChangesInEquity" id="StatementsOfChangesInEquity">
18
+ <link:definition>04 - Statement - Condensed Consolidated Statements of Changes in Shareholders Equity (Unaudited)</link:definition>
19
+ <link:usedOn>link:presentationLink</link:usedOn>
20
+ <link:usedOn>link:calculationLink</link:usedOn>
21
+ <link:usedOn>link:definitionLink</link:usedOn>
22
+ </link:roleType>
23
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfComprehensiveIncome" id="StatementsOfComprehensiveIncome">
24
+ <link:definition>05 - Statement - Condensed Consolidated Statements of Comprehensive Income (Unaudited)</link:definition>
25
+ <link:usedOn>link:presentationLink</link:usedOn>
26
+ <link:usedOn>link:calculationLink</link:usedOn>
27
+ <link:usedOn>link:definitionLink</link:usedOn>
28
+ </link:roleType>
29
+ <link:roleType roleURI="http://pbg.com/20090613/role/BalanceSheets" id="BalanceSheets">
30
+ <link:definition>03 - Statement - Condensed Consolidated Balance Sheets (Unaudited)</link:definition>
31
+ <link:usedOn>link:presentationLink</link:usedOn>
32
+ <link:usedOn>link:calculationLink</link:usedOn>
33
+ <link:usedOn>link:definitionLink</link:usedOn>
34
+ </link:roleType>
35
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfCashFlows" id="StatementsOfCashFlows">
36
+ <link:definition>02 - Statement - Condensed Consolidated Statements of Cash Flows (Unaudited)</link:definition>
37
+ <link:usedOn>link:presentationLink</link:usedOn>
38
+ <link:usedOn>link:calculationLink</link:usedOn>
39
+ <link:usedOn>link:definitionLink</link:usedOn>
40
+ </link:roleType>
41
+ <link:roleType roleURI="http://pbg.com/20090613/role/StatementsOfOperations" id="StatementsOfOperations">
42
+ <link:definition>01 - Statement - Condensed Consolidated Statements of Operations (Unaudited)</link:definition>
43
+ <link:usedOn>link:presentationLink</link:usedOn>
44
+ <link:usedOn>link:calculationLink</link:usedOn>
45
+ <link:usedOn>link:definitionLink</link:usedOn>
46
+ </link:roleType>
47
+ <link:roleType roleURI="http://pbg.com/20090613/role/DocumentAndEntityInformation" id="DocumentAndEntityInformation">
48
+ <link:definition>00 - Document - Document and Company Information</link:definition>
49
+ <link:usedOn>link:presentationLink</link:usedOn>
50
+ <link:usedOn>link:calculationLink</link:usedOn>
51
+ <link:usedOn>link:definitionLink</link:usedOn>
52
+ </link:roleType>
53
+ <link:roleType roleURI="http://pbg.com/20090613/role/Contingencies" id="Contingencies">
54
+ <link:definition>0614 - Disclosure - Contingencies</link:definition>
55
+ <link:usedOn>link:presentationLink</link:usedOn>
56
+ <link:usedOn>link:calculationLink</link:usedOn>
57
+ <link:usedOn>link:definitionLink</link:usedOn>
58
+ </link:roleType>
59
+ <link:roleType roleURI="http://pbg.com/20090613/role/SupplementalCashFlowInformation" id="SupplementalCashFlowInformation">
60
+ <link:definition>0613 - Disclosure - Supplemental Cash Flow Information</link:definition>
61
+ <link:usedOn>link:presentationLink</link:usedOn>
62
+ <link:usedOn>link:calculationLink</link:usedOn>
63
+ <link:usedOn>link:definitionLink</link:usedOn>
64
+ </link:roleType>
65
+ <link:roleType roleURI="http://pbg.com/20090613/role/RestructuringCharges" id="RestructuringCharges">
66
+ <link:definition>0612 - Disclosure - Restructuring Charges</link:definition>
67
+ <link:usedOn>link:presentationLink</link:usedOn>
68
+ <link:usedOn>link:calculationLink</link:usedOn>
69
+ <link:usedOn>link:definitionLink</link:usedOn>
70
+ </link:roleType>
71
+ <link:roleType roleURI="http://pbg.com/20090613/role/SegmentInformation" id="SegmentInformation">
72
+ <link:definition>0611 - Disclosure - Segment Information</link:definition>
73
+ <link:usedOn>link:presentationLink</link:usedOn>
74
+ <link:usedOn>link:calculationLink</link:usedOn>
75
+ <link:usedOn>link:definitionLink</link:usedOn>
76
+ </link:roleType>
77
+ <link:roleType roleURI="http://pbg.com/20090613/role/PensionAndPostretirementMedicalBenefitPlans" id="PensionAndPostretirementMedicalBenefitPlans">
78
+ <link:definition>0609 - Disclosure - Pension and Postretirement Medical Benefit Plans</link:definition>
79
+ <link:usedOn>link:presentationLink</link:usedOn>
80
+ <link:usedOn>link:calculationLink</link:usedOn>
81
+ <link:usedOn>link:definitionLink</link:usedOn>
82
+ </link:roleType>
83
+ <link:roleType roleURI="http://pbg.com/20090613/role/FinancialInstrumentsAndRiskManagement" id="FinancialInstrumentsAndRiskManagement">
84
+ <link:definition>0608 - Disclosure - Financial Instruments and Risk Management</link:definition>
85
+ <link:usedOn>link:presentationLink</link:usedOn>
86
+ <link:usedOn>link:calculationLink</link:usedOn>
87
+ <link:usedOn>link:definitionLink</link:usedOn>
88
+ </link:roleType>
89
+ <link:roleType roleURI="http://pbg.com/20090613/role/FairValueMeasurements" id="FairValueMeasurements">
90
+ <link:definition>0607 - Disclosure - Fair Value Measurements</link:definition>
91
+ <link:usedOn>link:presentationLink</link:usedOn>
92
+ <link:usedOn>link:calculationLink</link:usedOn>
93
+ <link:usedOn>link:definitionLink</link:usedOn>
94
+ </link:roleType>
95
+ <link:roleType roleURI="http://pbg.com/20090613/role/OtherIntangibleAssetsNetAndGoodwill" id="OtherIntangibleAssetsNetAndGoodwill">
96
+ <link:definition>0606 - Disclosure - Other Intangible Assets, net and Goodwill</link:definition>
97
+ <link:usedOn>link:presentationLink</link:usedOn>
98
+ <link:usedOn>link:calculationLink</link:usedOn>
99
+ <link:usedOn>link:definitionLink</link:usedOn>
100
+ </link:roleType>
101
+ <link:roleType roleURI="http://pbg.com/20090613/role/BalanceSheetDetails" id="BalanceSheetDetails">
102
+ <link:definition>0605 - Disclosure - Balance Sheet Details</link:definition>
103
+ <link:usedOn>link:presentationLink</link:usedOn>
104
+ <link:usedOn>link:calculationLink</link:usedOn>
105
+ <link:usedOn>link:definitionLink</link:usedOn>
106
+ </link:roleType>
107
+ <link:roleType roleURI="http://pbg.com/20090613/role/ShareBasedCompensation" id="ShareBasedCompensation">
108
+ <link:definition>0604 - Disclosure - Share Based Compensation</link:definition>
109
+ <link:usedOn>link:presentationLink</link:usedOn>
110
+ <link:usedOn>link:calculationLink</link:usedOn>
111
+ <link:usedOn>link:definitionLink</link:usedOn>
112
+ </link:roleType>
113
+ <link:roleType roleURI="http://pbg.com/20090613/role/NewAccountingStandards" id="NewAccountingStandards">
114
+ <link:definition>0603 - Disclosure - New Accounting Standards</link:definition>
115
+ <link:usedOn>link:presentationLink</link:usedOn>
116
+ <link:usedOn>link:calculationLink</link:usedOn>
117
+ <link:usedOn>link:definitionLink</link:usedOn>
118
+ </link:roleType>
119
+ <link:roleType roleURI="http://pbg.com/20090613/role/SeasonalityOfBusiness" id="SeasonalityOfBusiness">
120
+ <link:definition>0602 - Disclosure - Seasonality of Business</link:definition>
121
+ <link:usedOn>link:presentationLink</link:usedOn>
122
+ <link:usedOn>link:calculationLink</link:usedOn>
123
+ <link:usedOn>link:definitionLink</link:usedOn>
124
+ </link:roleType>
125
+ <link:roleType roleURI="http://pbg.com/20090613/role/BasisOfPresentation" id="BasisOfPresentation">
126
+ <link:definition>0601 - Disclosure - Basis of Presentation</link:definition>
127
+ <link:usedOn>link:presentationLink</link:usedOn>
128
+ <link:usedOn>link:calculationLink</link:usedOn>
129
+ <link:usedOn>link:definitionLink</link:usedOn>
130
+ </link:roleType>
131
+ <link:roleType roleURI="http://pbg.com/20090613/role/IncomeTaxes" id="IncomeTaxes">
132
+ <link:definition>0610 - Disclosure - Income Taxes</link:definition>
133
+ <link:usedOn>link:presentationLink</link:usedOn>
134
+ <link:usedOn>link:calculationLink</link:usedOn>
135
+ <link:usedOn>link:definitionLink</link:usedOn>
136
+ </link:roleType>
137
+ <link:linkbaseRef xlink:type="simple" xlink:href="not_exist_cal.xml" xlink:role="http://www.xbrl.org/2003/role/calculationLinkbaseRef" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:title="Calculation Links, all" />
138
+ <link:linkbaseRef xlink:type="simple" xlink:href="not_exist_pre.xml" xlink:role="http://www.xbrl.org/2003/role/presentationLinkbaseRef" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:title="Presentation Links, all" />
139
+ <link:linkbaseRef xlink:type="simple" xlink:href="not_exist_def.xml" xlink:role="http://www.xbrl.org/2003/role/definitionLinkbaseRef" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:title="Definition Links, all" />
140
+ <link:linkbaseRef xlink:type="simple" xlink:href="not_exist_lab.xml" xlink:role="http://www.xbrl.org/2003/role/labelLinkbaseRef" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:title="Label Links, all" />
141
+ </appinfo>
142
+ </annotation>
143
+ <import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd" />
144
+ <import namespace="http://www.xbrl.org/2003/linkbase" schemaLocation="http://www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd" />
145
+ <import namespace="http://xbrl.us/dei/2009-01-31" schemaLocation="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd" />
146
+ <import namespace="http://xbrl.us/us-gaap/2009-01-31" schemaLocation="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd" />
147
+ <import namespace="http://xbrl.us/us-types/2009-01-31" schemaLocation="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-types-2009-01-31.xsd" />
148
+ <element id="bgllc_SeasonalityOfBusinessAbstract" name="SeasonalityOfBusinessAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
149
+ <element id="bgllc_BalanceSheetDetailsAbstract" name="BalanceSheetDetailsAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
150
+ <element id="bgllc_FairValueMeasurementsAbstract" name="FairValueMeasurementsAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
151
+ <element id="bgllc_FinancialInstrumentsAndRiskManagementAbstract" name="FinancialInstrumentsAndRiskManagementAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
152
+ <element id="bgllc_IncomeTaxesAbstract" name="IncomeTaxesAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
153
+ <element id="bgllc_SegmentInformationAbstract" name="SegmentInformationAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
154
+ <element id="bgllc_ContingenciesAbstract" name="ContingenciesAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
155
+ <element id="bgllc_BalanceSheetDetailsTextBlock" name="BalanceSheetDetailsTextBlock" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
156
+ <element id="bgllc_SupplementalCashFlowInformationDisclosureAbstract" name="SupplementalCashFlowInformationDisclosureAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
157
+ <element id="bgllc_PrepaidExpensesAndOtherCurrentAssets" name="PrepaidExpensesAndOtherCurrentAssets" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="instant" xbrli:balance="debit" />
158
+ <element id="bgllc_ContributionsFromNoncontrollingInterestHolder" name="ContributionsFromNoncontrollingInterestHolder" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
159
+ <element id="bgllc_IncomeBeforeIncomeTaxes" name="IncomeBeforeIncomeTaxes" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
160
+ <element id="bgllc_OtherAdjustmentsNet" name="OtherAdjustmentsNet" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
161
+ <element id="bgllc_IssuanceOfNoteReceivableFromNoncontrolledAffiliate" name="IssuanceOfNoteReceivableFromNoncontrolledAffiliate" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
162
+ <element id="bgllc_RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" name="RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
163
+ <element id="bgllc_WithholdingTaxEquityAwards" name="WithholdingTaxEquityAwards" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
164
+ <element id="bgllc_SeasonalityOfBusinessTextBlock" name="SeasonalityOfBusinessTextBlock" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
165
+ <element id="bgllc_OwnersNetInvestment" name="OwnersNetInvestment" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="instant" xbrli:balance="credit" />
166
+ <element id="bgllc_ContributionsFromOwnersIncludingNoncontrollingInterests" name="ContributionsFromOwnersIncludingNoncontrollingInterests" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
167
+ <element id="bgllc_CashDistributionsToOwner" name="CashDistributionsToOwner" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
168
+ <element id="bgllc_OwnersNetInvestmentMember" name="OwnersNetInvestmentMember" type="us-types:domainItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
169
+ <element id="bgllc_SellingDeliveryAndAdministrativeExpenses" name="SellingDeliveryAndAdministrativeExpenses" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
170
+ <element id="bgllc_DocumentAndCompanyInformationAbstract" name="DocumentAndCompanyInformationAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
171
+ <element id="bgllc_ProceedsFromNoncontrollingInterestHolder" name="ProceedsFromNoncontrollingInterestHolder" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="debit" />
172
+ <element id="bgllc_Sfas158MeasurementDateAdjustmentNetOfTax" name="Sfas158MeasurementDateAdjustmentNetOfTax" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
173
+ <element id="bgllc_GuaranteesAbstract" name="GuaranteesAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
174
+ <element id="bgllc_OtherIntangibleAssetsNetAndGoodwillAbstract" name="OtherIntangibleAssetsNetAndGoodwillAbstract" abstract="true" type="xbrli:stringItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" />
175
+ </schema>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="us-ascii" standalone="no"?>
2
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dei="http://xbrl.us/dei/2009-01-31" xmlns:dei-std="http://xbrl.us/dei-std/2009-01-31" xmlns:kr="http://www.kroger.com/20090815" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:ref="http://www.xbrl.org/2006/ref" xmlns:us-gaap="http://xbrl.us/us-gaap/2009-01-31" xmlns:us-gaap-all="http://xbrl.us/us-gaap-all/2009-01-31" xmlns:us-gaap-std="http://xbrl.us/us-gaap-std/2009-01-31" xmlns:us-roles="http://xbrl.us/us-roles/2009-01-31" xmlns:us-types="http://xbrl.us/us-types/2009-01-31" xmlns:xbrldt="http://xbrl.org/2005/xbrldt" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:xl="http://www.xbrl.org/2003/XLink" xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified" targetNamespace="http://www.kroger.com/20090815">
3
+ <xsd:import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>
4
+ <xsd:import namespace="http://xbrl.us/us-gaap/2009-01-31" schemaLocation="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd"/>
5
+ <xsd:import namespace="http://xbrl.us/us-types/2009-01-31" schemaLocation="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-types-2009-01-31.xsd"/>
6
+ <xsd:import namespace="http://xbrl.us/dei-std/2009-01-31" schemaLocation="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-std-2009-01-31.xsd"/>
7
+ <xsd:import namespace="http://xbrl.us/us-gaap/negated/2008-03-31" schemaLocation="http://www.xbrl.org/lrr/role/negated-2008-03-31.xsd"/>
8
+ </xsd:schema>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="us-ascii" standalone="no"?>
2
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dei="http://xbrl.us/dei/2009-01-31" xmlns:dei-std="http://xbrl.us/dei-std/2009-01-31" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:ref="http://www.xbrl.org/2006/ref" xmlns:us-gaap="http://xbrl.us/us-gaap/2009-01-31" xmlns:us-gaap-all="http://xbrl.us/us-gaap-all/2009-01-31" xmlns:us-gaap-std="http://xbrl.us/us-gaap-std/2009-01-31" xmlns:us-roles="http://xbrl.us/us-roles/2009-01-31" xmlns:us-types="http://xbrl.us/us-types/2009-01-31" xmlns:xbrldt="http://xbrl.org/2005/xbrldt" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:xl="http://www.xbrl.org/2003/XLink" xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified" targetNamespace="http://xbrl_us_gaap_local">
3
+ <xsd:import namespace="http://www.xbrl.org/2003/instance" schemaLocation="xbrl_xsd/xbrl-instance-2003-12-31.xsd"/>
4
+ <xsd:import namespace="http://xbrl.us/us-gaap/2009-01-31" schemaLocation="xbrl_xsd/us-gaap-2009-01-31.xsd"/>
5
+ <xsd:import namespace="http://xbrl.us/us-types/2009-01-31" schemaLocation="xbrl_xsd/us-types-2009-01-31.xsd"/>
6
+ <xsd:import namespace="http://xbrl.us/dei-std/2009-01-31" schemaLocation="xbrl_xsd/dei-std-2009-01-31.xsd"/>
7
+ <xsd:import namespace="http://xbrl.us/us-gaap/negated/2008-03-31" schemaLocation="xbrl_xsd/negated-2008-03-31.xsd"/>
8
+ <xsd:element id="local_IncomeBeforeIncomeTaxes" name="IncomeBeforeIncomeTaxes" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
9
+ <xsd:element id="local_Income-Before-IncomeTaxes" name="Income-Before-IncomeTaxes" type="xbrli:monetaryItemType" substitutionGroup="xbrli:item" nillable="true" xbrli:periodType="duration" xbrli:balance="credit" />
10
+ </xsd:schema>
@@ -0,0 +1,219 @@
1
+ <?xml version="1.0" encoding="us-ascii" standalone="no"?>
2
+ <linkbase xmlns="http://www.xbrl.org/2003/linkbase" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.xbrl.org/2003/linkbase xbrl_xsd/xbrl-linkbase-2003-12-31.xsd">
3
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#IncomeTaxes" roleURI="http://pbg.com/20090613/role/IncomeTaxes" />
4
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#BasisOfPresentation" roleURI="http://pbg.com/20090613/role/BasisOfPresentation" />
5
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#SeasonalityOfBusiness" roleURI="http://pbg.com/20090613/role/SeasonalityOfBusiness" />
6
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#NewAccountingStandards" roleURI="http://pbg.com/20090613/role/NewAccountingStandards" />
7
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#ShareBasedCompensation" roleURI="http://pbg.com/20090613/role/ShareBasedCompensation" />
8
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#BalanceSheetDetails" roleURI="http://pbg.com/20090613/role/BalanceSheetDetails" />
9
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#OtherIntangibleAssetsNetAndGoodwill" roleURI="http://pbg.com/20090613/role/OtherIntangibleAssetsNetAndGoodwill" />
10
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#FairValueMeasurements" roleURI="http://pbg.com/20090613/role/FairValueMeasurements" />
11
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#FinancialInstrumentsAndRiskManagement" roleURI="http://pbg.com/20090613/role/FinancialInstrumentsAndRiskManagement" />
12
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#PensionAndPostretirementMedicalBenefitPlans" roleURI="http://pbg.com/20090613/role/PensionAndPostretirementMedicalBenefitPlans" />
13
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#SegmentInformation" roleURI="http://pbg.com/20090613/role/SegmentInformation" />
14
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#RestructuringCharges" roleURI="http://pbg.com/20090613/role/RestructuringCharges" />
15
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#SupplementalCashFlowInformation" roleURI="http://pbg.com/20090613/role/SupplementalCashFlowInformation" />
16
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#Contingencies" roleURI="http://pbg.com/20090613/role/Contingencies" />
17
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#DocumentAndEntityInformation" roleURI="http://pbg.com/20090613/role/DocumentAndEntityInformation" />
18
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfOperations" roleURI="http://pbg.com/20090613/role/StatementsOfOperations" />
19
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfCashFlows" roleURI="http://pbg.com/20090613/role/StatementsOfCashFlows" />
20
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#BalanceSheets" roleURI="http://pbg.com/20090613/role/BalanceSheets" />
21
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfComprehensiveIncome" roleURI="http://pbg.com/20090613/role/StatementsOfComprehensiveIncome" />
22
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfChangesInEquity" roleURI="http://pbg.com/20090613/role/StatementsOfChangesInEquity" />
23
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfChangesInEquityParenthetical" roleURI="http://pbg.com/20090613/role/StatementsOfChangesInEquityParenthetical" />
24
+ <roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#Guarantees" roleURI="http://pbg.com/20090613/role/Guarantees" />
25
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/IncomeTaxes" xlink:title="0610 - Disclosure - Income Taxes" />
26
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/BasisOfPresentation" xlink:title="0601 - Disclosure - Basis of Presentation" />
27
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/SeasonalityOfBusiness" xlink:title="0602 - Disclosure - Seasonality of Business" />
28
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/NewAccountingStandards" xlink:title="0603 - Disclosure - New Accounting Standards" />
29
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/ShareBasedCompensation" xlink:title="0604 - Disclosure - Share Based Compensation" />
30
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/BalanceSheetDetails" xlink:title="0605 - Disclosure - Balance Sheet Details" />
31
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/OtherIntangibleAssetsNetAndGoodwill" xlink:title="0606 - Disclosure - Other Intangible Assets, net and Goodwill" />
32
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/FairValueMeasurements" xlink:title="0607 - Disclosure - Fair Value Measurements" />
33
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/FinancialInstrumentsAndRiskManagement" xlink:title="0608 - Disclosure - Financial Instruments and Risk Management" />
34
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/PensionAndPostretirementMedicalBenefitPlans" xlink:title="0609 - Disclosure - Pension and Postretirement Medical Benefit Plans" />
35
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/SegmentInformation" xlink:title="0611 - Disclosure - Segment Information" />
36
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/RestructuringCharges" xlink:title="0612 - Disclosure - Restructuring Charges" />
37
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/SupplementalCashFlowInformation" xlink:title="0613 - Disclosure - Supplemental Cash Flow Information" />
38
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/Contingencies" xlink:title="0614 - Disclosure - Contingencies" />
39
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/DocumentAndEntityInformation" xlink:title="00 - Document - Document and Company Information">
40
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_DocumentAndCompanyInformationAbstract" xlink:label="bgllc_DocumentAndCompanyInformationAbstract" />
41
+ </calculationLink>
42
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfOperations" xlink:title="01 - Statement - Condensed Consolidated Statements of Operations (Unaudited)">
43
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetIncomeLoss" xlink:label="loc_NetIncomeLoss" />
44
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetIncomeLossAttributableToNoncontrollingInterest" xlink:label="loc_NetIncomeLossAttributableToNoncontrollingInterest" />
45
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetIncomeLoss" xlink:to="loc_NetIncomeLossAttributableToNoncontrollingInterest" order="40" use="optional" weight="-1" />
46
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProfitLoss" xlink:label="loc_ProfitLoss" />
47
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetIncomeLoss" xlink:to="loc_ProfitLoss" order="20" use="optional" weight="1" />
48
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncomeTaxExpenseBenefit" xlink:label="loc_IncomeTaxExpenseBenefit" />
49
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ProfitLoss" xlink:to="loc_IncomeTaxExpenseBenefit" order="40" use="optional" weight="-1" />
50
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_IncomeBeforeIncomeTaxes" xlink:label="bgllc_IncomeBeforeIncomeTaxes" />
51
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ProfitLoss" xlink:to="bgllc_IncomeBeforeIncomeTaxes" order="20" use="optional" weight="1" priority="1" />
52
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OperatingIncomeLoss" xlink:label="loc_OperatingIncomeLoss" />
53
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="bgllc_IncomeBeforeIncomeTaxes" xlink:to="loc_OperatingIncomeLoss" order="20" use="optional" weight="1" priority="1" />
54
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_GrossProfit" xlink:label="loc_GrossProfit" />
55
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_OperatingIncomeLoss" xlink:to="loc_GrossProfit" order="40" use="optional" weight="1" priority="1" />
56
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CostOfGoodsSold" xlink:label="loc_CostOfGoodsSold" />
57
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_GrossProfit" xlink:to="loc_CostOfGoodsSold" order="20" use="optional" weight="-1" priority="1" />
58
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_SalesRevenueGoodsNet" xlink:label="loc_SalesRevenueGoodsNet" />
59
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_GrossProfit" xlink:to="loc_SalesRevenueGoodsNet" order="40" use="optional" weight="1" priority="1" />
60
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_InterestExpense" xlink:label="loc_InterestExpense" />
61
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="bgllc_IncomeBeforeIncomeTaxes" xlink:to="loc_InterestExpense" order="60" use="optional" weight="-1" priority="1" />
62
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_InvestmentIncomeInterest" xlink:label="loc_InvestmentIncomeInterest" />
63
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="bgllc_IncomeBeforeIncomeTaxes" xlink:to="loc_InvestmentIncomeInterest" order="40" use="optional" weight="1" priority="1" />
64
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ForeignCurrencyTransactionGainLossBeforeTax" xlink:label="loc_ForeignCurrencyTransactionGainLossBeforeTax" />
65
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="bgllc_IncomeBeforeIncomeTaxes" xlink:to="loc_ForeignCurrencyTransactionGainLossBeforeTax" order="80" use="optional" weight="1" />
66
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_SellingDeliveryAndAdministrativeExpenses" xlink:label="bgllc_SellingDeliveryAndAdministrativeExpenses" />
67
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_OperatingIncomeLoss" xlink:to="bgllc_SellingDeliveryAndAdministrativeExpenses" order="20" use="optional" weight="-1" priority="1" />
68
+ </calculationLink>
69
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfCashFlows" xlink:title="02 - Statement - Condensed Consolidated Statements of Cash Flows (Unaudited)">
70
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CashAndCashEquivalentsPeriodIncreaseDecrease" xlink:label="loc_CashAndCashEquivalentsPeriodIncreaseDecrease" />
71
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_EffectOfExchangeRateOnCashAndCashEquivalents" xlink:label="loc_EffectOfExchangeRateOnCashAndCashEquivalents" />
72
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_CashAndCashEquivalentsPeriodIncreaseDecrease" xlink:to="loc_EffectOfExchangeRateOnCashAndCashEquivalents" order="80" use="optional" weight="1" />
73
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetCashProvidedByUsedInFinancingActivities" xlink:label="loc_NetCashProvidedByUsedInFinancingActivities" />
74
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_CashAndCashEquivalentsPeriodIncreaseDecrease" xlink:to="loc_NetCashProvidedByUsedInFinancingActivities" order="60" use="optional" weight="1" />
75
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromPaymentsForOtherFinancingActivities" xlink:label="loc_ProceedsFromPaymentsForOtherFinancingActivities" />
76
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInFinancingActivities" xlink:to="loc_ProceedsFromPaymentsForOtherFinancingActivities" order="120" use="optional" weight="1" />
77
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RepaymentsOfLongTermDebt" xlink:label="loc_RepaymentsOfLongTermDebt" />
78
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInFinancingActivities" xlink:to="loc_RepaymentsOfLongTermDebt" order="100" use="optional" weight="-1" />
79
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromIssuanceOfLongTermDebt" xlink:label="loc_ProceedsFromIssuanceOfLongTermDebt" />
80
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInFinancingActivities" xlink:to="loc_ProceedsFromIssuanceOfLongTermDebt" order="80" use="optional" weight="1" />
81
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetCashProvidedByUsedInInvestingActivities" xlink:label="loc_NetCashProvidedByUsedInInvestingActivities" />
82
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_CashAndCashEquivalentsPeriodIncreaseDecrease" xlink:to="loc_NetCashProvidedByUsedInInvestingActivities" order="40" use="optional" weight="1" />
83
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PaymentsForProceedsFromOtherInvestingActivities" xlink:label="loc_PaymentsForProceedsFromOtherInvestingActivities" />
84
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInInvestingActivities" xlink:to="loc_PaymentsForProceedsFromOtherInvestingActivities" order="100" use="optional" weight="-1" />
85
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromSaleOfPropertyPlantAndEquipment" xlink:label="loc_ProceedsFromSaleOfPropertyPlantAndEquipment" />
86
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInInvestingActivities" xlink:to="loc_ProceedsFromSaleOfPropertyPlantAndEquipment" order="80" use="optional" weight="1" />
87
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetCashProvidedByUsedInOperatingActivities" xlink:label="loc_NetCashProvidedByUsedInOperatingActivities" />
88
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_CashAndCashEquivalentsPeriodIncreaseDecrease" xlink:to="loc_NetCashProvidedByUsedInOperatingActivities" order="20" use="optional" weight="1" />
89
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ShareBasedCompensation" xlink:label="loc_ShareBasedCompensation" />
90
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInOperatingActivities" xlink:to="loc_ShareBasedCompensation" order="100" use="optional" weight="1" />
91
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DeferredIncomeTaxExpenseBenefit" xlink:label="loc_DeferredIncomeTaxExpenseBenefit" />
92
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInOperatingActivities" xlink:to="loc_DeferredIncomeTaxExpenseBenefit" order="80" use="optional" weight="1" />
93
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DepreciationDepletionAndAmortization" xlink:label="loc_DepreciationDepletionAndAmortization" />
94
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInOperatingActivities" xlink:to="loc_DepreciationDepletionAndAmortization" order="60" use="optional" weight="1" />
95
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PaymentsToAcquireBusinessesAndInterestInAffiliates" xlink:label="loc_PaymentsToAcquireBusinessesAndInterestInAffiliates" />
96
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInInvestingActivities" xlink:to="loc_PaymentsToAcquireBusinessesAndInterestInAffiliates" order="60" use="optional" weight="-1" />
97
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PaymentsForCapitalImprovements" xlink:label="loc_PaymentsForCapitalImprovements" />
98
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInInvestingActivities" xlink:to="loc_PaymentsForCapitalImprovements" order="40" use="optional" weight="-1" priority="1" />
99
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_OtherAdjustmentsNet" xlink:label="bgllc_OtherAdjustmentsNet" />
100
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInOperatingActivities" xlink:to="bgllc_OtherAdjustmentsNet" order="40" use="optional" weight="1" priority="1" />
101
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AdjustmentsNoncashItemsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesOther" xlink:label="loc_AdjustmentsNoncashItemsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesOther" />
102
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInOperatingActivities" xlink:to="loc_AdjustmentsNoncashItemsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesOther" order="20" use="optional" weight="1" priority="1" />
103
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_IssuanceOfNoteReceivableFromNoncontrolledAffiliate" xlink:label="bgllc_IssuanceOfNoteReceivableFromNoncontrolledAffiliate" />
104
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInInvestingActivities" xlink:to="bgllc_IssuanceOfNoteReceivableFromNoncontrolledAffiliate" order="140" use="optional" weight="1" priority="1" />
105
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" xlink:label="bgllc_RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" />
106
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInInvestingActivities" xlink:to="bgllc_RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" order="160" use="optional" weight="-1" priority="1" />
107
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PensionContributions" xlink:label="us-gaap_PensionContributions_2" />
108
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInOperatingActivities" xlink:to="us-gaap_PensionContributions_2" order="160" use="optional" weight="1" priority="1" />
109
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProfitLoss" xlink:label="loc_ProfitLoss" />
110
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInOperatingActivities" xlink:to="loc_ProfitLoss" order="140" use="optional" weight="1" priority="1" />
111
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInOperatingCapital" xlink:label="us-gaap_IncreaseDecreaseInOperatingCapital_2" />
112
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInOperatingActivities" xlink:to="us-gaap_IncreaseDecreaseInOperatingCapital_2" order="120" use="optional" weight="1" priority="1" />
113
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInAccruedIncomeTaxesPayable" xlink:label="us-gaap_IncreaseDecreaseInAccruedIncomeTaxesPayable_2" />
114
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="us-gaap_IncreaseDecreaseInOperatingCapital_2" xlink:to="us-gaap_IncreaseDecreaseInAccruedIncomeTaxesPayable_2" order="100" use="optional" weight="-1" priority="1" />
115
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInAccountsPayableAndAccruedLiabilities" xlink:label="loc_IncreaseDecreaseInAccountsPayableAndAccruedLiabilities" />
116
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="us-gaap_IncreaseDecreaseInOperatingCapital_2" xlink:to="loc_IncreaseDecreaseInAccountsPayableAndAccruedLiabilities" order="60" use="optional" weight="-1" priority="1" />
117
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInPrepaidDeferredExpenseAndOtherAssets" xlink:label="loc_IncreaseDecreaseInPrepaidDeferredExpenseAndOtherAssets" />
118
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="us-gaap_IncreaseDecreaseInOperatingCapital_2" xlink:to="loc_IncreaseDecreaseInPrepaidDeferredExpenseAndOtherAssets" order="40" use="optional" weight="1" priority="1" />
119
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInInventories" xlink:label="loc_IncreaseDecreaseInInventories" />
120
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="us-gaap_IncreaseDecreaseInOperatingCapital_2" xlink:to="loc_IncreaseDecreaseInInventories" order="20" use="optional" weight="1" priority="1" />
121
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInReceivables" xlink:label="loc_IncreaseDecreaseInReceivables" />
122
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="us-gaap_IncreaseDecreaseInOperatingCapital_2" xlink:to="loc_IncreaseDecreaseInReceivables" order="80" use="optional" weight="1" priority="1" />
123
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromPaymentsForLongTermLoansForRelatedParties" xlink:label="loc_ProceedsFromPaymentsForLongTermLoansForRelatedParties" />
124
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInInvestingActivities" xlink:to="loc_ProceedsFromPaymentsForLongTermLoansForRelatedParties" order="120" use="optional" weight="1" />
125
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PaymentsToAcquireEquityMethodInvestments" xlink:label="loc_PaymentsToAcquireEquityMethodInvestments" />
126
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInInvestingActivities" xlink:to="loc_PaymentsToAcquireEquityMethodInvestments" order="20" use="optional" weight="-1" />
127
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromRepaymentsOfShortTermDebt" xlink:label="loc_ProceedsFromRepaymentsOfShortTermDebt" />
128
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInFinancingActivities" xlink:to="loc_ProceedsFromRepaymentsOfShortTermDebt" order="60" use="optional" weight="1" />
129
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_ProceedsFromNoncontrollingInterestHolder" xlink:label="bgllc_ProceedsFromNoncontrollingInterestHolder" />
130
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_NetCashProvidedByUsedInFinancingActivities" xlink:to="bgllc_ProceedsFromNoncontrollingInterestHolder" order="20" use="optional" weight="1" priority="1" />
131
+ </calculationLink>
132
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/BalanceSheets" xlink:title="03 - Statement - Condensed Consolidated Balance Sheets (Unaudited)">
133
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LiabilitiesAndStockholdersEquity" xlink:label="loc_LiabilitiesAndStockholdersEquity" />
134
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_Liabilities" xlink:label="loc_Liabilities" />
135
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_LiabilitiesAndStockholdersEquity" xlink:to="loc_Liabilities" order="40" use="optional" weight="1" />
136
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DeferredTaxLiabilitiesNoncurrent" xlink:label="loc_DeferredTaxLiabilitiesNoncurrent" />
137
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Liabilities" xlink:to="loc_DeferredTaxLiabilitiesNoncurrent" order="80" use="optional" weight="1" />
138
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherLiabilitiesNoncurrent" xlink:label="loc_OtherLiabilitiesNoncurrent" />
139
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Liabilities" xlink:to="loc_OtherLiabilitiesNoncurrent" order="60" use="optional" weight="1" />
140
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LiabilitiesCurrent" xlink:label="loc_LiabilitiesCurrent" />
141
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Liabilities" xlink:to="loc_LiabilitiesCurrent" order="20" use="optional" weight="1" />
142
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ShortTermBorrowings" xlink:label="loc_ShortTermBorrowings" />
143
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_LiabilitiesCurrent" xlink:to="loc_ShortTermBorrowings" order="40" use="optional" weight="1" />
144
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_Assets" xlink:label="loc_Assets" />
145
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherAssetsNoncurrent" xlink:label="loc_OtherAssetsNoncurrent" />
146
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Assets" xlink:to="loc_OtherAssetsNoncurrent" order="140" use="optional" weight="1" />
147
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_InvestmentsInAffiliatesSubsidiariesAssociatesAndJointVentures" xlink:label="loc_InvestmentsInAffiliatesSubsidiariesAssociatesAndJointVentures" />
148
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Assets" xlink:to="loc_InvestmentsInAffiliatesSubsidiariesAssociatesAndJointVentures" order="100" use="optional" weight="1" />
149
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_Goodwill" xlink:label="loc_Goodwill" />
150
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Assets" xlink:to="loc_Goodwill" order="80" use="optional" weight="1" />
151
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IntangibleAssetsNetExcludingGoodwill" xlink:label="loc_IntangibleAssetsNetExcludingGoodwill" />
152
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Assets" xlink:to="loc_IntangibleAssetsNetExcludingGoodwill" order="60" use="optional" weight="1" />
153
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PropertyPlantAndEquipmentNet" xlink:label="loc_PropertyPlantAndEquipmentNet" />
154
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Assets" xlink:to="loc_PropertyPlantAndEquipmentNet" order="40" use="optional" weight="1" />
155
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AssetsCurrent" xlink:label="loc_AssetsCurrent" />
156
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Assets" xlink:to="loc_AssetsCurrent" order="20" use="optional" weight="1" />
157
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_PrepaidExpensesAndOtherCurrentAssets" xlink:label="bgllc_PrepaidExpensesAndOtherCurrentAssets" />
158
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_AssetsCurrent" xlink:to="bgllc_PrepaidExpensesAndOtherCurrentAssets" order="80" use="optional" weight="1" priority="1" />
159
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_InventoryNet" xlink:label="loc_InventoryNet" />
160
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_AssetsCurrent" xlink:to="loc_InventoryNet" order="60" use="optional" weight="1" />
161
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ReceivablesNetCurrent" xlink:label="loc_ReceivablesNetCurrent" />
162
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_AssetsCurrent" xlink:to="loc_ReceivablesNetCurrent" order="40" use="optional" weight="1" />
163
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CashAndCashEquivalentsAtCarryingValue" xlink:label="loc_CashAndCashEquivalentsAtCarryingValue" />
164
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_AssetsCurrent" xlink:to="loc_CashAndCashEquivalentsAtCarryingValue" order="20" use="optional" weight="1" />
165
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccountsPayableAndAccruedLiabilitiesCurrent" xlink:label="loc_AccountsPayableAndAccruedLiabilitiesCurrent" />
166
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_LiabilitiesCurrent" xlink:to="loc_AccountsPayableAndAccruedLiabilitiesCurrent" order="20" use="optional" weight="1" />
167
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" xlink:label="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" />
168
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_LiabilitiesAndStockholdersEquity" xlink:to="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" order="20" use="optional" weight="1" />
169
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_MinorityInterest" xlink:label="loc_MinorityInterest" />
170
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_MinorityInterest" order="40" use="optional" weight="1" priority="1" />
171
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StockholdersEquity" xlink:label="loc_StockholdersEquity" />
172
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_StockholdersEquity" order="20" use="optional" weight="1" priority="1" />
173
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedOtherComprehensiveIncomeLossNetOfTax" xlink:label="loc_AccumulatedOtherComprehensiveIncomeLossNetOfTax" />
174
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_StockholdersEquity" xlink:to="loc_AccumulatedOtherComprehensiveIncomeLossNetOfTax" order="20" use="optional" weight="1" />
175
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LongTermDebtAndCapitalLeaseObligations" xlink:label="loc_LongTermDebtAndCapitalLeaseObligations" />
176
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Liabilities" xlink:to="loc_LongTermDebtAndCapitalLeaseObligations" order="40" use="optional" weight="1" />
177
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LongTermDebtAndCapitalLeaseObligationsCurrent" xlink:label="loc_LongTermDebtAndCapitalLeaseObligationsCurrent" />
178
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_LiabilitiesCurrent" xlink:to="loc_LongTermDebtAndCapitalLeaseObligationsCurrent" order="60" use="optional" weight="1" />
179
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DueFromRelatedPartiesNoncurrent" xlink:label="loc_DueFromRelatedPartiesNoncurrent" />
180
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_Assets" xlink:to="loc_DueFromRelatedPartiesNoncurrent" order="120" use="optional" weight="1" />
181
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_OwnersNetInvestment" xlink:label="bgllc_OwnersNetInvestment" />
182
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_StockholdersEquity" xlink:to="bgllc_OwnersNetInvestment" order="40" use="optional" weight="1" priority="1" />
183
+ </calculationLink>
184
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfComprehensiveIncome" xlink:title="05 - Statement - Condensed Consolidated Statements of Comprehensive Income (Unaudited)">
185
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeNetOfTax" xlink:label="loc_ComprehensiveIncomeNetOfTax" />
186
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeNetOfTaxAttributableToNoncontrollingInterest" xlink:label="loc_ComprehensiveIncomeNetOfTaxAttributableToNoncontrollingInterest" />
187
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTax" xlink:to="loc_ComprehensiveIncomeNetOfTaxAttributableToNoncontrollingInterest" order="40" use="optional" weight="-1" />
188
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:label="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" />
189
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTax" xlink:to="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" order="20" use="optional" weight="1" />
190
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" xlink:label="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" />
191
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" order="40" use="optional" weight="1" />
192
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProfitLoss" xlink:label="loc_ProfitLoss" />
193
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_ProfitLoss" order="20" use="optional" weight="1" />
194
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" xlink:label="loc_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" />
195
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" order="80" use="optional" weight="1" priority="1" />
196
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" xlink:label="loc_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" />
197
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" order="60" use="optional" weight="-1" />
198
+ </calculationLink>
199
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfChangesInEquity" xlink:title="04 - Statement - Condensed Consolidated Statements of Changes in Shareholders Equity (Unaudited)">
200
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:label="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" />
201
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AdjustmentsToAdditionalPaidInCapitalTaxEffectFromShareBasedCompensation" xlink:label="loc_AdjustmentsToAdditionalPaidInCapitalTaxEffectFromShareBasedCompensation" />
202
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_WithholdingTaxEquityAwards" xlink:label="bgllc_WithholdingTaxEquityAwards" />
203
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AdjustmentsToAdditionalPaidInCapitalSharebasedCompensationRequisiteServicePeriodRecognitionValue" xlink:label="loc_AdjustmentsToAdditionalPaidInCapitalSharebasedCompensationRequisiteServicePeriodRecognitionValue" />
204
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_ContributionsFromOwnersIncludingNoncontrollingInterests" xlink:label="bgllc_ContributionsFromOwnersIncludingNoncontrollingInterests" />
205
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_CashDistributionsToOwner" xlink:label="bgllc_CashDistributionsToOwner" />
206
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_ContributionsFromNoncontrollingInterestHolder" xlink:label="bgllc_ContributionsFromNoncontrollingInterestHolder" />
207
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProfitLoss" xlink:label="loc_ProfitLoss" />
208
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_ProfitLoss" order="60" use="optional" weight="1" priority="1" />
209
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" xlink:label="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" />
210
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" order="80" use="optional" weight="1" priority="1" />
211
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" xlink:label="loc_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" />
212
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" order="20" use="optional" weight="-1" priority="1" />
213
+ <loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" xlink:label="loc_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" />
214
+ <calculationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/summation-item" xlink:from="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:to="loc_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" order="40" use="optional" weight="1" priority="1" />
215
+ <loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_Sfas158MeasurementDateAdjustmentNetOfTax" xlink:label="bgllc_Sfas158MeasurementDateAdjustmentNetOfTax" />
216
+ </calculationLink>
217
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfChangesInEquityParenthetical" xlink:title="041 - Statement - Condensed Consolidated Statements of Changes in Equity (Parenthetical) (Unaudited)" />
218
+ <calculationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/Guarantees" xlink:title="0615 - Disclosure - Guarantees" />
219
+ </linkbase>