XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element ins

Model
<ins
  cite = URI
  class = xs:NMTOKENS
  datetime = Datetime
  dir = <TODO local simpleType in attribute>
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  onclick = Script
  ondblclick = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  style = StyleSheet
  title = Text>
((p | (h1 | h2 | h3 | h4 | h5 | h6) | div | (ul | ol | dl) | (pre | hr | blockquote | address) | fieldset | table) | form | (a | ((br | span | bdo | map) | object | img) | (tt | i | b | big | small) | (em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym | sub | sup) | (input | select | textarea | label | button) ) | (noscript | (ins | del | script) ) )*
</ins>


Attribute Summary
 URIcite
          
 xs:NMTOKENSclass
          
 Datetimedatetime
          
 <TODO local simpleType in attribute>dir
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 StyleSheetstyle
          
 Texttitle
          

Attribute Detail

cite

URI cite


class

xs:NMTOKENS class


datetime

Datetime datetime


dir

<TODO local simpleType in attribute> dir


id

xs:ID id


lang

LanguageCode lang


lang

xs:language lang
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .


onclick

Script onclick


ondblclick

Script ondblclick


onkeydown

Script onkeydown


onkeypress

Script onkeypress


onkeyup

Script onkeyup


onmousedown

Script onmousedown


onmousemove

Script onmousemove


onmouseout

Script onmouseout


onmouseover

Script onmouseover


onmouseup

Script onmouseup


style

StyleSheet style


title

Text title


Source
<xs:element name="ins">
<xs:complexType mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="Flow">
<xs:attributeGroup ref="attrs"/>
<xs:attribute name="cite" type="URI"/>
<xs:attribute name="datetime" type="Datetime"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>

XHTML 1.0 (Second Edition) Strict

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.