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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.