blob: 254b97c97e239713ebf98fd43697257d0aca5cbf [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.eclipse.org/webtools/news" xmlns:tns="http://www.eclipse.org/webtools/news">
<element name="news">
<complexType>
<sequence>
<element ref="tns:item" minOccurs="0" maxOccurs="unbounded"></element>
</sequence>
</complexType>
</element>
<element name="item">
<complexType>
<all>
</all>
<attribute name="title" type="string" use="required"></attribute>
<attribute name="date" type="date" use="required"></attribute>
</complexType>
</element>
</schema>