You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by da...@apache.org on 2004/08/25 19:33:21 UTC

cvs commit: xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces duplicatedNS.xml duplicatedNS_rd0.xsd duplicatedNS_ss0.xsd duplicatedNS_vb0.xsd multipleNS.xml multipleNS_rd0.xsd multipleNS_rd1.xsd multipleNS_rd2.xsd multipleNS_rd3.xsd multipleNS_ss0.xsd multipleNS_ss1.xsd multipleNS_ss2.xsd multipleNS_ss3.xsd multipleNS_vb0.xsd multipleNS_vb1.xsd multipleNS_vb2.xsd multipleNS_vb3.xsd multipleNestedNS.xml multipleNestedNS_rd0.xsd multipleNestedNS_rd1.xsd multipleNestedNS_rd2.xsd multipleNestedNS_rd3.xsd multipleNestedNS_ss0.xsd multipleNestedNS_ss1.xsd multipleNestedNS_ss2.xsd multipleNestedNS_ss3.xsd multipleNestedNS_vb0.xsd multipleNestedNS_vb1.xsd multipleNestedNS_vb2.xsd multipleNestedNS_vb3.xsd must.xml must_rd0.xsd must_rd1.xsd must_ss0.xsd must_ss1.xsd must_vb0.xsd must_vb1.xsd simple.xml simple_rd0.xsd simple_ss0.xsd simple_vb0.xsd

