Diff for /modules/damieng/clean_xml/loncapa.xsd between versions 1.5 and 1.6

version 1.5, 2015/04/30 17:45:22 version 1.6, 2015/04/30 20:43:16
Line 1398 Line 1398
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
             This attribute contains what is displayed when the problem is in "Show Answer" mode.              This attribute contains what is displayed when the problem is in "Show Answer" mode.
             You will want to use it so that the students can see the correct answer after              You will want to use it so that the students can see the correct answer after the "Show Answer Date" configured when the problem is assigned in the course space.
             the "Show Answer Date" configured when the problem is assigned in the course space.  
                           
             This is usually the name of a Perl string variable (starting with '$')              This is usually the name of a Perl string variable (starting with '$') created in a Perl script before the response.
             created in a Perl script before the response.  
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
       </xs:attribute>        </xs:attribute>
Line 5216 Line 5214
     </xs:annotation>      </xs:annotation>
     <xs:complexType mixed="true">      <xs:complexType mixed="true">
       <xs:attribute name="style" type="xs:string"/>        <xs:attribute name="style" type="xs:string"/>
       <xs:attribute name="display" type="xs:string"/>        <xs:attribute name="display" type="xs:string">
           <xs:annotation>
             <xs:documentation>
               Option to force the math rendering for this element.
             </xs:documentation>
           </xs:annotation>
         </xs:attribute>
     </xs:complexType>      </xs:complexType>
   </xs:element>    </xs:element>
   <xs:element name="chem" type="xs:string">    <xs:element name="chem" type="xs:string">
Line 6596 Line 6600
   <xs:element name="b" type="inlineBaseType">    <xs:element name="b" type="inlineBaseType">
     <xs:annotation>      <xs:annotation>
       <xs:documentation>        <xs:documentation>
         Bold          The HTML &lt;b&gt; Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance. It is typically used for keywords in a summary, product names in a review, or other spans of text whose typical presentation would be boldfaced. Another example of its use is to mark the lead sentence of each paragraph of an article.
       </xs:documentation>        </xs:documentation>
     </xs:annotation>      </xs:annotation>
   </xs:element>    </xs:element>
   <xs:element name="i" type="inlineBaseType">    <xs:element name="i" type="inlineBaseType">
     <xs:annotation>      <xs:annotation>
       <xs:documentation>        <xs:documentation>
         Italic          The HTML &lt;i&gt; Element represents a range of text that is set off from the normal text for some reason, for example, technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type.
       </xs:documentation>        </xs:documentation>
     </xs:annotation>      </xs:annotation>
   </xs:element>    </xs:element>
   <xs:element name="sup" type="inlineBaseType">    <xs:element name="sup" type="inlineBaseType">
     <xs:annotation>      <xs:annotation>
       <xs:documentation>        <xs:documentation>
         Superscript          The HTML Superscript Element (&lt;sup&gt;) defines a span of text that should be displayed, for typographic reasons, higher, and often smaller, than the main span of text.
       </xs:documentation>        </xs:documentation>
     </xs:annotation>      </xs:annotation>
   </xs:element>    </xs:element>
   <xs:element name="sub" type="inlineBaseType">    <xs:element name="sub" type="inlineBaseType">
     <xs:annotation>      <xs:annotation>
       <xs:documentation>        <xs:documentation>
         Subscript          The HTML Subscript Element (&lt;sub&gt;) defines a span of text that should be displayed, for typographic reasons, lower, and often smaller, than the main span of text.
       </xs:documentation>        </xs:documentation>
     </xs:annotation>      </xs:annotation>
   </xs:element>    </xs:element>

Removed from v.1.5  
changed lines
  Added in v.1.6


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