aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

LSX-00162: string "~S" is an invalid default for the complex type

LSX-00162: string "~S" is an invalid default for the complex type
Cause: If the {content type} is a simple type definition, then the string must be valid with regard to the simple type definition as defined by String Valid (3.14.4). If the {content type} is mixed, then the {content type}'s particle must be emptiable as defined by Particle Emptiable (3.9.6). However, one of these conditions was not met, resulting in this error.
Action: Make the default string a valid default with regard to the complex type definition.

请先 登录 后评论

1 个回答

小智
LSX-00162:字符串“?S”是复合类型的无效默认值,
.原因:如果{content type}是一个简单的类型定义,则字符串必须对于String Valid(3.14.4)定义的简单类型定义是有效的。如果{content type}混合,则{content type}的粒子必须可以按照Particle Emptiable(3.9.6)的定义来排除。但是,这些条件之一没有得到满足,导致了这个错误。,
.操作:根据复杂类型定义,将默认字符串设置为有效的默认值。,
.
请先 登录 后评论