Tech Tree IncのOfficeアシスタントをしています。MicrosoftExcel 2010のブックでレポートを作成しました。XMLdataをExcel 2010ワークシートにエクスポートします。 XMLデータをエクスポートすると、次のエラーメッセージが表示されます。 「私のワークブック内のXMLマップはエクスポートできません」 次のうちどれが上記のエラーを引き起こしている理由は何ですか?それぞれの正解は完全な解決策を表します。該当するものをすべて選択してください。
正解:A,B
説明/参照: Explanation: XMLデータのエクスポートに関するさまざまな問題は次のとおりです。 1.マップはエクスポートできますが、必要な要素がマップされていない場合があります。このエラーは以下の状況で発生します。 このXMLテーブルに関連付けられているXMLマップには、XMLテーブルにマップされていない1つ以上の必須要素が含まれています。要素は再帰構造です。 XMLテーブルにはさまざまな混合コンテンツが含まれています。 2.エクセルは、XMLが含まれていないため、ワークブックを保存できません。 MAPPINGS: Excel cannot save the user's workbook in the XML Data file unless one or more mapped ranges are created. 3. XML MAPS IN MY WORKBOOK ARE NOT EXPORTABLE: An XML mapping cannot be exported if the relationship of the mapped element with other elements is not preserved due to the following reasons: The mapped element's schema definition is contained within a sequence with the following attributes: The maxoccurs attribute is not equal to 1. The sequence has more than one direct child element defined or has an extra compositor as a direct child. Nonrepeating sibling elements with the same repeating parent element are mapped to dissimilar XML tables. Various repeating elements are mapped to the same XML table and the recurrence is not defined by an ancestor element. Child elements from various parents are mapped to the same XML table. XML schema constructs a list of lists, denormalized data, or a choice construct.