author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0"?> |
2 |
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
|
3 |
||
4 |
<xsd:element name="hello"> |
|
5 |
<xsd:complexType> |
|
6 |
<xsd:sequence> |
|
7 |
<xsd:element name="world" type="xsd:string" maxOccurs="unbounded"/> |
|
8 |
</xsd:sequence> |
|
9 |
</xsd:complexType> |
|
10 |
</xsd:element> |
|
11 |
||
12 |
</xsd:schema> |