Hi
Is it possible to represent a linked list in XML-Schema. Somthing like:
<xsd:complexTyp e name="Llist" >
<xsd:sequence >
<xsd:element name="content" type="xsd:strin g"/>
<xsd:element name="next" type="Llist"/>
</xsd:sequence>
</xsd:complexType >
--
Jakob Møbjerg Nielsen | "Nine-tenths of the universe is the
jakob@dataloger .dk | knowledge of the position and direction
http://www.jakobnielsen.dk/ | of everything in the other tenth."
| -- Terry Pratchett, Thief of Time
Is it possible to represent a linked list in XML-Schema. Somthing like:
<xsd:complexTyp e name="Llist" >
<xsd:sequence >
<xsd:element name="content" type="xsd:strin g"/>
<xsd:element name="next" type="Llist"/>
</xsd:sequence>
</xsd:complexType >
--
Jakob Møbjerg Nielsen | "Nine-tenths of the universe is the
jakob@dataloger .dk | knowledge of the position and direction
http://www.jakobnielsen.dk/ | of everything in the other tenth."
| -- Terry Pratchett, Thief of Time
Comment