maxOccurs inden i <all> xsd
Hejsa.Jeg vil høre om der er nogle der ved om det er forbudt at sige:
<all maxOccurs="unbounded"> istedet for <choice maxOccurs="unbounded">
ud fra følgende:
<complexType name="newType" mixed="true">
<choice maxOccurs="unbounded">
<element ref="h:b"/>
<element ref="h:i"/>
<element ref="h:span"/>
<element ref="h:ul"/>
</choice>
</complexType>
<complexType name="newType" mixed="true">
<all maxOccurs="unbounded">
<element ref="h:b"/>
<element ref="h:i"/>
<element ref="h:span"/>
<element ref="h:ul"/>
</all>
</complexType>