|  | <Legal> 元素
XML 代码中的 <Legal> 部分让开发人员能够在 RIXML 中嵌入法律信息。清单 5 给出了 <Legal> 元素的代码块示例。
清单 5. 包含 <Legal> 元素的代码
<Legal>
<Copyright>©Copyright 2008 Appera Software Inc.</Copyright>
<Disclaimer>Every effort is made to keep our network free from viruses.
You should, however, review this message, as well as any attachment thereto, for
viruses. We take no responsibility and have no liability for any computer virus
which maybe transferred via this message.
</Disclaimer>
</Legal>
|
必需的元素
<Legal> 部分是 <Product> 元素的子元素,它包含以下元素:
<Copyright>:用于放置共享信息的知识产权注意事项。通常在这里放置标准的知识产权文本,比如 “©Copyright 2008 Appera Software Inc”。
<Disclaimer>:这个元素用于放置关于共享内容和 RIXML 信封的免责声明信息。这里对文本的类型没有限制。
|  |
|