Using xs:extension & xs:restriction together?

前端 未结 1 1821
情歌与酒
情歌与酒 2021-01-07 22:32

While writing an XML schema, I am attempting to do something like this


    
        &l         


        
1条回答
  •  轮回少年
    2021-01-07 23:13

    You need to define the restriction on the double separatley

    
    
    
        
            
                
                
            
        
        
            
                
                    
                
            
        
    
    

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