home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <element name="repomd" ns="http://linux.duke.edu/metadata/repo" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
- <interleave>
- <oneOrMore>
- <element name="data">
- <interleave>
- <attribute name="type">
- <choice>
- <value>other</value>
- <value>filelists</value>
- <value>primary</value>
- <value>group</value>
- <value>product</value>
- <value>patches</value>
- <value>pattern</value>
- </choice>
- </attribute>
- <element name="location">
- <optional>
- <attribute name="xml:base">
- <data type="anyURI"/>
- </attribute>
- </optional>
- <attribute name="href">
- <data type="anyURI"/>
- </attribute>
- <empty/>
- </element>
- <element name="checksum">
- <attribute name="type">
- <choice>
- <value>md5</value>
- <value>sha</value>
- </choice>
- </attribute>
- <text/>
- </element>
- <element name="timestamp">
- <data type="integer"/>
- </element>
- <optional>
- <element name="open-checksum">
- <attribute name="type">
- <choice>
- <value>md5</value>
- <value>sha</value>
- </choice>
- </attribute>
- <text/>
- </element>
- </optional>
- </interleave>
- </element>
- </oneOrMore>
- <text/>
- </interleave>
- </element>
-