- Infrastructure Map Server で、メンテナンス ワークスペースに切り替えて、プロジェクトを開きます。
- インダストリ モデル エクスプローラで[インダストリ モデル]を選択します。
- をクリックします。
- [レポート]ダイアログ ボックスで、[データ モデルの説明]レポートを選択します。
- [プレビュー]をクリックします。
- プレビュー ウィンドウで、ずれかの出力オプションを選択します。
データ モデルの説明を Excel に書き出すには
- Infrastructure Administrator で、次のいずれかを実行します。
- [エンタープライズ]をクリックし、エンタープライズ インダストリ モデルに接続します。プロジェクトを開きます。
- [ファイル]をクリックして、インダストリ モデルの図面またはテンプレートを開きます。
- をクリックします。
- [SQL Sheet]で、次のコマンドを実行します。
excel select a.name Topic_Name,
a.caption Topic_Caption,
b.f_class_name FeatureClass_Name,
b.caption FeatureClass_Caption,
c.name Attribute_Name,
c.caption Attribute_Caption,
c.description Attribute_Description from im_topic a, im_dictionary b, im_attribute c
where a.id = b.topic_id and b.f_class_id = c.f_class_id order by a.name, b.f_class_name, c.name