简体   繁体   English

在WSDL中的xsd中比较属性值

[英]Comparing attribute values in xsd in WSDL

i have 2 attributes called rowstart and rowend. 我有2个名为rowstart和rowend的属性。

so when i am writing xsd i need to have a condition like rowstart < rowend. 所以当我写xsd时,我需要像rowstart <rowend这样的条件。

is there any way to do that in XSD. 在XSD中有什么方法可以做到这一点。 ?

It is not possible in simple XSD. 在简单的XSD中是不可能的。 At least, I did not find any mention of this in the XSD definition. 至少,我在XSD定义中没有找到任何提及。 See also http://www.w3schools.com/schema/schema_facets.asp 另请参见http://www.w3schools.com/schema/schema_facets.asp

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM