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 [14/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/A...

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/valueConstraint/valueConstraint01101m/valueConstraint01101m4.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/valueConstraint/valueConstraint01101m/valueConstraint01101m4.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/valueConstraint/valueConstraint01101m/valueConstraint01101m4.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/valueConstraint/valueConstraint01101m/valueConstraint01101m4.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)valueConstraint01101m4.xsd
+   generated from: @(#)valueConstraint01101m.jmpp	1.2 02/09/06
+
+-->
+
+<xsd:schema
+  xmlns="ElemDecl/valueConstraint"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="ElemDecl/valueConstraint">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence>
+              <xsd:element name="Element" type="Float" default="-1" />
+          </xsd:sequence>
+      </xsd:complexType>
+  </xsd:element>
+  
+  <xsd:simpleType name="Float">
+      <xsd:restriction base="xsd:float">
+          <xsd:maxInclusive value="0"/>
+      </xsd:restriction>
+  </xsd:simpleType>
+
+  <xsd:simpleType name="derivedType">
+      <xsd:restriction base="Float">
+          <xsd:minInclusive value="0"/>
+      </xsd:restriction>
+  </xsd:simpleType>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/valueConstraint/valueConstraint01101m/valueConstraint01101m4_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/valueConstraint/valueConstraint01101m/valueConstraint01101m4_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/valueConstraint/valueConstraint01101m/valueConstraint01101m4_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/ElemDecl/valueConstraint/valueConstraint01101m/valueConstraint01101m4_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)valueConstraint01101m4_n.xml
+   generated from: @(#)valueConstraint01101m.jmpp	1.2 02/09/06
+
+-->
+
+<test:root
+    xmlns:test="ElemDecl/valueConstraint"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="ElemDecl/valueConstraint valueConstraint01101m4.xsd">
+
+    <Element xsi:type="test:derivedType"/>
+
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m1.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/08/22
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/annotation">
+  
+  <xsd:element name="root"/>
+  
+  <xsd:element name="people">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:annotation>
+              <xsd:documentation xml:lang="en">
+                  This is an Identity-constraint Definition.
+              </xsd:documentation>
+          </xsd:annotation>
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/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.3 02/08/22
+
+-->
+
+<root
+    xmlns="IdConstrDefs/annotation"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="IdConstrDefs/annotation annotation00101m1.xsd"/>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m2.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/08/22
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/annotation">
+  
+  <xsd:element name="root"/>
+  
+  <xsd:element name="people">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+          <xsd:annotation>
+              <xsd:documentation xml:lang="en">
+                  This is an Identity-constraint Definition.
+              </xsd:documentation>
+          </xsd:annotation>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m3.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m3.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m3.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m3.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m3.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/08/22
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/annotation">
+  
+  <xsd:element name="root"/>
+  
+  <xsd:element name="people">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:annotation>
+              <xsd:documentation xml:lang="en">
+                  This is an Identity-constraint Definition.
+              </xsd:documentation>
+          </xsd:annotation>
+          <xsd:annotation>
+              <xsd:documentation xml:lang="en">
+                  This is an Identity-constraint Definition.
+              </xsd:documentation>
+          </xsd:annotation>
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m4.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m4.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m4.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m4.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m4.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/08/22
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/annotation">
+  
+  <xsd:element name="root"/>
+  
+  <xsd:element name="people">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:annotation>
+              <xsd:appinfo>
+                  <jt:keywords>runtime positive</jt:keywords>
+              </xsd:appinfo>
+          </xsd:annotation>
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

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

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m5.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m5.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m5.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m5.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m5.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/08/22
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/annotation">
+  
+  <xsd:element name="root"/>
+  
+  <xsd:element name="people">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+          <xsd:annotation>
+              <xsd:appinfo>
+                  <jt:keywords>runtime positive</jt:keywords>
+              </xsd:appinfo>
+          </xsd:annotation>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m6.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m6.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m6.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/annotation/annotation00101m/annotation00101m6.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m6.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/08/22
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/annotation">
+  
+  <xsd:element name="root"/>
+  
+  <xsd:element name="people">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:annotation>
+              <xsd:appinfo>
+                  <jt:keywords>runtime positive</jt:keywords>
+              </xsd:appinfo>
+          </xsd:annotation>
+          <xsd:annotation>
+              <xsd:appinfo>
+                  <jt:keywords>runtime positive</jt:keywords>
+              </xsd:appinfo>
+          </xsd:annotation>
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00101m/fields00101m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00101m/fields00101m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00101m/fields00101m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00101m/fields00101m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00101m1.xsd
+   generated from: @(#)fields00101m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="people">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person">
+                  <xsd:complexType>
+                       <xsd:simpleContent>
+                            <xsd:extension base="xsd:string">
+                                 <xsd:attribute name="parent" type="xsd:string"/>
+                                 <xsd:attribute name="birthday" type="xsd:date"/>
+                            </xsd:extension>
+                       </xsd:simpleContent>
+                  </xsd:complexType>
+              </xsd:element>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+          <xsd:field xpath="@parent"/>
+          <xsd:field xpath="@birthday"/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00101m/fields00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00101m/fields00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00101m/fields00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00101m/fields00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00101m1_p.xml
+   generated from: @(#)fields00101m.jmpp	1.3 02/11/15
+
+-->
+
+<test:people
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="IdConstrDefs/fields fields00101m1.xsd">
+  <person parent="God" birthday="0001-01-01">Jesus</person>
+</test:people>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00201m1.xsd
+   generated from: @(#)fields00201m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:decimal"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

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

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00201m2.xsd
+   generated from: @(#)fields00201m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:decimal"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

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

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m3.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m3.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m3.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m3.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00201m3.xsd
+   generated from: @(#)fields00201m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:decimal"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

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

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m4.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m4.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m4.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m4.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00201m4.xsd
+   generated from: @(#)fields00201m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:string"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

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

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m5.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m5.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m5.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00201m/fields00201m5.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00201m5.xsd
+   generated from: @(#)fields00201m.jmpp	1.3 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:string"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

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

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m1.xsd
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m1_p.xml
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00202m1.xsd">
+  <number xsi:type="xsd:string">3.0</number>
+  <number xsi:type="xsd:decimal">-3</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m2.xsd
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m2_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m2_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m2_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m2_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m2_p.xml
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00202m2.xsd">
+  <number xsi:type="xsd:string">3.0</number>
+  <number xsi:type="xsd:decimal">3</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m3.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m3.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m3.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m3.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m3.xsd
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m3_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m3_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m3_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m3_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m3_p.xml
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00202m3.xsd">
+  <number xsi:type="xsd:string">3.0</number>
+  <number xsi:type="xsd:decimal">3.0</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m4.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m4.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m4.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m4.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m4.xsd
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m4_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m4_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m4_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m4_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m4_p.xml
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00202m4.xsd">
+  <number xsi:type="xsd:string">3.0</number>
+  <number xsi:type="xsd:string">3</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m5.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m5.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m5.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m5.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m5.xsd
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m5_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m5_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m5_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00202m/fields00202m5_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00202m5_n.xml
+   generated from: @(#)fields00202m.jmpp	1.6 03/12/08
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00202m5.xsd">
+  <number xsi:type="xsd:string">3.0</number>
+  <number xsi:type="xsd:string">3.0</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m1.xsd
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m1_p.xml
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00203m1.xsd">
+  <number xsi:type="xsd:decimal">3.0</number>
+  <number xsi:type="xsd:decimal">-3</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m2.xsd
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m2_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m2_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m2_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m2_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m2_n.xml
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00203m2.xsd">
+  <number xsi:type="xsd:decimal">3.0</number>
+  <number xsi:type="xsd:decimal">3</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m3.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m3.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m3.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m3.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m3.xsd
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m3_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m3_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m3_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m3_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m3_n.xml
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00203m3.xsd">
+  <number xsi:type="xsd:decimal">3.0</number>
+  <number xsi:type="xsd:decimal">3.0</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m4.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m4.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m4.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m4.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m4.xsd
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m4_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m4_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m4_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m4_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m4_p.xml
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00203m4.xsd">
+  <number xsi:type="xsd:string">3.0</number>
+  <number xsi:type="xsd:string">3</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m5.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m5.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m5.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m5.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m5.xsd
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/fields"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/fields">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="number" type="xsd:anySimpleType"/>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:unique name="UNIQUENESS">
+          <xsd:selector xpath="./number"/>
+          <xsd:field xpath="."/>
+      </xsd:unique>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m5_n.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m5_n.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m5_n.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/fields/fields00203m/fields00203m5_n.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)fields00203m5_n.xml
+   generated from: @(#)fields00203m.jmpp	1.5 02/11/20
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/fields"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xsi:schemaLocation="IdConstrDefs/fields fields00203m5.xsd">
+  <number xsi:type="xsd:string">3.0</number>
+  <number xsi:type="xsd:string">3.0</number>
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00101m/name00101m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00101m/name00101m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00101m/name00101m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00101m/name00101m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)name00101m1.xsd
+   generated from: @(#)name00101m.jmpp	1.4 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/name"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/name">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person">
+                  <xsd:complexType>
+                       <xsd:simpleContent>
+                            <xsd:extension base="xsd:string">
+                                 <xsd:attribute name="parent" type="xsd:string" use="optional"/>
+                            </xsd:extension>
+                       </xsd:simpleContent>
+                  </xsd:complexType>
+              </xsd:element>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:key name="KEY1">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:key>
+      <xsd:key name="KEY0">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:key>
+  </xsd:element>
+
+</xsd:schema>

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

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00101m/name00101m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00101m/name00101m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00101m/name00101m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00101m/name00101m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)name00101m2.xsd
+   generated from: @(#)name00101m.jmpp	1.4 02/11/15
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/name"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/name">
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person">
+                  <xsd:complexType>
+                       <xsd:simpleContent>
+                            <xsd:extension base="xsd:string">
+                                 <xsd:attribute name="parent" type="xsd:string" use="optional"/>
+                            </xsd:extension>
+                       </xsd:simpleContent>
+                  </xsd:complexType>
+              </xsd:element>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:key name="KEY1">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:key>
+      <xsd:key name="KEY1">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:key>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00201m/name00201m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00201m/name00201m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00201m/name00201m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/name/name00201m/name00201m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)name00201m1.xsd
+   generated from: @(#)name00201m.jmpp	1.2 02/09/06
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/name"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/name">
+
+  <xsd:complexType name="name">
+      <xsd:sequence maxOccurs="unbounded">
+          <xsd:element name="name">
+              <xsd:complexType>
+                   <xsd:simpleContent>
+                        <xsd:extension base="xsd:string">
+                             <xsd:attribute name="name"/>
+                        </xsd:extension>
+                   </xsd:simpleContent>
+              </xsd:complexType>
+          </xsd:element>
+      </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:element name="name" type="name">
+      <xsd:key name="name">
+          <xsd:selector xpath="./name"/>
+          <xsd:field xpath="."/>
+      </xsd:key>
+  </xsd:element>
+
+</xsd:schema>

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

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)targetNS00101m1.xsd
+   generated from: @(#)targetNS00101m.jmpp	1.3 02/09/06
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/targetNS"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/targetNS">
+
+  <xsd:import namespace="IdConstrDefs/targetNSa" schemaLocation="targetNS00101m1a.xsd"/>
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person">
+                  <xsd:complexType>
+                       <xsd:simpleContent>
+                            <xsd:extension base="xsd:string">
+                                 <xsd:attribute name="parent" type="xsd:string" use="optional"/>
+                            </xsd:extension>
+                       </xsd:simpleContent>
+                  </xsd:complexType>
+              </xsd:element>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:key name="KEY">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:key>
+      <xsd:keyref name="KEYREF" refer="KEY">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="@parent"/>
+      </xsd:keyref>
+  </xsd:element>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)targetNS00101m1_p.xml
+   generated from: @(#)targetNS00101m.jmpp	1.3 02/09/06
+
+-->
+
+<test:root
+  xmlns:test="IdConstrDefs/targetNS"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="IdConstrDefs/targetNS targetNS00101m1.xsd">
+
+  <person>William Smith</person>
+
+</test:root>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1a.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1a.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1a.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m1a.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)targetNS00101m1a.xsd
+   generated from: @(#)targetNS00101m.jmpp	1.3 02/09/06
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/targetNSa"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/targetNSa">
+
+  <xsd:element name="roota">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person">
+                  <xsd:complexType>
+                       <xsd:simpleContent>
+                            <xsd:extension base="xsd:string">
+                                 <xsd:attribute name="parent" type="xsd:string" use="optional"/>
+                            </xsd:extension>
+                       </xsd:simpleContent>
+                  </xsd:complexType>
+              </xsd:element>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:key name="KEY">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:key>
+      <xsd:keyref name="KEYREF" refer="KEY">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="@parent"/>
+      </xsd:keyref>
+  </xsd:element>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m2.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m2.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m2.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m2.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)targetNS00101m2.xsd
+   generated from: @(#)targetNS00101m.jmpp	1.3 02/09/06
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/targetNS"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/targetNS">
+
+  <xsd:include schemaLocation="targetNS00101m2a.xsd"/>
+
+  <xsd:element name="root">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person">
+                  <xsd:complexType>
+                       <xsd:simpleContent>
+                            <xsd:extension base="xsd:string">
+                                 <xsd:attribute name="parent" type="xsd:string" use="optional"/>
+                            </xsd:extension>
+                       </xsd:simpleContent>
+                  </xsd:complexType>
+              </xsd:element>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:key name="KEY">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:key>
+      <xsd:keyref name="KEYREF" refer="KEY">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="@parent"/>
+      </xsd:keyref>
+  </xsd:element>
+
+</xsd:schema>
+

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m2a.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m2a.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m2a.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/IdConstrDefs/targetNS/targetNS00101m/targetNS00101m2a.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)targetNS00101m2a.xsd
+   generated from: @(#)targetNS00101m.jmpp	1.3 02/09/06
+
+-->
+
+<xsd:schema
+  xmlns="IdConstrDefs/targetNS"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="IdConstrDefs/targetNS">
+
+  <xsd:element name="roota">
+      <xsd:complexType>
+          <xsd:sequence maxOccurs="unbounded">
+              <xsd:element name="person">
+                  <xsd:complexType>
+                       <xsd:simpleContent>
+                            <xsd:extension base="xsd:string">
+                                 <xsd:attribute name="parent" type="xsd:string" use="optional"/>
+                            </xsd:extension>
+                       </xsd:simpleContent>
+                  </xsd:complexType>
+              </xsd:element>
+          </xsd:sequence>
+      </xsd:complexType>
+      <xsd:key name="KEY">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="."/>
+      </xsd:key>
+      <xsd:keyref name="KEYREF" refer="KEY">
+          <xsd:selector xpath="./person"/>
+          <xsd:field xpath="@parent"/>
+      </xsd:keyref>
+  </xsd:element>
+
+</xsd:schema>

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

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

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

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

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

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m13.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m13.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m13.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m13.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m13.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<xsd:schema
+  xmlns="MGroup/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="MGroup/annotation">
+  
+     <xsd:element name="root"/>
+  
+
+     <xsd:complexType name="theType">
+          <xsd:sequence>
+              <xsd:annotation>
+                  <xsd:documentation xml:lang="en">
+                      This is a model group schema component (sequence).
+                  </xsd:documentation>
+              </xsd:annotation>
+              <xsd:element name="c" type="xsd:int" />
+              <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/MGroup/annotation/annotation00101m/annotation00101m13_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m13_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m13_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m13_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m13_p.xml
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<root
+    xmlns="MGroup/annotation"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="MGroup/annotation annotation00101m13.xsd"/>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m14.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m14.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m14.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m14.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m14.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<xsd:schema
+  xmlns="MGroup/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="MGroup/annotation">
+  
+     <xsd:element name="root"/>
+  
+
+     <xsd:complexType name="theType">
+          <xsd:sequence>
+              <xsd:annotation>
+                  <xsd:documentation xml:lang="en">
+                      This is a model group schema component (sequence).
+                  </xsd:documentation>
+              </xsd:annotation>
+              <xsd:annotation>
+                  <xsd:documentation xml:lang="en">
+                      This is a model group schema component (sequence).
+                  </xsd:documentation>
+              </xsd:annotation>
+              <xsd:element name="c" type="xsd:int" />
+              <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/MGroup/annotation/annotation00101m/annotation00101m15.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m15.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m15.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m15.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m15.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<xsd:schema
+  xmlns="MGroup/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="MGroup/annotation">
+  
+     <xsd:element name="root"/>
+  
+
+     <xsd:complexType name="theType">
+          <xsd:sequence>
+              <xsd:element name="c" type="xsd:int" />
+              <xsd:element name="date" type="xsd:date" />
+              <xsd:annotation>
+                  <xsd:documentation xml:lang="en">
+                      This is a model group schema component (sequence).
+                  </xsd:documentation>
+              </xsd:annotation>
+          </xsd:sequence>
+     </xsd:complexType>
+
+</xsd:schema>

Added: xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m16.xsd
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m16.xsd?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m16.xsd (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m16.xsd Wed Jan 26 14:03:21 2022
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m16.xsd
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<xsd:schema
+  xmlns="MGroup/annotation"
+  xmlns:jt="JavaTest"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  targetNamespace="MGroup/annotation">
+  
+     <xsd:element name="root"/>
+  
+
+     <xsd:complexType name="theType">
+          <xsd:sequence>
+              <xsd:annotation>
+                  <xsd:appinfo>
+                      <jt:keywords>runtime positive</jt:keywords>
+                  </xsd:appinfo>
+              </xsd:annotation>
+              <xsd:element name="c" type="xsd:int" />
+              <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/MGroup/annotation/annotation00101m/annotation00101m16_p.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m16_p.xml?rev=1897508&view=auto
==============================================================================
--- xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m16_p.xml (added)
+++ xerces/java/branches/xml-schema-1.0-tests/w3c_xmlschema10-testsuite/sunData/MGroup/annotation/annotation00101m/annotation00101m16_p.xml Wed Jan 26 14:03:21 2022
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Ident: @(#)annotation00101m16_p.xml
+   generated from: @(#)annotation00101m.jmpp	1.3 02/11/19
+
+-->
+
+<root
+    xmlns="MGroup/annotation"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="MGroup/annotation annotation00101m16.xsd"/>



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