-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdef_extended.html
46 lines (45 loc) · 2.33 KB
/
def_extended.html
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
<head>
<meta charset="utf-8"/>
<script type="text/javascript" xml:space="preserve">
var uri=window.top.location.pathname;
uri=uri.substring(0, uri.lastIndexOf('/')+1);
if(window.top != window) {
window.top.document.title=document.title
if (window.top.history.replaceState) {
window.parent.history.replaceState("article", document.title, uri+'def_extended.html?nav');
}
} else if (window.location.search == "?nav") { // nav in frame requested
window.location.replace(uri+'index.html?def_extended.html');
}
</script>
<title>extended() EAD 2002, schéma et traduction française</title>
<link rel="stylesheet" type="text/css" href="http://glorieux-f.github.io/rngdoc/xmldoc.css"/>
<link rel="stylesheet" type="text/css" href="ead.css"/>
</head>
<body class="rngdoc rng item" id="center">
<header id="header"><a href="welcome.html">Présentation</a> | <a target="_top" href="index.html?def_extended.html">frames</a> | <a target="_top" href="def_extended.html">no frames</a></header>
<div id="contenu">
<section class="define rng" id="def_extended">
<header class="define rng">
<b>extended() </b>
</header>
<table class="grammar">
<tr>
<th>Contenu</th>
<td>
<span class="compact define">( <span class="compact define">( @<a href="att_xlink-role.html">xlink:role</a>="<em class="data" title="">{anyURI}</em>" ? , @<a href="att_xlink-title.html">xlink:title</a> ? )</span><span class="compact choice">, ( <a href="el_resource.html" title="Ressource">resource</a> | <a href="el_arc.html" title="Arc">arc</a><i>{text}</i> ) * </span> )</span>
</td>
</tr>
<tr>
<th>Usage</th>
<td>Inutilisé</td>
</tr>
</table>
</section>
</div>
<footer id="footer">extended() EAD 2002, schéma et traduction française<span style="float:right">Produit par <a xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:dc="http://purl.org/dc/elements/1.1/" href="https://github.com/glorieux-f/rngdoc" target="_new">RNG doc</a></span></footer>
</body>
</html>