40 lines
4.9 KiB
HTML
40 lines
4.9 KiB
HTML
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>header</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.head.html" title="head"><link rel="next" href="element.history.html" title="history"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
|
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.head.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">head</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.history.html">history<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.header"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>header — Container for information about the person being described in a résumé</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(<a href="element.name.html" title="name">name</a>,<a href="element.address.html" title="address">address</a>?,<a href="element.birth.html" title="birth">birth</a>?,<a href="element.contact.html" title="contact">contact</a>?)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
|
The <tt class="sgmltag-element">header</tt> element is a container for
|
|
information typically contained in the header at the top of a résumé.
|
|
This includes biographic and contact information about the person who
|
|
the résumé describes.
|
|
</p><div class="refsect2" lang="en"><h3>Formatting</h3><p>
|
|
The <a href="param.header.format.html" title="header.format"><i><tt>header.format</tt></i></a>
|
|
parameter influences the formatting of headers in all output formats.
|
|
</p></div><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
|
<tt class="sgmltag-element">header</tt> may be contained in these
|
|
elements:
|
|
<span class="simplelist"><a href="element.resume.html" title="resume"><tt class="sgmltag-element">resume</tt></a></span>
|
|
</p></div></div><div class="refsect1" lang="en"><h2>See Also</h2><p>
|
|
<span class="simplelist"><a href="param.header.format.html" title="header.format"><i><tt>header.format</tt></i></a></span>.
|
|
</p></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><header>
|
|
<name>
|
|
<firstname>Hector</firstname>
|
|
<surname>Gomez</surname>
|
|
</name>
|
|
<address>
|
|
<street>245 San Bernadino</street>
|
|
<city>Los Gatos</city>
|
|
<state>LX</state>
|
|
<zip>94262</zip>
|
|
</address>
|
|
<birth>
|
|
<date>
|
|
<dayOfMonth>30</dayOfMonth>
|
|
<month>April</month>
|
|
<year>1942</year>
|
|
</date>
|
|
</birth>
|
|
<contact>
|
|
<phone>555-1212</phone>
|
|
<email>hector.gomez@xyz.bob</email>
|
|
</contact>
|
|
</header></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.head.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">head</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.history.html">history<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html> |