~ubuntu-branches/ubuntu/raring/almanah/raring

« back to all changes in this revision

Viewing changes to data/entry-2.0.rnc

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-04-03 14:25:25 UTC
  • mfrom: (11.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120403142525-ugk3fb0blonrl2b9
Tags: 0.9.0-1
* debian/watch: Update for .xz
* Imported Upstream version 0.9.0
* debian/patches/01_largefile_support.patch: Remove, applied upstream
* debian/patches/02_gtkspell-3.0.patch: Remove, applied upstream
* Remove dh_autoreconf stuff
* debian/copyright: Update upstream years

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
default namespace almanah = "http://www.gnome.org/almanah-diary/entry/2.0/"
 
2
start = almanah_entry
 
3
 
 
4
almanah_entry = element entry {
 
5
        almanah_inline
 
6
}
 
7
 
 
8
almanah_inline = mixed {
 
9
        almanah_inline_underline* &
 
10
        almanah_inline_bold* &
 
11
        almanah_inline_italic* &
 
12
        almanah_inline_link*
 
13
}
 
14
 
 
15
almanah_inline_underline = element underline {
 
16
        almanah_inline
 
17
}
 
18
 
 
19
almanah_inline_bold = element bold {
 
20
        almanah_inline
 
21
}
 
22
 
 
23
almanah_inline_italic = element italic {
 
24
        almanah_inline
 
25
}
 
26
 
 
27
almanah_inline_link = element link {
 
28
        attribute uri { xsd:anyURI },
 
29
        almanah_inline
 
30
}