You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2022/01/26 14:03:33 UTC

svn commit: r1897508 [6/35] - in /xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite: sunData/ sunData/AGroupDef/ sunData/AGroupDef/AG_attrUse/ sunData/AGroupDef/AG_attrUse/AG_attrUseNS00101m/ sunData/AGroupDef/AG_attrWCard/ sunData/AG...

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)abstract00101m1_n.xml
+   generated from: @(#)abstract00101m.jmpp	1.3 02/11/15
+
+-->
+
+
+<test:b
+    xmlns:test="abstract"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="abstract abstract00101m1.xsd">
+<c>1</c>
+</test:b>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)abstract00101m1_p.xml
+   generated from: @(#)abstract00101m.jmpp	1.3 02/11/15
+
+-->
+
+
+<test:b
+    xmlns:test="abstract"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="abstract abstract00101m1.xsd">
+<c>1</c><d>2</d>
+</test:b>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)abstract00101m2.xsd
+   generated from: @(#)abstract00101m.jmpp	1.3 02/11/15
+
+-->
+
+
+<xsd:schema
+  xmlns="abstract"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="abstract">
+
+     <xsd:complexType name="A" abstract="true">
+          <xsd:sequence>
+               <xsd:element name="c" type="xsd:int" />
+          </xsd:sequence>
+     </xsd:complexType>
+
+     <xsd:element name="b" type="A" />
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m2_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m2_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m2_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/abstract/abstract00101m/abstract00101m2_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)abstract00101m2_n.xml
+   generated from: @(#)abstract00101m.jmpp	1.3 02/11/15
+
+-->
+
+
+<test:b
+    xmlns:test="abstract"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="abstract abstract00101m2.xsd">
+123
+</test:b>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m1.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<xsd:schema
+  xmlns="annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="annotation">
+     <xsd:element name="root"/>
+
+     <xsd:complexType name="Test">
+         <xsd:annotation>
+             <xsd:documentation xml:lang="en">
+                 This is a complex type definition.
+             </xsd:documentation>
+         </xsd:annotation>
+         <xsd:all/>
+     </xsd:complexType>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m1_p.xml
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<root
+    xmlns="annotation"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="annotation annotation00101m1.xsd"/>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m2.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<xsd:schema
+  xmlns="annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="annotation">
+     <xsd:element name="root"/>
+
+     <xsd:complexType name="Test">
+         <xsd:annotation>
+             <xsd:appinfo>
+                 <jt:keywords>runtime positive</jt:keywords>
+             </xsd:appinfo>
+         </xsd:annotation>
+         <xsd:all/>
+     </xsd:complexType>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m2_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m2_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m2_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m2_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m2_p.xml
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<root
+    xmlns="annotation"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="annotation annotation00101m2.xsd"/>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m3.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m3.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m3.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m3.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m3.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<xsd:schema
+  xmlns="annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="annotation">
+     <xsd:element name="root"/>
+
+     <xsd:complexType name="Test">
+         <xsd:all/>
+         <xsd:annotation>
+             <xsd:documentation xml:lang="en">
+                 This is a complex type definition.
+             </xsd:documentation>
+         </xsd:annotation>
+     </xsd:complexType>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m4.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m4.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m4.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/annotation/annotation00101m/annotation00101m4.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m4.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<xsd:schema
+  xmlns="annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="annotation">
+     <xsd:element name="root"/>
+
+     <xsd:complexType name="Test">
+         <xsd:all/>
+         <xsd:annotation>
+             <xsd:appinfo>
+                 <jt:keywords>runtime positive</jt:keywords>
+             </xsd:appinfo>
+         </xsd:annotation>
+     </xsd:complexType>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attrWildcard/attrWildcard00101m/attrWildcard00101m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attrWildcard/attrWildcard00101m/attrWildcard00101m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attrWildcard/attrWildcard00101m/attrWildcard00101m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attrWildcard/attrWildcard00101m/attrWildcard00101m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)attrWildcard00101m1.xsd
+   generated from: @(#)attrWildcard00101m.jmpp	1.2 02/08/22
+
+-->
+
+
+<xsd:schema
+  xmlns="attrWildcard"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="attrWildcard">
+
+     <xsd:element name="a" type="A" />
+
+     <xsd:complexType name="A">
+          <xsd:sequence>
+               <xsd:element name="b" type="xsd:int"/>
+          </xsd:sequence>
+          <xsd:anyAttribute processContents="lax" />
+     </xsd:complexType>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attrWildcard/attrWildcard00101m/attrWildcard00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attrWildcard/attrWildcard00101m/attrWildcard00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attrWildcard/attrWildcard00101m/attrWildcard00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attrWildcard/attrWildcard00101m/attrWildcard00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)attrWildcard00101m1_p.xml
+   generated from: @(#)attrWildcard00101m.jmpp	1.2 02/08/22
+
+-->
+
+
+<test:a
+    xmlns:test="attrWildcard"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="attrWildcard attrWildcard00101m1.xsd" a1="1" a2="2">
+<b>123</b>
+</test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)attributeUses00101m1.xsd
+   generated from: @(#)attributeUses00101m.jmpp	1.2 02/12/02
+
+-->
+
+<xsd:schema
+  xmlns="attributeUses"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="attributeUses">
+
+     <xsd:element name="a" type="A" />
+
+     <xsd:complexType name="A">
+          <xsd:simpleContent>
+               <xsd:extension base="xsd:int">
+                    <xsd:attribute name="attr1" type="xsd:string"/>
+                    <xsd:attribute name="attr2" type="xsd:date" use="required"/>
+               </xsd:extension>
+          </xsd:simpleContent>          
+     </xsd:complexType>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)attributeUses00101m1_n.xml
+   generated from: @(#)attributeUses00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="attributeUses"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="attributeUses attributeUses00101m1.xsd" attr1="abc">
+123
+</test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/attributeUses/attributeUses00101m/attributeUses00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)attributeUses00101m1_p.xml
+   generated from: @(#)attributeUses00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="attributeUses"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="attributeUses attributeUses00101m1.xsd" attr1="abc" attr2="2002-04-09">
+123
+</test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m1.xsd
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<xsd:schema
+  xmlns="baseTD"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="baseTD">
+     <xsd:element name="root" type="Test"/>
+
+     <xsd:complexType name="Test">
+          <xsd:simpleContent>
+             <xsd:restriction base='Test2'/>
+          </xsd:simpleContent>
+     </xsd:complexType>
+
+
+     <xsd:complexType name="Test2">
+          <xsd:simpleContent>
+               <xsd:extension base="xsd:int"/>
+          </xsd:simpleContent>
+     </xsd:complexType>
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m1_n.xml
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<test:root
+    xmlns:test="baseTD"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="baseTD baseTD00101m1.xsd"
+>b</test:root>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m1_p.xml
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<test:root
+    xmlns:test="baseTD"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="baseTD baseTD00101m1.xsd"
+>1</test:root>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m2.xsd
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<xsd:schema
+  xmlns="baseTD"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="baseTD">
+     <xsd:element name="root" type="Test"/>
+
+     <xsd:complexType name="Test">
+          <xsd:simpleContent>
+             <xsd:extension base='Test2'/>
+          </xsd:simpleContent>
+     </xsd:complexType>
+
+
+     <xsd:complexType name="Test2">
+          <xsd:simpleContent>
+               <xsd:extension base="xsd:int"/>
+          </xsd:simpleContent>
+     </xsd:complexType>
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m2_n.xml
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<test:root
+    xmlns:test="baseTD"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="baseTD baseTD00101m2.xsd"
+>b</test:root>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m2_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m2_p.xml
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<test:root
+    xmlns:test="baseTD"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="baseTD baseTD00101m2.xsd"
+>1</test:root>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m3.xsd
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<xsd:schema
+  xmlns="baseTD"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="baseTD">
+     <xsd:element name="root" type="Test"/>
+
+     <xsd:complexType name="Test">
+          <xsd:complexContent>
+             <xsd:extension base='Test1'/>
+          </xsd:complexContent>
+     </xsd:complexType>
+
+     <xsd:complexType name="Test1">
+          <xsd:sequence>
+               <xsd:element name="abc" type="xsd:string" maxOccurs="2"/>
+          </xsd:sequence>
+     </xsd:complexType>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m3_n.xml
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<test:root
+    xmlns:test="baseTD"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="baseTD baseTD00101m3.xsd"
+>b</test:root>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m3_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m3_p.xml
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<test:root
+    xmlns:test="baseTD"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="baseTD baseTD00101m3.xsd"
+><abc>123</abc></test:root>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m4.xsd
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<xsd:schema
+  xmlns="baseTD"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="baseTD">
+     <xsd:element name="root" type="Test"/>
+
+     <xsd:complexType name="Test">
+          <xsd:complexContent>
+                          <xsd:restriction base='Test1'>
+                  <xsd:sequence>
+                       <xsd:element name="abc" type="xsd:string" maxOccurs="1"/>
+                  </xsd:sequence>
+             </xsd:restriction>
+          </xsd:complexContent>
+     </xsd:complexType>
+
+     <xsd:complexType name="Test1">
+          <xsd:sequence>
+               <xsd:element name="abc" type="xsd:string" maxOccurs="2"/>
+          </xsd:sequence>
+     </xsd:complexType>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m4_n.xml
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<test:root
+    xmlns:test="baseTD"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="baseTD baseTD00101m4.xsd"
+>b</test:root>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/baseTD/baseTD00101m/baseTD00101m4_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)baseTD00101m4_p.xml
+   generated from: @(#)baseTD00101m.jmpp	1.1 02/04/02
+
+-->
+
+
+<test:root
+    xmlns:test="baseTD"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="baseTD baseTD00101m4.xsd"
+><abc>123</abc></test:root>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00101m.xsd
+   generated from: @(#)contentType00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<xsd:schema
+  xmlns="contentType"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="contentType">
+
+     <xsd:element name="a" type="A" />
+
+     <xsd:complexType name="A">
+          <xsd:attribute name="attr1" type="xsd:int"/>
+     </xsd:complexType>
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00101m1_n.xml
+   generated from: @(#)contentType00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="contentType"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="contentType contentType00101m.xsd" attr1="123">abc</test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00101m/contentType00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00101m1_p.xml
+   generated from: @(#)contentType00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="contentType"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="contentType contentType00101m.xsd" attr1="123"></test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00201m.xsd
+   generated from: @(#)contentType00201m.jmpp	1.2 02/12/02
+
+-->
+
+
+<xsd:schema
+  xmlns="contentType"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="contentType">
+
+     <xsd:element name="a" type="A" />
+
+     <xsd:complexType name="A">
+          <xsd:simpleContent>
+               <xsd:extension base="xsd:date"/>
+          </xsd:simpleContent>
+     </xsd:complexType>
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00201m1_n.xml
+   generated from: @(#)contentType00201m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="contentType"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="contentType contentType00201m.xsd">abc</test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00201m/contentType00201m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00201m1_p.xml
+   generated from: @(#)contentType00201m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="contentType"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="contentType contentType00201m.xsd">2002-04-12</test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00301m.xsd
+   generated from: @(#)contentType00301m.jmpp	1.2 02/12/02
+
+-->
+
+
+<xsd:schema
+  xmlns="contentType"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="contentType">
+
+     <xsd:element name="a" type="A" />
+
+     <xsd:complexType name="A">
+          <xsd:sequence>
+               <xsd:element name="b" type="xsd:date"/>
+          </xsd:sequence>
+     </xsd:complexType>
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00301m1_n.xml
+   generated from: @(#)contentType00301m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="contentType"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="contentType contentType00301m.xsd">abc</test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00301m/contentType00301m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00301m1_p.xml
+   generated from: @(#)contentType00301m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="contentType"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="contentType contentType00301m.xsd"><b>2002-04-12</b></test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00401m.xsd
+   generated from: @(#)contentType00401m.jmpp	1.2 02/12/02
+
+-->
+
+
+<xsd:schema
+  xmlns="contentType"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="contentType">
+
+     <xsd:element name="a" type="A" />
+
+     <xsd:complexType name="A" mixed="true">
+          <xsd:sequence>
+               <xsd:element name="date" type="xsd:date"/>
+          </xsd:sequence>
+     </xsd:complexType>
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00401m1_n.xml
+   generated from: @(#)contentType00401m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="contentType"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="contentType contentType00401m.xsd">abc</test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/contentType/contentType00401m/contentType00401m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)contentType00401m1_p.xml
+   generated from: @(#)contentType00401m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="contentType"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="contentType contentType00401m.xsd">Date:<date>2002-04-12</date></test:a>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00101m1.xsd
+   generated from: @(#)derivationMethod00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<xsd:schema
+  xmlns="derivationMethod"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="derivationMethod">
+     <xsd:element name="b" type="B"/>
+
+     <xsd:complexType name="A">
+          <xsd:simpleContent>
+               <xsd:extension base="xsd:string"/>
+          </xsd:simpleContent>
+     </xsd:complexType>
+
+     <xsd:complexType name="B">
+          <xsd:simpleContent>
+               <xsd:extension base="A">
+                    <xsd:attribute name="q" type="xsd:int"/>
+               </xsd:extension>
+          </xsd:simpleContent>
+     </xsd:complexType>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00101m1_n.xml
+   generated from: @(#)derivationMethod00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:b
+    xmlns:test="derivationMethod"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="derivationMethod derivationMethod00101m1.xsd"
+    q="aaa"
+>123</test:b>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00101m1_p.xml
+   generated from: @(#)derivationMethod00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:b
+    xmlns:test="derivationMethod"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="derivationMethod derivationMethod00101m1.xsd"
+    q="1"
+>123</test:b>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00101m2.xsd
+   generated from: @(#)derivationMethod00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<xsd:schema
+  xmlns="derivationMethod"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="derivationMethod">
+     <xsd:element name="b" type="B"/>
+
+     <xsd:complexType name="A">
+          <xsd:choice minOccurs="0"/>
+     </xsd:complexType>
+
+     <xsd:complexType name="B">
+          <xsd:complexContent>
+               <xsd:extension base="A">
+                    <xsd:attribute name="q" type="xsd:int"/>
+               </xsd:extension>
+          </xsd:complexContent>
+     </xsd:complexType>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00101m2_n.xml
+   generated from: @(#)derivationMethod00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:b
+    xmlns:test="derivationMethod"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="derivationMethod derivationMethod00101m2.xsd"
+    q="1"
+>123</test:b>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00101m/derivationMethod00101m2_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00101m2_p.xml
+   generated from: @(#)derivationMethod00101m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:b
+    xmlns:test="derivationMethod"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="derivationMethod derivationMethod00101m2.xsd"
+    q="1"
+/>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00102m1.xsd
+   generated from: @(#)derivationMethod00102m.jmpp	1.2 02/12/02
+
+-->
+
+
+<xsd:schema
+  xmlns="derivationMethod"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="derivationMethod">
+     <xsd:element name="a" type="A"/>
+
+     <xsd:complexType name="A">
+          <xsd:simpleContent>
+               <xsd:extension base="xsd:int"/>
+          </xsd:simpleContent>
+     </xsd:complexType>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00102m1_n.xml
+   generated from: @(#)derivationMethod00102m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="derivationMethod"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="derivationMethod derivationMethod00102m1.xsd" >
+abc
+</test:a>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00102m1_p.xml
+   generated from: @(#)derivationMethod00102m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="derivationMethod"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="derivationMethod derivationMethod00102m1.xsd" >
+123
+</test:a>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00102m2.xsd
+   generated from: @(#)derivationMethod00102m.jmpp	1.2 02/12/02
+
+-->
+
+
+<xsd:schema
+  xmlns="derivationMethod"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="derivationMethod">
+     <xsd:element name="a" type="A"/>
+
+     <xsd:complexType name="A">
+          <xsd:simpleContent>
+               <xsd:extension base="xsd:int">
+                    <xsd:attribute name="t" type="xsd:int"/>
+               </xsd:extension>
+          </xsd:simpleContent>
+     </xsd:complexType>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00102m2_n.xml
+   generated from: @(#)derivationMethod00102m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="derivationMethod"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="derivationMethod derivationMethod00102m2.xsd" t="x">
+123
+</test:a>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/derivationMethod/derivationMethod00102m/derivationMethod00102m2_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)derivationMethod00102m2_p.xml
+   generated from: @(#)derivationMethod00102m.jmpp	1.2 02/12/02
+
+-->
+
+
+<test:a
+    xmlns:test="derivationMethod"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="derivationMethod derivationMethod00102m2.xsd" t="1">
+123
+</test:a>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)final00101m2.xsd
+   generated from: @(#)final00101m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="final"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="final">
+
+     <xsd:element name="b" type="xsd:string" />
+
+     <xsd:complexType name="A" final="extension">
+          <xsd:sequence>
+               <xsd:element name="c" type="xsd:string" />
+          </xsd:sequence>
+     </xsd:complexType>
+
+     <xsd:complexType name="B">
+          <xsd:complexContent>
+               <xsd:extension base="A">
+                    <xsd:sequence>
+                         <xsd:element name="d" type="xsd:string"/>
+                    </xsd:sequence>
+               </xsd:extension>
+          </xsd:complexContent>
+     </xsd:complexType>
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)final00101m3.xsd
+   generated from: @(#)final00101m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="final"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="final">
+
+     <xsd:element name="b" type="B" />
+
+     <xsd:complexType name="A" final="restriction">
+          <xsd:sequence>
+               <xsd:element name="c" type="xsd:string" />
+          </xsd:sequence>
+     </xsd:complexType>
+
+     <xsd:complexType name="B">
+          <xsd:complexContent>
+               <xsd:extension base="A">
+                    <xsd:sequence>
+                         <xsd:element name="d" type="xsd:string"/>
+                    </xsd:sequence>
+               </xsd:extension>
+          </xsd:complexContent>
+     </xsd:complexType>
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)final00101m3_n.xml
+   generated from: @(#)final00101m.jmpp	1.3 02/11/15
+
+-->
+
+
+<test:b
+    xmlns:test="final"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="final final00101m3.xsd">
+<c>1</c>
+</test:b>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m3_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)final00101m3_p.xml
+   generated from: @(#)final00101m.jmpp	1.3 02/11/15
+
+-->
+
+
+<test:b
+    xmlns:test="final"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="final final00101m3.xsd">
+<c>1</c><d>2</d>
+</test:b>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m4.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m4.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m4.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m4.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)final00101m4.xsd
+   generated from: @(#)final00101m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="final"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="final">
+
+     <xsd:element name="b" type="xsd:string" />
+
+     <xsd:complexType name="A" final="restriction">
+          <xsd:sequence>
+               <xsd:element name="c" type="xsd:string" />
+          </xsd:sequence>
+     </xsd:complexType>
+
+     <xsd:complexType name="B">
+          <xsd:complexContent>
+               <xsd:restriction base="A">
+                    <xsd:sequence>
+                         <xsd:element name="c" type="xsd:string" 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/final/final00101m/final00101m5.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m5.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m5.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m5.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)final00101m5.xsd
+   generated from: @(#)final00101m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="final"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="final">
+
+     <xsd:element name="b" type="xsd:string" />
+
+     <xsd:complexType name="A" final="#all">
+          <xsd:sequence>
+               <xsd:element name="c" type="xsd:string" />
+          </xsd:sequence>
+     </xsd:complexType>
+
+     <xsd:complexType name="B">
+          <xsd:complexContent>
+               <xsd:restriction base="A">
+                    <xsd:sequence>
+                         <xsd:element name="c" type="xsd:string" 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/final/final00101m/final00101m6.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m6.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m6.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/final/final00101m/final00101m6.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)final00101m6.xsd
+   generated from: @(#)final00101m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="final"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="final">
+
+     <xsd:element name="b" type="xsd:string" />
+
+     <xsd:complexType name="A" final="#all">
+          <xsd:sequence>
+               <xsd:element name="c" type="xsd:string" />
+          </xsd:sequence>
+     </xsd:complexType>
+
+     <xsd:complexType name="B">
+          <xsd:complexContent>
+               <xsd:extension base="A">
+                    <xsd:sequence>
+                         <xsd:element name="d" type="xsd:string"/>
+                    </xsd:sequence>
+               </xsd:extension>
+          </xsd:complexContent>
+     </xsd:complexType>
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)name00101m.xsd
+   generated from: @(#)name00101m.jmpp	1.3 02/12/02
+
+-->
+
+
+<xsd:schema
+  xmlns="name"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="name">
+     <xsd:element name="test" type="Test" />
+
+     <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/name/name00101m/name00101m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)name00101m1_n.xml
+   generated from: @(#)name00101m.jmpp	1.3 02/12/02
+
+-->
+
+
+<t:test
+    xmlns:t="name"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="name name00101m.xsd" xsi:type="TEST"
+><abc>1</abc></t:test>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/name/name00101m/name00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)name00101m1_p.xml
+   generated from: @(#)name00101m.jmpp	1.3 02/12/02
+
+-->
+
+
+<t:test
+    xmlns:t="name"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="name name00101m.xsd" 
+><abc>1</abc></t:test>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00101m.xsd
+   generated from: @(#)pSubstitutions00101m.jmpp	1.3 02/12/09
+
+-->
+
+
+<xsd:schema
+  xmlns="pSubstitutions"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="pSubstitutions">
+
+     <xsd:complexType name="A">
+          <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/pSubstitutions00101m/pSubstitutions00101m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00101m1_n.xml
+   generated from: @(#)pSubstitutions00101m.jmpp	1.3 02/12/09
+
+-->
+
+
+<test:e
+    xmlns:test="pSubstitutions"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="pSubstitutions pSubstitutions00101m.xsd" xsi:type="test:B">
+<c>1</c>
+</test:e>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00101m1_p.xml
+   generated from: @(#)pSubstitutions00101m.jmpp	1.3 02/12/09
+
+-->
+
+
+<test:e
+    xmlns:test="pSubstitutions"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="pSubstitutions pSubstitutions00101m.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/pSubstitutions00101m/pSubstitutions00101m2_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m2_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m2_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m2_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00101m2_n.xml
+   generated from: @(#)pSubstitutions00101m.jmpp	1.3 02/12/09
+
+-->
+
+
+<test:e
+    xmlns:test="pSubstitutions"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="pSubstitutions pSubstitutions00101m.xsd" xsi:type="test:C">
+<c>1</c><c>2</c><c>3</c>
+</test:e>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m2_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m2_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m2_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00101m/pSubstitutions00101m2_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00101m2_p.xml
+   generated from: @(#)pSubstitutions00101m.jmpp	1.3 02/12/09
+
+-->
+
+
+<test:e
+    xmlns:test="pSubstitutions"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="pSubstitutions pSubstitutions00101m.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/pSubstitutions00102m/pSubstitutions00102m.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00102m.xsd
+   generated from: @(#)pSubstitutions00102m.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="extension">
+          <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/pSubstitutions00102m/pSubstitutions00102m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00102m1_n.xml
+   generated from: @(#)pSubstitutions00102m.jmpp	1.6 03/10/10
+
+-->
+
+
+<test:e
+    xmlns:test="pSubstitutions"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="pSubstitutions pSubstitutions00102m.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/pSubstitutions00102m/pSubstitutions00102m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00102m1_p.xml
+   generated from: @(#)pSubstitutions00102m.jmpp	1.6 03/10/10
+
+-->
+
+
+<test:e
+    xmlns:test="pSubstitutions"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="pSubstitutions pSubstitutions00102m.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/pSubstitutions00102m/pSubstitutions00102m2_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m2_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m2_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m2_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00102m2_n.xml
+   generated from: @(#)pSubstitutions00102m.jmpp	1.6 03/10/10
+
+-->
+
+
+<test:e
+    xmlns:test="pSubstitutions"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="pSubstitutions pSubstitutions00102m.xsd" xsi:type="test:C">
+<c>1</c><c>2</c><c>3</c>
+</test:e>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m2_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m2_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m2_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00102m/pSubstitutions00102m2_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00102m2_p.xml
+   generated from: @(#)pSubstitutions00102m.jmpp	1.6 03/10/10
+
+-->
+
+
+<test:e
+    xmlns:test="pSubstitutions"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="pSubstitutions pSubstitutions00102m.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/pSubstitutions00103m.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00103m.xsd
+   generated from: @(#)pSubstitutions00103m.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="restriction">
+          <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/pSubstitutions00103m/pSubstitutions00103m1_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m1_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m1_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/CType/pSubstitutions/pSubstitutions00103m/pSubstitutions00103m1_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)pSubstitutions00103m1_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:B">
+<c>1</c>
+</test:e>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org