Diff for /modules/damieng/clean_xml/loncapa.xsd between versions 1.15 and 1.16

version 1.15, 2015/05/22 19:50:13 version 1.16, 2015/06/22 20:49:55
Line 5107 Line 5107
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
       </xs:attribute>        </xs:attribute>
       <xs:attribute default="reaction" name="options">        <xs:attribute name="options">
           <xs:annotation>
             <xs:documentation>
               Comma-separated list of options:
               reaction: is a reaction (note: setting this option is only useful for the editor, it does not change the resulting image)
               border: draws a border around the image
             </xs:documentation>
           </xs:annotation>
         <xs:simpleType>          <xs:simpleType>
           <xs:union memberTypes="perl">            <xs:union memberTypes="perl">
             <xs:simpleType>              <xs:simpleType>
               <xs:restriction base="xs:string">                <xs:restriction base="xs:string">
                 <xs:enumeration value="reaction"/>                  <xs:pattern value="reaction|border|reaction\s*,\s*border|border\s*,\s*reaction"/>
                 <xs:enumeration value="border"/>  
               </xs:restriction>                </xs:restriction>
             </xs:simpleType>              </xs:simpleType>
           </xs:union>            </xs:union>

Removed from v.1.15  
changed lines
  Added in v.1.16


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