XML Schema appinfo 元素

返回上一级

XML Schema appInfo 元素规定 annotation 元素中应用程序要使用的信息

该元素必须位于 annotation 中

<appinfosource=anyURL>Any well-formed XML content</appinfo>

属性

属性 描述
source 可选。一个 URI 引用,规定应用程序信息的来源

元素信息

  • 父元素: annotation

范例

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:annotation>
        <xs:appinfo>简单教程笔记</xs:appinfo>
        <xs:documentation xml:lang="en">这个 schema 定义了简单教程笔记</xs:documentation>
    </xs:annotation>
    ...
</xs:schema>

返回上一级

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.