How to generate XSD from elements of XML

前端 未结 5 1531
故里飘歌
故里飘歌 2021-02-19 23:23

I have a XML input


  id
  string
  42
  

        
5条回答
  •  萌比男神i
    2021-02-20 00:00

    Try xmlbeans it has some tools one of them is ins2xsd you can find specifics here: http://xmlbeans.apache.org/docs/2.0.0/guide/tools.html Good luck

提交回复
热议问题