Skip to content
Snippets Groups Projects
Commit 11849516 authored by David Maus's avatar David Maus
Browse files

Model für physische Seiten ergänzt

parent 8e95674b
No related branches found
No related tags found
No related merge requests found
# 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment