author | František Kučera <franta-hg@frantovo.cz> |
Tue, 08 Jun 2010 10:42:58 +0200 | |
changeset 131 | 0d1cba59734b |
child 132 | 1ca0d7fdbe51 |
permissions | -rw-r--r-- |
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
5 <xs:element name="div">
6 <xs:complexType>
7 <xs:choice minOccurs="1" maxOccurs="unbounded">
8 <xs:element name="p">
9 <xs:complexType mixed="true">
10 <xs:choice minOccurs="0" maxOccurs="unbounded">
11 <xs:element name="em" type="xs:string"/>
12 <xs:element name="strong" type="xs:string"/>
13 </xs:choice>
14 </xs:complexType>
15 </xs:element>
16 </xs:choice>
18 </xs:complexType>
19 </xs:element>
21 </xs:schema>