1
default namespace = "http://linux.duke.edu/metadata/other"
3
include "common-inc.rnc"
5
start = element otherdata {
6
attribute packages { private.nonnegative },
8
attribute pkgid { text },
9
attribute name { text },
10
attribute arch { private.archenum },
11
element version { private.evr },
13
attribute author { text },
14
attribute date { private.unixts },