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 [5/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/xkms-1.0.wsdl
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/misc/xkms-1.0.wsdl?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/misc/xkms-1.0.wsdl (original)
+++ xmlbeans/trunk/src/test/resources/xbean/misc/xkms-1.0.wsdl Mon Jun 22 20:47:23 2020
@@ -1,1364 +1,695 @@
-<?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. -->
 
 <definitions name="XMLKeyManagement" xmlns="http://schemas.xmlsoap.org/wsdl/"
-
  xmlns:s="http://www.w3.org/2000/10/XMLSchema"
-
  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
-
  xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
-
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
-
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
-
  xmlns:xkms="http://www.xkms.org/schema/xkms-2001-01-20"
-
  xmlns:tns="http://www.xkms.org/schema/xkms-2001-01-20"
-
  targetNamespace="http://www.xkms.org/schema/xkms-2001-01-20">
 
-
-
   <types>
 
-
-
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
-
         xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
-
         targetNamespace="http://www.w3.org/2000/09/xmldsig#"
-
-        version="0.1" elementFormDefault="qualified"> 
-
-
+        version="0.1" elementFormDefault="qualified">
 
 <!-- Basic Types Defined for Signatures -->
 
-
-
 <simpleType name="CryptoBinary">
-
   <restriction base="base64Binary">
-
   </restriction>
-
 </simpleType>
 
-
-
 <!-- Start Signature -->
 
-
-
 <element name="Signature" type="ds:SignatureType"/>
-
 <complexType name="SignatureType">
-
-  <sequence> 
-
-    <element ref="ds:SignedInfo"/> 
-
-    <element ref="ds:SignatureValue"/> 
-
-    <element ref="ds:KeyInfo" minOccurs="0"/> 
-
-    <element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/> 
-
-  </sequence>  
-
+  <sequence>
+    <element ref="ds:SignedInfo"/>
+    <element ref="ds:SignatureValue"/>
+    <element ref="ds:KeyInfo" minOccurs="0"/>
+    <element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/>
+  </sequence>
   <attribute name="Id" type="ID" use="optional"/>
-
 </complexType>
 
-
-
-  <element name="SignatureValue" type="ds:SignatureValueType"/> 
-
+  <element name="SignatureValue" type="ds:SignatureValueType"/>
   <complexType name="SignatureValueType">
-
     <simpleContent>
-
       <extension base="base64Binary">
-
         <attribute name="Id" type="ID" use="optional"/>
-
       </extension>
-
     </simpleContent>
-
   </complexType>
 
-
-
 <!-- Start SignedInfo -->
 
-
-
 <element name="SignedInfo" type="ds:SignedInfoType"/>
-
 <complexType name="SignedInfoType">
-
-  <sequence> 
-
-    <element ref="ds:CanonicalizationMethod"/> 
-
-    <element ref="ds:SignatureMethod"/> 
-
-    <element ref="ds:Reference" maxOccurs="unbounded"/> 
-
-  </sequence>  
-
-  <attribute name="Id" type="ID" use="optional"/> 
-
+  <sequence>
+    <element ref="ds:CanonicalizationMethod"/>
+    <element ref="ds:SignatureMethod"/>
+    <element ref="ds:Reference" maxOccurs="unbounded"/>
+  </sequence>
+  <attribute name="Id" type="ID" use="optional"/>
 </complexType>
 
-
-
-  <element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/> 
-
+  <element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/>
   <complexType name="CanonicalizationMethodType" mixed="true">
-
     <sequence>
-
       <any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
-
       <!-- (0,unbounded) elements from (1,1) namespace -->
-
     </sequence>
-
-    <attribute name="Algorithm" type="anyURI" use="required"/> 
-
+    <attribute name="Algorithm" type="anyURI" use="required"/>
   </complexType>
 
-
-
   <element name="SignatureMethod" type="ds:SignatureMethodType"/>
-
   <complexType name="SignatureMethodType" mixed="true">
-
     <sequence>
-
       <element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
-
       <any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
-
       <!-- (0,unbounded) elements from (1,1) external namespace -->
-
     </sequence>
-
-    <attribute name="Algorithm" type="anyURI" use="required"/> 
-
+    <attribute name="Algorithm" type="anyURI" use="required"/>
   </complexType>
 
-
-
 <!-- Start Reference -->
 
-
-
 <element name="Reference" type="ds:ReferenceType"/>
-
 <complexType name="ReferenceType">
-
-  <sequence> 
-
-    <element ref="ds:Transforms" minOccurs="0"/> 
-
-    <element ref="ds:DigestMethod"/> 
-
-    <element ref="ds:DigestValue"/> 
-
+  <sequence>
+    <element ref="ds:Transforms" minOccurs="0"/>
+    <element ref="ds:DigestMethod"/>
+    <element ref="ds:DigestValue"/>
   </sequence>
-
-  <attribute name="Id" type="ID" use="optional"/> 
-
-  <attribute name="URI" type="anyURI" use="optional"/> 
-
-  <attribute name="Type" type="anyURI" use="optional"/> 
-
+  <attribute name="Id" type="ID" use="optional"/>
+  <attribute name="URI" type="anyURI" use="optional"/>
+  <attribute name="Type" type="anyURI" use="optional"/>
 </complexType>
 
-
-
   <element name="Transforms" type="ds:TransformsType"/>
-
   <complexType name="TransformsType">
-
     <sequence>
-
-      <element ref="ds:Transform" maxOccurs="unbounded"/>  
-
+      <element ref="ds:Transform" maxOccurs="unbounded"/>
     </sequence>
-
   </complexType>
 
-
-
   <element name="Transform" type="ds:TransformType"/>
-
   <complexType name="TransformType" mixed="true">
-
-    <choice minOccurs="0" maxOccurs="unbounded"> 
-
+    <choice minOccurs="0" maxOccurs="unbounded">
       <any namespace="##other" processContents="lax"/>
-
       <!-- (1,1) elements from (0,unbounded) namespaces -->
-
-      <element name="XPath" type="string"/> 
-
+      <element name="XPath" type="string"/>
     </choice>
-
-    <attribute name="Algorithm" type="anyURI" use="required"/> 
-
+    <attribute name="Algorithm" type="anyURI" use="required"/>
   </complexType>
 
-
-
 <!-- End Reference -->
 
-
-
 <element name="DigestMethod" type="ds:DigestMethodType"/>
-
-<complexType name="DigestMethodType" mixed="true"> 
-
+<complexType name="DigestMethodType" mixed="true">
   <sequence>
-
     <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
-
-  </sequence>    
-
-  <attribute name="Algorithm" type="anyURI" use="required"/> 
-
+  </sequence>
+  <attribute name="Algorithm" type="anyURI" use="required"/>
 </complexType>
 
-
-
 <element name="DigestValue" type="ds:DigestValueType"/>
-
 <simpleType name="DigestValueType">
-
   <restriction base="base64Binary"/>
-
 </simpleType>
 
-
-
 <!-- End SignedInfo -->
 
-
-
 <!-- Start KeyInfo -->
 
-
-
-<element name="KeyInfo" type="ds:KeyInfoType"/> 
-
-
+<element name="KeyInfo" type="ds:KeyInfoType"/>
 
 <complexType name="KeyInfoType" mixed="true">
-
   <sequence>
-
 <!--    <element ref="ds:KeyName"/>     -->
-
     <element ref="ds:KeyName"/>
-
-    <element ref="ds:KeyValue"/> 
-
-    <element ref="ds:RetrievalMethod"/> 
-
-    <element ref="ds:X509Data"/> 
-
-    <element ref="ds:PGPData"/> 
-
+    <element ref="ds:KeyValue"/>
+    <element ref="ds:RetrievalMethod"/>
+    <element ref="ds:X509Data"/>
+    <element ref="ds:PGPData"/>
     <element ref="ds:SPKIData"/>
-
     <element ref="ds:MgmtData"/>
-
-    <any processContents="lax" namespace="##other"/>  
-
+    <any processContents="lax" namespace="##other"/>
     <!-- (1,1) elements from (0,unbounded) namespaces -->
-
   </sequence>
-
-  <attribute name="Id" type="ID" use="optional"/> 
-
+  <attribute name="Id" type="ID" use="optional"/>
 </complexType>
 
-
-
   <element name="KeyName" type="string"/>
-
   <element name="MgmtData" type="string"/>
 
-
-
-  <element name="KeyValue" type="ds:KeyValueType"/> 
-
+  <element name="KeyValue" type="ds:KeyValueType"/>
   <complexType name="KeyValueType" mixed="true">
-
    <choice>
-
      <element ref="ds:DSAKeyValue"/>
-
      <element ref="ds:RSAKeyValue"/>
-
      <any namespace="##other" processContents="lax"/>
-
    </choice>
-
   </complexType>
 
-
-
-  <element name="RetrievalMethod" type="ds:RetrievalMethodType"/> 
-
+  <element name="RetrievalMethod" type="ds:RetrievalMethodType"/>
   <complexType name="RetrievalMethodType">
-
     <sequence>
-
-      <element name="Transforms" type="ds:TransformsType" minOccurs="0"/> 
-
-    </sequence>  
-
+      <element name="Transforms" type="ds:TransformsType" minOccurs="0"/>
+    </sequence>
     <attribute name="URI" type="anyURI"/>
-
     <attribute name="Type" type="anyURI" use="optional"/>
-
   </complexType>
 
-
-
 <!-- Start X509Data -->
 
-
-
-<element name="X509Data" type="ds:X509DataType"/> 
-
+<element name="X509Data" type="ds:X509DataType"/>
 <complexType name="X509DataType">
-
   <sequence maxOccurs="unbounded">
-
     <choice>
-
       <element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>
-
       <element name="X509SKI" type="base64Binary"/>
-
       <element name="X509SubjectName" type="string"/>
-
       <element name="X509Certificate" type="base64Binary"/>
-
       <element name="X509CRL" type="base64Binary"/>
-
       <any namespace="##other" processContents="lax"/>
-
     </choice>
-
   </sequence>
-
 </complexType>
 
-
-
-<complexType name="X509IssuerSerialType"> 
-
-  <sequence> 
-
-    <element name="X509IssuerName" type="string"/> 
-
-    <element name="X509SerialNumber" type="integer"/> 
-
+<complexType name="X509IssuerSerialType">
+  <sequence>
+    <element name="X509IssuerName" type="string"/>
+    <element name="X509SerialNumber" type="integer"/>
   </sequence>
-
 </complexType>
 
-
-
 <!-- End X509Data -->
 
-
-
 <!-- Begin PGPData -->
 
-
-
-<element name="PGPData" type="ds:PGPDataType"/> 
-
-<complexType name="PGPDataType"> 
-
+<element name="PGPData" type="ds:PGPDataType"/>
+<complexType name="PGPDataType">
   <choice>
-
     <sequence>
-
-      <element name="PGPKeyID" type="base64Binary"/> 
-
-      <element name="PGPKeyPacket" type="base64Binary" minOccurs="0"/> 
-
+      <element name="PGPKeyID" type="base64Binary"/>
+      <element name="PGPKeyPacket" type="base64Binary" minOccurs="0"/>
       <any namespace="##other" processContents="lax" minOccurs="0"
-
        maxOccurs="unbounded"/>
-
     </sequence>
-
   </choice>
-
 </complexType>
 
-
-
 <!-- End PGPData -->
 
-
-
 <!-- Begin SPKIData -->
 
-
-
-<element name="SPKIData" type="ds:SPKIDataType"/> 
-
+<element name="SPKIData" type="ds:SPKIDataType"/>
 <complexType name="SPKIDataType">
-
   <sequence maxOccurs="unbounded">
-
     <element name="SPKISexp" type="base64Binary"/>
-
     <any namespace="##other" processContents="lax" minOccurs="0"/>
-
   </sequence>
-
-</complexType> 
-
-
+</complexType>
 
 <!-- End SPKIData -->
 
-
-
 <!-- End KeyInfo -->
 
-
-
 <!-- Start Object (Manifest, SignatureProperty) -->
 
-
-
-<element name="Object" type="ds:ObjectType"/> 
-
+<element name="Object" type="ds:ObjectType"/>
 <complexType name="ObjectType" mixed="true">
-
   <sequence minOccurs="0" maxOccurs="unbounded">
-
     <any namespace="##any" processContents="lax"/>
-
   </sequence>
-
-  <attribute name="Id" type="ID" use="optional"/> 
-
+  <attribute name="Id" type="ID" use="optional"/>
   <attribute name="MimeType" type="string" use="optional"/> <!-- add a grep facet -->
-
-  <attribute name="Encoding" type="anyURI" use="optional"/> 
-
+  <attribute name="Encoding" type="anyURI" use="optional"/>
 </complexType>
 
-
-
-<element name="Manifest" type="ds:ManifestType"/> 
-
+<element name="Manifest" type="ds:ManifestType"/>
 <complexType name="ManifestType">
-
   <sequence>
-
-    <element ref="ds:Reference" maxOccurs="unbounded"/> 
-
+    <element ref="ds:Reference" maxOccurs="unbounded"/>
   </sequence>
-
-  <attribute name="Id" type="ID" use="optional"/> 
-
+  <attribute name="Id" type="ID" use="optional"/>
 </complexType>
 
-
-
-<element name="SignatureProperties" type="ds:SignaturePropertiesType"/> 
-
+<element name="SignatureProperties" type="ds:SignaturePropertiesType"/>
 <complexType name="SignaturePropertiesType">
-
   <sequence>
-
-    <element ref="ds:SignatureProperty" maxOccurs="unbounded"/> 
-
+    <element ref="ds:SignatureProperty" maxOccurs="unbounded"/>
   </sequence>
-
-  <attribute name="Id" type="ID" use="optional"/> 
-
+  <attribute name="Id" type="ID" use="optional"/>
 </complexType>
 
-
-
-   <element name="SignatureProperty" type="ds:SignaturePropertyType"/> 
-
+   <element name="SignatureProperty" type="ds:SignaturePropertyType"/>
    <complexType name="SignaturePropertyType" mixed="true">
-
      <choice maxOccurs="unbounded">
-
        <any namespace="##other" processContents="lax"/>
-
        <!-- (1,1) elements from (1,unbounded) namespaces -->
-
      </choice>
-
-     <attribute name="Target" type="anyURI" use="required"/> 
-
-     <attribute name="Id" type="ID" use="optional"/> 
-
+     <attribute name="Target" type="anyURI" use="required"/>
+     <attribute name="Id" type="ID" use="optional"/>
    </complexType>
 
-
-
 <!-- End Object (Manifest, SignatureProperty) -->
 
-
-
 <!-- Start Algorithm Parameters -->
 
-
-
 <simpleType name="HMACOutputLengthType">
-
   <restriction base="integer"/>
-
 </simpleType>
 
-
-
 <!-- Start KeyValue Element-types -->
 
-
-
 <element name="DSAKeyValue" type="ds:DSAKeyValueType"/>
-
 <complexType name="DSAKeyValueType">
-
   <sequence>
-
     <sequence minOccurs="0">
-
       <element name="P" type="ds:CryptoBinary"/>
-
       <element name="Q" type="ds:CryptoBinary"/>
-
     </sequence>
-
     <element name="J" type="ds:CryptoBinary" minOccurs="0"/>
-
     <element name="G" type="ds:CryptoBinary" minOccurs="0"/>
-
     <element name="Y" type="ds:CryptoBinary"/>
-
     <sequence minOccurs="0">
-
       <element name="Seed" type="ds:CryptoBinary"/>
-
       <element name="PgenCounter" type="ds:CryptoBinary"/>
-
     </sequence>
-
   </sequence>
-
 </complexType>
 
 
-
-
-
 <element name="RSAKeyValue" type="ds:RSAKeyValueType"/>
-
 <complexType name="RSAKeyValueType">
-
   <sequence>
-
-    <element name="Modulus" type="ds:CryptoBinary"/> 
-
-    <element name="Exponent" type="ds:CryptoBinary"/> 
-
+    <element name="Modulus" type="ds:CryptoBinary"/>
+    <element name="Exponent" type="ds:CryptoBinary"/>
   </sequence>
-
-</complexType> 
-
-
+</complexType>
 
 <!-- End KeyValue Element-types -->
 
-
-
 <!-- End Signature -->
 
-
-
 </schema>
 
-
-
 <schema attributeFormDefault="qualified" elementFormDefault="qualified"
-
  targetNamespace="http://www.xkms.org/schema/xkms-2001-01-20"
-
  xmlns="http://www.w3.org/2001/XMLSchema">
-
  <import namespace="http://www.w3.org/2000/09/xmldsig#"/>
-
    <element name="Recover" type="xkms:RecoverType"/>
-
    <element name="Revoke" type="xkms:RevokeType"/>
-
    <element name="Locate" type="xkms:LocateType"/>
-
    <element name="Register" type="xkms:RegisterType"/>
-
    <element name="Validate" type="xkms:ValidateType"/>
-
    <element name="RegisterResult" type="xkms:RegisterResultType"/>
-
    <element name="RecoverResult" type="xkms:RecoverResultType"/>
-
    <element name="RevokeResult" type="xkms:RevokeResultType"/>
-
    <element name="LocateResult" type="xkms:LocateResultType"/>
-
    <element name="ValidateResult" type="xkms:ValidateResultType"/>
-
    <complexType name="LocateType">
-
       <sequence>
-
          <element minOccurs="0" name="TransactionID" type="string"/>
-
          <element name="Query" type="xkms:KeyInfoType"/>
-
          <element minOccurs="0" name="Respond" type="xkms:RespondType"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="LocateResultType">
-
       <sequence>
-
          <element minOccurs="0" name="TransactionID" type="string"/>
-
          <element name="Result" type="xkms:ResultCodeType"/>
-
          <element minOccurs="0" name="Answer" type="xkms:LocateResultAnswerType"/>
-
          <element minOccurs="0" name="ErrorInfo" type="xkms:ErrorInfoType"/>
-
          <element maxOccurs="1" minOccurs="0" ref="ds:Signature"/>
-
       </sequence>
-
       <attribute name="Id" type="ID" use="optional"/>
-
    </complexType>
-
    <complexType name="ValidateType">
-
       <sequence>
-
          <element name="Query" type="xkms:KeyBindingType"/>
-
          <element minOccurs="0" name="Respond" type="xkms:RespondType"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="ValidateResultType">
-
       <sequence>
-
          <element name="Result" type="xkms:ResultCodeType"/>
-
          <element minOccurs="0" name="Answer" type="xkms:ValidateResultAnswerType"/>
-
          <element minOccurs="0" name="ErrorInfo" type="xkms:ErrorInfoType"/>
-
          <element maxOccurs="1" minOccurs="0" ref="ds:Signature"/>
-
       </sequence>
-
       <attribute name="Id" type="ID" use="optional"/>
-
    </complexType>
-
    <complexType name="ValidateResultAnswerType">
-
       <sequence>
-
          <element name="KeyBinding" type="xkms:KeyBindingType"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="RegisterType">
-
       <sequence>
-
          <element name="Prototype" type="xkms:KeyBindingType"/>
-
          <element name="AuthInfo" type="xkms:AuthInfoType"/>
-
          <element name="Respond" type="xkms:RespondType"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="RegisterResultType">
-
       <sequence>
-
          <element name="Result" type="xkms:ResultCodeType"/>
-
          <element minOccurs="0" name="Answer" type="xkms:RegisterResultAnswerType"/>
-
          <element minOccurs="0" name="Private" type="xkms:PrivateType"/>
-
          <element minOccurs="0" name="ErrorInfo" type="xkms:ErrorInfoType"/>
-
          <element maxOccurs="1" minOccurs="0" ref="ds:Signature"/>
-
       </sequence>
-
       <attribute name="Id" type="ID" use="optional"/>
-
    </complexType>
-
    <complexType name="RegisterResultAnswerType">
-
       <sequence>
-
          <element name="KeyBinding" type="xkms:KeyBindingType"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="RecoverType">
-
       <sequence>
-
          <element ref="xkms:Register"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="RecoverResultType">
-
       <sequence>
-
          <element ref="xkms:RegisterResult"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="RevokeType">
-
       <sequence>
-
          <element ref="xkms:Register"/>
-
       </sequence>
-
    </complexType>
 
-
-
    <complexType name="PrivateType">
-
       <sequence>
-
-         <any maxOccurs="unbounded" processContents="lax"  
-
+         <any maxOccurs="unbounded" processContents="lax"
 	      minOccurs="0" namespace="##any"/>
-
       </sequence>
-
       <anyAttribute namespace="##any" processContents="lax"/>
-
    </complexType>
 
-
-
    <complexType name="RevokeResultType">
-
       <sequence>
-
          <element ref="xkms:RegisterResult"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="ErrorInfoType">
-
       <sequence>
-
          <element name="ErrorDescription" type="string"/>
-
          <element minOccurs="0" name="ErrorActor" type="string"/>
-
          <element minOccurs="0" name="ErrorDetail" type="xkms:ErrorDetailType"/>
-
       </sequence>
-
       <attribute name="errorCode" type="string" use="required"/>
-
    </complexType>
-
    <complexType name="ErrorDetailType">
-
       <sequence>
-
          <any namespace="##other" processContents="strict"/>
-
       </sequence>
-
       <anyAttribute namespace="##other" processContents="strict"/>
-
    </complexType>
-
    <simpleType name="ErrorCodeType">
-
       <restriction base="string">
-
          <enumeration value="Client"/>
-
          <enumeration value="Server"/>
-
          <enumeration value="Client.MalformedKeyNamePassed"/>
-
          <enumeration value="Client.InvalidPassPhraseAuth"/>
-
          <enumeration value="*"/>
-
       </restriction>
-
    </simpleType>
-
    <complexType name="KeyBindingType">
-
       <sequence>
-
          <element minOccurs="0" name="TransactionID" type="string"/>
-
          <element name="Status" type="xkms:AssertionStatusType"/>
-
          <element maxOccurs="unbounded" minOccurs="0" name="KeyID" type="string"/>
-
          <element minOccurs="0" ref="ds:KeyInfo"/>
-
          <element minOccurs="0" name="PassPhrase" type="string"/>
-
          <element minOccurs="0" name="ProcessInfo" type="xkms:ProcessInfoType"/>
-
          <element minOccurs="0" name="ValidityInterval" type="xkms:ValidityIntervalType"/>
-
          <element maxOccurs="unbounded" minOccurs="0" name="KeyUsage" type="xkms:KeyUsageType"/>
-
          <element minOccurs="0" name="Private" type="xkms:PrivateType"/>
-
       </sequence>
-
       <attribute name="Id" type="ID" use="optional"/>
-
    </complexType>
-
    <complexType name="KeyInfoType">
-
       <sequence>
-
          <element ref="ds:KeyInfo"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="RespondType">
-
       <sequence>
-
          <element maxOccurs="unbounded" minOccurs="0" name="string" type="xkms:RespondEnum"/>
-
       </sequence>
-
    </complexType>
-
    <simpleType name="RespondEnum">
-
       <restriction base="string">
-
          <enumeration value="KeyName"/>
-
          <enumeration value="KeyValue"/>
-
          <enumeration value="X509Cert"/>
-
          <enumeration value="X509Chain"/>
-
          <enumeration value="X509CRL"/>
-
          <enumeration value="OCSP"/>
-
          <enumeration value="RetrievalMethod"/>
-
          <enumeration value="MgmtData"/>
-
          <enumeration value="PGPData"/>
-
          <enumeration value="PGPWeb"/>
-
          <enumeration value="SPKIData"/>
-
          <enumeration value="Multiple"/>
-
          <enumeration value="Private"/>
-
          <enumeration value="ValidityInterval"/>
-
          <enumeration value="KeyUsage"/>
-
          <enumeration value="Status"/>
-
          <enumeration value="SignedResult"/>
-
       </restriction>
-
    </simpleType>
-
    <complexType name="LocateResultAnswerType">
-
       <sequence>
-
          <element maxOccurs="unbounded" minOccurs="0" ref="ds:KeyInfo"/>
-
       </sequence>
-
    </complexType>
-
    <simpleType name="ResultCodeType">
-
       <restriction base="string">
-
          <enumeration value="Success"/>
-
          <enumeration value="NoMatch"/>
-
          <enumeration value="NotFound"/>
-
          <enumeration value="Incomplete"/>
-
          <enumeration value="Failure"/>
-
          <enumeration value="Refused"/>
-
          <enumeration value="Pending"/>
-
       </restriction>
-
    </simpleType>
-
    <simpleType name="AssertionStatusType">
-
       <restriction base="string">
-
          <enumeration value="Valid"/>
-
          <enumeration value="Invalid"/>
-
          <enumeration value="Indeterminate"/>
-
       </restriction>
-
    </simpleType>
-
    <complexType name="ProcessInfoType">
-
       <sequence maxOccurs="unbounded" minOccurs="0">
-
          <any namespace="##other"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="ValidityIntervalType">
-
       <sequence>
-
          <element minOccurs="0" name="NotBefore" type="timeInstant"/>
-
          <element minOccurs="0" name="NotAfter" type="timeInstant"/>
-
       </sequence>
-
    </complexType>
-
    <simpleType name="KeyUsageType">
-
       <restriction base="string">
-
          <enumeration value="Encryption"/>
-
          <enumeration value="Signature"/>
-
          <enumeration value="Exchange"/>
-
       </restriction>
-
    </simpleType>
-
    <complexType name="AuthInfoType">
-
       <choice>
-
          <element name="AuthUserInfo" type="xkms:AuthUserInfoType"/>
-
          <element name="AuthServerInfo" type="xkms:AuthServerInfoType"/>
-
       </choice>
-
    </complexType>
-
    <complexType name="ProofOfPossessionType">
-
       <sequence>
-
          <element minOccurs="0" ref="ds:Signature"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="KeyBindingAuthType">
-
       <sequence>
-
          <element minOccurs="0" ref="ds:Signature"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="AuthUserInfoType">
-
       <sequence>
-
          <element minOccurs="0" name="ProofOfPossession" type="xkms:ProofOfPossessionType"/>
-
          <element minOccurs="0" name="KeyBindingAuth" type="xkms:KeyBindingAuthType"/>
-
          <element minOccurs="0" name="PassPhraseAuth" type="string"/>
-
       </sequence>
-
    </complexType>
-
    <complexType name="AuthServerInfoType">
-
       <sequence>
-
          <element minOccurs="0" name="KeyBindingAuth" type="xkms:KeyBindingAuthType"/>
-
          <element minOccurs="0" name="PassPhraseAuth" type="string"/>
-
       </sequence>
-
    </complexType>
-
 </schema>
-
   </types>
 
-
-
   <message name="Register">
-
     <part name="body" element="xkms:Register"/>
-
   </message>
 
-
-
   <message name="RegisterResult">
-
     <part name="body" element="xkms:RegisterResult"/>
-
   </message>
 
-
-
   <message name="Validate">
-
     <part name="body" element="xkms:Validate"/>
-
   </message>
 
-
-
   <message name="ValidateResult">
-
     <part name="body" element="xkms:ValidateResult"/>
-
   </message>
 
-
-
   <message name="Locate">
-
     <part name="body" element="xkms:Locate"/>
-
   </message>
 
-
-
   <message name="LocateResult">
-
     <part name="body" element="xkms:LocateResult"/>
-
   </message>
 
-
-
   <portType name="KeyServicePortType">
-
     <operation name="Register">
-
       <input message="tns:Register"/>
-
       <output message="tns:RegisterResult"/>
-
 	<fault message="tns:RegisterResult"/>
-
     </operation>
 
-
-
     <operation name="Validate">
-
       <input message="tns:Validate"/>
-
       <output message="tns:ValidateResult"/>
-
 	<fault message="tns:ValidateResult"/>
-
     </operation>
 
-
-
     <operation name="Locate">
-
       <input message="tns:Locate"/>
-
       <output message="tns:LocateResult"/>
-
 	<fault message="tns:LocateResult"/>
-
     </operation>
-
   </portType>
 
-
-
   <binding name="KeyServiceSoapBinding" type="tns:KeyServicePortType">
-
     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
 
-
-
     <operation name="Register">
-
       <soap:operation soapAction="http://www.xkms.org/schema/xkms-2001-01-20#Register" style="document"/>
-
       <input message="tns:Register">
-
         <soap:body parts="body" use="literal"/>
-
       </input>
-
       <output message="tns:RegisterResult">
-
         <soap:body parts="body" use="literal"/>
-
       </output>
-
     </operation>
 
-
-
     <operation name="Validate">
-
       <soap:operation soapAction="http://www.xkms.org/schema/xkms-2001-01-20#Validate" style="document"/>
-
       <input message="tns:Validate">
-
         <soap:body parts="body" use="literal"/>
-
       </input>
-
       <output message="tns:ValidateResult">
-
         <soap:body parts="body" use="literal"/>
-
       </output>
-
     </operation>
 
-
-
     <operation name="Locate">
-
       <soap:operation soapAction="http://www.xkms.org/schema/xkms-2001-01-20#Locate" style="document"/>
-
       <input message="tns:Locate">
-
         <soap:body parts="body" use="literal"/>
-
       </input>
-
       <output message="tns:LocateResult">
-
         <soap:body parts="body" use="literal"/>
-
       </output>
-
     </operation>
-
   </binding>
 
-
-
   <binding name="KeyServiceHttpPostBinding" type="tns:KeyServicePortType">
-
     <http:binding verb="POST"/>
 
-
-
     <operation name="Register">
-
       <http:operation location="xkms/Acceptor.nano"/>
-
       <input message="tns:Register">
-
         <mime:content parts="body" type="text/xml"/>
-
       </input>
-
       <output message="tns:RegisterResult">
-
         <mime:content parts="body" type="text/xml"/>
-
       </output>
-
     </operation>
 
-
-
     <operation name="Validate">
-
       <http:operation location="xkms/Acceptor.nano"/>
-
       <input message="tns:Validate">
-
         <mime:content parts="body" type="text/xml"/>
-
       </input>
-
       <output message="tns:ValidateResult">
-
         <mime:content parts="body" type="text/xml"/>
-
       </output>
-
     </operation>
 
-
-
     <operation name="Locate">
-
       <http:operation location="xkms/Acceptor.nano"/>
-
       <input message="tns:Locate">
-
         <mime:content parts="body" type="text/xml"/>
-
       </input>
-
       <output message="tns:LocateResult">
-
         <mime:content parts="body" type="text/xml"/>
-
       </output>
-
     </operation>
-
   </binding>
 
-
-
   <service name="XMLKeyManagementService">
-
 	<documentation>Verisign's XML Key Management Service (XKMS)</documentation>
 
-
-
     <port name="KeyServiceSoapPort" binding="tns:KeyServiceSoapBinding">
-
       <soap:address location="http://xkms.verisign.com/xkms/Acceptor.nano"/>
-
     </port>
 
-
-
     <port name="KeyServiceHttpPostPort" binding="tns:KeyServiceHttpPostBinding">
-
       <http:address location="http://xkms.verisign.com/"/>
-
     </port>
-
   </service>
 
-
-
   <service name="PilotXMLKeyManagementService">
-
 	<documentation>Verisign's Pilot XML Key Management Service (XKMS)</documentation>
 
-
-
     <port name="KeyServiceSoapPort" binding="tns:KeyServiceSoapBinding">
-
       <soap:address location="http://pilot-xkms.verisign.com/xkms/Acceptor.nano"/>
-
     </port>
 
-
-
     <port name="KeyServiceHttpPostPort" binding="tns:KeyServiceHttpPostBinding">
-
       <http:address location="http://pilot-xkms.verisign.com/"/>
-
     </port>
-
   </service>
-
 </definitions>
-

Modified: xmlbeans/trunk/src/test/resources/xbean/schema/typesonly/typesonly.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/schema/typesonly/typesonly.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/schema/typesonly/typesonly.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/schema/typesonly/typesonly.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/typesonly"
@@ -19,10 +34,10 @@
         </xs:element>
         <xs:element name="birthday" type="xs:date"/>
       </xs:choice>
-        
+
       <xs:element minOccurs="0" maxOccurs="unbounded" type="mt:person" name="child"/>
     </xs:sequence>
-      
+
     <xs:attribute name="gender">
       <xs:simpleType>
         <xs:restriction base="xs:NMTOKEN">
@@ -31,11 +46,11 @@
         </xs:restriction>
       </xs:simpleType>
     </xs:attribute>
-      
+
   </xs:complexType>
 
   <xs:element name="record" type="mt:person"/>
-  
+
   <xs:simpleType name="State">
     <xs:restriction base="xs:string">
       <xs:enumeration value="AK"/>
@@ -48,13 +63,13 @@
   <xs:simpleType name="ListOfStates">
     <xs:list itemType="mt:State"/>
   </xs:simpleType>
-  
+
   <xs:complexType name="candidate">
     <xs:sequence>
       <xs:element name="name" type="xs:string"/>
       <xs:element name="states" type="mt:ListOfStates"/>
     </xs:sequence>
   </xs:complexType>
-  
+
 </xs:schema>
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: xmlbeans/trunk/src/test/resources/xbean/scomp/derivation/AttributeWCRestriction.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/scomp/derivation/AttributeWCRestriction.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/scomp/derivation/AttributeWCRestriction.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/scomp/derivation/AttributeWCRestriction.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/derivation/AttributeWCRestriction"
@@ -15,8 +30,8 @@
             </xsd:restriction>
         </xsd:complexContent>
     </xsd:complexType>
-    
-    
+
+
     <!--restrict any to local and skip 2 strict-->
     <xsd:complexType name="Any2LocalT">
         <xsd:complexContent>

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

Modified: xmlbeans/trunk/src/test/resources/xbean/scomp/derivation/ComplexContentExtension.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/scomp/derivation/ComplexContentExtension.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/scomp/derivation/ComplexContentExtension.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/scomp/derivation/ComplexContentExtension.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/derivation/ComplexExtension"
@@ -32,7 +47,7 @@
 
     <!--Extension does not work for "all" groups: they need to be@top of content model
         Walmsley p 308-->
-    
+
 
     <xsd:element name="ChoiceExtensionElt" type="ChoiceExtensionT"/>
     <xsd:element name="SequenceExtensionElt" type="SequenceExtensionT"/>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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