Xsd and inheritance

前端 未结 4 1739
野性不改
野性不改 2020-12-28 14:27

I have an xsd like this

  
          
              
                

        
4条回答
  •  [愿得一人]
    2020-12-28 15:12

    Here's the schema I came up with:

    
    
        
            
                
                    
                    
                
            
        
    
        
            
                
            
        
    
        
            
                
                    
                        
                    
                
            
        
    
        
            
                
            
        
    
        
            
                
            
        
    
    
    

    Which seems to fit this xml:

    
    
    

提交回复
热议问题