Restrict attribute value depending on value of another attribute

后端 未结 1 1748
醉酒成梦
醉酒成梦 2021-01-14 15:26

Consider this XSD:




    

        
1条回答
  •  無奈伤痛
    2021-01-14 15:59

    Check this question about co-occurrence constraints: XSD: Define attributes based on the value of previous attribute

    Summarizing:

    • Possible in XSD 1.1
    • Not possible in XSD 1.0

    0 讨论(0)
提交回复
热议问题