Uploaded image for project: 'XMLBeans'
  1. XMLBeans
  2. XMLBEANS-377

exception in thread "main" org.apache.xmlbeans.SchemaTypeLoaderException: Simple type does not have a recognized variety

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • TBD
    • None
    • Tools
    • None
    • Ubuntu 8.0.4, jdk1.5.14, XMLBeans 2.4.0

    Description

      I'm having the same issue as with XMLBEANS-356. I can provide more information if necessary but hope that something similar to what fixed that issue will fix this too. The schema fragment that does not work is:

      <xs:complexType name="AngleMeasureType">
      <xs:annotation>
      <xs:documentation>An angle measurement, with an associated error bound. The units on the error bound are assumed to be the same as those on the measurement.</xs:documentation>
      </xs:annotation>
      <xs:complexContent>
      <xs:extension base="xxxxx:DecimalType">
      <xs:attribute name="angleUOM" type="xxxxx:AngleUOMType">
      <xs:annotation>
      <xs:documentation>A unit of measurement assigned to this angle.</xs:documentation>
      </xs:annotation>
      </xs:attribute>
      </xs:extension>
      </xs:complexContent>
      </xs:complexType>

      Similar to the suggested workaround given in XMLBEANS-356, if I change the xs:complexContent to xs:simpleContent and recompile the schema, I can use it just fine. But, also similar to XMLBEANS-356, I am a consumer of the schema and am not able to easily change it. If a sample xsd and java program to duplicate the problem are necessary or more information please let me know and I'll try to provide. The fragment is part of a very large complex set of schemas and is proprietary so I am trying to be diligent in what I post.

      Thanks.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mbucknam@gmail.com Matt Bucknam
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: