标签:位置 命名 index 第一个 开始 ref 相关 osc uri
<!-- 这里xmlns:f="url2"表示这个table是用f作为标记,table的写法在url2中定义 --><f:table xmlns:f="url2"> <f:name>African Coffee Table</f:name> <f:width>80</f:width> <f:length>120</f:length></f:table>第一个URI是定义的 XML Namespace的值,第二个URI给出Schema文档的位置,Schema处理器将从这个位置读取Schema文档,该文档的targetNamespace必须与第一个URI相匹配。例如:
|
1
2
|
xsi:schemaLocation="http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd" |
标签:位置 命名 index 第一个 开始 ref 相关 osc uri
原文地址:http://www.cnblogs.com/21heshang/p/6128336.html