daveremy    2004/08/25 10:33:20

  Added:       v2/test/cases/xbean/tools/inst2xsd/schema/namespaces
                        duplicatedNS.xml duplicatedNS_rd0.xsd
                        duplicatedNS_ss0.xsd duplicatedNS_vb0.xsd
                        multipleNS.xml multipleNS_rd0.xsd
                        multipleNS_rd1.xsd multipleNS_rd2.xsd
                        multipleNS_rd3.xsd multipleNS_ss0.xsd
                        multipleNS_ss1.xsd multipleNS_ss2.xsd
                        multipleNS_ss3.xsd multipleNS_vb0.xsd
                        multipleNS_vb1.xsd multipleNS_vb2.xsd
                        multipleNS_vb3.xsd multipleNestedNS.xml
                        multipleNestedNS_rd0.xsd multipleNestedNS_rd1.xsd
                        multipleNestedNS_rd2.xsd multipleNestedNS_rd3.xsd
                        multipleNestedNS_ss0.xsd multipleNestedNS_ss1.xsd
                        multipleNestedNS_ss2.xsd multipleNestedNS_ss3.xsd
                        multipleNestedNS_vb0.xsd multipleNestedNS_vb1.xsd
                        multipleNestedNS_vb2.xsd multipleNestedNS_vb3.xsd
                        must.xml must_rd0.xsd must_rd1.xsd must_ss0.xsd
                        must_ss1.xsd must_vb0.xsd must_vb1.xsd simple.xml
                        simple_rd0.xsd simple_ss0.xsd simple_vb0.xsd
  Log:
  Contributed by: Jacob Danner addition of inst2xsd namespace test instances and schemas
  
  Revision  Changes    Path
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/duplicatedNS.xml
  
  Index: duplicatedNS.xml
  ===================================================================
  <f:a xmlns:f="http://xmlbeans.apache.org/inst2xsd"
      xmlns:fa="http://xmlbeans.apache.org/inst2xsd"
      xmlns:fb="http://xmlbeans.apache.org/inst2xsd"
      xmlns:fc="http://xmlbeans.apache.org/inst2xsd"
      >
      <fa:b>abc</fa:b>
      <fb:c>123</fb:c>
          <f:a >
              <fa:b>abc</fa:b>
              <fb:c>123</fb:c>
              <fc:d></fc:d>
              <e xmlns="http://xmlbeans.apache.org/inst2xsd"/>
              <e xmlns="http://xmlbeans.apache.org/inst2xsd"/>
          </f:a>
      <fc:d></fc:d>
      <e xmlns="http://xmlbeans.apache.org/inst2xsd"/>
  </f:a>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/duplicatedNS_rd0.xsd
  
  Index: duplicatedNS_rd0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
          <xs:element type="xs:byte" name="c" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
          <xs:element name="a">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
                <xs:element type="xs:byte" name="c" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
                <xs:element type="xs:string" name="d" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
                <xs:element type="xs:string" name="e" maxOccurs="unbounded" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element type="xs:string" name="d" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
          <xs:element type="xs:string" name="e" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/duplicatedNS_ss0.xsd
  
  Index: duplicatedNS_ss0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    <xs:element name="b" type="xs:string" 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:complexType>
        <xs:sequence>
          <xs:element ref="ins:b" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
          <xs:element ref="ins:c" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
          <xs:element ref="ins:d" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
          <xs:element ref="ins:e" maxOccurs="unbounded" minOccurs="0" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
          <xs:element ref="ins:a" maxOccurs="unbounded" minOccurs="0" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="e" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/duplicatedNS_vb0.xsd
  
  Index: duplicatedNS_vb0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a" type="ins:aType" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
    <xs:complexType name="aType">
      <xs:sequence>
        <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        <xs:element type="xs:byte" name="c" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        <xs:element type="xs:string" name="d" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        <xs:element type="xs:string" name="e" maxOccurs="unbounded" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        <xs:element type="ins:aType" name="a" maxOccurs="unbounded" minOccurs="0" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
      </xs:sequence>
    </xs:complexType>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS.xml
  
  Index: multipleNS.xml
  ===================================================================
  <f:a xmlns:f="http://xmlbeans.apache.org/inst2xsd"
      xmlns:fa="http://xmlbeans.apache.org/a"
      xmlns:fb="http://xmlbeans.apache.org/b"
      xmlns:fc="http://xmlbeans.apache.org/c"
      >
      <fa:b>abc</fa:b>
      <fb:c>123</fb:c>
      <fc:d></fc:d>
      <f:d/>
  </f:a>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_rd0.xsd
  
  Index: multipleNS_rd0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/a" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="b" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_rd1.xsd
  
  Index: multipleNS_rd1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_rd2.xsd
  
  Index: multipleNS_rd2.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a">
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="a:b" xmlns:a="http://xmlbeans.apache.org/a"/>
          <xs:element ref="b:c" xmlns:b="http://xmlbeans.apache.org/b"/>
          <xs:element ref="c:d" xmlns:c="http://xmlbeans.apache.org/c"/>
          <xs:element type="xs:string" name="d" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_rd3.xsd
  
  Index: multipleNS_rd3.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/b" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="c" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_ss0.xsd
  
  Index: multipleNS_ss0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/a" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="b" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_ss1.xsd
  
  Index: multipleNS_ss1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_ss2.xsd
  
  Index: multipleNS_ss2.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    <xs:element name="a">
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="a:b" xmlns:a="http://xmlbeans.apache.org/a"/>
          <xs:element ref="b:c" xmlns:b="http://xmlbeans.apache.org/b"/>
          <xs:element ref="c:d" xmlns:c="http://xmlbeans.apache.org/c"/>
          <xs:element ref="ins:d" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_ss3.xsd
  
  Index: multipleNS_ss3.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/b" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="c" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_vb0.xsd
  
  Index: multipleNS_vb0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/a" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="b" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_vb1.xsd
  
  Index: multipleNS_vb1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_vb2.xsd
  
  Index: multipleNS_vb2.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a" type="ins:aType" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
    <xs:complexType name="aType">
      <xs:sequence>
        <xs:element ref="a:b" xmlns:a="http://xmlbeans.apache.org/a"/>
        <xs:element ref="b:c" xmlns:b="http://xmlbeans.apache.org/b"/>
        <xs:element ref="c:d" xmlns:c="http://xmlbeans.apache.org/c"/>
        <xs:element type="xs:string" name="d" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
      </xs:sequence>
    </xs:complexType>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNS_vb3.xsd
  
  Index: multipleNS_vb3.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/b" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="c" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS.xml
  
  Index: multipleNestedNS.xml
  ===================================================================
  <f:a xmlns:f="http://xmlbeans.apache.org/inst2xsd"
      xmlns:fa="http://xmlbeans.apache.org/a"
      xmlns:fb="http://xmlbeans.apache.org/b"
      xmlns:fc="http://xmlbeans.apache.org/c" >
      <fa:b>abc</fa:b>
      <fb:c>123</fb:c>
          <f:a/>
          <fa:d>bcd</fa:d>
          <fb:e>123</fb:e>
      <fc:d></fc:d>
      <f:e/>
  </f:a>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_rd0.xsd
  
  Index: multipleNestedNS_rd0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/a" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    <xs:element name="b" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_rd1.xsd
  
  Index: multipleNestedNS_rd1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_rd2.xsd
  
  Index: multipleNestedNS_rd2.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a">
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="a:b" xmlns:a="http://xmlbeans.apache.org/a"/>
          <xs:element ref="b:c" xmlns:b="http://xmlbeans.apache.org/b"/>
          <xs:element type="xs:string" name="a" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
          <xs:element ref="a:d" xmlns:a="http://xmlbeans.apache.org/a"/>
          <xs:element ref="b:e" xmlns:b="http://xmlbeans.apache.org/b"/>
          <xs:element ref="c:d" xmlns:c="http://xmlbeans.apache.org/c"/>
          <xs:element type="xs:string" name="e" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_rd3.xsd
  
  Index: multipleNestedNS_rd3.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/b" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="e" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    <xs:element name="c" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_ss0.xsd
  
  Index: multipleNestedNS_ss0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/a" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    <xs:element name="b" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_ss1.xsd
  
  Index: multipleNestedNS_ss1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_ss2.xsd
  
  Index: multipleNestedNS_ss2.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a">
      <xs:complexType mixed="true">
        <xs:sequence>
          <xs:element ref="a:b" maxOccurs="unbounded" minOccurs="0" xmlns:a="http://xmlbeans.apache.org/a"/>
          <xs:element ref="b:c" maxOccurs="unbounded" minOccurs="0" xmlns:b="http://xmlbeans.apache.org/b"/>
          <xs:element ref="ins:a" maxOccurs="unbounded" minOccurs="0" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
          <xs:element ref="a:d" maxOccurs="unbounded" minOccurs="0" xmlns:a="http://xmlbeans.apache.org/a"/>
          <xs:element ref="b:e" maxOccurs="unbounded" minOccurs="0" xmlns:b="http://xmlbeans.apache.org/b"/>
          <xs:element ref="c:d" maxOccurs="unbounded" minOccurs="0" xmlns:c="http://xmlbeans.apache.org/c"/>
          <xs:element ref="ins:e" maxOccurs="unbounded" minOccurs="0" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="e" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_ss3.xsd
  
  Index: multipleNestedNS_ss3.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/b" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="e" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    <xs:element name="c" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_vb0.xsd
  
  Index: multipleNestedNS_vb0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/a" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    <xs:element name="b" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_vb1.xsd
  
  Index: multipleNestedNS_vb1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_vb2.xsd
  
  Index: multipleNestedNS_vb2.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a" type="ins:aType" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
    <xs:complexType name="aType">
      <xs:sequence>
        <xs:element ref="a:b" xmlns:a="http://xmlbeans.apache.org/a"/>
        <xs:element ref="b:c" xmlns:b="http://xmlbeans.apache.org/b"/>
        <xs:element type="xs:string" name="a" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        <xs:element ref="a:d" xmlns:a="http://xmlbeans.apache.org/a"/>
        <xs:element ref="b:e" xmlns:b="http://xmlbeans.apache.org/b"/>
        <xs:element ref="c:d" xmlns:c="http://xmlbeans.apache.org/c"/>
        <xs:element type="xs:string" name="e" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
      </xs:sequence>
    </xs:complexType>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/multipleNestedNS_vb3.xsd
  
  Index: multipleNestedNS_vb3.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/b" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="e" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    <xs:element name="c" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/must.xml
  
  Index: must.xml
  ===================================================================
  <a xmlns="namespace_uri" >
      <x xmlns="x_uri" >
  	<a xmlns="namespace_uri" ></a>
      </x>
  </a>
  
  
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/must_rd0.xsd
  
  Index: must_rd0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="namespace_uri" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a">
      <xs:complexType mixed="true">
        <xs:sequence>
          <xs:element ref="x:x" maxOccurs="unbounded" minOccurs="0" xmlns:x="x_uri"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/must_rd1.xsd
  
  Index: must_rd1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="x_uri" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="x">
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="nam:a" xmlns:nam="namespace_uri"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/must_ss0.xsd
  
  Index: must_ss0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="namespace_uri" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a">
      <xs:complexType mixed="true">
        <xs:sequence>
          <xs:element ref="x:x" maxOccurs="unbounded" minOccurs="0" xmlns:x="x_uri"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/must_ss1.xsd
  
  Index: must_ss1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="x_uri" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="x">
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="nam:a" xmlns:nam="namespace_uri"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/must_vb0.xsd
  
  Index: must_vb0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="namespace_uri" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a">
      <xs:complexType mixed="true">
        <xs:sequence>
          <xs:element ref="x:x" maxOccurs="unbounded" minOccurs="0" xmlns:x="x_uri"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:complexType name="aType">
      <xs:sequence>
        <xs:element ref="x:x" maxOccurs="unbounded" minOccurs="0" xmlns:x="x_uri"/>
      </xs:sequence>
    </xs:complexType>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/must_vb1.xsd
  
  Index: must_vb1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="x_uri" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="x" type="x:xType" xmlns:x="x_uri"/>
    <xs:complexType name="xType">
      <xs:sequence>
        <xs:element ref="nam:a" xmlns:nam="namespace_uri"/>
      </xs:sequence>
    </xs:complexType>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/simple.xml
  
  Index: simple.xml
  ===================================================================
  <f:a xmlns:f="http://xmlbeans.apache.org/inst2xsd">
      <f:b>abc</f:b>
      <f:c>123</f:c>
      <f:d></f:d>
      <f:e />
  </f:a>
  
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/simple_rd0.xsd
  
  Index: simple_rd0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
          <xs:element type="xs:byte" name="c" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
          <xs:element type="xs:string" name="d" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
          <xs:element type="xs:string" name="e" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/simple_ss0.xsd
  
  Index: simple_ss0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    <xs:element name="b" type="xs:string" 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:complexType>
        <xs:sequence>
          <xs:element ref="ins:b" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
          <xs:element ref="ins:c" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
          <xs:element ref="ins:d" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
          <xs:element ref="ins:e" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="e" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
  </xs:schema>
  
  
  1.1                  xml-xmlbeans/v2/test/cases/xbean/tools/inst2xsd/schema/namespaces/simple_vb0.xsd
  
  Index: simple_vb0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="a" type="ins:aType" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
    <xs:complexType name="aType">
      <xs:sequence>
        <xs:element type="xs:string" name="b" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        <xs:element type="xs:byte" name="c" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        <xs:element type="xs:string" name="d" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        <xs:element type="xs:string" name="e" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
      </xs:sequence>
    </xs:complexType>
  </xs:schema>
  
  

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