You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by ja...@ws.apache.org on 2004/08/25 08:49:19 UTC

[jira] Created: (JAXME-28) Nested groups are unsupported

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-28
    Summary: Nested groups are unsupported
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: JaxMe
 Components: 
             JaxMe Core

   Assignee: 
   Reporter: Jochen Wiedmann

    Created: Tue, 24 Aug 2004 11:48 PM
    Updated: Tue, 24 Aug 2004 11:48 PM

Description:
The JaxMe source generator doesn't support nested groups. This applies both to explicit nested groups like

    <xs:sequence>
      <xs:element name="foo"/>
      <xs:group ref="bar">
    </xs:sequence>

or

    <xs:sequence>
      <xs:element name="foo">
      <xs:choice>
        <xs:element name="bar">
      </xs:choice>

as well as to implicit groups like

    <xs:complexType name="foo">
      <xs:sequence>
        <xs:element name="fooElement"/>
      </xs:sequence>
    </xs:complexType>

    <xs:complexType name="bar">
      <xs:complexContent>
        <xs:extension base="foo">
          <xs:choice>
            <xs:element name="barElement"/>
          </xs:choice>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>



---------------------------------------------------------------------
JIRA INFORMATION:
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: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org