Menu

#34 Pedro can't handle sequences of non-complex types

open
nobody
5
2005-07-28
2005-07-28
No

I've created a schema containing the following:

<xs:element name="Parent">
<xs:complexType>
<xs:sequence>
<xs:element name="value" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>

I just want the UI to render a list of strings, and to
provide edit capabiities for this. Although the above
is 'legal', Pedro tries to render this as a sequence of
complexTypes. Can a mechanism to handle the above
be added, as I can see it being needed quite often.

Tony

Discussion


Log in to post a comment.

MongoDB Logo MongoDB