LABEL

Element Information

Model

TT | I | B | BIG | SMALL | EM | STRONG | DFN | CODE | SAMP | KBD | VAR | CITE | ABBR | ACRONYM | IMG | OBJECT | BR | SCRIPT | MAP | Q | SUB | SUP | SPAN | BDO | INPUT | SELECT | TEXTAREA | BUTTON

Attributes

QName Type Fixed Default Use Inheritable Annotation
accesskey optional
class optional
dir restriction of xs:token optional
for xs:IDREF optional
id xs:ID optional
lang optional
onblur optional
onclick optional
ondblclick optional
onfocus optional
onkeydown optional
onkeypress optional
onkeyup optional
onmousedown optional
onmousemove optional
onmouseout optional
onmouseover optional
onmouseup optional
style optional
title optional

Used By

Elements A, ABBR, ACRONYM, ADDRESS, B, BDO, BIG, CAPTION, CITE, CODE, DD, DEL, DFN, DIV, DT, EM, FIELDSET, H1, H2, H3, H4, H5, H6, I, INS, KBD, LEGEND, LI, OBJECT, P, PRE, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, TD, TH, TT, VAR

Source

<xs:element name="LABEL">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="TT"/>
      <xs:element ref="I"/>
      <xs:element ref="B"/>
      <xs:element ref="BIG"/>
      <xs:element ref="SMALL"/>
      <xs:element ref="EM"/>
      <xs:element ref="STRONG"/>
      <xs:element ref="DFN"/>
      <xs:element ref="CODE"/>
      <xs:element ref="SAMP"/>
      <xs:element ref="KBD"/>
      <xs:element ref="VAR"/>
      <xs:element ref="CITE"/>
      <xs:element ref="ABBR"/>
      <xs:element ref="ACRONYM"/>
      <xs:element ref="IMG"/>
      <xs:element ref="OBJECT"/>
      <xs:element ref="BR"/>
      <xs:element ref="SCRIPT"/>
      <xs:element ref="MAP"/>
      <xs:element ref="Q"/>
      <xs:element ref="SUB"/>
      <xs:element ref="SUP"/>
      <xs:element ref="SPAN"/>
      <xs:element ref="BDO"/>
      <xs:element ref="INPUT"/>
      <xs:element ref="SELECT"/>
      <xs:element ref="TEXTAREA"/>
      <xs:element ref="BUTTON"/>
    </xs:choice>
    <xs:attributeGroup ref="attlist.LABEL"/>
  </xs:complexType>
</xs:element>

Sample