Jump to content

How to define "everywhere element" in XSD


Guest TheKnight

Recommended Posts

Guest TheKnight

Hi,I would like to specify in my XSD that the "Documentation" element canbe added everywhere in the XML document. A bit like thexs:annotation node.How can i declare this in my XSD?An example<a><b><Documentation/></b></a>is validbut also<a><Documentation/><b><Documentation/></b><Documentation/></a>Another valid one could be<a><Documentation/><Documentation/><Documentation/><b><Documentation/><Documentation/></b><Documentation/></a> Thanks for the help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...