- From: Databinding Issue Tracker <dean+cgi@w3.org>
- Date: Fri, 5 May 2006 14:27:47 +0000 (GMT)
- To: public-xsd-databinding@w3.org
ISSUE-48: collection with local elements defined by reference http://www.w3.org/2005/06/tracker/databinding/issues/48 Raised by: Paul Downey On product: Basic I'd like to expand the collection pattern to include elements included by reference as well as locally defined elements as at present, e.g.: <xs:complexType name="MyComplexType"> <xs:sequence> <xs:element name="localElement" type="foo" minOccurs=" .... <xs:element ref="tns:globalElement" minOccurs=" .... </xs:sequence> </xs:complexType>
Received on Friday, 5 May 2006 14:27:50 UTC