You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/06/22 20:47:27 UTC

svn commit: r1879098 [12/12] - in /xmlbeans/trunk: ./ src/test/java/compile/scomp/checkin/ src/test/java/misc/detailed/ src/test/java/tools/inst2xsd/common/ src/test/java/tools/inst2xsd/detailed/ src/test/java/xmlcursor/detailed/ src/test/java/xmltoken...

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectAttribute-Doc.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectAttribute-Doc.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectAttribute-Doc.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectAttribute-Doc.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <sa:Doc xmlns:sa="http://openuri.org/test/selectAttribute">
 
     <!-- Normal Type -->

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectAttribute.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectAttribute.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectAttribute.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectAttribute.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs='http://www.w3.org/2001/XMLSchema'
    xmlns:sa='http://openuri.org/test/selectAttribute'

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren-AnyTypeDoc.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren-AnyTypeDoc.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren-AnyTypeDoc.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren-AnyTypeDoc.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <sc:ElemWithAny xmlns:sc='http://openuri.org/test/selectChildren'
                 xmlns:abc='http://abc'
                 xmlns:def='http://def'

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren-NormalDoc.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren-NormalDoc.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren-NormalDoc.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren-NormalDoc.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <sc:Normal xmlns:sc='http://openuri.org/test/selectChildren'>
     <sc:first>first element</sc:first>
     <sc:second>second element</sc:second>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/SelectChildren.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs='http://www.w3.org/2001/XMLSchema'
    xmlns:sc='http://openuri.org/test/selectChildren'

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/SimpleXmlObject.java.txt
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/SimpleXmlObject.java.txt?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/SimpleXmlObject.java.txt (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/SimpleXmlObject.java.txt Mon Jun 22 20:47:23 2020
@@ -1,3 +1,17 @@
+/*   Copyright 2004 The Apache Software Foundation
+ *
+ *   Licensed under the Apache License, Version 2.0 (the "License");
+ *   you may not use this file except in compliance with the License.
+ *   You may obtain a copy of the License at
+ *
+ *       http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *   Unless required by applicable law or agreed to in writing, software
+ *   distributed under the License is distributed on an "AS IS" BASIS,
+ *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *   See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
 
 import javax.xml.namespace.QName;
 import org.apache.xmlbeans.*;

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test.xsd Mon Jun 22 20:47:23 2020
@@ -1,5 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com) by Jon Rogde (Nord Pool) -->
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://bug38361.knextest"
     targetNamespace="http://bug38361.knextest" elementFormDefault="qualified" attributeFormDefault="unqualified">
     <xs:element name="Test">

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test36510.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test36510.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test36510.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test36510.xsd Mon Jun 22 20:47:23 2020
@@ -1,12 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<schema 
-targetNamespace="http://test/xmlobject/test36510" 
-xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
+<schema
+targetNamespace="http://test/xmlobject/test36510"
+xmlns:xs="http://www.w3.org/2001/XMLSchema"
 xmlns:test36510="http://test/xmlobject/test36510"
 xmlns="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified" 
+ elementFormDefault="qualified"
 attributeFormDefault="unqualified">
-	
+
 	<element name="test36510-app" type="test36510:test36510-appType"/>
 
         <complexType name="test36510-appType">
@@ -16,7 +30,7 @@ attributeFormDefault="unqualified">
 	</complexType>
 
          <complexType name="testConstraint">
-	
+
 		<sequence>
 			<element name="display-name" type="string" minOccurs="0" maxOccurs="unbounded"/>
 			<element name="customConstraint" type="test36510:customConstraint" minOccurs="0"/>
@@ -34,7 +48,7 @@ attributeFormDefault="unqualified">
 
 
         	<complexType name="customConstraint">
-	
+
 		<sequence>
 			<element name="description" type="string" minOccurs="0" maxOccurs="unbounded"/>
 			<element name="options" type="test36510:enumType"/>
@@ -47,6 +61,6 @@ attributeFormDefault="unqualified">
 			<whiteSpace value="collapse"/>
 		</restriction>
 	</simpleType>
-       
-       
+
+
 </schema>
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test40907.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test40907.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test40907.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/Test40907.xsd Mon Jun 22 20:47:23 2020
@@ -1,28 +1,43 @@
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.mytest.com" 
-           xmlns:tns="http://www.mytest.com" elementFormDefault="qualified"> 
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
 
- <xs:element name="Test" type="tns:Info"/> 
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
 
- <xs:complexType name="Info"> 
-  <xs:sequence> 
-   <xs:element name="foo" type="tns:foo" minOccurs="0" maxOccurs="unbounded"/> 
-  </xs:sequence> 
- </xs:complexType> 
-
- <xs:complexType name="foo"> 
-  <xs:sequence> 
-   <xs:element name="fooMember" type="xs:string"/> 
-  </xs:sequence> 
- </xs:complexType> 
-
- <xs:complexType name="bar"> 
-  <xs:complexContent> 
-   <xs:extension base="tns:foo"> 
-    <xs:sequence> 
-      <xs:element name="barMember" type="xs:string"/> 
-    </xs:sequence> 
-   </xs:extension> 
-  </xs:complexContent> 
- </xs:complexType> 
+         http://www.apache.org/licenses/LICENSE-2.0
 
-</xs:schema> 
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.mytest.com"
+           xmlns:tns="http://www.mytest.com" elementFormDefault="qualified">
+
+ <xs:element name="Test" type="tns:Info"/>
+
+ <xs:complexType name="Info">
+  <xs:sequence>
+   <xs:element name="foo" type="tns:foo" minOccurs="0" maxOccurs="unbounded"/>
+  </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name="foo">
+  <xs:sequence>
+   <xs:element name="fooMember" type="xs:string"/>
+  </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name="bar">
+  <xs:complexContent>
+   <xs:extension base="tns:foo">
+    <xs:sequence>
+      <xs:element name="barMember" type="xs:string"/>
+    </xs:sequence>
+   </xs:extension>
+  </xs:complexContent>
+ </xs:complexType>
+
+</xs:schema>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/defaults.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/defaults.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/defaults.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/defaults.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:tns="http://openuri.org/def"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:po="http://openuri.org/easypo"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo.xsdconfig
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo.xsdconfig?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo.xsdconfig (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo.xsdconfig Mon Jun 22 20:47:23 2020
@@ -11,6 +11,7 @@
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License. -->
+
 <xb:config xmlns:xb="http://xml.apache.org/xmlbeans/2004/02/xbean/config"
            xmlns:ep="http://openuri.org/easypo">
 

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo1.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo1.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo1.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/easypo1.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <po:purchase-order xmlns:po="http://openuri.org/easypo">
   <po:customer>
     <po:name>David Bau</po:name>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <statusreport xmlns="http://openuri.org/enumtest">
   <status name="first" target="all">all</status>
   <status name="second" target="all">few</status>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:et="http://openuri.org/enumtest"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xsdconfig
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xsdconfig?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xsdconfig (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/enumtest.xsdconfig Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xb:config xmlns:xb="http://xml.apache.org/xmlbeans/2004/02/xbean/config">
 
   <xb:namespace uriprefix="http://openuri.org/enum">

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/inttest.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/inttest.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/inttest.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/inttest.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/listandunion.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/listandunion.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/listandunion.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/listandunion.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:tns="http://openuri.org/lut"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/nameworld.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/nameworld.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/nameworld.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/nameworld.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <nw:nameworld xmlns:nw="http://openuri.org/nameworld"
               xmlns:foo="http://foo.com/"
               xmlns:bar="http://bar.com/">

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/nameworld.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/nameworld.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/nameworld.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/nameworld.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:nw="http://openuri.org/nameworld"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/numerals.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/numerals.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/numerals.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/numerals.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs='http://www.w3.org/2001/XMLSchema'
    targetNamespace='http://openuri.org/testNumerals'
@@ -30,5 +45,5 @@
 
   <xs:attribute name='price' type='xs:float' />
   <xs:attribute name='quant' type='xs:byte' />
-    
+
 </xs:schema>
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/person.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/person.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/person.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/person.xml Mon Jun 22 20:47:23 2020
@@ -1,11 +1,25 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <customer xmlns="http://openuri.org/xstypes/test"
    gender="male"
    hexAtt="474749515457594747"
-   base64Att="        
+   base64Att="
 	VGhpcyBzdHJpbmcgaXMgYmFzZTY0QmluYXJ5IGVuY29kZWQh
 	"
-   anyuriAtt="http://dmoz.org/World/Français/"
+   anyuriAtt="http://dmoz.org/World/Français/"
    qnameAtt="pref:localname" xmlns:pref="some_uri"
    notationAtt="JPEG"
   >

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/person.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/person.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/person.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/person.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:mt="http://openuri.org/xstypes/test"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/redefine1.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/redefine1.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/redefine1.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/redefine1.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <xsd:simpleType name="DressSizeType" >
       <xsd:restriction base="xsd:integer" />

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/redefine2.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/redefine2.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/redefine2.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/redefine2.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns="http://example.org/prod"
     targetNamespace="http://example.org/prod" >

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/selectChldAttTest.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/selectChldAttTest.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/selectChldAttTest.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/selectChldAttTest.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema
    xmlns:xs='http://www.w3.org/2001/XMLSchema'
    xmlns='http://xml.apache.org/test/selectChldAtt'

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/soapfaults.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/soapfaults.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/soapfaults.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/soapfaults.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema targetNamespace="http://xmlobjecttest/soapfaults"
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
     xmlns="http://xmlobjecttest/soapfaults" elementFormDefault="qualified"
@@ -10,7 +25,7 @@
     </xs:element>
 
     <xs:element name="second-fault" type="second-fault-type"/>
-    
+
     <xs:complexType name="first-fault-type">
         <xs:sequence>
             <xs:element name="a-string" type="xs:string"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/ConsolidateTest.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/ConsolidateTest.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/ConsolidateTest.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/ConsolidateTest.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <employees>
   <employee>
     <name>Fred Jones</name>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/easypo1.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/easypo1.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/easypo1.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/easypo1.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <po:purchase-order xmlns:po="http://openuri.org/easypo">
   <po:customer>
     <po:name>David Bau</po:name>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/erictest.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/erictest.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/erictest.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/erictest.xml Mon Jun 22 20:47:23 2020
@@ -1 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <bar><foo>1</foo><foo>2</foo></bar>
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/people.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/people.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/people.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/people.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <people x="">
 
   <person>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/small.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/small.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/small.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/small.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,4 @@
-<?xml   
+<?xml
 
    version
 =
@@ -7,6 +7,20 @@
 "
 "
 standalone='yes'   ?>
-<aaaa a="a_value" b:a = 'b_value'  xmlns:b="b_ns">	
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
+<aaaa a="a_value" b:a = 'b_value'  xmlns:b="b_ns">
   <?pi	tab  tesxt rt?>
 </aaaa>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/test.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/test.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/test.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/store/test.xml Mon Jun 22 20:47:23 2020
@@ -1 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <foo x="y">ab</foo>
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/substgroup.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/substgroup.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/substgroup.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/substgroup.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
     targetNamespace="http://openuri.org/sgs" xmlns:sg="http://openuri.org/sgs">
     <xsd:element name="C" type="xsd:token" substitutionGroup="sg:B"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/substgroup2.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/substgroup2.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/substgroup2.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/substgroup2.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://xmlobject/substgroup"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/version1.xsddonotcompile
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/version1.xsddonotcompile?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/version1.xsddonotcompile (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/version1.xsddonotcompile Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openuri.org/versionstest"
     xmlns:tns="http://openuri.org/versionstest">

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/version2.xsddonotcompile
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/version2.xsddonotcompile?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/version2.xsddonotcompile (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/version2.xsddonotcompile Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openuri.org/versionstest"
     xmlns:tns="http://openuri.org/versionstest">
@@ -13,5 +28,5 @@
       </xs:complexContent>
     </xs:complexType>
   </xs:redefine>
-  
+
 </xs:schema>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/version3.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/version3.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/version3.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/version3.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openuri.org/versionstest"
     xmlns:tns="http://openuri.org/versionstest">

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/wsdl.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/wsdl.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/wsdl.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/wsdl.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:conv="http://www.openuri.org/2002/04/soap/conversation/" xmlns:cw="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:jms="http://www.openuri.org/2002/04/wsdl/jms/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.telkomsel.com/soa/ProductCatalog/WS" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.telkomsel.com/soa/ProductCatalog/WS">
   <types>
     <s:schema xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://www.telkomsel.com/soa/ProductCatalog/200606" xmlns:ws="http://www.telkomsel.com/soa/ProductCatalog/WS" xmlns:com="commonj.sdo" elementFormDefault="qualified" targetNamespace="http://www.telkomsel.com/soa/ProductCatalog/WS">
@@ -697,7 +711,7 @@
       <!-- Service Data Objects
      Version 1.0
      Licensed Materials - Property of BEA and IBM
- 
+
      © Copyright BEA Systems, Inc. and International Business Machines Corp 2003. All rights reserved.
   -->
       <xsd:element name="datagraph" type="sdo:DataGraphType"/>
@@ -742,7 +756,7 @@
         <xsd:attribute name="delete" type="xsd:string"/>
       </xsd:complexType>
     </xsd:schema>
-    
+
   </types>
   <message name="getPackageDefinitionSoapIn">
     <part name="parameters" element="s0:getPackageDefinition"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmltokensource/PrettyPrintNamespaceTest.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmltokensource/PrettyPrintNamespaceTest.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmltokensource/PrettyPrintNamespaceTest.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmltokensource/PrettyPrintNamespaceTest.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.mtest.com"
            xmlns:tns="http://www.mtest.com" elementFormDefault="qualified">
 



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