Unique constraint in XML Schema

前端 未结 2 797
故里飘歌
故里飘歌 2020-12-16 13:46

Let\'s say I have following XML file:


   a1
   a2
   2010         


        
2条回答
  •  独厮守ぢ
    2020-12-16 14:21

    You could use type="xs:ID" on the author element. There is also type IDREF for referring to an ID.

提交回复
热议问题