XML Schema How to Restrict Attribute by Enumeration

后端 未结 4 1063
天涯浪人
天涯浪人 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:37

    The numerical value seems to be missing from your price definition. Try the following:

    
      
        
        
        
      
    
    
    
    
    
            
                
                  
                
            
    
    

提交回复
热议问题