LOTUS DOMINO の XML


例:document 要素の DXL 出力
次に引用するテキストファイルは、Lotus Notes 文書の DXL 出力を表します。この文書は、[Customer] フォームを使用して作成され、[name] というテキストフィールドと [date] という日時フィールドの 2 つを含みます。

その下の関連項目セクションでは、この例の中で DXL 形式で示される要素について説明します。

各要素の属性は、要素の開始タグの左右の不等号記号の中に記述されています。要素の終了タグの位置は、要素の包含階層を示します。たとえば、document 要素の終了タグは下記の例の最後に置かれています。これは、ほかのすべての要素が <document> 要素に含まれることを示します。

<document form="Customers">

<noteinfo noteid="942" unid="431A199A6FCC9C0985256A54005041A1"sequence="1">

<created>
<datetime dst="
true">20010522T103636,81-04</datetime>
</created>

<modified>
<datetime dst="
true">20010522T103709,78-04</datetime>
</modified>

<revised>
<datetime dst="
true">20010522T103709,77-04</datetime>
</revised>

<lastaccessed>
<datetime dst="
true">20010522T103709,77-04</datetime>
</lastaccessed>

<addedtofile>
<datetime dst="
true">20010522T103709,77-04</datetime>
</addedtofile>

</noteinfo>

<updatedby>
<name>CN=Michelle Lally/OU=CAM/O=Acme</name>
</updatedby>

<item name="date">
<datetime>20010601</datetime>
</item>

<item name="name">
<text>Harry Hill</text>
</item>

</document>

関連項目