xml/komentář.xsd
changeset 131 0d1cba59734b
child 132 1ca0d7fdbe51
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xml/komentář.xsd	Tue Jun 08 10:42:58 2010 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +<?xml version="1.0" encoding="UTF-8" ?>
     1.5 +
     1.6 +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
     1.7 +
     1.8 +    <xs:element name="div">
     1.9 +	<xs:complexType>
    1.10 +	    <xs:choice minOccurs="1" maxOccurs="unbounded">
    1.11 +		<xs:element name="p">
    1.12 +		    <xs:complexType mixed="true">
    1.13 +			<xs:choice minOccurs="0" maxOccurs="unbounded">
    1.14 +			    <xs:element name="em" type="xs:string"/>
    1.15 +			    <xs:element name="strong" type="xs:string"/>
    1.16 +			</xs:choice>
    1.17 +		    </xs:complexType>
    1.18 +		</xs:element>
    1.19 +	    </xs:choice>
    1.20 +
    1.21 +	</xs:complexType>
    1.22 +    </xs:element>
    1.23 +
    1.24 +</xs:schema>
    1.25 \ No newline at end of file