You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Radu Preotiuc-Pietro (JIRA)" <xm...@xml.apache.org> on 2005/02/18 23:49:51 UTC

[jira] Resolved: (XMLBEANS-55) resolving transitive 'd types...

     [ http://issues.apache.org/jira/browse/XMLBEANS-55?page=history ]
     
Radu Preotiuc-Pietro resolved XMLBEANS-55:
------------------------------------------

     Resolution: Fixed
    Fix Version: Version 2 Beta 1
                 Version 2 Beta 2
                 Version 2

Available in the beta1 release.

> resolving transitive <redefine>'d types...
> ------------------------------------------
>
>          Key: XMLBEANS-55
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-55
>      Project: XMLBeans
>         Type: Improvement
>   Components: Compiler
>     Versions: Version 2, Version 1.0.3
>  Environment: JDK 1.4/JDK 1.5
>     Reporter: John Francis
>     Assignee: Radu Preotiuc-Pietro
>      Fix For: Version 2 Beta 1, Version 2 Beta 2, Version 2

>
> Attempting to compile w3c voicexml 2.0 or 2.1 schema. 
> The voicexml schema borrows from speech synthesis schemas, extending/restricting types using lots of <xsd:include> and <xsd:redefine>...
> vxml.xsd INCLUDES --> vxml-synthesis-extension.xsd REDEFINES --> vxml-synthesis-restriction.xsd REDEFINES --> synthesis-core.xsd
> schema compiler reports...
>  [xmlbean] schemas/vxml-2.1/vxml-synthesis-extension.xsd:30: error: Redefined complex type say-as not found in vxml-synthesis-restriction.xsd
> ...intuitively correct, since vxml-synthesis-restriction.xsd doesn't explicitly refer to the "say-as" type. However...
> <from http://www.w3.org/TR/xmlschema-0/#Redefine>
> " The redefine  element acts very much like the include element as it includes all the declarations and definitions from the address.xsd file."
> ...so the "say-as" type should be resolvable as it "propegates" with each <redefine> from synthesis-core.xsd to vxml-synthesis-extension.xsd (via vxml-synthesis-restriction.xsd).
> ...relevant schemas available at:
> http://www.w3.org/TR/2004/WD-voicexml21-20040728/#sec-schema
> thx, keep up the good work.
> JF

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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