Diff for /modules/damieng/clean_xml/loncapa.xsd between versions 1.7 and 1.8

version 1.7, 2015/05/01 20:32:24 version 1.8, 2015/05/04 20:59:30
Line 2401 Line 2401
       <xs:attribute name="spellcheck">        <xs:attribute name="spellcheck">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
             Spellcheck for              If this attribute is present, the text the user types is spellchecked when focus leaves the input field.
               The value specifies the language in which the spellcheck is performed.
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
         <xs:simpleType>          <xs:simpleType>
Line 2447 Line 2448
       </xs:attribute>        </xs:attribute>
       <xs:attribute default="no" name="readonly" type="yesno-or-perl"/>        <xs:attribute default="no" name="readonly" type="yesno-or-perl"/>
       <xs:attribute name="spellcheck">        <xs:attribute name="spellcheck">
           <xs:annotation>
             <xs:documentation>
               If this attribute is present, the text the user types is spellchecked when focus leaves the input field.
               The value specifies the language in which the spellcheck is performed.
             </xs:documentation>
           </xs:annotation>
         <xs:simpleType>          <xs:simpleType>
           <xs:union memberTypes="perl">            <xs:union memberTypes="perl">
             <xs:simpleType>              <xs:simpleType>

Removed from v.1.7  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>