-
Notifications
You must be signed in to change notification settings - Fork 0
/
Example_1_ISDF.xml
138 lines (138 loc) · 7.33 KB
/
Example_1_ISDF.xml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="eac-f.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<eac-f xmlns="https://github.com/svassallo/EAC-F">
<control>
<recordId>TEST01</recordId>
<maintenanceStatus>revised</maintenanceStatus>
<maintenanceAgency>
<agencyName>University of Glasgow</agencyName>
</maintenanceAgency>
<languageDeclaration>
<language languageCode="eng">English</language>
<script scriptCode="Latn">Latin</script>
</languageDeclaration>
<maintenanceHistory>
<maintenanceEvent>
<eventType>revised</eventType>
<eventDateTime standardDateTime="2012-10-16">Just now ;-)</eventDateTime>
<agentType>human</agentType>
<agent>Salvatore Vassallo</agent>
<eventDescription>Conversion of first ISDF example into EAC-F schema</eventDescription>
</maintenanceEvent>
<maintenanceEvent>
<eventType>revised</eventType>
<eventDateTime standardDateTime="2007"/>
<agentType>human</agentType>
<agent>Victoria Peters</agent>
<eventDescription>Description prepared and revised by Victoria Peters, Glasgow University
Archive Services</eventDescription>
</maintenanceEvent>
<maintenanceEvent>
<eventType>created</eventType>
<eventDateTime standardDateTime="2006"/>
<agentType>human</agentType>
<agent>Victoria Peters</agent>
</maintenanceEvent>
</maintenanceHistory>
<sources>
<source>
<sourceEntry>University of Glasgow Court minutes</sourceEntry>
</source>
<source>
<sourceEntry>
Glasgow University Graduates Association minutes and annual reports</sourceEntry>
</source>
<source xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.gla.ac.uk">
<sourceEntry>University of Glasgow website</sourceEntry>
</source>
</sources>
</control>
<fDescription>
<identity>
<entityId>C0740-F012-007</entityId>
<entityType>Activity</entityType>
<nameEntry>
<part>Alumni communication management, University of Glasgow</part>
</nameEntry>
</identity>
<description>
<durationDates>
<dateRange>
<fromDate standardDate="1868">1868 - </fromDate>
<toDate>ongoing</toDate>
</dateRange>
</durationDates>
<purpose>
<p>The management of the University’s communications with its alumni.</p>
</purpose>
<history>
<abstract>Yada yada yada (but short ;-))</abstract>
<chronList>
<chronItem>
<dateSingle standardDate="1868">1868</dateSingle>
<event>The General Council handled communications with alumni</event>
</chronItem>
<chronItem>
<dateSingle standardDate="1990">1990</dateSingle>
<event>The Development Campaign Office was
established to co-ordinate the University's newly launched development
campaign and to communicate with alumni regarding fund raising</event>
</chronItem>
</chronList>
<p>
From 1868, when the membership of the University’s General Council was
expanded to include all graduates of the University, the General Council
handled communications with alumni, including balloting them for the
election of the Chancellor. In 1990, the Development Campaign Office was
established to co-ordinate the University's newly launched development
campaign and to communicate with alumni regarding fund raising. In about
1998, the Development and Alumni Office was established to perform both
these functions. Within the Development and Alumni Office, the Alumni
Relations Officer was responsible for dealing with queries from and about
alumni and ensuring that good relations were maintained between the
University and its alumni, and the Development Campaign Officer was
responsible for fostering links with alumni and raising funds on behalf of the
University.
</p>
<p>
In 1948, the Glasgow University Graduates Association was formed to
maintain closer contact between the University and its graduates. It published
a magazine, known as the College Courant, which included reminiscences,
histories, obituaries and articles concerning education and other topics and
became the main means of communication between the graduates. The
Glasgow University Graduates Association ceased to exist in 1985 but the
University agreed to continue with the publication of a magazine for
graduates. Accordingly, from 1987, it published a free, twice-yearly
magazine for alumni and friends of the University, known as Avenue.
</p>
</history>
</description>
<relations>
<relation relationType="function" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:role="function">
<relationEntry>Alumni relations management, University of Glasgow (C0740-F012)</relationEntry>
<dateRange>
<fromDate standardDate="1868">From 1868 - present</fromDate>
</dateRange>
</relation>
<relation relationType="function" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:role="activity">
<relationEntry>Alumni data administration, University of Glasgow (C0740-F012-006)</relationEntry>
<dateRange>
<fromDate standardDate="1868">From 1868 - present</fromDate>
</dateRange>
</relation>
<relation relationType="cpf" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:arcrole="performing" xlink:role="corporateBody">
<relationEntry>University of Glasgow (C0740)</relationEntry>
<dateRange>
<fromDate standardDate="1868">From 1868 - present</fromDate>
</dateRange>
</relation>
<relation relationType="resource" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:arcrole="recordCreated">
<relationEntry>General Council correspondence with graduates (GB 0248 DC 183/6/16)</relationEntry>
<dateRange>
<fromDate standardDate="1959">From 1959</fromDate>
<toDate standardDate="1981">to 1981</toDate>
</dateRange>
</relation>
</relations>
</fDescription>
</eac-f>