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 Chriss Miller 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: jammusi2
  • Content: Threads
  • Order by date
  1. jammusi2

    Typed recursive element

    Hi, 1. Need to define XSD element that has some attributes and can hold list of itself This is the type definition: <xs:complexType name="t_TestCase" > <xs:sequence> <xs:element type="t_TestCase" minOccurs="0"></xs:element> </xs:sequence> </xs:complexType> This is the...

Part and Inventory Search

Back
Top