XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
complexType a.content

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.w3.org/1999/xhtml}a.content (restriction)

Documentation
      a elements use "Inline" excluding a
      

Model
<...>
(((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) | (ins | del | script) )*
</...>


Source
<xs:complexType mixed="true" name="a.content">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="special"/>
<xs:group ref="fontstyle"/>
<xs:group ref="phrase"/>
<xs:group ref="inline.forms"/>
<xs:group ref="misc.inline"/>
</xs:choice>
</xs:complexType>

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.