Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Used by
Element cite
Annotations
The cite element represents the titles of major or freestanding works (for example, books, journals, movies, paintings, and legal cases). This can be a work that is being quoted or referenced in detail (i.e., a citation), or it can just be a work that is mentioned in body text. The typical typographic presentation is italicized.
Diagram
Diagram attributes_xsd_Attribute_Group_microdata--group.tmp#microdata--group phrasing_xsd_Element_a.tmp#a phrasing_xsd_Element_small.tmp#small phrasing_xsd_Element_strong.tmp#strong phrasing_xsd_Element_sub.tmp#sub phrasing_xsd_Element_sup.tmp#sup phrasing_xsd_Element_br.tmp#br phrasing_xsd_Element_s.tmp#s phrasing_xsd_Element_u.tmp#u phrasing_xsd_Element_ruby.tmp#ruby phrasing_xsd_Element_Group_span--group.tmp#span--group_span phrasing_xsd_Element_Group_span--group.tmp#span--group
Properties
content complex
mixed true
Used by
Children a, br, ruby, s, small, span, strong, sub, sup, u
Instance
<cite itemprop="" itemscope="" itemtype="">
  <a class="" itemprop="" itemscope="" itemtype="">{1,1}</a>
  <small>{1,1}</small>
  <strong itemprop="" itemscope="" itemtype="">{1,1}</strong>
  <sub>{1,1}</sub>
  <sup class="">{1,1}</sup>
  <br>{1,1}</br>
  <s>{1,1}</s>
  <u class="" itemprop="" itemscope="" itemtype="">{1,1}</u>
  <ruby>{1,1}</ruby>
  <span class="" data-translation-instructions="" itemprop="" itemscope="" itemtype="">{1,1}</span>
</cite>
Attributes
QName Type Use Annotation
itemprop xs:string optional
"property-name" — adds a property to a microdata item. The name of the property can be a word or URL, and the value is the ‘content’ of the element with this attribute.
itemscope restriction of xs:string optional
Defines a group of name-value pair(s), called an item
itemtype xs:anyURI optional
defines the item’s type when used on the same element as itemscope. The itemtype value is a URL that acts as an identifying vocabulary name.