changeset 0 | 1918ee327afb |
-1:000000000000 | 0:1918ee327afb |
---|---|
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> |