xml/komentář.xsd
changeset 145 0efefbf5f8b6
parent 134 4bd1e353c527
child 196 27b751390163
     1.1 --- a/xml/komentář.xsd	Tue Jun 08 14:42:00 2010 +0200
     1.2 +++ b/xml/komentář.xsd	Sun Jun 20 14:46:47 2010 +0200
     1.3 @@ -1,21 +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:element name="br"/>
    1.17 +	
    1.18 +	<xs:element name="div">
    1.19 +		<xs:complexType>
    1.20 +			<xs:choice minOccurs="1" maxOccurs="unbounded">
    1.21 +				<xs:element name="p">
    1.22 +					<xs:complexType mixed="true">
    1.23 +						<xs:choice minOccurs="0" maxOccurs="unbounded">
    1.24 +							<xs:element name="em" type="xs:string"/>
    1.25 +							<xs:element name="strong" type="xs:string"/>
    1.26 +							<xs:element name="br"/>
    1.27 +						</xs:choice>
    1.28 +					</xs:complexType>
    1.29 +				</xs:element>
    1.30  			</xs:choice>
    1.31 -		    </xs:complexType>
    1.32 -		</xs:element>
    1.33 -	    </xs:choice>
    1.34 -	</xs:complexType>
    1.35 -    </xs:element>
    1.36 +		</xs:complexType>
    1.37 +	</xs:element>
    1.38  
    1.39  </xs:schema>