atom feed10 messages in net.java.dev.jsr235.issues[Issue 20] xsd:all model group shoul...
FromSent OnAttachments
kgoodsonMar 28, 2008 5:02 am 
radupApr 23, 2008 7:26 pm 
dtadcoxJun 19, 2008 7:27 am 
radupJul 24, 2008 7:05 pm 
sbuennigJul 25, 2008 1:28 am 
radupJul 30, 2008 4:56 pm 
radupAug 6, 2008 5:06 pm 
radupAug 20, 2008 3:00 pm 
radupSep 8, 2008 6:21 pm 
dtadcoxSep 25, 2008 8:20 am 
Subject:[Issue 20] xsd:all model group should map to sequenced=true
From:radup (rad@dev.java.net)
Date:Jul 24, 2008 7:05:01 pm
List:net.java.dev.jsr235.issues

https://jsr235.dev.java.net/issues/show_bug.cgi?id=20

User radup changed the following:

What |Old value |New value ================================================================================ Status|RESOLVED |REOPENED

-------------------------------------------------------------------------------- Resolution|FIXED |

--------------------------------------------------------------------------------

------- Additional comments from rad@dev.java.net Fri Jul 25 02:05:23 +0000
2008 ------- When resolving the issue, the text should have said (my error):

• sequenced=true if GROUP is <all> and there is more than one member in the
group

just like the previous point says:

• sequenced=true if G_MAX > 1 and there is more than one element in this group or a contained group.

There is a test in the TCK that uses this type:

<xs:complexType name="cT_24"> <xs:all> <xs:element name="p1" maxOccurs="1" minOccurs="1" type="xs:string" /> </xs:all> </xs:complexType>

and checks that it is sequenced.

My intention never was for such a type to be sequenced.