[opencms-dev] (6b1) Xml Content, The point of "unbounded" elements
Daniel Rhoden
drhoden at iiwinc.com
Thu Mar 31 00:21:33 CEST 2005
Why is it that all the examples of xml content schema have the maxOccurs
attribute of the first child element set to "unbounded" when there is no
way in the form editor to actually create and edit another sibling?
Will the form editor eventually have the ability to easily manage
multiple child elements?
/xmlcontent/article.xsd
-----------
...
<xsd:complexType name="OpenCmsArticles">
<xsd:sequence>
<xsd:element name="Article" type="OpenCmsArticle"
minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
...
-----------
Thanks,
--Daniel Rhoden
More information about the opencms-dev
mailing list