author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 22 Apr 2010 16:15:11 +0300 | |
branch | RCL_3 |
changeset 14 | 8c4229025c0b |
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> |