XML Schema How to Restrict Attribute by Enumeration

后端 未结 4 1064
天涯浪人
天涯浪人 2020-11-27 05:27

I have the following XML Tag

20000.00

How do I restrict the currency attribute to one the fol

4条回答
  •  执笔经年
    2020-11-27 05:52

    
     
     
    

    This would eliminate the need for enumeration completely. You could change type to double if required.

提交回复
热议问题