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

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

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

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

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

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

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

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

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

Modified: xmlbeans/trunk/src/test/resources/xbean/scomp/namespace/ElementWC.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/scomp/namespace/ElementWC.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/scomp/namespace/ElementWC.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/scomp/namespace/ElementWC.xsd Mon Jun 22 20:47:23 2020
@@ -1,8 +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. -->
+
 <xsd:schema
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns="http://xbean/scomp/namespace/ElementWC"
     targetNamespace="http://xbean/scomp/namespace/ElementWC"
- 
+
     >
 
     <xsd:complexType name="AnyLaxT">

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

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

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

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

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

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

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

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

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

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

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

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

Modified: xmlbeans/trunk/src/test/resources/xbean/scomp/substGroup/Block.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/scomp/substGroup/Block.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/scomp/substGroup/Block.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/scomp/substGroup/Block.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://xbean/scomp/substGroup/Block"
@@ -25,5 +40,5 @@
     <xsd:element name="umbrella" substitutionGroup="base:product" block="substitution"/>
     <xsd:element name="beachumbrella" type="beachUmbrellaT" substitutionGroup="umbrella"/>
 
- 
+
 </xsd:schema>
\ No newline at end of file

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

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

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

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

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

Modified: xmlbeans/trunk/src/test/resources/xbean/simple/dumb/dumb.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/simple/dumb/dumb.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/simple/dumb/dumb.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/simple/dumb/dumb.xml Mon Jun 22 20:47:23 2020
@@ -1,2 +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. -->
+
 <root xmlns="dumbNS:::" xmlns:bar="barNS" b="3" bar:b="4"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/simple/dumb/dumb.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/simple/dumb/dumb.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/simple/dumb/dumb.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/simple/dumb/dumb.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. -->
+
 
 <!-- XMLBEANS-57: colon at end of targetNamespace -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"

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

Modified: xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/DupElementsInSameSchema.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/DupElementsInSameSchema.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/DupElementsInSameSchema.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/DupElementsInSameSchema.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"
            elementFormDefault="qualified"
            targetNamespace="http://www.collision.org"

Modified: xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/custOrdUdf.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/custOrdUdf.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/custOrdUdf.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/custOrdUdf.xsd 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. -->
+
 <!--Generated by Data View Builder 1.0. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
 <xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema"  >
 	<xsd:element name="RESULT">

Modified: xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/viewtarget.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/viewtarget.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/viewtarget.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/simple/dupSchemaElements/viewtarget.xsd 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. -->
+
 <!--Generated by Data View Builder 1.0. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
 <xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema">
 	<xsd:element name="result">

Modified: xmlbeans/trunk/src/test/resources/xbean/simple/person/person.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/simple/person/person.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/simple/person/person.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/simple/person/person.xml Mon Jun 22 20:47:23 2020
@@ -1,7 +1,22 @@
+<?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/mytest"
   gender="male"
   hexAtt="474749515457594747"
-  base64Att="        
+  base64Att="
 	VGhpcyBzdHJpbmcgaXMgYmFzZTY0QmluYXJ5IGVuY29kZWQh
 	  ">
   <firstname>Howdy</firstname>

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

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

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base.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. -->
+
 <a xmlns="baseNamespace">
     <b>abc</b>
     <c>123</c>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base0.xsd Mon Jun 22 20:47:23 2020
@@ -1,6 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="a">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
     <xs:complexType>
       <xs:sequence>
         <xs:element type="xs:string" name="b"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd0.xsd Mon Jun 22 20:47:23 2020
@@ -1,6 +1,35 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="a">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
     <xs:complexType>
       <xs:sequence>
         <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_eN0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_eN0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_eN0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_eN0.xsd Mon Jun 22 20:47:23 2020
@@ -1,6 +1,35 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="a">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
     <xs:complexType>
       <xs:sequence>
         <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_scs0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_scs0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_scs0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_scs0.xsd Mon Jun 22 20:47:23 2020
