Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)pSubstitutions00103m1_p.xml + generated from: @(#)pSubstitutions00103m.jmpp 1.6 03/10/10 + +--> + + +<test:e + xmlns:test="pSubstitutions" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="pSubstitutions pSubstitutions00103m.xsd" xsi:type="test:B"> +<c>1</c><d>2002-04-15</d> +</test:e> +
Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m2_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m2_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m2_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m2_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)pSubstitutions00103m2_n.xml + generated from: @(#)pSubstitutions00103m.jmpp 1.6 03/10/10 + +--> + + +<test:e + xmlns:test="pSubstitutions" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="pSubstitutions pSubstitutions00103m.xsd" xsi:type="test:C"> +<c>1</c><c>2</c> +</test:e> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m2_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m2_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m2_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m2_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)pSubstitutions00103m2_p.xml + generated from: @(#)pSubstitutions00103m.jmpp 1.6 03/10/10 + +--> + + +<test:e + xmlns:test="pSubstitutions" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="pSubstitutions pSubstitutions00103m.xsd" xsi:type="test:A"> +<c>1</c> +</test:e> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)pSubstitutions00104m.xsd + generated from: @(#)pSubstitutions00104m.jmpp 1.6 03/10/10 + +--> + + +<xsd:schema + xmlns="pSubstitutions" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="pSubstitutions"> + + <xsd:complexType name="A" block="#all"> + <xsd:sequence> + <xsd:element name="c" type="xsd:int" maxOccurs="3"/> + </xsd:sequence> + </xsd:complexType> + + <xsd:element name="e" type="A" /> + + <xsd:complexType name="B"> + <xsd:complexContent> + <xsd:extension base="A"> + <xsd:sequence> + <xsd:element name="d" type="xsd:date"/> + </xsd:sequence> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="C"> + <xsd:complexContent> + <xsd:restriction base="A"> + <xsd:sequence> + <xsd:element name="c" type="xsd:int" maxOccurs="2"/> + </xsd:sequence> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m1_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m1_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m1_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m1_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)pSubstitutions00104m1_n.xml + generated from: @(#)pSubstitutions00104m.jmpp 1.6 03/10/10 + +--> + + +<test:e + xmlns:test="pSubstitutions" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="pSubstitutions pSubstitutions00104m.xsd" xsi:type="test:B"> +<c>1</c><d>2002-04-15</d> +</test:e> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)pSubstitutions00104m1_p.xml + generated from: @(#)pSubstitutions00104m.jmpp 1.6 03/10/10 + +--> + + +<test:e + xmlns:test="pSubstitutions" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="pSubstitutions pSubstitutions00104m.xsd" xsi:type="test:A"> +<c>1</c> +</test:e> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m2_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m2_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m2_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m2_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)pSubstitutions00104m2_n.xml + generated from: @(#)pSubstitutions00104m.jmpp 1.6 03/10/10 + +--> + + +<test:e + xmlns:test="pSubstitutions" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="pSubstitutions pSubstitutions00104m.xsd" xsi:type="test:C"> +<c>1</c><c>2</c> +</test:e> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m2_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m2_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m2_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00104m/pSubstitutions00104m2_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)pSubstitutions00104m2_p.xml + generated from: @(#)pSubstitutions00104m.jmpp 1.6 03/10/10 + +--> + + +<test:e + xmlns:test="pSubstitutions" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="pSubstitutions pSubstitutions00104m.xsd" xsi:type="test:A"> +<c>1</c> +</test:e> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)targetNS00101m.xsd + generated from: @(#)targetNS00101m.jmpp 1.2 02/08/22 + +--> + + +<xsd:schema + xmlns="targetNS" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="targetNS"> + <xsd:complexType name="Test"> + <xsd:sequence> + <xsd:element name="abc" type="xsd:string" /> + </xsd:sequence> + </xsd:complexType> +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m1_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m1_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m1_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m1_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)targetNS00101m1_n.xml + generated from: @(#)targetNS00101m.jmpp 1.2 02/08/22 + +--> + + +<t:test + xmlns:t="targetNS" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="targetNS targetNS00101m.xsd" xsi:type="Test" +><abc>1</abc></t:test> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/targetNS/targetNS00101m/targetNS00101m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)targetNS00101m1_p.xml + generated from: @(#)targetNS00101m.jmpp 1.2 02/08/22 + +--> + + +<t:test + xmlns:t="targetNS" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="targetNS targetNS00101m.xsd" xsi:type="t:Test" +><abc>1</abc></t:test> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)abstract00101m.xsd + generated from: @(#)abstract00101m.jmpp 1.4 02/11/15 + +--> + +<xsd:schema + xmlns="ElemDecl/abstract" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/abstract" + elementFormDefault="qualified"> + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType" abstract="true"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + + <xsd:element name="Member1" type="HeadType" substitutionGroup="Head"/> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m1_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m1_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m1_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m1_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)abstract00101m1_n.xml + generated from: @(#)abstract00101m.jmpp 1.4 02/11/15 + +--> + + +<root + xmlns="ElemDecl/abstract" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/abstract abstract00101m.xsd"> + + <Member1><Ear/><Eye/></Member1> + + <Member1><Ear/><Eye/></Member1> + + <Head><Ear/><Eye/></Head> + +</root> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00101m/abstract00101m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)abstract00101m1_p.xml + generated from: @(#)abstract00101m.jmpp 1.4 02/11/15 + +--> + + +<root + xmlns="ElemDecl/abstract" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/abstract abstract00101m.xsd"> + + <Member1><Ear/><Eye/></Member1> + + <Member1><Ear/><Eye/></Member1> + + +</root> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m1.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m1.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m1.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m1.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)abstract00201m1.xsd + generated from: @(#)abstract00201m.jmpp 1.2 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/abstract" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/abstract" + elementFormDefault="qualified"> + + <xsd:element name="root" abstract="true"/> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m1_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m1_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m1_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m1_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)abstract00201m1_n.xml + generated from: @(#)abstract00201m.jmpp 1.2 02/08/22 + +--> + + +<root + xmlns="ElemDecl/abstract" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/abstract abstract00201m1.xsd"/> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m2.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m2.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m2.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m2.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)abstract00201m2.xsd + generated from: @(#)abstract00201m.jmpp 1.2 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/abstract" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/abstract" + elementFormDefault="qualified"> + + <xsd:element name="root" abstract="false"/> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m2_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m2_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m2_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m2_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)abstract00201m2_p.xml + generated from: @(#)abstract00201m.jmpp 1.2 02/08/22 + +--> + + +<root + xmlns="ElemDecl/abstract" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/abstract abstract00201m2.xsd"/> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m3.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m3.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m3.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m3.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)abstract00201m3.xsd + generated from: @(#)abstract00201m.jmpp 1.2 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/abstract" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/abstract" + elementFormDefault="qualified"> + + <xsd:element name="root" /> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m3_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m3_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m3_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/abstract/abstract00201m/abstract00201m3_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)abstract00201m3_p.xml + generated from: @(#)abstract00201m.jmpp 1.2 02/08/22 + +--> + + +<root + xmlns="ElemDecl/abstract" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/abstract abstract00201m3.xsd"/> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m1.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m1.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m1.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m1.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)annotation00101m1.xsd + generated from: @(#)annotation00101m.jmpp 1.4 02/11/19 + +--> + +<xsd:schema + xmlns="ElemDecl/annotation" + xmlns:jt="JavaTest" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/annotation"> + <xsd:element name="root"/> + + <xsd:element name="Test"> + <xsd:annotation> + <xsd:documentation xml:lang="en"> + This is an element declaration. + </xsd:documentation> + </xsd:annotation> + <xsd:complexType> + <xsd:all/> + </xsd:complexType> + </xsd:element> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)annotation00101m1_p.xml + generated from: @(#)annotation00101m.jmpp 1.4 02/11/19 + +--> + +<root + xmlns="ElemDecl/annotation" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/annotation annotation00101m1.xsd"/> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m2.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m2.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m2.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m2.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)annotation00101m2.xsd + generated from: @(#)annotation00101m.jmpp 1.4 02/11/19 + +--> + +<xsd:schema + xmlns="ElemDecl/annotation" + xmlns:jt="JavaTest" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/annotation"> + <xsd:element name="root"/> + + <xsd:element name="Test"> + <xsd:complexType> + <xsd:all/> + </xsd:complexType> + <xsd:annotation> + <xsd:documentation xml:lang="en"> + This is an element declaration. + </xsd:documentation> + </xsd:annotation> + </xsd:element> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m3.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m3.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m3.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m3.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)annotation00101m3.xsd + generated from: @(#)annotation00101m.jmpp 1.4 02/11/19 + +--> + +<xsd:schema + xmlns="ElemDecl/annotation" + xmlns:jt="JavaTest" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/annotation"> + <xsd:element name="root"/> + + <xsd:element name="Test"> + <xsd:annotation> + <xsd:appinfo> + <jt:keywords>runtime positive</jt:keywords> + </xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:all/> + </xsd:complexType> + </xsd:element> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m3_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m3_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m3_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m3_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)annotation00101m3_p.xml + generated from: @(#)annotation00101m.jmpp 1.4 02/11/19 + +--> + +<root + xmlns="ElemDecl/annotation" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/annotation annotation00101m3.xsd"/> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m4.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m4.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m4.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/annotation/annotation00101m/annotation00101m4.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)annotation00101m4.xsd + generated from: @(#)annotation00101m.jmpp 1.4 02/11/19 + +--> + +<xsd:schema + xmlns="ElemDecl/annotation" + xmlns:jt="JavaTest" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/annotation"> + <xsd:element name="root"/> + + <xsd:element name="Test"> + <xsd:complexType> + <xsd:all/> + </xsd:complexType> + <xsd:annotation> + <xsd:appinfo> + <jt:keywords>runtime positive</jt:keywords> + </xsd:appinfo> + </xsd:annotation> + </xsd:element> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00101m.xsd + generated from: @(#)disallowedSubst00101m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified"> + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType" block="substitution"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + + <xsd:element name="Member1" type="HeadType" substitutionGroup="Head"/> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m1_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m1_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m1_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m1_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00101m1_n.xml + generated from: @(#)disallowedSubst00101m.jmpp 1.3 02/08/22 + +--> + + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00101m.xsd"> + + <Head><Ear/><Eye/></Head> + + <Member1><Ear/><Eye/></Member1> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00101m/disallowedSubst00101m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00101m1_p.xml + generated from: @(#)disallowedSubst00101m.jmpp 1.3 02/08/22 + +--> + + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00101m.xsd"> + + <Head><Ear/><Eye/></Head> + + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m1.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m1.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m1.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m1.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00102m1.xsd + generated from: @(#)disallowedSubst00102m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified"> + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + + <xsd:element name="Member1" type="HeadType" substitutionGroup="Head"/> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00102m1_p.xml + generated from: @(#)disallowedSubst00102m.jmpp 1.3 02/08/22 + +--> + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00102m1.xsd"> + + <Head><Ear/><Eye/></Head> + <Member1><Ear/><Eye/></Member1> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m2.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m2.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m2.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m2.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00102m2.xsd + generated from: @(#)disallowedSubst00102m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified"> + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType" block="substitution"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + + <xsd:element name="Member1" type="HeadType" substitutionGroup="Head"/> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m2_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m2_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m2_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00102m/disallowedSubst00102m2_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00102m2_n.xml + generated from: @(#)disallowedSubst00102m.jmpp 1.3 02/08/22 + +--> + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00102m2.xsd"> + + <Head><Ear/><Eye/></Head> + <Member1><Ear/><Eye/></Member1> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00105m.xsd + generated from: @(#)disallowedSubst00105m.jmpp 1.4 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified"> + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType" block="extension"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + + <xsd:element name="Member3" substitutionGroup="Head"> + <xsd:complexType> + <xsd:complexContent> + <xsd:extension base="HeadType"> + <xsd:sequence> + <xsd:element name="Nose"/> + </xsd:sequence> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + </xsd:element> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m1_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m1_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m1_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m1_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00105m1_n.xml + generated from: @(#)disallowedSubst00105m.jmpp 1.4 02/08/22 + +--> + + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00105m.xsd"> + + <Head><Ear/><Eye/></Head> + + <Member3><Ear/><Eye/><Nose/></Member3> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00105m/disallowedSubst00105m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00105m1_p.xml + generated from: @(#)disallowedSubst00105m.jmpp 1.4 02/08/22 + +--> + + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00105m.xsd"> + + <Head><Ear/><Eye/></Head> + + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m1.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m1.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m1.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m1.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00106m1.xsd + generated from: @(#)disallowedSubst00106m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified"> + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + + <xsd:element name="Member3" substitutionGroup="Head"> + <xsd:complexType> + <xsd:complexContent> + <xsd:extension base="HeadType"> + <xsd:sequence> + <xsd:element name="Nose"/> + </xsd:sequence> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + </xsd:element> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00106m1_p.xml + generated from: @(#)disallowedSubst00106m.jmpp 1.3 02/08/22 + +--> + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00106m1.xsd"> + + <Head><Ear/><Eye/></Head> + <Member3><Ear/><Eye/><Nose/></Member3> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m2.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m2.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m2.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m2.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00106m2.xsd + generated from: @(#)disallowedSubst00106m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified"> + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType" block="extension"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + + <xsd:element name="Member3" substitutionGroup="Head"> + <xsd:complexType> + <xsd:complexContent> + <xsd:extension base="HeadType"> + <xsd:sequence> + <xsd:element name="Nose"/> + </xsd:sequence> + </xsd:extension> + </xsd:complexContent> + </xsd:complexType> + </xsd:element> + +</xsd:schema> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m2_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m2_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m2_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00106m/disallowedSubst00106m2_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00106m2_n.xml + generated from: @(#)disallowedSubst00106m.jmpp 1.3 02/08/22 + +--> + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00106m2.xsd"> + + <Head><Ear/><Eye/></Head> + <Member3><Ear/><Eye/><Nose/></Member3> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m1.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m1.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m1.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m1.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m1.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI0" type="HeadType" block=" #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m10.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m10.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m10.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m10.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m10.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI9" type="HeadType" block="substitution extension restriction #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m11.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m11.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m11.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m11.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m11.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI10" type="HeadType" block="extension substitution restriction #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m12.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m12.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m12.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m12.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m12.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="Element0" type="HeadType" block=""/> + <xsd:element name="Element1" type="HeadType" block="#all"/> + <xsd:element name="Element2" type="HeadType" block="substitution"/> + <xsd:element name="Element3" type="HeadType" block="restriction"/> + <xsd:element name="Element4" type="HeadType" block="extension"/> + <xsd:element name="Element5" type="HeadType" block="substitution restriction"/> + <xsd:element name="Element6" type="HeadType" block="extension substitution"/> + <xsd:element name="Element7" type="HeadType" block="restriction substitution"/> + <xsd:element name="Element8" type="HeadType" block="substitution restriction extension"/> + <xsd:element name="Element9" type="HeadType" block="substitution extension restriction"/> + <xsd:element name="Element10" type="HeadType" block="extension substitution restriction"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m12_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m12_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m12_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m12_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m12_p.xml + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00202m12.xsd"> + + <Head><Ear/><Eye/></Head> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m2.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m2.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m2.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m2.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m2.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI1" type="HeadType" block="#all #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m3.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m3.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m3.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m3.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m3.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI2" type="HeadType" block="substitution #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m4.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m4.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m4.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m4.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m4.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI3" type="HeadType" block="restriction #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m5.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m5.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m5.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m5.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m5.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI4" type="HeadType" block="extension #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m6.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m6.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m6.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m6.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m6.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI5" type="HeadType" block="substitution restriction #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m7.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m7.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m7.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m7.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m7.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI6" type="HeadType" block="extension substitution #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m8.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m8.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m8.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m8.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m8.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI7" type="HeadType" block="restriction substitution #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m9.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m9.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m9.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00202m/disallowedSubst00202m9.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00202m9.xsd + generated from: @(#)disallowedSubst00202m.jmpp 1.3 02/08/22 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="HeadType"/> + + <xsd:element name="ElementI8" type="HeadType" block="substitution restriction extension #illegalValue"/> + + <xsd:complexType name="HeadType"> + <xsd:sequence> + <xsd:element name="Ear"/> + <xsd:element name="Eye"/> + </xsd:sequence> + </xsd:complexType> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m1.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m1.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m1.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m1.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00301m1.xsd + generated from: @(#)disallowedSubst00301m.jmpp 1.4 04/01/14 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head"/> + + <xsd:element name="Member1" substitutionGroup="Head"/> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00301m1_p.xml + generated from: @(#)disallowedSubst00301m.jmpp 1.4 04/01/14 + +--> + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00301m1.xsd"> + + <Member1/> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m2.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m2.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m2.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m2.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00301m2.xsd + generated from: @(#)disallowedSubst00301m.jmpp 1.4 04/01/14 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" block="substitution"/> + + <xsd:element name="Member1" substitutionGroup="Head"/> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m2_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m2_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m2_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00301m/disallowedSubst00301m2_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00301m2_n.xml + generated from: @(#)disallowedSubst00301m.jmpp 1.4 04/01/14 + +--> + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00301m2.xsd"> + + <Member1/> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m1.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m1.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m1.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m1.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00401m1.xsd + generated from: @(#)disallowedSubst00401m.jmpp 1.4 04/01/14 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head"/> + + <xsd:element name="Member1" substitutionGroup="Head"/> + + <xsd:element name="Member2" substitutionGroup="Member1"/> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00401m1_p.xml + generated from: @(#)disallowedSubst00401m.jmpp 1.4 04/01/14 + +--> + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00401m1.xsd"> + + <Member2/> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m2.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m2.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m2.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m2.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00401m2.xsd + generated from: @(#)disallowedSubst00401m.jmpp 1.4 04/01/14 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head"/> + + <xsd:element name="Member1"/> + + <xsd:element name="Member2" substitutionGroup="Member1"/> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m2_n.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m2_n.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m2_n.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00401m/disallowedSubst00401m2_n.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00401m2_n.xml + generated from: @(#)disallowedSubst00401m.jmpp 1.4 04/01/14 + +--> + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00401m2.xsd"> + + <Member2/> + +</root> Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00501m/disallowedSubst00501m1.xsd URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00501m/disallowedSubst00501m1.xsd?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00501m/disallowedSubst00501m1.xsd (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00501m/disallowedSubst00501m1.xsd Wed Jan 26 14:03:21 2022 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00501m1.xsd + generated from: @(#)disallowedSubst00501m.jmpp 1.4 04/01/14 + +--> + +<xsd:schema + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="ElemDecl/disallowedSubst" + elementFormDefault="qualified" + > + + <xsd:element name="root"> + <xsd:complexType> + <xsd:sequence> + <xsd:element ref="Head" maxOccurs="unbounded"/> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + + <xsd:element name="Head" type="xsd:string"/> + + <xsd:simpleType name="derivedFromString"> + <xsd:restriction base="xsd:string"/> + </xsd:simpleType> + + <xsd:element name="Member1" type="derivedFromString" substitutionGroup="Head"/> + +</xsd:schema> + Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00501m/disallowedSubst00501m1_p.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00501m/disallowedSubst00501m1_p.xml?rev=1897508&view=auto ============================================================================== --- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00501m/disallowedSubst00501m1_p.xml (added) +++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/disallowedSubst/disallowedSubst00501m/disallowedSubst00501m1_p.xml Wed Jan 26 14:03:21 2022 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Ident: @(#)disallowedSubst00501m1_p.xml + generated from: @(#)disallowedSubst00501m.jmpp 1.4 04/01/14 + +--> + +<root + xmlns="ElemDecl/disallowedSubst" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="ElemDecl/disallowedSubst disallowedSubst00501m1.xsd"> + + <Member1/> + +</root> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
