bomformat

使用 <bomformat> 元素可定义较早 <bom> 元素中收集的数据的显示方式。它使用指定 BOM 类别逻辑名的 category 属性以及指定类别显示名称的 title 属性。包含 <field> 元素的 <section> 元素的结构定义了布局,如下面的示例所示:

<bomformat category="Detail" title="Change Details">
        <section name="descriptions" parent="section name" expandable="yes">
        <field name="Description" title="Change Description"/>
        </section>
        <section name="diff">
        <field name="Diff" title="Differences"/>
        </section>

反馈