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





