Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lexul
  • Content: Threads
  • Order by date
  1. lexul

    random optional elements

    Is there a way to specify in a xsd schema that i want to allow some optional subtags in any random order(each occuring at most once), and at least one of them(no matter which) to be present? Example(this should be validated by the xsd schema) <parent> <child1/> <child2/> </parent> <parent>...
  2. lexul

    xml schema question

    is there a way to specify that a xml element is allowed to contain ANYTHING?(no matter how many subtags, nested subtags, quotation marks, text, ANYTHING?). Something like: <element1> <subelem'ent>randomtext<sube'lement1/><subelement> randomtext </element> How am i this specifying in a .xsd file ?

Part and Inventory Search

Back
Top