You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Frank Budinsky (JIRA)" <tu...@ws.apache.org> on 2007/03/15 23:37:09 UTC

[jira] Resolved: (TUSCANY-1168) Type.isSequenced() returns wrong value for my XSD

     [ https://issues.apache.org/jira/browse/TUSCANY-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Budinsky resolved TUSCANY-1168.
-------------------------------------

    Resolution: Fixed

Fixee in revision 518790.

> Type.isSequenced() returns wrong value for my XSD
> -------------------------------------------------
>
>                 Key: TUSCANY-1168
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1168
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-M3
>            Reporter: Raymond Feng
>
> For the following XSD:
> <schema targetNamespace="http://www.example.com/wrapper" xmlns="http://www.w3.org/2001/XMLSchema">
>     <!-- Faults -->
>     <element name="op">
>         <complexType>
>             <sequence maxOccurs="unbounded">
>                 <element name="message" minOccurs="1" type="string" />
>                 <element name="symbol" minOccurs="1" maxOccurs="3" type="string" />
>             </sequence>
>         </complexType>
>     </element>
>     <element name="opResponse">
>         <complexType>
>             <sequence maxOccurs="1">
>                 <element name="price" minOccurs="1" maxOccurs="unbounded" type="string" />
>             </sequence>
>         </complexType>
>     </element>
> </schema>
> I assume the type for "op" element is sequenced since maxOccurs >1.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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