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 biv343 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: *

  1. jensen2

    Convert SGML DTD to XML Schema

    Hello, I want to convert the SGML DTD syntax "<!ELEMENT Test (#PCDATA | Element1 | Element2)+>" to XML Schema Syntax. I tried it with this syntax but there is text not mandatory: <xs:element name="Test"> <xs:complexType mixed="true"> <xs:choice maxOccurs="unbounded"> <xs:element...

Part and Inventory Search

Back
Top