You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Kevin Krouse (JIRA)" <xm...@xml.apache.org> on 2005/02/16 01:05:47 UTC

[jira] Resolved: (XMLBEANS-65) Add -noUPA option to Ant Task

     [ http://issues.apache.org/jira/browse/XMLBEANS-65?page=history ]
     
Kevin Krouse resolved XMLBEANS-65:
----------------------------------

     Resolution: Fixed
    Fix Version: Version 1.0.4
                 Version 1.0.4 (jdk1.3 port)
                 Version 2 Beta 1

The XMLBean ant task should be up to date 

> Add -noUPA option to Ant Task
> -----------------------------
>
>          Key: XMLBEANS-65
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-65
>      Project: XMLBeans
>         Type: Improvement
>   Components: Compiler
>     Versions: Version 2
>  Environment: Windows XP, xmlbeans-v2 from cvs
>     Reporter: Aaron Anderson
>     Assignee: Kevin Krouse
>      Fix For: Version 1.0.4, Version 1.0.4 (jdk1.3 port), Version 2 Beta 1
>  Attachments: antask.patch
>
> I am trying to run the schema compiler on the SPML 1.0 schema (http://www.oasis-open.org/committees/download.php/4138/os-pstc-spml-schema-1.0.xsd) and get multiple     
> [xmlbean] [ERROR] src/wsdl/os-pstc-spml-schema-1.0.xsd:85: error: cos-nonambig: Content model violates the unique particle attribution rule.
> I believe they may be attributed to the fact that the SPML uses an "open content model" including multiple 
> <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax" />
> according to this post
> http://lists.oasis-open.org/archives/provision-comment/200308/msg00001.html
> Since the point of using the XMLBeans schema compiler is to generate typed java classes I am not sure how the "xsd:any" elements and attributes could be supported. Maybe an option to the schema compiler could be used to treat them as warnings instead of errors and skip over them.
> I could modify the schema myself to remove them but I would rather use the original spec rather than maintaining two seperate versions of the spec

-- 
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