首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web Service >

xml schema 中ID部类

2012-12-15 
xml schema 中ID类型xml schema 中ID类型 4 分钟前 提问者: ifanlong | 悬赏分:10 | 浏览次数:3次schema中

xml schema 中ID类型
xml schema 中ID类型 4 分钟前 提问者: ifanlong | 悬赏分:10 | 浏览次数:3次
schema中定义如下: 
<element name ="deviceID">
 <simpleType>
 <restriction base = "xs:ID">
<pattern value = "\d{20}"/>
</restriction>
</simpleType>
</element>
 
我发现xs:ID是非数字的字符类型,而\d{20}是连续的20个数字,这不矛盾吗 
哪位大神解释一下
谢谢
[解决办法]
唉丿木有人叼啊

热点排行