An import element adds components from another schema, with a different namespace, to the current schema. An include element adds components from another schema, but associates them with the target namespace.
翻译过来就是:
一个import元素从另一个具有不同命名空间的schema中引入其中的定义。一个include元素从另一个(无目标空间的,译者加入的)schema中引入其中的定义,并将被引入的定义关联到(当前schema的,译者加入的)目标空间。
翻译过来就是:
一个import元素从另一个具有不同命名空间的schema中引入其中的定义。一个include元素从另一个(无目标空间的,译者加入的)schema中引入其中的定义,并将被引入的定义关联到(当前schema的,译者加入的)目标空间。
本文介绍了XML Schema中的两种重要概念:import与include。import用于从其他具有不同命名空间的Schema中引入定义,而include则用于从其他Schema中引入定义并将这些定义关联到当前Schema的目标命名空间。
9872

被折叠的 条评论
为什么被折叠?



