-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrfc4287-s32.html
104 lines (104 loc) · 5.65 KB
/
rfc4287-s32.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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="tr" xml:lang="tr">
<head>
<title>3.2. Kişi Oluşumları</title>
<meta name="generator" content="DocBook XSL Stylesheets V-special (derived from DocBook XSL v1.79.1 for Turkish Linux Documentation Project by Nilgün Belma Bugüner - nilgun (at) tlbp.org.tr)" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/style/nav.css" />
<link rel="icon" type="image/png" href="/images/belgeler-logo.png" />
<meta name="robots" content="index, follow" />
</head>
<body>
<header>
<div class="navbar">
<div style="width:33%" class="dropdown">
<button type="button" class="dropbtn" onclick="window.location.assign('rfc4287-s31.html')">Önceki</button>
<div class="dropdown-content">3.1. Metin Oluşumları</div>
</div>
<div style="width:34%" class="dropdown">
<button class="dropbtn">Yukarı</button>
<div class="dropdown-content">
<button type="button" class="dropbtn" onclick="window.location.assign('/index.html')">Baş Sayfa</button>
<button type="button" class="dropbtn" onclick="window.location.assign('/KiTAPLIK/index.html')">Kitaplık</button>
<button type="button" class="dropbtn" onclick="window.location.assign('aik.html')">Ana Başlık</button>
<button type="button" class="dropbtn" onclick="window.location.assign('rfc4287-s3.html')">Üst Başlık</button>
</div>
</div>
<div style="width:33%" class="dropdown">
<button type="button" class="dropbtn" onclick="window.location.assign('rfc4287-s33.html')">Sonraki</button>
<div class="dropdown-content">3.3. Tarih Oluşumları</div>
</div>
</div>
</header>
<section class="mainpage">
<div class="crumbs">
<p> </p>
</div>
<section class="sect2" id="rfc4287-s32">
<div class="titlepage">
<div>
<div>
<h3 class="title">3.2. Kişi Oluşumları</h3>
</div>
</div>
</div>
<p>
Bir Kişi oluşumu bir şahsı veya tüzelkişiliği tarif eden bir elemandır.
</p>
<pre class="literallayout monospaced">
atomPersonConstruct =
atomCommonAttributes,
(element atom:name { text }
& element atom:uri { atomUri }?
& element atom:email { atomEmailAddress }?
& extensionElement*)
</pre>
<p>
Bu belirtim bir Kişilik oluşumunun çocuk elemanlarının birbirlerine göre sıralarıyla ilgili bir atama yapmaz. Kişilik oluşumları ek öteveri elemanlarına izin verir (<a class="xref" href="rfc4287-s6.html#rfc4287-s64" title="6.4. Eklenti Elemanları">Eklenti Elemanları</a> bölümüne bakınız).
</p>
<section class="sect3" id="rfc4287-s321">
<div class="titlepage">
<div>
<div>
<h4 class="title">3.2.1. "<code class="literal">atom:name</code>" Elemanı</h4>
</div>
</div>
</div>
<p>
"<code class="literal">atom:name</code>" elemanının içeriği kişilik için insan tarafından okunabilen bir isim nakleder. "<code class="literal">atom:name</code>" elemanının içeriği lisana duyarlıdır. <span class="rfcmust">Kişilik oluşumları ne eksik ne fazla tek bir "<code class="literal">atom:name</code>" elemanı içermelidir *ZORUNLU*</span>.
</p>
</section>
<section class="sect3" id="rfc4287-s322">
<div class="titlepage">
<div>
<div>
<h4 class="title">3.2.2. "<code class="literal">atom:uri</code>" Elemanı</h4>
</div>
</div>
</div>
<p>
"<code class="literal">atom:uri</code>" elemanının içeriği kişilik ile ilgili bir uluslararası adres (IRI) nakleder. <span class="rfcmaybe">Kişilik oluşumları bir <code class="literal">atom:uri</code> elemanı içerebilir *SEÇİMLİK*</span>, <span class="rfcmust">ancak birden fazlasını içermemelidir *ZORUNLU*</span>. <span class="rfcmust">Bir Kişilik oluşumundaki <code class="literal">atom:uri</code> elemanı bir uluslararası adres (IRI) başvurusu [<a class="xref" href="rfc4287-s9.html#rfc4287-RFC3987" title="Internationalized Resource Identifiers (IRIs)">RFC3987</a>] olmalıdır *ZORUNLU*</span>.
</p>
</section>
<section class="sect3" id="rfc4287-s323">
<div class="titlepage">
<div>
<div>
<h4 class="title">3.2.3. "<code class="literal">atom:email</code>" Elemanı</h4>
</div>
</div>
</div>
<p>
"<code class="literal">atom:email</code>" elemanının içeriği kişilik ile ilgili bir eposta adresi nakleder. <span class="rfcmaybe">Kişilik oluşumları bir <code class="literal">atom:email</code> elemanı içerebilir *SEÇİMLİK*</span>, <span class="rfcmust">ancak birden fazlasını içermemelidir *ZORUNLU*</span>. <span class="rfcmust">İçeriği [<a class="xref" href="rfc4287-s9.html#rfc4287-RFC2822" title="Internet Message Format">RFC2822</a>]'deki "<code class="literal">adres-belirtimi</code> tanımına uygun olmalıdır *ZORUNLU*</span>.
</p>
</section>
</section>
<footer>
<div align="center" class="footer">
<small>Bir <a href="http://belgeler.org.tr/">Linux Kitaplığı</a> Sayfası</small>
</div>
</footer>
</section>
</body>
</html>