hresume-profile: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (Close bracket)
(add source tags to escape the entire profile, whitespace for better XMDP readability)
Line 1: Line 1:
<source lang=html4strict>
<dl class="profile">
<dl class="profile">
<dt id='class'>class</dt>
<dt id='class'>class</dt>
<dd>
<dd>
<p>[http://www.w3.org/TR/html401/struct/global.html#adef-class HTML4 definition of the 'class' attribute.] This meta data profile defines some 'class' attribute values (class names) and their meanings as suggested by a [http://www.w3.org/TR/WD-htmllink-970328#profile draft of 'Hypertext Links in HTML'].</p>
  <p>[http://www.w3.org/TR/html401/struct/global.html#adef-class HTML4  
<dl>
  definition of the 'class' attribute.] This meta data profile defines some  
<dt id='hresume'>hresume</dt>
  'class' attribute values (class names) and their meanings as suggested by  
<dd>A container for the rest of the class names defined in this XMDP profile.</dd>
  a [http://www.w3.org/TR/WD-htmllink-970328#profile draft of 'Hypertext Links in HTML'].</p>
  <dl>
  <dt id='hresume'>hresume</dt>
  <dd>A container for the rest of the class names defined in this XMDP profile.</dd>


<dt id='summary'>summary</dt>
  <dt id='summary'>summary</dt>
<dd>The class name summary is used to mark up an overview of qualifications and objectives. Optional, single instance allowed.</dd>
  <dd>The class name summary is used to mark up an overview of qualifications  
  and objectives. Optional, single instance allowed.</dd>
<dt id='contact'>contact</dt>
<dd>Current contact info in an hCard; {{should}} use 'address' with hCard when possible. Required, single instance allowed.</dd>
  <dt id='contact'>contact</dt>
  <dd>Current contact info in an hCard; {{should}} use 'address' with hCard  
  when possible. Required, single instance allowed.</dd>


<dt id='education'>education</dt>
  <dt id='education'>education</dt>
<dd>The class name 'education' is applied to an hcalendar event. Optional, multiple hcalendar events allowed within the class.</dd>
  <dd>The class name 'education' is applied to an hcalendar event. Optional,  
  multiple hcalendar events allowed within the class.</dd>


<dt id='experience'>experience</dt>
  <dt id='experience'>experience</dt>
<dd>The class name 'experience' is applied to an hCalendar event. Job titles/positions should use an hCard of the organization. Use of the [http://microformats.org/wiki/include-pattern include pattern] to indicate title(s) in the organization. Optional, multiple hcalendar events allowed within the class.</dd>
  <dd>The class name 'experience' is applied to an hCalendar event. Job  
  titles/positions should use an hCard of the organization. Use of the [http://microformats.org/wiki/include-pattern include pattern] to indicate title(s) in the organization. Optional, multiple hcalendar events allowed within the class.</dd>


<dt id='skill'>skill</dt>
  <dt id='skill'>skill</dt>
<dd>An hResume may be tagged using the rel-tag microformat and the 'skill' class name. Optional, multiple rel-tags allowed within the class.</dd>
  <dd>An hResume may be tagged using the rel-tag microformat and the 'skill'  
  class name. Optional, multiple rel-tags allowed within the class.</dd>


<dt id='affiliation'>affiliation</dt>
  <dt id='affiliation'>affiliation</dt>
<dd>The class name affiliation is used along with an hcard of the organization. Optional, multiple hcard affiliations allowed within the class. Use of the [http://microformats.org/wiki/include-pattern include pattern] to indicate membership in the organization.</dd>
  <dd>The class name affiliation is used along with an hcard of the organization.  
  Optional, multiple hcard affiliations allowed within the class. Use of the  
  [http://microformats.org/wiki/include-pattern include pattern] to indicate  
  membership in the organization.</dd>


<dt id='publication'>publication</dt>
  <dt id='publication'>publication</dt>
<dd>Just use 'cite'. When there is a citation microformat, then that can be used in combination with the cite element to further markup the components of the citation.</dd>
  <dd>Just use 'cite'. When there is a citation microformat, then that can be  
  used in combination with the cite element to further markup the components  
  of the citation.</dd>


<dt id='include'>include</dt>
  <dt id='include'>include</dt>
<dd>On a linking element (e.g. <code>&lt;a></code> or <code>&lt;object></code>), used to indicate that the linked resource should be logically "included", replacing the link, in accordance with the [http://microformats.org/wiki/include-pattern include pattern].</dd>
  <dd>On a linking element (e.g. <code>&lt;a></code> or <code>&lt;object></code>),  
</dl>
  used to indicate that the linked resource should be logically "included",  
</dd>
  replacing the link, in accordance with the [http://microformats.org/wiki/include-pattern include pattern].</dd>
  </dl>
</dd>
</dl>
</dl>
</source>

Revision as of 19:47, 18 March 2010

<dl class="profile">
 <dt id='class'>class</dt>
 <dd>
  <p>[http://www.w3.org/TR/html401/struct/global.html#adef-class HTML4 
  definition of the 'class' attribute.] This meta data profile defines some 
  'class' attribute values (class names) and their meanings as suggested by 
  a [http://www.w3.org/TR/WD-htmllink-970328#profile draft of 'Hypertext Links in HTML'].</p>
  <dl>
   <dt id='hresume'>hresume</dt>
   <dd>A container for the rest of the class names defined in this XMDP profile.</dd>

   <dt id='summary'>summary</dt>
   <dd>The class name summary is used to mark up an overview of qualifications 
   and objectives. Optional, single instance allowed.</dd>
 
   <dt id='contact'>contact</dt>
   <dd>Current contact info in an hCard; {{should}} use 'address' with hCard 
   when possible. Required, single instance allowed.</dd>

   <dt id='education'>education</dt>
   <dd>The class name 'education' is applied to an hcalendar event. Optional, 
   multiple hcalendar events allowed within the class.</dd>

   <dt id='experience'>experience</dt>
   <dd>The class name 'experience' is applied to an hCalendar event. Job 
   titles/positions should use an hCard of the organization. Use of the [http://microformats.org/wiki/include-pattern include pattern] to indicate title(s) in the organization. Optional, multiple hcalendar events allowed within the class.</dd>

   <dt id='skill'>skill</dt>
   <dd>An hResume may be tagged using the rel-tag microformat and the 'skill' 
   class name. Optional, multiple rel-tags allowed within the class.</dd>

   <dt id='affiliation'>affiliation</dt>
   <dd>The class name affiliation is used along with an hcard of the organization. 
   Optional, multiple hcard affiliations allowed within the class. Use of the 
   [http://microformats.org/wiki/include-pattern include pattern] to indicate 
   membership in the organization.</dd>

   <dt id='publication'>publication</dt>
   <dd>Just use 'cite'. When there is a citation microformat, then that can be 
   used in combination with the cite element to further markup the components 
   of the citation.</dd>

   <dt id='include'>include</dt>
   <dd>On a linking element (e.g. <code>&lt;a></code> or <code>&lt;object></code>), 
   used to indicate that the linked resource should be logically "included", 
   replacing the link, in accordance with the [http://microformats.org/wiki/include-pattern include pattern].</dd>
  </dl>
 </dd>
</dl>