Export Data Model Descriptions

To export a data model description

  1. In the Infrastructure Administrator, do one of the following:
    • Click Enterprise and connect to the enterprise industry model. Open a project.
    • Click File and open an industry model drawing or template.
  2. Click Industry Model menu > SQL Sheet.
  3. In the SQL Sheet, execute the following command.
    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 tb_topic a, tb_dictionary b, 
    tb_attribute c 
    where a.id = b.topic_id