gpt4 book ai didi

xml - 指定 XML 架构数据类型为小数或空白

转载 作者:数据小太阳 更新时间:2023-10-29 02:25:12 25 4
gpt4 key购买 nike

在 XML 模式中是否有一种方法可以指定元素可以包含空字符串或小数?

如果我像这样将类型指定为 xs:decimal:

<xs:element name="Sample" type="xs:decimal" />

那么空白值将无法通过验证:

<Sample/>

(我意识到表示无值的最好方法是不包含该元素,但我想知道是否有允许空白或小数的方法。)

最佳答案

添加nillable="true"

关于xml - 指定 XML 架构数据类型为小数或空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2510984/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com