home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / zypp / schema / yum / patches.rng < prev    next >
Encoding:
Extensible Markup Language  |  2006-11-29  |  901 b   |  30 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <element name="patches" ns="http://novell.com/package/metadata/suse/patches" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  3.   <zeroOrMore>
  4.     <element name="patch">
  5.       <interleave>
  6.         <attribute name="id"/>
  7.         <element name="location">
  8.           <optional>
  9.             <attribute name="xml:base">
  10.               <data type="anyURI"/>
  11.             </attribute>
  12.           </optional>
  13.           <attribute name="href">
  14.             <data type="anyURI"/>
  15.           </attribute>
  16.         </element>
  17.         <element name="checksum">
  18.           <attribute name="type">
  19.             <choice>
  20.               <value>md5</value>
  21.               <value>sha</value>
  22.             </choice>
  23.           </attribute>
  24.           <text/>
  25.         </element>
  26.       </interleave>
  27.     </element>
  28.   </zeroOrMore>
  29. </element>
  30.