~thopiekar/zypper/libzypp-manual-import

« back to all changes in this revision

Viewing changes to zypp/parser/yum/schema/other.rnc

  • Committer: Thomas-Karl Pietrowski
  • Date: 2014-01-29 22:44:28 UTC
  • Revision ID: thopiekar@googlemail.com-20140129224428-gpcqnsdakby362n8
firstĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
default namespace = "http://linux.duke.edu/metadata/other"
 
2
 
 
3
include "common-inc.rnc"
 
4
 
 
5
start = element otherdata {
 
6
  attribute packages { private.nonnegative },
 
7
  element package {
 
8
    attribute pkgid { text },
 
9
    attribute name { text },
 
10
    attribute arch { private.archenum },
 
11
    element version { private.evr },
 
12
    element changelog { 
 
13
      attribute author { text },
 
14
      attribute date { private.unixts },
 
15
      text 
 
16
    }*
 
17
  }*
 
18
}