forked from SAA-SDT/EAS-TagLibraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattr_template.xml
26 lines (26 loc) · 1001 Bytes
/
attr_template.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
<?xml version="1.0" encoding="UTF-8"?>
<div type="attributeDocumentation" xml:id="attr-attributeName" xmlns:ead="http://ead3.archivists.org/schema/" xmlns:eac="http://archivists.org/ns/eac/v2" xmlns="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3c.org/1999/xlink">
<head>
<att>Title</att>
</head>
<div type="fullName">
<p>Full Attribute Name</p>
</div>
<div type="summary">
<p>A summary of what the attribute is used for</p>
</div>
<div type="description">
<p>A narrative description of the use of the attribute</p>
</div>
<div type="values">
<p>Available values (include either values or datatype)</p>
</div>
<div type="datatype">
<p>Datatype of the attribute (include either values or datatype)</p>
</div>
<div type="examples">
<egXML xmlns="http://www.tei-c.org/ns/Examples">
<!-- Contains examples of XML from the schema. Tags in egXML must be prefixed with the proper namespace (e.g. <ead:unittitle> -->
</egXML>
</div>
</div>