Diff for /modules/damieng/clean_xml/loncapa.xsd between versions 1.2 and 1.4

version 1.2, 2015/04/27 18:05:31 version 1.4, 2015/04/29 15:31:27
Line 734 Line 734
     <xs:attribute name="checkboxvalue" type="xs:string">      <xs:attribute name="checkboxvalue" type="xs:string">
       <xs:annotation>        <xs:annotation>
         <xs:documentation>          <xs:documentation>
           Two-option checkboxes for            When there are only 2 option values, set this attribute to one of them in order to display checkboxes. A foil checkbox will have to be checked when the foil has the chosen option value.
         </xs:documentation>          </xs:documentation>
       </xs:annotation>        </xs:annotation>
     </xs:attribute>      </xs:attribute>
     <xs:attribute name="checkboxoptions">      <xs:attribute name="checkboxoptions">
       <xs:annotation>        <xs:annotation>
         <xs:documentation>          <xs:documentation>
           Checkbox options            Set to "nochoice" to avoid the display of the list of option values.
         </xs:documentation>          </xs:documentation>
       </xs:annotation>        </xs:annotation>
       <xs:simpleType>        <xs:simpleType>
Line 791 Line 791
   </xs:complexType>    </xs:complexType>
   <xs:complexType name="optionresponse--drawoptionlist">    <xs:complexType name="optionresponse--drawoptionlist">
     <xs:annotation>      <xs:annotation>
       <xs:documentation>Draw Option List</xs:documentation>        <xs:documentation>
           Draw Option List
           
           By default, the list of options is presented in front of the foils. Using the optional &lt;drawoptionlist&gt; element, the list of options can be embedded into a foil.
         </xs:documentation>
     </xs:annotation>      </xs:annotation>
   </xs:complexType>    </xs:complexType>
       
Line 804 Line 808
     <xs:annotation>      <xs:annotation>
       <xs:documentation>        <xs:documentation>
         Query for matches betweens items from two lists.          Query for matches betweens items from two lists.
           It is also possible to query for matches with optionresponse, but optionresponse only accepts simple text for the matches. With matchresponse, it is possible to use anything as a match, such as equations, images, plots, or long styled texts.
       </xs:documentation>        </xs:documentation>
     </xs:annotation>      </xs:annotation>
     <xs:complexType mixed="true">      <xs:complexType mixed="true">

Removed from v.1.2  
changed lines
  Added in v.1.4


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