-
Notifications
You must be signed in to change notification settings - Fork 1
/
edance.xsd
56 lines (48 loc) · 1.99 KB
/
edance.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
targetNamespace="http://grace.rcs.manchester.ac.uk/edance/"
attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:edance="http://grace.rcs.manchester.ac.uk/edance/">
<xs:import namespace="http://purl.org/dc/elements/1.1/"
schemaLocation="http://www.ukoln.ac.uk/metadata/dcmi/dcxml/xmls/dc.xsd">
<xs:annotation>
<xs:documentation>
eDance meta data; dc not complete for dance recorded
videos
</xs:documentation>
</xs:annotation>
</xs:import>
<xs:element name="date.annotated" type="xs:date">
<xs:annotation>
<xs:documentation>Date of the annotation</xs:documentation>
</xs:annotation></xs:element>
<xs:element name="description.scenes" type="xs:integer">
<xs:annotation>
<xs:documentation>
number of scenes in the performance
</xs:documentation>
</xs:annotation></xs:element>
<xs:element name="description.sceneabs" type="xs:string">
<xs:annotation>
<xs:documentation>description of scnenes</xs:documentation>
</xs:annotation></xs:element>
<xs:element name="contributor.choreographer" type="xs:NCName">
<xs:annotation>
<xs:documentation>
Name of the choreographer
</xs:documentation>
</xs:annotation></xs:element>
<xs:element name="contributor.performer" type="xs:NCName">
<xs:annotation>
<xs:documentation>names of the performers</xs:documentation>
</xs:annotation></xs:element>
<xs:element name="description.acts" type="xs:integer">
<xs:annotation>
<xs:documentation>description of acts</xs:documentation>
</xs:annotation></xs:element>
<xs:element name="date.created" type="xs:date">
<xs:annotation>
<xs:documentation>
date the piece was created
</xs:documentation>
</xs:annotation></xs:element>
</xs:schema>