a.content

a elements use "Inline" excluding a

Complex Type Information

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

Used By

Element a

Source

<xs:complexType name="a.content" mixed="true">
  <xs:annotation>
    <xs:documentation>a elements use "Inline" excluding a</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <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>