bomformat

<bomformat> 元素用來定義如何顯示先前 <bom> 元素中所收集的資料。它採用 category 屬性來指定 BOM 種類的邏輯名稱,並採用 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>

意見