Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maximilian Görmar
uri.hab.de
Commits
11849516
Commit
11849516
authored
Dec 17, 2018
by
David Maus
Browse files
Model für physische Seiten ergänzt
parent
8e95674b
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/instance/schema/diglib-structmd.rnc
View file @
11849516
# RelaxNG für deskriptive Metadaten von Objektstrukturen
#
# Autor: David Maus <maus@hab.de>
# Timestamp: <2018-
09-21 12:13:22
maus>
# Timestamp: <2018-
12-17 09:14:13
maus>
#
namespace diglib = "http://uri.hab.de/ontology/diglib-struct#"
namespace exif = "https://www.w3.org/2003/12/exif/ns#"
namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
start = element rdf:Description {
( model.logical | model.physical )
}
model.logical =
element diglib:* { text }+
}
\ No newline at end of file
model.physical =
element exif:width {
attribute rdf:datatype { xsd:anyURI }?
& text
}
& element exif:height {
attribute rdf:datatype { xsd:anyURI }?
& text
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment