Anyone that has a partial XSD that describes the METADATA section of Delphi TClientDataSet XML files?

前端 未结 3 636
有刺的猬
有刺的猬 2020-12-13 17:18

I know that you cannot fully describe the XML that the TClientDataSet with an XSD schema, as the ROW elements have attributes that have names that vary with the contents.

3条回答
  •  一整个雨季
    2020-12-13 17:44

    Well I couldn't find one either, so I used this website to generate this schema based on a ClientDataSet XML file.

    
    
    
      
        
          
            
            
          
          
        
      
    
      
        
          
          
          
          
        
      
    
      
        
          
            
          
        
      
    
      
        
          
            
            
          
        
      
    
      
        
          
        
      
    
      
        
        
      
    
      
        
          
            
          
        
      
    
    
    

提交回复
热议问题