Diff for /modules/damieng/clean_xml/loncapa.xsd between versions 1.12 and 1.17

version 1.12, 2015/05/13 19:08:29 version 1.17, 2015/08/12 14:58:57
Line 1463 Line 1463
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
       </xs:attribute>        </xs:attribute>
       <xs:attribute name="libraries" type="xs:string"/>        <xs:attribute name="libraries" type="xs:string">
           <xs:annotation>
             <xs:documentation>
               Comma-separated list of libraries.
               
               The following libraries can be used with Maxima:
               absimp, affine, atensor, atrig1, augmented_lagrangian,
               contrib_ode, ctensor, descriptive, diag, eigen, facexp, fft,
               fourie, functs, ggf, grobner, impdiff, ineq, interpol,
               itensor, lapack, lbfgs, lindstedt, linearalgebra, lsquares,
               makeOrders, mnewton, mchrpl, ntrig, orthopoly,
               quadpack, rducon, romberg, scifac, simplex, solve_rec,
               sqdnst, stats, sterling, sym, units, vect, zeilberger
               
               The following libraries can be used with R:
               alr3, boot, car, class, cluster, datasets, Hmisc,
               KernSmooth, leaps, lmtest, MASS, methods, mgcv,
               nlme, nnet, qAnalyst, quadprog, rpart, SuppDists,
               spatial, splines, stats, stats4, survival, tseries, zoo
             </xs:documentation>
           </xs:annotation>
         </xs:attribute>
     </xs:complexType>      </xs:complexType>
   </xs:element>    </xs:element>
   <xs:complexType mixed="true" name="mathresponse--answer">    <xs:complexType mixed="true" name="mathresponse--answer">
Line 2720 Line 2741
           </xs:restriction>            </xs:restriction>
         </xs:simpleType>          </xs:simpleType>
       </xs:attribute>        </xs:attribute>
       <xs:attribute name="concept" type="xs:string">        <xs:attribute name="concept">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
             Perl hash with concept names as keys and either 'correct' or 'incorrect' as values.              Perl hash with concept names as keys and either 'correct' or 'incorrect' as values.
Line 3143 Line 3164
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
       </xs:attribute>        </xs:attribute>
       <xs:attribute default="noborder" name="box_border">  
         <xs:annotation>  
           <xs:documentation>  
             Draw border for boxes  
           </xs:documentation>  
         </xs:annotation>  
         <xs:simpleType>  
           <xs:union memberTypes="perl">  
             <xs:simpleType>  
               <xs:restriction base="xs:string">  
                 <xs:enumeration value="border"/>  
                 <xs:enumeration value="noborder"/>  
               </xs:restriction>  
             </xs:simpleType>  
           </xs:union>  
         </xs:simpleType>  
       </xs:attribute>  
       <xs:attribute default="on" name="border" type="onoff-or-perl">        <xs:attribute default="on" name="border" type="onoff-or-perl">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
Line 3288 Line 3292
           </xs:union>            </xs:union>
         </xs:simpleType>          </xs:simpleType>
       </xs:attribute>        </xs:attribute>
       <xs:attribute name="pattern">  
         <xs:annotation>  
           <xs:documentation>  
             Pattern value for boxes  
           </xs:documentation>  
         </xs:annotation>  
         <xs:simpleType>  
           <xs:union memberTypes="perl">  
             <xs:simpleType>  
               <xs:restriction base="xs:int">  
                 <xs:minInclusive value="0"/>  
                 <xs:maxInclusive value="6"/>  
               </xs:restriction>  
             </xs:simpleType>  
           </xs:union>  
         </xs:simpleType>  
       </xs:attribute>  
       <xs:attribute default="0" name="solid" type="int-or-perl">  
         <xs:annotation>  
           <xs:documentation>  
             The density of fill style for boxes  
           </xs:documentation>  
         </xs:annotation>  
       </xs:attribute>  
       <xs:attribute default="empty" name="fillstyle">  
         <xs:annotation>  
           <xs:documentation>  
             Filled style for boxes  
           </xs:documentation>  
         </xs:annotation>  
         <xs:simpleType>  
           <xs:union memberTypes="perl">  
             <xs:simpleType>  
               <xs:restriction base="xs:string">  
                 <xs:enumeration value="empty"/>  
                 <xs:enumeration value="solid"/>  
                 <xs:enumeration value="pattern"/>  
               </xs:restriction>  
             </xs:simpleType>  
           </xs:union>  
         </xs:simpleType>  
       </xs:attribute>  
       <xs:attribute default="Cartesian" name="plottype">        <xs:attribute default="Cartesian" name="plottype">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
