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 [4/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/xmltokens...

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_34b.xsd_
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_34b.xsd_?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_34b.xsd_ (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_34b.xsd_ Mon Jun 22 20:47:23 2020
@@ -1,20 +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.
- */
--->
+<!-- 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 targetNamespace="http://openuri.org/this" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://openuri.org/this" xmlns:sl10="http://openuri.org/" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1.0">
 
 <xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_35.xsd_
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_35.xsd_?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_35.xsd_ (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_35.xsd_ Mon Jun 22 20:47:23 2020
@@ -1,4 +1,17 @@
 <?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://openuri/org/xbeans36" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:p="http://openuri/org/xbeans36" elementFormDefault="qualified" attributeFormDefault="unqualified" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd">
     <xs:element name="config_test">

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_45a.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_45a.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_45a.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_45a.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://xmlbeans_45" targetNamespace="http://xmlbeans_45">
  <xs:complexType name="personName">
@@ -8,4 +23,4 @@
  </xs:complexType>
 
  <xs:element name="addressee" type="tns:personName"/>
- </xs:schema>  
\ No newline at end of file
+ </xs:schema>
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_45b.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_45b.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_45b.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_45b.xsd 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. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     xmlns:tns="http://xmlbeans_45" targetNamespace="http://xmlbeans_45">
 <xs:redefine schemaLocation="xmlbeans_45a.xsd">

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_46.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_46.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_46.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_46.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://xmlbeans_46"

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_48.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_48.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_48.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_48.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,17 @@
-<?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. -->
 
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     xmlns:tns="http://xmlbeans_48"

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_49.xsd_
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_49.xsd_?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_49.xsd_ (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_49.xsd_ Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0" encoding="iso8859-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. -->
+
 <xs:schema
     targetNamespace="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
     xmlns="http://www.w3.org/2001/XMLSchema"
@@ -692,7 +706,7 @@
                         which language is used in the description according to
                         RFC 1766 (http://www.ietf.org/rfc/rfc1766.txt). The
                         default
-                        value of this attribute is English(“enâ€?).
+                        value of this attribute is English("en").
                         Used in: init-param, portlet, portlet-app, security-role
 
             </xs:documentation>
@@ -719,7 +733,7 @@
                         which language is used in the description according to
                         RFC 1766 (http://www.ietf.org/rfc/rfc1766.txt). The
                         default
-                        value of this attribute is English(“enâ€?).
+                        value of this attribute is English("en").
             </xs:documentation>
         </xs:annotation>
         <xs:simpleContent>

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_54.xsd_
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_54.xsd_?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_54.xsd_ (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_54.xsd_ Mon Jun 22 20:47:23 2020
@@ -1,20 +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.
- */
--->
+<!-- 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" elementFormDefault="qualified" attributeFormDefault="unqualified" version="V2R30_20040414">
 
 	<xs:simpleType name="nni1">

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_57.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_57.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_57.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_57.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. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     elementFormDefault="qualified" targetNamespace="DAV:" xmlns="DAV:">
     <xs:element name="simpleTest" type="xs:string"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_62.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_62.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_62.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_62.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. -->
+
 <definitions name="olderSchemaVersion"
     targetNamespace="abc"
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_64.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_64.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_64.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_64.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. -->
+
 <ses:recorderSession xmlns:ses="http://beehive.apache.org/netui/tools/testrecorder/2004/session">
    <ses:sessionName>XhtmlCheckBox</ses:sessionName>
    <ses:tester>ekoneil</ses:tester>
@@ -78,7 +92,7 @@
         .title {color: #000099;font-family:Verdana; font-size:12pt;margin:2,0,5,0;}
         .resultDiv {border: thin solid;margin:5,5,5,5;}
         &lt;/style>
-    &lt;/head>        
+    &lt;/head>
   &lt;body>
     &lt;h1 class="normalHead">CheckBox and CheckBox Group tests&lt;/h1>
     &lt;a href="/coreWeb/xhtml/begin.do" class="normal" rel="contents" rev="chapter">Home&lt;/a>
@@ -92,32 +106,32 @@
                     &lt;input type="hidden" name="wlw-checkbox_group_key:{actionForm.cbg}OldValue" value="true" />
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 1" disabled="disabled" lang="en" title="Title Text" alt="Alt Text" dir="ltr" />&lt;span class="normal">Text CB Option One&lt;/span>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 2" checked="checked" />&lt;span class="normal">Text CB Option Two&lt;/span>
-                    
+
                     &lt;/td>
                 &lt;/tr>
                 &lt;tr valign="top" >
                     &lt;td class="normalBold" align="right">Repeating CheckBox Group&lt;/td>
                     &lt;td>
                     &lt;table>
-                    
+
                             &lt;tr>&lt;td align="right" class="normal2">
                             &lt;span>CBG Option 1&lt;/span>
                             &lt;/td>&lt;td>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 1" />&lt;input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbg}OldValue" value="true" />
                             &lt;/td>&lt;/tr>
-                    
+
                             &lt;tr>&lt;td align="right" class="normal2">
                             &lt;span>CBG Option 2&lt;/span>
                             &lt;/td>&lt;td>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 2" checked="checked" />
                             &lt;/td>&lt;/tr>
-                    
+
                             &lt;tr>&lt;td align="right" class="normal2">
                             &lt;span>CBG Option 3&lt;/span>
                             &lt;/td>&lt;td>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 3" />
                             &lt;/td>&lt;/tr>
-                    
+
                     &lt;/table>
                     &lt;/td>
                 &lt;/tr>
@@ -137,22 +151,22 @@
                     &lt;td colspan="2" align="center">
                         &lt;table cellspacing="0" border="1">
                         &lt;tr>&lt;th class="normalBold" valign="top" align="center">Complex Repeater&lt;/th>&lt;td>
-                        
+
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-1" checked="checked" />&lt;input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbgMap}OldValue" value="true" />
                                 &lt;span class="normal">Option One&lt;/span>&lt;br/>
-                        
-                        
+
+
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-2" />
                                 &lt;span class="normal2">Option Two&lt;/span>&lt;br/>
-                        
-                        
+
+
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-3" />
                                 &lt;span class="normal3">Option Three&lt;/span>&lt;br/>
-                        
-                        
+
+
                         &lt;/td>&lt;/tr>&lt;/table>
                     &lt;/td>
-                &lt;/tr>                        
+                &lt;/tr>
             &lt;/table>
             &lt;br />
             &lt;input type="submit" class="normal" value="Post To Results One" title="Post to Results One" lang="en" alt="Post to Results One" dir="ltr" />
@@ -314,14 +328,14 @@
         .title {color: #000099;font-family:Verdana; font-size:12pt;margin:2,0,5,0;}
         .resultDiv {border: thin solid;height: 400px;}
         </style>
-    </head>        
+    </head>
   <body>
     <a id="top" name="top"></a>
     <table width="400pt"><tr><td align="left"><h1 class="normalHead">Checkbox Results</h1></td>
         <td align="right"><a href="/coreWeb/xhtml/goCheckboxTest.do" class="normal">Input Tests</a></td>
     </tr></table>
     <p>
-        Action: <span>postFormOne</span> 
+        Action: <span>postFormOne</span>
     </p>
         <table border="1" cellspacing="0">
         <tr class="tablehead" valign="top">
@@ -446,7 +460,7 @@
         .title {color: #000099;font-family:Verdana; font-size:12pt;margin:2,0,5,0;}
         .resultDiv {border: thin solid;margin:5,5,5,5;}
         &lt;/style>
-    &lt;/head>        
+    &lt;/head>
   &lt;body>
     &lt;h1 class="normalHead">CheckBox and CheckBox Group tests&lt;/h1>
     &lt;a href="/coreWeb/xhtml/begin.do" class="normal" rel="contents" rev="chapter">Home&lt;/a>
@@ -460,32 +474,32 @@
                     &lt;input type="hidden" name="wlw-checkbox_group_key:{actionForm.cbg}OldValue" value="true" />
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 1" disabled="disabled" lang="en" title="Title Text" alt="Alt Text" dir="ltr" />&lt;span class="normal">Text CB Option One&lt;/span>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 2" checked="checked" />&lt;span class="normal">Text CB Option Two&lt;/span>
-                    
+
                     &lt;/td>
                 &lt;/tr>
                 &lt;tr valign="top" >
                     &lt;td class="normalBold" align="right">Repeating CheckBox Group&lt;/td>
                     &lt;td>
                     &lt;table>
-                    
+
                             &lt;tr>&lt;td align="right" class="normal2">
                             &lt;span>CBG Option 1&lt;/span>
                             &lt;/td>&lt;td>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 1" />&lt;input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbg}OldValue" value="true" />
                             &lt;/td>&lt;/tr>
-                    
+
                             &lt;tr>&lt;td align="right" class="normal2">
                             &lt;span>CBG Option 2&lt;/span>
                             &lt;/td>&lt;td>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 2" checked="checked" />
                             &lt;/td>&lt;/tr>
-                    
+
                             &lt;tr>&lt;td align="right" class="normal2">
                             &lt;span>CBG Option 3&lt;/span>
                             &lt;/td>&lt;td>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 3" />
                             &lt;/td>&lt;/tr>
-                    
+
                     &lt;/table>
                     &lt;/td>
                 &lt;/tr>
@@ -505,22 +519,22 @@
                     &lt;td colspan="2" align="center">
                         &lt;table cellspacing="0" border="1">
                         &lt;tr>&lt;th class="normalBold" valign="top" align="center">Complex Repeater&lt;/th>&lt;td>
-                        
+
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-1" checked="checked" />&lt;input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbgMap}OldValue" value="true" />
                                 &lt;span class="normal">Option One&lt;/span>&lt;br/>
-                        
-                        
+
+
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-2" />
                                 &lt;span class="normal2">Option Two&lt;/span>&lt;br/>
-                        
-                        
+
+
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-3" />
                                 &lt;span class="normal3">Option Three&lt;/span>&lt;br/>
-                        
-                        
+
+
                         &lt;/td>&lt;/tr>&lt;/table>
                     &lt;/td>
-                &lt;/tr>                        
+                &lt;/tr>
             &lt;/table>
             &lt;br />
             &lt;input type="submit" class="normal" value="Post To Results One" title="Post to Results One" lang="en" alt="Post to Results One" dir="ltr" />
@@ -686,14 +700,14 @@
         .title {color: #000099;font-family:Verdana; font-size:12pt;margin:2,0,5,0;}
         .resultDiv {border: thin solid;height: 400px;}
         </style>
-    </head>        
+    </head>
   <body>
     <a id="top" name="top"></a>
     <table width="400pt"><tr><td align="left"><h1 class="normalHead">Checkbox Results</h1></td>
         <td align="right"><a href="/coreWeb/xhtml/goCheckboxTest.do" class="normal">Input Tests</a></td>
     </tr></table>
     <p>
-        Action: <span>postFormTwo</span> 
+        Action: <span>postFormTwo</span>
     </p>
         <table border="1" cellspacing="0">
         <tr class="tablehead" valign="top">
@@ -818,7 +832,7 @@
         .title {color: #000099;font-family:Verdana; font-size:12pt;margin:2,0,5,0;}
         .resultDiv {border: thin solid;margin:5,5,5,5;}
         &lt;/style>
-    &lt;/head>        
+    &lt;/head>
   &lt;body>
     &lt;h1 class="normalHead">CheckBox and CheckBox Group tests&lt;/h1>
     &lt;a href="/coreWeb/xhtml/begin.do" class="normal" rel="contents" rev="chapter">Home&lt;/a>
@@ -832,32 +846,32 @@
                     &lt;input type="hidden" name="wlw-checkbox_group_key:{actionForm.cbg}OldValue" value="true" />
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 1" disabled="disabled" lang="en" title="Title Text" alt="Alt Text" dir="ltr" />&lt;span class="normal">Text CB Option One&lt;/span>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 2" checked="checked" />&lt;span class="normal">Text CB Option Two&lt;/span>
-                    
+
                     &lt;/td>
                 &lt;/tr>
                 &lt;tr valign="top" >
                     &lt;td class="normalBold" align="right">Repeating CheckBox Group&lt;/td>
                     &lt;td>
                     &lt;table>
-                    
+
                             &lt;tr>&lt;td align="right" class="normal2">
                             &lt;span>CBG Option 1&lt;/span>
                             &lt;/td>&lt;td>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 1" />&lt;input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbg}OldValue" value="true" />
                             &lt;/td>&lt;/tr>
-                    
+
                             &lt;tr>&lt;td align="right" class="normal2">
                             &lt;span>CBG Option 2&lt;/span>
                             &lt;/td>&lt;td>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 2" checked="checked" />
                             &lt;/td>&lt;/tr>
-                    
+
                             &lt;tr>&lt;td align="right" class="normal2">
                             &lt;span>CBG Option 3&lt;/span>
                             &lt;/td>&lt;td>
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 3" />
                             &lt;/td>&lt;/tr>
-                    
+
                     &lt;/table>
                     &lt;/td>
                 &lt;/tr>
@@ -877,22 +891,22 @@
                     &lt;td colspan="2" align="center">
                         &lt;table cellspacing="0" border="1">
                         &lt;tr>&lt;th class="normalBold" valign="top" align="center">Complex Repeater&lt;/th>&lt;td>
-                        
+
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-1" checked="checked" />&lt;input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbgMap}OldValue" value="true" />
                                 &lt;span class="normal">Option One&lt;/span>&lt;br/>
-                        
-                        
+
+
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-2" />
                                 &lt;span class="normal2">Option Two&lt;/span>&lt;br/>
-                        
-                        
+
+
                             &lt;input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-3" />
                                 &lt;span class="normal3">Option Three&lt;/span>&lt;br/>
-                        
-                        
+
+
                         &lt;/td>&lt;/tr>&lt;/table>
                     &lt;/td>
-                &lt;/tr>                        
+                &lt;/tr>
             &lt;/table>
             &lt;br />
             &lt;input type="submit" class="normal" value="Post To Results One" title="Post to Results One" lang="en" alt="Post to Results One" dir="ltr" />

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_64.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_64.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_64.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_64.xsd 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. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     xmlns="http://beehive.apache.org/netui/tools/testrecorder/2004/session"
     targetNamespace="http://beehive.apache.org/netui/tools/testrecorder/2004/session"

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_68.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_68.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_68.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_68.xsd 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. -->
+
 <xsd:schema
     targetNamespace="urn:test-date-attribute"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_71.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_71.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_71.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_71.xml Mon Jun 22 20:47:23 2020
@@ -1,7 +1,21 @@
 <?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. -->
+
 <BazResponse xmlns="http://abc">
-<Status>SUCCESS</Status> 
-<ErrorMsg/> 
-<SQLStatus>0</SQLStatus> 
-<ErrorCode>0</ErrorCode> 
+<Status>SUCCESS</Status>
+<ErrorMsg/>
+<SQLStatus>0</SQLStatus>
+<ErrorCode>0</ErrorCode>
 </BazResponse>
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_71.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_71.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_71.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_71.xsd 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. -->
+
 <schema targetNamespace="http://abc" version="1.0" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
     <element name="BazResponse">
         <complexType>

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_78.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_78.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_78.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_78.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0" encoding="UTF-8" ?> 
+<?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. -->
+
 <SOAP-ENV:Envelope
     xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_97.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_97.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_97.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_97.xsd 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. -->
+
 <xs:schema xmlns="http://jira/xmlbeans98"
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://jira/xmlbeans98"

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_97.xsdconfig
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_97.xsdconfig?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_97.xsdconfig (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_97.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"
            xmlns:jira="http://jira/xmlbeans98">
 

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98.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. -->
+
 <s:a-root v:schemaLocation="http://www.orthogony.net/xml/sample/structure xmlbeans_98.xsd" xmlns:s="http://www.orthogony.net/xml/sample/structure" xmlns:v="http://www.w3.org/2001/XMLSchema-instance">
   <s:a-child qualified-data="data:IAmQualified" xmlns:data="http://www.orthogony.net/xml/sample/data"/>
 </s:a-root>
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98.xsd 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. -->
+
 <xs:schema xmlns="http://www.orthogony.net/xml/sample/structure" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.orthogony.net/xml/sample/structure" elementFormDefault="qualified" attributeFormDefault="unqualified">
 	<xs:complexType name="childType">
 		<xs:attribute name="qualified-data" type="xs:QName" use="required"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98_exp.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98_exp.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98_exp.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_98_exp.xml Mon Jun 22 20:47:23 2020
@@ -0,0 +1,15 @@
+<?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. -->
+

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_99.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_99.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_99.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_99.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. -->
+
 <x:dummy xmlns:x="http://dufourrault"
-       xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" 
+       xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
        xsi:SchemaLocation="dummy.xsd">
 
 
     <x:father>
         <x:son>toto</x:son>
     </x:father>
-    
+
  </x:dummy>

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_99.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_99.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_99.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/jira/xmlbeans_99.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?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. -->
+
 <xs:schema targetNamespace="http://dufourrault"
     xmlns:dr="http://dufourrault"
     xmlns:xs="http://www.w3.org/2001/XMLSchema"

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/primitiveTypes.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/primitiveTypes.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/primitiveTypes.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/primitiveTypes.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. -->
+
 <root xmlns:p1='1' xmlns:p2='2' xmlns:p3='3' xmlns:p4='4' xmlns:p5='5'
 	 xmlns:p6='6' xmlns:p7='7' xmlns:p8='8'>
   <string string='    this is a long string

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/signature-example-dsa.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/signature-example-dsa.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/signature-example-dsa.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/signature-example-dsa.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. -->
+
 <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
   <SignedInfo>
     <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/signature-example-rsa.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/signature-example-rsa.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/signature-example-rsa.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/signature-example-rsa.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. -->
+
 <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
   <SignedInfo>
     <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/signature-example.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/signature-example.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/signature-example.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/signature-example.xml 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. -->
+
 <!DOCTYPE Signature SYSTEM "xmldsig-core-schema.dtd" [
 <!ENTITY dsig "http://www.w3.org/2000/09/xmldsig#">
    <!ENTITY % SignatureProperty.ANY '| ts:timestamp'>
@@ -13,36 +27,36 @@
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.w3.org/2000/09/xmldsig#
    xmldsig-core-schema.xsd">
-  <SignedInfo> 
+  <SignedInfo>
 	 <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2000/WD-xml-c14n-20000710">
 	 </CanonicalizationMethod>
 	 <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa">
 	 </SignatureMethod>
-	 <Reference URI="http://www.w3.org/TR/xml-stylesheet/"> 
-		<Transforms> 
+	 <Reference URI="http://www.w3.org/TR/xml-stylesheet/">
+		<Transforms>
 		  <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#base64"/>
 		  <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#null"/>
-		</Transforms> 
-		<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"> 
+		</Transforms>
+		<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1">
 		</DigestMethod>
-		<DigestValue>j6lwx3rvEPO0vKtMup4NbeVu8nk=</DigestValue> 
-	 </Reference> 
-	 <Reference URI="http://www.w3.org/TR/REC-xml-names/"> 
-		<Transforms> 
-		  <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#base64"/> 
-		</Transforms> 
-		<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"> 
+		<DigestValue>j6lwx3rvEPO0vKtMup4NbeVu8nk=</DigestValue>
+	 </Reference>
+	 <Reference URI="http://www.w3.org/TR/REC-xml-names/">
+		<Transforms>
+		  <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#base64"/>
+		</Transforms>
+		<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1">
 		</DigestMethod>
-		<DigestValue>UrXLDLBIta6skoV5/A8Q38GEw44=</DigestValue> 
-	 </Reference> 	 
-  </SignedInfo> 
-  <SignatureValue>MC0CFFrVLtRlkMc3Daon4BqqnkhCOlEaAhUAk8pH1iRNK+q1I+sisDTz2TFEALE=</SignatureValue> 
+		<DigestValue>UrXLDLBIta6skoV5/A8Q38GEw44=</DigestValue>
+	 </Reference>
+  </SignedInfo>
+  <SignatureValue>MC0CFFrVLtRlkMc3Daon4BqqnkhCOlEaAhUAk8pH1iRNK+q1I+sisDTz2TFEALE=</SignatureValue>
   <KeyInfo>
     <KeyValue>
       <DSAKeyValue>
         <P>...</P><Q>...</Q><G>...</G><Y>...</Y>
-      </DSAKeyValue> 
-    </KeyValue> 
+      </DSAKeyValue>
+    </KeyValue>
   </KeyInfo>
   <Object>
      <SignatureProperties>

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/syscachetest1.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/syscachetest1.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/syscachetest1.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/syscachetest1.xsd Mon Jun 22 20:47:23 2020
@@ -1,25 +1,23 @@
 <?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.
- */
--->
+<!-- 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:test="http://xbean/misc/SyscacheTests1"
     targetNamespace="http://xbean/misc/SyscacheTests1"
-    >                                                                              
+    >
 
     <xsd:element name="Person" type="test:personType"/>
 

Modified: xmlbeans/trunk/src/test/resources/xbean/misc/syscachetest2.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/syscachetest2.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/syscachetest2.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/syscachetest2.xsd Mon Jun 22 20:47:23 2020
@@ -1,20 +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.
- */
--->
+<!-- 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://xbean/misc/SyscacheTests2"



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