<description>

説明
ページおよび記事の内容を指定します。500文字まで(のようです)。<textinput>の場合は100文字まで(のようです)

必須属性
なし

モデル
#PCDATA

サンプル
<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://www.openspc2.org/">
<title>OpenSpaceのサイトです</title>
<link>http://www.openspc2.org/</link>
<description>RSS 1.0のサンプルを記述したページです</description>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://www.openspc2.org/RSS/index.html" />
</rdf:Seq>
</items>
</channel>

<item rdf:about="http://www.openspc2.org/RSS/index.html">
<title>RSS1.0の概要です</title>
<link>http://www.openspc2.org/RSS/index.html</link>
<description>RSS 1.0について説明しています。</description>
</item>
</rdf:RDF>

サンプルRDF