User manual - モバイルモジュール更新ツール解説書ver.1.10(2012年4月17日)

24
3.2 カタログファイル(*.xml)
カタログファイルとは、更新対象モジュールの名称/バージョン/更新比較条件/更新時動作を格納す
XML ファイルです。
エンコードは ShiftJIS を基本とするが、XML ヘッダ情報に適切に記載することで、以下のエンコードも読
み込み可能です。
ShiftJIS <?xml version="1.0" encoding="shift_Jis" standalone="yes" ?>
UTF-8 <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
UTF-16 <?xml version="1.0" encoding="utf-16" standalone="yes" ?>
カタログファイルは、以下の 2 ブロックから構成されています。
識別情報ブロック
“identities”
モジュール情報ブロック
“release”
<?xml version="1.0" encoding="shift_Jis" standalone="yes" ?>
<ModuleIdentities>
<identities>
識別情報ブロック
</identities>
<release>
モジュール情報列挙ブロック
</release>
</ModuleIdentities>