ページの先頭行へ戻る
 Apcoordinator定義ファイルリファレンス
FUJITSU Software

4.2.1 eSpec

eSpecタグは、XMLデータ仕様記述のルート要素となります。

アトリビュート

eSpecタグはアトリビュートを持ちません。

コンテント

eSpecタグはコンテントに1個のconfigタグと0個以上のspecificationタグを記述します。

使用例
<eSpec
    xmlns="http://interstage.fujitsu.com/schemas/uji/eSpec"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://interstage.fujitsu.com/schemas/uji/eSpec
                        http://interstage.fujitsu.com/schemas/uji/espec.xsd">
  <config>
    <version>6.0</version>
  </config>
  <specification name="sample">
    ...
  </specification>
</eSpec>