ContentImporterを使って、属性と属性セットを登録したいので、cifを作っています
の「 Grouping attributes in sets」に従って作ったのですが、
属性がその他に入るようなのです。
作ったcif↓
<concrete5-cif version="1.0">
<attributesets>
<attributeset name="会社評価" package="company_rating" handle="company_rate" category="collection">
<attributekey handle="company_rate1" />
<attributekey handle="company_rate2" />
<attributekey handle="company_rate3" />
<attributekey handle="company_rate4" />
<attributekey handle="company_rate5" />
<attributekey handle="company_rate6" />
<attributekey handle="company_rateall" />
</attributeset>
</attributesets>
<attributekeys>
<attributekey handle="company_rate1" name="評価項目1" package="company_rating" searchable="1" indexed="1" type="number" category="collection" />
<attributekey handle="company_rate2" name="評価項目2" package="company_rating" searchable="1" indexed="1" type="number" category="collection" />
<attributekey handle="company_rate3" name="評価項目3" package="company_rating" searchable="1" indexed="1" type="number" category="collection" />
<attributekey handle="company_rate4" name="評価項目4" package="company_rating" searchable="1" indexed="1" type="number" category="collection" />
<attributekey handle="company_rate5" name="評価項目5" package="company_rating" searchable="1" indexed="1" type="number" category="collection" />
<attributekey handle="company_rate6" name="評価項目6" package="company_rating" searchable="1" indexed="1" type="number" category="collection" />
<attributekey handle="company_rateall" name="全体の評価" package="company_rating" searchable="1" indexed="1" type="number" category="collection" />
</attributekeys>
</concrete5-cif>