Line 3431 Line 3393
           </xs:union>            </xs:union>
         </xs:simpleType>          </xs:simpleType>
       </xs:attribute>        </xs:attribute>
         <xs:attribute default="1" name="major_ticscale" type="real-or-perl">
           <xs:annotation>
             <xs:documentation>
               Size of major tic marks (plot coordinates)
             </xs:documentation>
           </xs:annotation>
         </xs:attribute>
         <xs:attribute default="0.5" name="minor_ticscale" type="real-or-perl">
           <xs:annotation>
             <xs:documentation>
               Size of minor tic mark (plot coordinates)
             </xs:documentation>
           </xs:annotation>
         </xs:attribute>
         <xs:attribute default="noborder" name="box_border">
           <xs:annotation>
             <xs:documentation>
               Draw border for boxes
             </xs:documentation>
           </xs:annotation>
           <xs:simpleType>
             <xs:union memberTypes="perl">
               <xs:simpleType>
                 <xs:restriction base="xs:string">
                   <xs:enumeration value="border"/>
                   <xs:enumeration value="noborder"/>
                 </xs:restriction>
               </xs:simpleType>
             </xs:union>
           </xs:simpleType>
         </xs:attribute>
       <xs:attribute name="boxwidth" type="xs:string">        <xs:attribute name="boxwidth" type="xs:string">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
Line 3438 Line 3431
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
       </xs:attribute>        </xs:attribute>
       <xs:attribute default="1" name="major_ticscale" type="real-or-perl">        <xs:attribute default="empty" name="fillstyle">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
             Size of major tic marks (plot coordinates)              Fill style for boxes
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
           <xs:simpleType>
             <xs:union memberTypes="perl">
               <xs:simpleType>
                 <xs:restriction base="xs:string">
                   <xs:enumeration value="empty"/>
                   <xs:enumeration value="solid"/>
                   <xs:enumeration value="pattern"/>
                 </xs:restriction>
               </xs:simpleType>
             </xs:union>
           </xs:simpleType>
       </xs:attribute>        </xs:attribute>
       <xs:attribute default="0.5" name="minor_ticscale" type="real-or-perl">        <xs:attribute default="0" name="solid" type="int-or-perl">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
             Size of minor tic mark (plot coordinates)              Density of fill style for boxes
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
       </xs:attribute>        </xs:attribute>
         <xs:attribute name="pattern">
           <xs:annotation>
             <xs:documentation>
               Pattern value for boxes
             </xs:documentation>
           </xs:annotation>
           <xs:simpleType>
             <xs:union memberTypes="perl">
               <xs:simpleType>
                 <xs:restriction base="xs:int">
                   <xs:minInclusive value="0"/>
                   <xs:maxInclusive value="6"/>
                 </xs:restriction>
               </xs:simpleType>
             </xs:union>
           </xs:simpleType>
         </xs:attribute>
     </xs:complexType>      </xs:complexType>
   </xs:element>    </xs:element>
   <xs:group name="gnuplot-children">    <xs:group name="gnuplot-children">
Line 5086 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>
Line 6714 Line 6741
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
       </xs:attribute>        </xs:attribute>
       <xs:attribute name="uriprint" type="xs:string">        <xs:attribute name="uriprint">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
             Attribute specific to LON-CAPA.              Attribute specific to LON-CAPA.
Line 6730 Line 6757
           </xs:restriction>            </xs:restriction>
         </xs:simpleType>          </xs:simpleType>
       </xs:attribute>        </xs:attribute>
       <xs:attribute name="anchorprint" type="xs:string">        <xs:attribute name="anchorprint">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
             Attribute specific to LON-CAPA.              Attribute specific to LON-CAPA.
Line 7096 Line 7123
           </xs:union>            </xs:union>
         </xs:simpleType>          </xs:simpleType>
       </xs:attribute>        </xs:attribute>
       <xs:attribute default="no" name="encrypturl" type="yesno-or-perl"/>        <xs:attribute default="no" name="encrypturl" type="yesno-or-perl">
           <xs:annotation>
             <xs:documentation>
               LON-CAPA specific attribute. If set to yes, the file URL will be hidden.
             </xs:documentation>
           </xs:annotation>
         </xs:attribute>
     </xs:complexType>      </xs:complexType>
   </xs:element>    </xs:element>
   <xs:element name="figure">    <xs:element name="figure">
Line 7915 Line 7948
       </xs:documentation>        </xs:documentation>
     </xs:annotation>      </xs:annotation>
     <xs:complexType mixed="true">      <xs:complexType mixed="true">
         <xs:choice maxOccurs="unbounded" minOccurs="0">
           <xs:group ref="blocks-with-text"/>
         </xs:choice>
       <xs:attributeGroup ref="coreattrs"/>        <xs:attributeGroup ref="coreattrs"/>
       <xs:attribute name="name" type="xs:NMTOKEN"/>        <xs:attribute name="name" type="xs:NMTOKEN"/>
       <xs:attribute name="src" type="xs:anyURI"/>        <xs:attribute name="src" type="xs:anyURI"/>

Removed from v.1.12  
changed lines
  Added in v.1.17


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