Wasn't it a design goal to allow all XML Schema definitions to be translated to (less restrictive) DTD definitions? So what is the equivalent DTD for the following schema? <xsd:element name="foo"> <xsd:complexType> <xsd:element name="myTag" type="a"/> </xsd:complexType> </xsd:element> <xsd:element name="bar"> <xsd:complexType> <xsd:element name="myTag" type="b"/> </xsd:complexType> </xsd:element> <xsd:complexType name="a"> <xsd:attribute name="key" type="xsd:IDREF"/> </xsd:complexType> <xsd:complexType name="b"> <xsd:attribute name="key" type="xsd:ID"/> </xsd:complexType>Received on Wednesday, 20 September 2000 06:49:53 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 6 December 2009 18:12:48 GMT