xhtml.label.content

Element Group Information

Model

(input | select | textarea | button | br | span | em | strong | dfn | code | samp | kbd | var | cite | abbr | acronym | q | (bdo) | tt | i | b | big | small | sub | sup | img | map | object | () | ins | del | script | noscript | ())

Used By

Complex Type xhtml.label.type

Source

<xs:group name="xhtml.label.content">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="input" type="xhtml.input.type"/>
      <xs:element name="select" type="xhtml.select.type"/>
      <xs:element name="textarea" type="xhtml.textarea.type"/>
      <xs:element name="button" type="xhtml.button.type"/>
      <xs:group ref="xhtml.InlStruct.class"/>
      <xs:group ref="xhtml.InlPhras.class"/>
      <xs:group ref="xhtml.I18n.class"/>
      <xs:group ref="xhtml.InlPres.class"/>
      <xs:group ref="xhtml.InlSpecial.class"/>
      <xs:group ref="xhtml.Inline.extra"/>
      <xs:group ref="xhtml.Misc.class"/>
    </xs:choice>
  </xs:sequence>
</xs:group>