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

version 1.12, 2015/05/13 19:08:29 version 1.15, 2015/05/22 19:50:13
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: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="0" name="solid" type="int-or-perl">
           <xs:annotation>
             <xs:documentation>
               Density of fill style for boxes
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </xs:annotation>
       </xs:attribute>        </xs:attribute>
       <xs:attribute default="0.5" name="minor_ticscale" type="real-or-perl">        <xs:attribute name="pattern">
         <xs:annotation>          <xs:annotation>
           <xs:documentation>            <xs:documentation>
             Size of minor tic mark (plot coordinates)              Pattern value for boxes
           </xs:documentation>            </xs:documentation>
         </xs:annotation>          </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>
     </xs:complexType>      </xs:complexType>
   </xs:element>    </xs:element>
Line 6714 Line 6735
           </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 6751
           </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 7915 Line 7936
       </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.15


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