Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] MOXy: "Unbounded" is not recognized?

Hi,

My schema says:

<xsd:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/>

However, the EclipseLink Workbench's Schema Structure screen says:

name			ns1:AddressLine
minOccurs		1
maxOccurs		1
type			ns1:SequencedTextType
substitutionGroup	
abstract		false
default	
fixed	
nillable		false

This should be recognized as a list, right?  Why is EclipseLink saying that
"maxOccurs" is 1?

Thanks!  I really appreciate all your help!

--Polly
-- 
View this message in context: http://www.nabble.com/MOXy%3A-%22Unbounded%22-is-not-recognized--tp17547503p17547503.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top