author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 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> |