Hi everyone - Can someone in the know tell me if the following is legal? <xsd:complexType name="foo.extended.type"> <xsd:complexContent> <xsd:extension base="xhtml:form.type"> <xsd:group ref="foo.extension.content"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> Basically, can I use <group> to extend an element, instead of directly placing a <sequence>, <choice>, or <all> node underneath? Seems logical, but maybe I'm missing something (or XML Spy is)... Thanks, -HamishReceived on Thursday, 11 October 2001 20:41:59 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 22 July 2006 00:12:45 GMT