summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-09 23:20:23 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-09 23:20:23 +0100
commit522fcdedc74fe32ae8cc6c80bea41ccd647ac4fc (patch)
treed5f731117634d3c720e967643ab83b17b65ddb96 /userinfo.rnc
parentDONATING: Remove file. (diff)
downloadnxml-gentoo-schemas-522fcdedc74fe32ae8cc6c80bea41ccd647ac4fc.tar.gz
nxml-gentoo-schemas-522fcdedc74fe32ae8cc6c80bea41ccd647ac4fc.tar.bz2
nxml-gentoo-schemas-522fcdedc74fe32ae8cc6c80bea41ccd647ac4fc.zip
Update list of DTDs.
gleps.dtd, metadoc.dtd, project.dtd, and userinfo.dtd are gone. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'userinfo.rnc')
-rw-r--r--userinfo.rnc44
1 files changed, 0 insertions, 44 deletions
diff --git a/userinfo.rnc b/userinfo.rnc
deleted file mode 100644
index 54a1305..0000000
--- a/userinfo.rnc
+++ /dev/null
@@ -1,44 +0,0 @@
-userlist = element userlist { attlist.userlist, user+ }
-attlist.userlist &= empty
-user =
- element user {
- attlist.user,
- realname,
- pgpkey+,
- alias*,
- email+,
- joined*,
- retired*,
- status?,
- roles?,
- location?
- }
-attlist.user &= attribute username { xsd:ID }
-realname = element realname { attlist.realname, firstname, familyname }
-attlist.realname &= attribute fullname { text }?
-firstname = element firstname { attlist.firstname, text }
-attlist.firstname &= empty
-familyname = element familyname { attlist.familyname, text }
-attlist.familyname &= attribute sort { text }?
-pgpkey = element pgpkey { attlist.pgpkey, text }
-attlist.pgpkey &= empty
-alias = element alias { attlist.alias, text }
-attlist.alias &= empty
-email = element email { attlist.email, text }
-attlist.email &= empty
-# all dates should be YYYY-MM-DD - eg '2006-11-22'
-joined = element joined { attlist.joined, text }
-attlist.joined &= empty
-retired = element retired { attlist.retired, text }
-attlist.retired &= empty
-status = element status { attlist.status, text }
-attlist.status &= empty
-roles = element roles { attlist.roles, text }
-attlist.roles &= empty
-# Location is the string displayed on the webpage
-location = element location { attlist.location, text }
-# signed decimal numbers. degrees north/east.
-attlist.location &=
- attribute latitude { text }?,
- attribute longitude { text }?
-start = userlist