@@ -1,6 +1,35 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="a">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
     <xs:complexType>
       <xs:sequence>
         <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_scs_eN0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_scs_eN0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_scs_eN0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_rd_scs_eN0.xsd Mon Jun 22 20:47:23 2020
@@ -1,6 +1,35 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="a">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
     <xs:complexType>
       <xs:sequence>
         <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss0.xsd Mon Jun 22 20:47:23 2020
@@ -1,7 +1,36 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="c" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
   <xs:element name="a">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="bas:b" xmlns:bas="baseNamespace"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_eN0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_eN0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_eN0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_eN0.xsd Mon Jun 22 20:47:23 2020
@@ -1,7 +1,36 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="c" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
   <xs:element name="a">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="bas:b" xmlns:bas="baseNamespace"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_scs0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_scs0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_scs0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_scs0.xsd Mon Jun 22 20:47:23 2020
@@ -1,7 +1,36 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="c" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
   <xs:element name="a">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="bas:b" xmlns:bas="baseNamespace"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_scs_eN0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_scs_eN0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_scs_eN0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_ss_scs_eN0.xsd Mon Jun 22 20:47:23 2020
@@ -1,7 +1,36 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="c" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
   <xs:element name="a">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="bas:b" xmlns:bas="baseNamespace"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb0.xsd Mon Jun 22 20:47:23 2020
@@ -1,6 +1,36 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-  <xs:element name="a" type="bas:aType" xmlns:bas="baseNamespace"/>
+  <xs:element name="a" type="bas:aType" xmlns:bas="baseNamespace">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
+  </xs:element>
   <xs:complexType name="aType">
     <xs:sequence>
       <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_eN0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_eN0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_eN0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_eN0.xsd Mon Jun 22 20:47:23 2020
@@ -1,6 +1,36 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-  <xs:element name="a" type="bas:aType" xmlns:bas="baseNamespace"/>
+  <xs:element name="a" type="bas:aType" xmlns:bas="baseNamespace">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
+  </xs:element>
   <xs:complexType name="aType">
     <xs:sequence>
       <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_scs0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_scs0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_scs0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_scs0.xsd Mon Jun 22 20:47:23 2020
@@ -1,6 +1,36 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-  <xs:element name="a" type="bas:aType" xmlns:bas="baseNamespace"/>
+  <xs:element name="a" type="bas:aType" xmlns:bas="baseNamespace">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
+  </xs:element>
   <xs:complexType name="aType">
     <xs:sequence>
       <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_scs_eN0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_scs_eN0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_scs_eN0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/options/base_vb_scs_eN0.xsd Mon Jun 22 20:47:23 2020
@@ -1,6 +1,36 @@
 <?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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-  <xs:element name="a" type="bas:aType" xmlns:bas="baseNamespace"/>
+  <xs:element name="a" type="bas:aType" xmlns:bas="baseNamespace">
+    <xs:annotation>
+      <xs:documentation> 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:documentation>
+    </xs:annotation>
+  </xs:element>
   <xs:complexType name="aType">
     <xs:sequence>
       <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/choice.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/choice.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/choice.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/choice.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. -->
+
 <a xmlns="baseNamespace">
     <b><c>123</c><d/></b>
     <e><c>abc</c><d>123</d></e>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/choice_ss0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/choice_ss0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/choice_ss0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/choice_ss0.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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="baseNamespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="c">
     <xs:simpleType>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice.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. -->
+
 <a xmlns:foo="http://foo" xmlns="http://baz" xmlns:tns="http://baz">
     <tns:c x="2" tns:a="1"/>
     <foo:d foo:a="1"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice_ss0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice_ss0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice_ss0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice_ss0.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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://foo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="d">
     <xs:complexType>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice_ss1.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice_ss1.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice_ss1.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/attrchoice_ss1.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 attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://baz" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="a">
     <xs:complexType>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/nschoice.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/nschoice.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/nschoice.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/complex/choice/nschoice.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. -->
+
 <a xmlns="nschoice" xmlns:c="cChoice" xmlns:d="dChoice" xmlns:n="nChoice">
     <c:c c:o="123"/>
     <d/>



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