[jboss-jira] [JBoss JIRA] Created: (JBXB-223) SchemaBindingValidator: validation of complex types equivalent to built-in simple types should be forgiving

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Mon Sep 28 11:44:49 EDT 2009


SchemaBindingValidator: validation of complex types equivalent to built-in simple types should be forgiving
-----------------------------------------------------------------------------------------------------------

                 Key: JBXB-223
                 URL: https://jira.jboss.org/jira/browse/JBXB-223
             Project: JBoss XML Binding (JBossXB)
          Issue Type: Feature Request
    Affects Versions: JBossXB-2.0.2.Beta1
            Reporter: Alexey Loubyansky
            Assignee: Alexey Loubyansky
             Fix For: JBossXB-2.0.2.GA


For example an element of type

   <xsd:complexType name="interfaceType">
      <xsd:annotation>
         <xsd:documentation>
           <![CDATA[
           The interface type represents an interface class.
           ]]>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:simpleContent>
         <xsd:extension base="xsd:string" />
      </xsd:simpleContent>
   </xsd:complexType>

may be bound to a property of type java.lang.String

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list