diff --git a/public/instance/schema/diglib-dmd.rnc b/public/instance/schema/diglib-dmd.rnc new file mode 100644 index 0000000000000000000000000000000000000000..bf4a2396cd12f0074c4e1b1584920f5595123822 --- /dev/null +++ b/public/instance/schema/diglib-dmd.rnc @@ -0,0 +1,20 @@ +# Deskriptive Metadaten +# +# Autor: David Maus <maus@hab.de> +# Timestamp: <2019-01-16 12:22:36 maus> +# + +namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + +include "shared-dc.rnc" + +start = + element rdf:Description { + requiredMetadata + & optionalMetadata + } + +requiredMetadata = + property.identifier+ + +optionalMetadata = empty \ No newline at end of file