NOSCRIPT

Element Information

Model

P | H1 | H2 | H3 | H4 | H5 | H6 | UL | OL | PRE | DL | DIV | NOSCRIPT | BLOCKQUOTE | FORM | HR | TABLE | FIELDSET | ADDRESS
Children: ADDRESS, BLOCKQUOTE, DIV, DL, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, HR, NOSCRIPT, OL, P, PRE, TABLE, UL

Attributes

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

Used By

Source

<xs:element name="NOSCRIPT">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="P"/>
      <xs:element ref="H1"/>
      <xs:element ref="H2"/>
      <xs:element ref="H3"/>
      <xs:element ref="H4"/>
      <xs:element ref="H5"/>
      <xs:element ref="H6"/>
      <xs:element ref="UL"/>
      <xs:element ref="OL"/>
      <xs:element ref="PRE"/>
      <xs:element ref="DL"/>
      <xs:element ref="DIV"/>
      <xs:element ref="NOSCRIPT"/>
      <xs:element ref="BLOCKQUOTE"/>
      <xs:element ref="FORM"/>
      <xs:element ref="HR"/>
      <xs:element ref="TABLE"/>
      <xs:element ref="FIELDSET"/>
      <xs:element ref="ADDRESS"/>
    </xs:choice>
    <xs:attributeGroup ref="attlist.NOSCRIPT"/>
  </xs:complexType>
</xs:element>

Sample